summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.bde1996-09-142-24/+30
* Removed declarations of recently deleted variables and cleaned upbde1996-09-141-6/+6
* Potentially saved a whole 4 bytes and reduced bogusness by eliminatingbde1996-09-142-5/+4
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-1/+1
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-145-11/+16
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+2
* Removed another devconf leftover. A fat devconf support function wasbde1996-09-141-61/+28
* Made debugging code (pmap_pvdump()) compile again so that I can test LINT.bde1996-09-131-2/+4
* Removed another devconf leftover.bde1996-09-131-9/+6
* Don't compile a 256-byte unused table in the pca driver.bde1996-09-132-1/+4
* Added undocumented option SPX_HACK.bde1996-09-132-2/+4
* Another round of merge/update.asami1996-09-125-52/+228
* Primarily a fix so that pages are properly tracked for beingdyson1996-09-121-35/+62
* Make userconfig two (default: on) options:phk1996-09-117-10/+33
* The intended usage is:phk1996-09-112-0/+100
* Add #ifdef for RAWBOOT.phk1996-09-112-27/+54
* Add "rawboot", sort the subdirs.phk1996-09-111-2/+2
* Fixed so that the card will go into promiscuous mode for BPF.nate1996-09-111-3/+2
* A minor fix to the new pmap code. This might not fix the global problemsdyson1996-09-111-2/+2
* Removed more devconf leftovers.bde1996-09-104-10/+5
* Removed bogus LARGMEM code and option. The code paniced whenbde1996-09-102-14/+2
* Fixed spelling of new SC_KBD_PROBE_WORKS option in options.i386.bde1996-09-103-4/+13
* Rather than adding more gunk here, clean some of it up:phk1996-09-103-48/+34
* Hack workaround XFree86 switching failure when used with /dev/sysmousepeter1996-09-101-2/+23
* Backed out last change. It depends on the future change of addingbde1996-09-101-2/+2
* Updated #includes to 4.4Lite style.bde1996-09-1053-130/+134
* The poor nsccons variable was gone agian this time hidden bysos1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..sos1996-09-081-18/+36
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-082-11/+14
* Improve the scalability of certain pmap operations.dyson1996-09-082-292/+611
* Various cleanups for remanents of devconf.phk1996-09-085-26/+5
* Fixed another little both in the devconf removal.sos1996-09-081-1/+1
* Finish what phk started here in removing devconf. The ATAPI_STATIC casejkh1996-09-081-3/+2
* Fixed another easy case of const poisoning in the kernel. Cosmetic.bde1996-09-071-2/+2
* Remove boot2 when the size test fails so that rebuilding without fixingbde1996-09-071-2/+4
* Saved 48 bytes (46 before padding) using assorted nano-optimizations:bde1996-09-071-13/+14
* Saved 48 bytes (56 before padding) by moving a variable declaration.bde1996-09-071-2/+3
* Disable 'suspend' as it tends to lockup computers with the current APMnate1996-09-071-1/+3
* Unused file.nate1996-09-071-106/+0
* APM_DSVALUE_BUS is no longer with the addition of the correct fix tonate1996-09-072-36/+2
* Yet another merge. Remove support.s by deleting memcopy. Removeasami1996-09-071-1/+16
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-063-6/+18
* Add ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options.pst1996-09-061-1/+6
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.pst1996-09-063-1/+7
* Remove these three devconf files entirely.phk1996-09-061-96/+0
* Remove devconf, it never grew up to be of any use.phk1996-09-0664-2050/+79
* Back out the previous changesjulian1996-09-052-86/+75
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-041-1/+2
* 3 changes:julian1996-09-043-82/+92
* More merge.asami1996-09-041-5/+1
OpenPOWER on IntegriCloud