NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59352 CVS commit: src/sys



The following reply was made to PR kern/59352; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59352 CVS commit: src/sys
Date: Fri, 9 May 2025 10:22:56 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri May  9 10:22:56 UTC 2025
 
 Modified Files:
 	src/sys/kern: sysv_sem.c
 	src/sys/sys: sem.h
 
 Log Message:
 Split the common parts out of semop(2) handling, separating one time
 initialization and everything doing copyin(9) from the common code
 dealing with the syscall, so the common code can be reused for compat
 code.
 Part of PR 59352
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.101 -r1.102 src/sys/kern/sysv_sem.c
 cvs rdiff -u -r1.36 -r1.37 src/sys/sys/sem.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index