summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove these three devconf files entirely.phk1996-09-063-246/+0
* Remove devconf, it never grew up to be of any use.phk1996-09-06125-4219/+187
* Partial merge of RELENG_2_1_0 -> HEAD (addition of Intel 82439HX chip text).rgrimes1996-09-061-1/+3
* Add bowrite.gibbs1996-09-061-2/+17
* Use bowrite instead of VOP_BWRITE in a few cases. This can probably be takengibbs1996-09-061-5/+5
* Add B_ORDERED buffer flag and prototype for the bowrite function.gibbs1996-09-062-8/+12
* Fix Orion specific code by moving config_orion() to a place where it doesse1996-09-051-42/+50
* Fix code that deals with multiple host to PCI bridges by making the nextse1996-09-052-2/+4
* Back out the previous changesjulian1996-09-052-86/+75
* Release an unneeded reference to a vnode that was gained in a VFS_VGET().dg1996-09-052-2/+4
* Fixed a panic when switching to 40x25 mode, and cursor was beyond thesos1996-09-043-3/+6
* 3 changes:julian1996-09-043-82/+92
* More merge.asami1996-09-0413-2416/+463
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-034-13/+10
* `struct linker_set execsw_set' was declared as const and pointers in itbde1996-09-035-13/+14
* Fixed bogus casts (const on the wrong `*' in `**') in a qsort-comparisionbde1996-09-031-4/+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-032-60/+96
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-0322-37/+53
OpenPOWER on IntegriCloud