cvs commit: src/sys/kern sysv_sem.c
Tim J. Robbins
tjr at FreeBSD.org
Sat Nov 15 03:56:54 PST 2003
tjr 2003/11/15 03:56:53 PST
FreeBSD src repository
Modified files:
sys/kern sysv_sem.c
Log:
Initialize sequence numbers to 0 in seminit() instead of using whatever
garbage happens to be in memory. This did not seem to cause any problems
except making semaphore ID's unpredictable (and ugly in ipcs(1) output).
Revision Changes Path
1.67 +1 -0 src/sys/kern/sysv_sem.c
More information about the cvs-src
mailing list