summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated comments.bde1997-06-072-30/+30
* Add missing FNM_PERIOD check for '[' rangeache1997-06-061-4/+10
* 1) Now conforms POSIX.2 2.8.3.2 requirements about []] patternache1997-06-061-11/+35
* Synchronize with sys/i386/isa/sio.c and sioreg.h revisions1.171 andkato1997-06-063-6/+11
* Synchronize with sys/i386/conf/options.i386 revision 1.47.kato1997-06-062-4/+4
* YAMF22 - XSERVER comment changes.jkh1997-06-065-10/+10
* Don't throw NFS B_DELWRI buffers back to the vm system in brelse.dfr1997-06-061-3/+11
* Fix a problem caused by removing large numbers of files from a directorydfr1997-06-062-4/+12
* make it compile with -Walljulian1997-06-041-12/+11
* Document a non-standard gdbremote protocol extension (kludge, really)pst1997-06-046-4/+60
* Bring back CONSPEED as a last-ditch default if you can't change the speedpst1997-06-0411-19/+37
* Synchronize with sys/i386/conf/options.i386 revision 1.46.kato1997-06-042-4/+4
* Synchronize with sys/i386/isa/sio.c and sioreg.h revisions 1.170 andkato1997-06-043-18/+235
* CONSPEED is defunct.pst1997-06-045-10/+7
* If the boot blocks were using the serial port, read the system consolepst1997-06-046-33/+357
* Various fixes from NetBSD:dfr1997-06-0315-43/+63
* Implement the async mount option for NFSv3. This makes NFS pretend that alldfr1997-06-034-6/+16
* Fixed mu-law data. Originator's patch was applied.kato1997-06-031-64/+64
* Fixed order of data transfer.kato1997-06-031-1/+5
* Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers aredfr1997-06-032-16/+100
* Fix some performance problems with the NFS mmap fixes.dfr1997-06-033-10/+14
* Include <sys/conf.h>kato1997-06-031-0/+1
* Actually POINT to the appletalk usrreqs struct.julian1997-06-022-0/+2
* Add 2 new ioctls: WORMIOCREADSESSIONINFO and WORMIOCWRITESESSION.jmz1997-06-023-5/+186
* Move call of pci_addcfg() before test of cfg->subordinatebus, since these1997-06-022-4/+26
* Fill in some gaps in the cpuid features list..peter1997-06-022-6/+38
* Synchronize with following files:kato1997-06-0210-414/+20
* Added PC-98 code.kato1997-06-024-52/+248
* Synchronize with sys/i386/isa/sio.c revision 1.169.kato1997-06-022-136/+30
* The defines INTR_FAST and INTR_EXCL are part of the public interface. Thedfr1997-06-022-4/+5
* Change isa_device.h to intr_machdep.hdfr1997-06-027-14/+14
* Make this thing actually compile.dfr1997-06-022-4/+4
* Synchronize with sys/i386/conf/files.i386 revision up to 1.164.kato1997-06-022-12/+18
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.99.kato1997-06-022-10/+2
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-0230-800/+1930
OpenPOWER on IntegriCloud