aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix broken FAT_CURSOR support, don't set cursor shape on VGAAndrey A. Chernov1994-09-293-3/+18
* Do strip -x of kernelGeoff Rehmet1994-09-293-6/+33
* Added pcaselect call.Søren Schmidt1994-09-291-2/+4
* Changed header sligthly.Søren Schmidt1994-09-293-6/+9
* Changed header slightly.Søren Schmidt1994-09-297-62/+109
* Updated pcaudio.c to latest from 1.1.5.1Søren Schmidt1994-09-296-352/+290
* Fixed bug in hardclock() that caused adjtime() to fail when givenGarrett Wollman1994-09-293-27/+12
* GENERIC*: remove commented-out options; the user should have to doGarrett Wollman1994-09-285-12/+8
* LKMs are no longer options, so remove the `options LKM' from LINT.Garrett Wollman1994-09-283-6/+3
* Now that LKM is standard, PROCFS isn't needed in the GENERIC kernelsDavid Greenman1994-09-282-4/+2
* The FDESC filesystem is definately not needed in the GENERIC kernels.David Greenman1994-09-282-4/+2
* LKM support is no longer optional.Garrett Wollman1994-09-286-74/+3
* Disable MFS as loadable until someone figures out how to make it work.Garrett Wollman1994-09-281-2/+6
* Reviewed by: Julian Elischer / Jordan K. HubbardStefan Eßer1994-09-285-16/+361
* A potential panic, found by adding declarations.Poul-Henning Kamp1994-09-281-2/+2
* Added a %p to printf & friends, same thing as 0x%08x but more with thePoul-Henning Kamp1994-09-281-1/+8
* #include ddb.h not db_output.hPoul-Henning Kamp1994-09-281-2/+2
* Get rid of parentheses in version stuff. Use 2.0.0-Development instead.Sean Eric Fagan1994-09-281-3/+3
* Added entries for PCI and NCR device drivers.Stefan Eßer1994-09-283-3/+21
* Make NFS ask the filesystems for directory cookies instead of making themDoug Rabson1994-09-2810-184/+313
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>Stefan Eßer1994-09-2813-74/+339
* Make bt_timeout() match proper calling conventions - thank you -W!Jordan K. Hubbard1994-09-281-5/+5
* Re-port over all of Atsushi Murai's 32bit support and various and sundryJordan K. Hubbard1994-09-281-51/+217
* Ensure normal selection and alignment of the text and data sections beforeBruce Evans1994-09-283-6/+48
* A minor slip, ktrnamei() is void, not int.Poul-Henning Kamp1994-09-271-2/+2
* Previous commit should have read ...in vm_page_alloc_contig().David Greenman1994-09-271-2/+3
* Fixed another bug, and cleaned up the code.David Greenman1994-09-271-6/+6
* Added declarations, fixed bugs due to missing decls. At least one of themPoul-Henning Kamp1994-09-2716-222/+336
* ktrace.c: added decl of ktrnameiPoul-Henning Kamp1994-09-275-9/+16
* AddedPoul-Henning Kamp1994-09-273-3/+9
* Added include of <machine/cons.h> so that cngetc() gets declared.Poul-Henning Kamp1994-09-271-1/+2
* Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.Poul-Henning Kamp1994-09-273-161/+164
* Fixed multiple bugs in previous version of vm_page_alloc_contig.David Greenman1994-09-271-14/+15
* 1) New "vm_page_alloc_contig" routine by me.David Greenman1994-09-273-5/+83
* First round of changes to get the sound code working in 2.0.David Greenman1994-09-2711-24/+22
* Woops, wrong solution to the problem. Backed out previous fix to ddb.h, andDavid Greenman1994-09-272-3/+3
* Nuked db_printf() prototype; it now clashes with the one in db_output.h.David Greenman1994-09-271-2/+1
* Bug fixed: cursor shaping in mode swithching produce wrong results forAndrey A. Chernov1994-09-273-6/+15
* Makes gcc silent in sys/ddb.Poul-Henning Kamp1994-09-277-32/+30
* Refuse text mode switching when proper font not loadedAndrey A. Chernov1994-09-273-6/+60
* Lots of kernel code requires vnodE_if.h, so provide code to generate itGarrett Wollman1994-09-261-3/+1
* Process accounting implementation by Chris Demetriou, with minor localDavid Greenman1994-09-262-37/+217
* Make Cyrix CPU flush internal cache any time it goes into hold state.Paul Traina1994-09-263-6/+6
* Jim Babb's port of the AIC6360 driver.Jordan K. Hubbard1994-09-261-0/+2659
* Jim Babb's port of the AIC6360 code.Jordan K. Hubbard1994-09-266-6/+15
* init_sysent.c was missing the final newline.Poul-Henning Kamp1994-09-263-5/+5
* Alterations to silence gcc -Wall. Some unused variables deleted.Gary Palmer1994-09-2610-116/+98
* An ifdef almost hit where it was supposed to go. Joerg owes me a goodPoul-Henning Kamp1994-09-253-18/+18
* Removed unimplemented subr_rmap.c and unused references to it.David Greenman1994-09-254-58/+3
* Inlined ins/outs functions.David Greenman1994-09-255-263/+162