summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't pollute the namespace with rfork flags if _POSIX_SOURCE is defined.bde1996-09-031-2/+3
* Added #include of <unistd.h> so that there is some chance thatbde1996-09-031-1/+2
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-0355-5289/+326
* Implemented kernel side of MNT_NOATIME mount option. This option disablesdg1996-09-034-13/+20
* allow a new loopback route to overwrite an old one..julian1996-09-031-5/+10
* Correct previous Orion specific fix: The configuration registerse1996-09-021-2/+2
* Add preliminary support for the Orion PCI chip set. It is special in these1996-09-023-45/+157
* Bugfix and simplification for rev 1.34: make sure that the routefenner1996-09-021-16/+6
* Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS defineache1996-09-011-4/+22
* Fixed a couple of bugs in the mousepointer code.sos1996-09-016-699/+894
* Change an splstatclock that should be an splhigh into an splhigh.dg1996-09-011-2/+2
* Change an splclock that needs to be an splhigh into an splhigh.dg1996-09-013-6/+6
* If the basemem value supplied by the bootblocks, differs from the valuenate1996-09-012-12/+66
* Fix the visibility of the sysctl variables.alex1996-08-311-5/+5
* cpu_boot() always returns, so don't declare it as __dead*.bde1996-08-311-2/+2
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-3112-33/+34
* s/pc98/isa/g in struct *_device and *_driver. Resync along the way.asami1996-08-3133-833/+261
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-3114-72/+73
* wow we can even make net ranges go away now (how sophisticated!)julian1996-08-311-55/+44
* 77 cyy Cyclades Ye/PCI serial cardjkh1996-08-312-2/+4
* Add code to automaticall support subnets on ethertalk networksjulian1996-08-313-105/+68
OpenPOWER on IntegriCloud