summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Decrease the amount of memory allocated for bouncing. This willdyson1997-04-131-1/+3
* The pmap code was too generous in the allocation of kva space fordyson1997-04-131-6/+12
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-133-5/+16
* Drop the number of allowed tags back down to 8. Pluto uses a higher valuegibbs1997-04-101-17/+17
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-25/+0
* Preserve some bits in the keyboard controller command byte whenyokota1997-04-101-10/+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-091-3/+1
* Mask out revision register in consistency test of class register.se1997-04-094-8/+8
* Fix spelling of align and interrupt in comments.se1997-04-094-24/+24
* Fix consistency test to not fail on pre PCI 2.0 motherboardsse1997-04-094-8/+8
* Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.kato1997-04-081-0/+3
* 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-071-2/+9
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-072-5/+5
* 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-071-24/+2
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-0710-117/+198
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-074-56/+32
* Documented new serial console flags.bde1997-04-072-10/+46
* 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-062-10/+20
* Make MOD_* macros almost consistent:dufault1997-04-064-11/+15
* Remove dependancy on UFS' DIRBLKSIZ definition.dfr1997-04-061-6/+2
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-7/+7
* Fix a bug in the selection timeout handler that was introduced when thegibbs1997-04-051-38/+52
* Fix linux_getdents so that it can cope with filesystems which translatedfr1997-04-051-10/+46
* Moved COMCONSOLE, CONADDR and CONUNIT to defunct options.bde1997-04-051-4/+4
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-051-15/+1
* Use device flags instead of options for serial console configurationbde1997-04-051-23/+53
* Now that we use AAP, we have to explicitly unpause the sequencer whengibbs1997-04-041-2/+11
* NOOP commit to correct the comment for the last commit:gibbs1997-04-041-1/+1
* When not using SCB paging, we can always directly index the SCB of interestgibbs1997-04-041-15/+6
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-031-1/+4
* If flag 0x4000 (Sleephack) is defined, assume that the disk is sleepingphk1997-04-031-3/+35
* make obj before building the aic7xxx assembler. This puts the objectgibbs1997-04-031-3/+3
* PAL support: magic numbers moved into format_params structure.fsmp1997-04-021-3/+9
* Removed a wrong comment of mine.bde1997-04-011-10/+2
* Fixed gratuitous ANSIisms.bde1997-04-011-15/+10
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-014-8/+5
* Changed the way that the exec image header is read to be filesystem-dg1997-03-311-3/+1
* Implement the `detach' command for remote GDB. It gets you back at DDB.joerg1997-03-301-0/+8
* Fix embarrasing typo that survived because I applied the wrong patch-phk1997-03-302-6/+6
* Regenerate (include file changes, stray blank lines (cosmetic),peter1997-03-298-21/+11
* Renerate (some include files were changed)peter1997-03-293-6/+4
* Be consistant with the other syscall makefile's handling of the defaultpeter1997-03-291-1/+4
* Add a Makefile to build all three syscall tablespeter1997-03-291-0/+26
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.phk1997-03-2910-110/+182
OpenPOWER on IntegriCloud