summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix 2 typos.charnier1997-06-161-3/+3
* Minor optimization in fxp_intr.dg1997-06-162-10/+8
* Modifications to existing files to support the initial AIO/LIO anddyson1997-06-1614-9/+193
* Add initial AIO/LIO kernel thread support files. This is preliminary, anddyson1997-06-162-0/+432
* Upgrade NFS to support the new vfs_bio resource/buffer management.dyson1997-06-164-4/+28
* Correct the return code for the mlock system call. Also add the stubsdyson1997-06-151-2/+32
* Fix a reference problem with maps. Only appears to manifest itself whendyson1997-06-151-1/+5
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-158-43/+267
* Fixed iomem address of SMIT mode in an example of bs driver.kato1997-06-152-4/+4
* Synchronize with sys/i386/i386/machdep.c revision up to 1.249.kato1997-06-152-2/+32
* Synchronize with sys/i386/boot/biosboot/boot.c revision 1.67.kato1997-06-151-6/+29
* Fix another power down braino.wollman1997-06-152-4/+4
* Fix definition of apm_power off (was suffering from cut&paste syndrome).wollman1997-06-152-4/+4
* When APM is configured, turn off the power when halting for good.wollman1997-06-158-8/+68
* Added 2 new defines:fsmp1997-06-142-10/+36
* Removed unused #includes.bde1997-06-142-12/+2
* Removed unused #includes.bde1997-06-1425-68/+37
* Fixed the type of a timeout function and removed casts that hid thebde1997-06-142-14/+14
* Removed unused #includes.bde1997-06-1418-50/+4
* Removed unused #includes.bde1997-06-146-52/+5
* Removed unused #includes.bde1997-06-1410-30/+10
* Removed unused #includes.bde1997-06-142-24/+2
* Don't require superuser privileges for creating fifos. The v2 case wasbde1997-06-142-6/+8
* Load the kernel config file where userconfig (with option USERCONFIG_BOOT)bde1997-06-141-6/+29
* Deleted #ifdef PROBE_KEYBOARD to synchronize.kato1997-06-141-2/+1
* Added support for the Intel 82555 PHY chip which is being used on newerdg1997-06-134-40/+50
* Replace I/O port adress for PC-9801-108 with vendor default value.kato1997-06-132-4/+4
* Fixed livelock in getnewbuf().bde1997-06-131-3/+5
* Use ETHER_ADDR_LEN instead of ETHER_ADDR_SIZE.tegge1997-06-121-1/+1
* Move commonly used code into static functions in order to reduce kernel bloat.tegge1997-06-122-278/+186
* Remove unused routines.tegge1997-06-124-200/+4
* Add device IDs for new Symbios SCSI chips (53c875J,885,895,896), whichse1997-06-111-97/+56
* Add quirk "no tags" entry for HP 3724/5 hard disk drives.se1997-06-111-1/+5
* As the Tunnel device has no real inherrent MRU limit,julian1997-06-112-2/+5
* Fix two typos in this driver that prevented it from working properly.gibbs1997-06-102-4/+4
* Disabled the kern.vnode sysctl variable. It's causing system crashes ondg1997-06-102-2/+16
* This should have been committed with the changes to boot.c yesterday.bde1997-06-101-0/+18
* Synchronize with followings:kato1997-06-096-170/+204
* Synchronize with sys/i386/isa/isa.c revision up to 1.92.kato1997-06-091-4/+9
* Synchronize with sys/i386/i386/machdep.c and trap.c revisions 1.247kato1997-06-093-3/+38
* Synchronize with sys/i386/conf/GENERIC revision 1.91.kato1997-06-092-4/+4
* - Added support for "dual" internal/serial consoles (-D flag). If -D is set,bde1997-06-098-252/+290
* Prevent panic with garbage mbuf.brian1997-06-091-2/+2
* While deciding to install irq with unneded "conflicts" keyword,ache1997-06-092-6/+8
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-084-10/+23
* Make "conflicts" keyword work againache1997-06-082-8/+10
* Remove no irq -> irq 31 conversionache1997-06-081-4/+4
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-0716-18/+163
* Style optimization in newly added POSIX range []] conformance, redoache1997-06-071-6/+6
* Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in abde1997-06-072-8/+2
OpenPOWER on IntegriCloud