summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Grr. Remove not-ready LDT modification fluff that also crept in withmsmith1997-06-022-52/+2
* Oops, remove some bogus debugging code that crept in with the last commit.msmith1997-06-022-20/+2
* Add support for the SIOCGIFHWADDR ioctl, commonly used bymsmith1997-06-024-4/+230
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-022-8/+15
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-025-278/+528
* tiny spelling fix in commentjulian1997-06-021-3/+3
* Was superseded by ns16550.h 4-5 years ago.bde1997-06-021-50/+0
* I've given up on the idea of sizing FIFO's. You can set it with a flagphk1997-06-013-204/+45
* Don't use -fomit-frame-pointer for ipl_funcs.c if ${PROF} is nonempty,bde1997-06-012-14/+18
* Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.cpeter1997-06-012-21/+21
* on second thoughts, it doesn't even need <machine/ipl.h> either.peter1997-06-012-4/+2
* PCI_CLASS_MASS_STORAGE (under PCI_COMPAT) was used in a driver in LINTpeter1997-06-012-2/+4
* <machine/spl.h> -> <machine/ipl.h>peter1997-06-012-4/+4
* typo fix, s/imp/inp'; move lookup call inside splnet since there werepeter1997-06-011-2/+2
* oops, fix a braino that I noticed during the commit.. Don't verify thepeter1997-06-011-5/+7
* - implement signanosleep(2) by moving common code from nanosleep() into apeter1997-06-011-28/+102
* Regeneratepeter1997-06-015-6/+16
* New syscall, signanosleep(), which is a hybrid of sigsuspend(2) andpeter1997-06-011-2/+3
* New field: p_sleepend; so that settime() can adjust the expected wakeuppeter1997-06-011-1/+2
* Make this puppy compile again - add two includes.jkh1997-06-011-0/+2
* Fix a typo.tegge1997-05-311-2/+2
* specify compile-with option to get -fomit-frame-pointer on ipl_funcs.cpeter1997-05-312-4/+6
* Revert previous change, use "compile-with" in files.i386 instead.peter1997-05-313-15/+3
OpenPOWER on IntegriCloud