summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-032-7/+5
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.bde1996-09-032-11/+11
* Cleaned up version of my 'extended BIOS' patch. This one is commentednate1996-09-031-30/+48
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-032-11/+3
* Fixed a couple of bugs in the mousepointer code.sos1996-09-012-233/+298
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-011-2/+2
* If the basemem value supplied by the bootblocks, differs from the valuenate1996-09-011-6/+33
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-315-28/+28
* 77 cyy Cyclades Ye/PCI serial cardjkh1996-08-311-1/+2
* Improvements from Bruce Evanspst1996-08-302-17/+29
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-10/+15
* Add g to flags helpache1996-08-281-1/+1
* Add g option to usage lineache1996-08-282-2/+3
* Fixed restoral of nsscons variable. The tty for /dev/console was lost.bde1996-08-281-2/+2
* Use "" instead of <> for a header in the current directory.bde1996-08-281-2/+2
* Use (full) <> paths instead of ambiguous "" paths for headers not inbde1996-08-282-6/+6
* Clean up formatting and fix an & -> && bug pointed out by bdepst1996-08-281-87/+52
* Support for GDB remote debug protocol.pst1996-08-277-9/+603
* Add hints to the file ./LINT and the handbook.wosch1996-08-271-1/+10
* Unconditionally null-terminate string read into spkr driver.peter1996-08-241-3/+6
* Another attempt at making multi-sector mode work.dyson1996-08-231-16/+35
* Add /usr/sbin to sysctl because /usr/sbin not in standard pathache1996-08-211-3/+3
* Collect all the functioons concerned with rebooting into one placejulian1996-08-191-160/+6
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/peter1996-08-191-1/+1
* oops somehow this dissppeared along the way..julian1996-08-191-1/+3
* Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit.joerg1996-08-181-2/+2
OpenPOWER on IntegriCloud