summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added a struct tag `fsid' for fsid_t so that sysproto.h can declarebde1996-09-121-2/+2
* Make userconfig two (default: on) options:phk1996-09-1112-16/+52
* 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
* bzero the entire at_ifaddr struct we malloc, not just the first part of it..julian1996-09-111-1/+1
* fix the ability of the VFS to reclaim devfs nodes correctly..julian1996-09-111-2/+3
* chnages to bring atlak a bit more into the BSD4.4 world and tojulian1996-09-111-19/+33
* A minor fix to the new pmap code. This might not fix the global problemsdyson1996-09-112-4/+4
* Restored a non-devconf comment that was removed with devconf.bde1996-09-101-1/+5
* Removed more devconf leftovers.bde1996-09-1012-100/+15
* Removed bogus LARGMEM code and option. The code paniced whenbde1996-09-104-28/+4
* Fix a problem with child inheritance of sysv shm. Problem broughtdyson1996-09-101-0/+4
* Fixed spelling of new SC_KBD_PROBE_WORKS option in options.i386.bde1996-09-105-7/+22
* 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-103-6/+69
* Backed out last change. It depends on the future change of addingbde1996-09-101-2/+2
* More merge. Change "pc98" to "isa" in a few places. Misc. cleanup.asami1996-09-1039-2863/+253
* Updated #includes to 4.4Lite style.bde1996-09-10116-448/+457
* No code changes what so ever, but added about 150 lines of commentsjulian1996-09-101-4/+149
* The whole issue of not support VOP_LOCK for VBLK devices should bedyson1996-09-101-3/+10
* Make sure that the pager is allocated before it is needed. Hangsdyson1996-09-101-2/+8
* Set subnetsarelocal to false. In a classless world, the other casewollman1996-09-091-2/+2
* The poor nsccons variable was gone agian this time hidden bysos1996-09-093-6/+6
* Remove the portion of revision 1.36 that added the #ifdef's for CPUrgrimes1996-09-091-19/+1
* Fixed the use of the wrong variable in vm_map_madvise.dyson1996-09-081-4/+4
* Make syscons replicate a mousesystems mouse on minor 128..sos1996-09-083-54/+108
* Addition of page coloring support. Various levels of coloring are afforded.dyson1996-09-0815-134/+472
* Improve the scalability of certain pmap operations.dyson1996-09-085-586/+1223
* Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash whendg1996-09-081-2/+5
* Various cleanups for remanents of devconf.phk1996-09-0816-98/+16
* 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-073-6/+6
* Preserve volatility in casts of np->reg. Cosmetic.bde1996-09-071-5/+5
* 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
* Fixed two small leftovers form PHK's mega devconf removal commit..sos1996-09-072-3/+1
* Disable 'suspend' as it tends to lockup computers with the current APMnate1996-09-071-1/+3
* Unused file.nate1996-09-071-106/+0
* - Don't include <machine/laptops.h>. It was a kludge I should nevernate1996-09-072-2/+0
* APM_DSVALUE_BUS is no longer with the addition of the correct fix tonate1996-09-072-36/+2
* Fix a VOP_UNLOCK panic when using options DIAGNOSTIC during dismount.dyson1996-09-071-1/+3
* Corrected an error where precious kernel virtual space was being allocateddyson1996-09-071-26/+21
* Yet another merge. Remove support.s by deleting memcopy. Removeasami1996-09-0734-1920/+238
* Add option SC_KBD_PROBE_WORKS to syscons driver.pst1996-09-066-15/+45
* Add ATAPI_STATIC, ATAPI, and SC_KBD_PROBE_WORKS options.pst1996-09-062-2/+12
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.pst1996-09-065-9/+21
OpenPOWER on IntegriCloud