summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Effectively remove the previous commit to fix threads forking. Thedyson1997-04-121-3/+7
* Allow a kernel-supported process thread to do an exec without blastingdyson1997-04-111-7/+24
* Deleted ddb_inb and ddb_outb functions that provide I/O accesskato1997-04-111-18/+1
* Synchronize with sys/i386/isa/syscons.c revision 1.209.kato1997-04-111-10/+6
* Drop the number of allowed tags back down to 8. Pluto uses a higher valuegibbs1997-04-101-17/+17
* aic7xxx.seq:gibbs1997-04-104-13/+16
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-103-23/+12
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-102-10/+8
* Removed unused or apparently-unused #includes, especially of thebde1997-04-104-58/+4
* Deprecated <sys/dir.h> some more - changed the comment saying thatbde1997-04-102-20/+24
* Use smalllblktosize() instead of multiplying small block numbersbde1997-04-101-4/+4
* Preserve some bits in the keyboard controller command byte whenyokota1997-04-103-30/+18
* Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack thatbde1997-04-094-71/+4
* Distinguish fifos from sockets in the S_IS* macros. This is possible nowbde1997-04-091-6/+6
* Regenerate (removed unused #includes from ibcs2*_sysent.c).bde1997-04-098-14/+8
* Removed unused #includes.bde1997-04-093-9/+3
* Regenerate (removed unused #includes in linux_sysent.c).bde1997-04-093-5/+3
* Removed unused #includes.bde1997-04-092-6/+2
* Include <sys/buf.h> instead of <sys/vnode.h>. kern_sysctl.c nobde1997-04-091-2/+2
* Mask out revision register in consistency test of class register.se1997-04-096-12/+12
* Fix spelling of align and interrupt in comments.se1997-04-096-36/+36
* Fix consistency test to not fail on pre PCI 2.0 motherboardsse1997-04-096-12/+12
* Added lnc driver.kato1997-04-082-2/+4
* Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.kato1997-04-084-4/+10
* Fix an infinite loop caused by calling ahc_run_done queue while thegibbs1997-04-071-3/+32
* Lower the spl() of the new process from splhigh() right away, sincepeter1997-04-073-6/+27
* Synchronize with sys/i386/i386{machdep.c,trap.c} revisions 1.236 andkato1997-04-073-36/+69
* Synchronize with sys/i386/isa/clock.c revision 1.80.kato1997-04-073-15/+30
* Remove explicit zero of p_vmspace on creation, it's now in the startzeropeter1997-04-071-6/+1
* Move p_vmspace into the startzero section since we've just changed thingspeter1997-04-071-2/+3
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-074-10/+10
* Define UPAGES_HOLE at 2 (same as current UPAGES) in case UPAGES changespeter1997-04-071-1/+3
* Clean up some dead wood. Kill the page table page for mapping thepeter1997-04-073-72/+6
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-0731-340/+531
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-079-116/+68
* Documented new serial console flags.bde1997-04-073-15/+69
* Commit a typo fix that's been sitting in my tree for ages, quite forgotten.peter1997-04-061-2/+2
* Fixes to ibcs2_getdents, including using struct dirent instead ofdfr1997-04-061-27/+101
* Prevent wedging of the stat clock because of missed interrupts.mckay1997-04-065-25/+50
* Synchronize with sys/i386/i386/trap.c revision 1.89.kato1997-04-061-7/+7
* Make MOD_* macros almost consistent:dufault1997-04-0614-63/+93
* Make MOD_* macros almost consistent:dufault1997-04-0611-31/+33
* Remove dependancy on UFS' DIRBLKSIZ definition.dfr1997-04-062-12/+4
* Make vm_map_protect be more complete about map simplification. Thisdyson1997-04-061-2/+4
* Correction to the prototype for vm_fault.dyson1997-04-061-2/+2
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-069-198/+146
* Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for workgibbs1997-04-051-5/+5
* Fix a bug in the selection timeout handler that was introduced when thegibbs1997-04-051-38/+52
* Change IPX to use the pr_usrreqs structure.jhay1997-04-055-414/+565
* Synchronize with sys/i386/conf/options.i386 revision 1.39.kato1997-04-052-8/+8
OpenPOWER on IntegriCloud