aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reserve a number for the ALTQ control devices (96)Julian Elischer1998-04-172-2/+6
* Stop the screensaver before switching consoles.Dag-Erling Smørgrav1998-04-173-3/+21
* Undo my last change.Dima Ruban1998-04-173-6/+6
* Really finish supporting compiling with `gcc -ansi'.Bruce Evans1998-04-172-4/+4
* Sync with sys/i386/isa/syscons.c revision 1.259.KATO Takenori1998-04-161-8/+11
* Sync with sys/i386/isa/npx.c revision 1.59.KATO Takenori1998-04-161-6/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.108.KATO Takenori1998-04-162-4/+4
* Sync with sys/i386/isa/pcaudio.c revision 1.40.KATO Takenori1998-04-161-2/+2
* Sync with sys/i386/isa/lpt.c revision 1.68.KATO Takenori1998-04-161-4/+4
* Sync with sys/i386/isa/if_ed.c revision 1.139.KATO Takenori1998-04-161-8/+8
* Sync with sys/i386/i386/trap.c revision 1.126.KATO Takenori1998-04-161-4/+4
* Attempt to fix BOUNCE_BUFFERS. I cannot test these drivers, but theyPeter Wemm1998-04-162-2/+54
* Attempt to get bounce_buffers working again for per-process kernel stackPeter Wemm1998-04-161-10/+40
* fix an obvious broken BOUNCE_BUFFER case.Peter Wemm1998-04-161-1/+9
* Swapped "should we just return" and "should we stop the screensaver"Dag-Erling Smørgrav1998-04-163-24/+33
* When the softdep conversion took place, the periodic vfs_msync() fromPeter Wemm1998-04-162-2/+4
* Finish supporting compiling with `gcc -ansi'. Fix missing `volatile'sBruce Evans1998-04-153-18/+18
* Unlock mountlist_slock if the mount point was busy (unmount in progress)Tor Egge1998-04-152-4/+8
* Use 0440 root.kmem kermissions on kernel instead ofDima Ruban1998-04-153-6/+6
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-1578-366/+378
* Support compiling with `gcc -ansi'. Fix missing `volatile's in __asm()Bruce Evans1998-04-152-13/+17
* In pre-devfs days, /dev/psm0 had always been a non-blockingPoul-Henning Kamp1998-04-151-6/+6
* Fixed bitrot in the non-softdep case of ufs_dirremove():Bruce Evans1998-04-151-24/+9
* Fixed breakage of fork accounting in previous commit. A fork benchmarkBruce Evans1998-04-153-6/+6
* Add a missing LK_RETRY.Dmitrij Tejblum1998-04-152-10/+6
* Fix page fault panic by probing NE200 compatible PCI card.KATO Takenori1998-04-142-15/+17
* Fix a minor mbuf leak created by the previous change.Poul-Henning Kamp1998-04-141-2/+4
* Added EIDRM & ENOMSG errno in translation table.Søren Schmidt1998-04-131-0/+2
* Added EIDRM & ENOMSG to errno translation table.Søren Schmidt1998-04-132-4/+4
* Don't use INTR when only one device supports it.Mike Smith1998-04-133-1/+12
* Add EIDRM errno (PR 176), ENOMSG errno (myself) for prober sysv_ipc.Søren Schmidt1998-04-131-2/+5
* Wrong header length used for certain reassembled IP packets.Poul-Henning Kamp1998-04-131-1/+3
* Fixed autonegotiation. Card registers are now accessed via memorySemen Ustimenko1998-04-133-315/+480
* Sync with sys/i386/isa/wd.c revision 1.156.KATO Takenori1998-04-131-2/+2
* Aic APM driver support for e.g. Toshiba T2400 notebook with internalPoul-Henning Kamp1998-04-121-2/+59
* Sync with sys/i386/isa/wd.c revision 1.155.KATO Takenori1998-04-121-41/+85
* Fix the problem when SCSI ID is not contiguous.KATO Takenori1998-04-122-14/+20
* Add aio_error decl.John Dyson1998-04-121-1/+6
* setsockopt() transports user option data in an mbuf. if the userPoul-Henning Kamp1998-04-111-2/+7
* Minor typo in the wd driver. The manifestation of this bugJohn Dyson1998-04-111-2/+2
* When pmap_pinit0() allocates a page for proc0's page directory,Poul-Henning Kamp1998-04-111-2/+2
* Do not clobber "heads" by &= in wdcommand use only &.Søren Schmidt1998-04-101-2/+2
* Grammar police.Alexander Langer1998-04-101-2/+2
* Add the new LBA mode support in the wd? config examples.Søren Schmidt1998-04-093-6/+9
* Try to use the "right" CHS translations of a LBA device.Søren Schmidt1998-04-091-4/+21
* - Whoops, better have the structure created before trying to use it inNate Williams1998-04-091-2/+2
* Add LBA mode support for large drives.Søren Schmidt1998-04-082-43/+71
* Fix a minor bug (|| instead of |)Søren Schmidt1998-04-082-6/+6
* New mount option nosymfollow. If enabled, the kernel lookup()Wolfram Schneider1998-04-085-13/+19
* - Fix bug I introduced a few months ago. If a driver fails the probe,Nate Williams1998-04-081-4/+4