minix/drivers
Ben Gras 1c8b206a5d . Safe I/O, ioctl() and DIAGNOSTICS variants conversion - safe copies,
include grant id in DEV_REVIVE messages.
. Removal of TTY_FLAGS field (and so O_NONBLOCK support).
. Fixed CANCEL behaviour and return code on blocking I/O,
  previously handled by O_NONBLOCK
. Totally removed REVIVE replies, previously still possible on
  blocking ioctls (REVIVE directly called) and ptys (missing TTY_REVIVE
  check), removes deadlock bug with FS
. Removed obsolete *COMPAT options and associated code
2006-06-20 09:02:54 +00:00
..
at_wini Change at driver to understand 'safe' transfers and ioctls; do corresponding 2006-06-20 08:51:24 +00:00
bios_wini Understand *_S variants 2006-06-20 08:52:26 +00:00
cmos Change for safe copies, and DEV_REVIVE message including grant id 2006-06-20 08:52:11 +00:00
dp8390 Renamed findproc() to _pm_findproc() to reduce polluting of application 2006-03-25 04:49:04 +00:00
dpeth Renamed findproc() to _pm_findproc() to reduce polluting of application 2006-03-25 04:49:04 +00:00
floppy Change to 'safe' copy variant 2006-06-20 08:54:22 +00:00
fxp Renamed findproc() to _pm_findproc() to reduce polluting of application 2006-03-25 04:49:04 +00:00
lance Don't let lance steal keys 2006-04-04 12:50:07 +00:00
libdriver . made libdriver understand *_S variants 2006-06-20 08:49:51 +00:00
log Understand *_S variants: DIAGNOSTICS_S, DEV_{READ,WRITE,IOCTL}_S, 2006-06-20 08:55:35 +00:00
memory Safe I/O and ioctl functions 2006-06-20 08:56:15 +00:00
pci Do not record BARs for IDE controllers in compatibility mode. 2006-04-12 11:18:13 +00:00
printer Compiler warnings 2006-03-24 23:05:21 +00:00
random *** empty log message *** 2005-08-25 13:02:15 +00:00
rescue safe conversion 2006-06-20 08:56:58 +00:00
rtl8139 Renamed findproc() to _pm_findproc() to reduce polluting of application 2006-03-25 04:49:04 +00:00
sb16 Compiler warning fix 2006-03-24 23:09:04 +00:00
ti1225 Initial version of Cardbus support with the TI1225 Cardbus controler. 2006-01-12 14:47:48 +00:00
tty . Safe I/O, ioctl() and DIAGNOSTICS variants conversion - safe copies, 2006-06-20 09:02:54 +00:00
drivers.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
Makefile Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00