freebsd-dev/sys/dev/ips
John Polstra 4717d22a7c 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
2004-06-14 18:19:05 +00:00
..
ips_commands.c Change the return value of sema_timedwait() so it returns 0 on 2004-06-14 18:19:05 +00:00
ips_disk.c Switch from using mutexes to using semaphores to protect against early 2004-02-28 19:14:41 +00:00
ips_disk.h Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
ips_ioctl.c Use a unique malloc type rather than M_DEVBUF. 2004-05-30 04:01:29 +00:00
ips_ioctl.h
ips_pci.c Add generic support for the recent Adaptec flavors of ServeRAID. 2004-03-19 17:36:47 +00:00
ips.c Use a unique malloc type rather than M_DEVBUF. 2004-05-30 04:01:29 +00:00
ips.h Add missing <sys/module.h> includes 2004-05-30 20:08:47 +00:00