aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Missed a place where the extra descriptor buffers would need to bePeter Wemm1997-09-182-2/+6
* Synchronize with sys/i386/isa/fd.c revision 1.102.KATO Takenori1997-09-182-2/+114
* wrap kernel interface in #ifdef KERNEL/#endifJohn-Mark Gurney1997-09-182-18/+25
* reduce the number of warnings this file emits during compilingJohn-Mark Gurney1997-09-181-6/+6
* update Luigi's driver to poll interface (Peter, you might want to checkJohn-Mark Gurney1997-09-1811-169/+139
* Remove line noise from the quirk list (kernel build stopper)Mike Smith1997-09-181-2/+1
* Add the C1557A as a known tape changer (thus non-broken multi-LUN tapeJoerg Wunsch1997-09-171-1/+6
* Enable the FIFO on enhanced floppy controllers. This reduces theTor Egge1997-09-178-8/+178
* Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/fd.cKATO Takenori1997-09-174-22/+50
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-1610-10/+29
* Drop temporary source-level compatibility for old mount(2) interface.Bruce Evans1997-09-161-5/+1
* Removed a stray backslash-newline.Bruce Evans1997-09-161-2/+2
* Fixed syntax errors in `#if 0' code.Bruce Evans1997-09-161-3/+3
* Cleaned up.Bruce Evans1997-09-161-18/+7
* Removed declaration of nonexistent function fuibyte().Bruce Evans1997-09-161-35/+42
* Fixed staticization. buckets[] was staticized but was still declaredBruce Evans1997-09-162-13/+23
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-1621-63/+105
* Reject attempts to set an in-core label which says that the "disk"Bruce Evans1997-09-161-4/+10
* devfs changes to allow old (better) and newer (braindamaged) behaviour.Julian Elischer1997-09-161-10/+24
* Don't leak memory, from sef.Poul-Henning Kamp1997-09-162-22/+54
* Make FDC_DEBUG a supported option.Joerg Wunsch1997-09-168-35/+95
* Prevent overflow with fragmented packetsAndrey A. Chernov1997-09-151-25/+66
* Solve race-condition, return path in normal order.Poul-Henning Kamp1997-09-152-52/+58
* Deal more correctly with mountpoints.Poul-Henning Kamp1997-09-152-6/+10
* remove redudant decls from this header file (used for 2.2.x compat)John-Mark Gurney1997-09-151-6/+0
* add some preprocessor lines to prevent both controler snd0 andJohn-Mark Gurney1997-09-151-0/+5
* Synchronize with sys/i386/conf/files.i386 revision 1.176.KATO Takenori1997-09-152-2/+12
* Regenerate _after_ the commit to syscalls.masterPeter Wemm1997-09-155-5/+5
* docment the new sound drivers in LINT and add the necessary files toJohn-Mark Gurney1997-09-145-5/+72
* Import of Luigi Rizzo's sound code. For more information about the driverJohn-Mark Gurney1997-09-1422-0/+16980
* Fix the broken VT_WAITACTIVE ioctl for the case where the third argJoerg Wunsch1997-09-141-15/+3
* Addf flags 0x10 to the sio0 line, so it is available as a potentialJoerg Wunsch1997-09-142-4/+4
* Add a __getcwd() syscall. This is intentionally undocumented, but allPoul-Henning Kamp1997-09-148-4/+112
* Synchronize with sys/i386/isa/mse.c, pcaudio.c, sio.c and syscons.cKATO Takenori1997-09-145-46/+51
* Bruce wants the warning.Peter Wemm1997-09-142-4/+4
* oops, I accidently committed a version without INFTIM at the last moment.Peter Wemm1997-09-141-1/+7
* Update select -> poll in drivers.Peter Wemm1997-09-1445-256/+259
* Update select -> poll.Peter Wemm1997-09-147-150/+86
* Update network code to use poll support.Peter Wemm1997-09-1411-21/+21
* Update select -> pollPeter Wemm1997-09-141-20/+20
* select -> pollPeter Wemm1997-09-141-47/+15
* select -> pollPeter Wemm1997-09-142-38/+36
* Convert select -> poll.Peter Wemm1997-09-1431-261/+337
* Various select -> poll changesPeter Wemm1997-09-145-13/+14
* vn_select -> vn_pollPeter Wemm1997-09-141-8/+9
* Zap nxselect and noselect.Peter Wemm1997-09-141-25/+1
* Provide a 'return true' poll vnode op rather than duplicating thePeter Wemm1997-09-142-2/+42
* Extend select hook to support pollPeter Wemm1997-09-141-16/+16
* Implement the poll backend for the pipe file type.Peter Wemm1997-09-141-36/+35
* Convert select handler to poll stylePeter Wemm1997-09-142-28/+26