Source-Changes archive

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

CVS commit: src/sys



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