cvs commit: src UPDATING src/share/man/man9 sema.9 src/sys/dev/ips
ips_commands.c src/sys/kern kern_sema.c src/sys/sys param.h
John Polstra
jdp at FreeBSD.org
Mon Jun 14 18:19:14 GMT 2004
jdp 2004-06-14 18:19:05 UTC
FreeBSD src repository
Modified files:
. UPDATING
share/man/man9 sema.9
sys/dev/ips ips_commands.c
sys/kern kern_sema.c
sys/sys param.h
Log:
Change the return value of sema_timedwait() so it returns 0 on
success and a proper errno value on failure. This makes it
consistent with cv_timedwait(), and paves the way for the
introduction of functions such as sema_timedwait_sig() which can
fail in multiple ways.
Bump __FreeBSD_version and add a note to UPDATING.
Approved by: scottl (ips driver), arch
Revision Changes Path
1.312 +6 -0 src/UPDATING
1.7 +17 -4 src/share/man/man9/sema.9
1.11 +3 -3 src/sys/dev/ips/ips_commands.c
1.5 +5 -7 src/sys/kern/kern_sema.c
1.194 +1 -1 src/sys/sys/param.h
More information about the cvs-src
mailing list