summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added entries for PCI and NCR device drivers.se1994-09-283-3/+21
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-2810-184/+313
* Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-2813-74/+339
* Make bt_timeout() match proper calling conventions - thank you -W!jkh1994-09-281-5/+5
* Re-port over all of Atsushi Murai's 32bit support and various and sundryjkh1994-09-281-51/+217
* Ensure normal selection and alignment of the text and data sections beforebde1994-09-283-6/+48
* A minor slip, ktrnamei() is void, not int.phk1994-09-271-2/+2
* Previous commit should have read ...in vm_page_alloc_contig().dg1994-09-271-2/+3
* Fixed another bug, and cleaned up the code.dg1994-09-271-6/+6
* Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-2716-222/+336
* ktrace.c: added decl of ktrnameiphk1994-09-275-9/+16
* Addedphk1994-09-273-3/+9
* Added include of <machine/cons.h> so that cngetc() gets declared.phk1994-09-271-1/+2
* Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.phk1994-09-273-161/+164
* Fixed multiple bugs in previous version of vm_page_alloc_contig.dg1994-09-271-14/+15
* 1) New "vm_page_alloc_contig" routine by me.dg1994-09-273-5/+83
* First round of changes to get the sound code working in 2.0.dg1994-09-2711-24/+22
* Woops, wrong solution to the problem. Backed out previous fix to ddb.h, anddg1994-09-272-3/+3
* Nuked db_printf() prototype; it now clashes with the one in db_output.h.dg1994-09-271-2/+1
* Bug fixed: cursor shaping in mode swithching produce wrong results forache1994-09-273-6/+15
* Makes gcc silent in sys/ddb.phk1994-09-277-32/+30
* Refuse text mode switching when proper font not loadedache1994-09-273-6/+60
* Lots of kernel code requires vnodE_if.h, so provide code to generate itwollman1994-09-261-3/+1
* Process accounting implementation by Chris Demetriou, with minor localdg1994-09-262-37/+217
* Make Cyrix CPU flush internal cache any time it goes into hold state.pst1994-09-263-6/+6
* Jim Babb's port of the AIC6360 driver.jkh1994-09-261-0/+2659
* Jim Babb's port of the AIC6360 code.jkh1994-09-266-6/+15
* init_sysent.c was missing the final newline.phk1994-09-263-5/+5
* Alterations to silence gcc -Wall. Some unused variables deleted.gpalmer1994-09-2610-116/+98
* An ifdef almost hit where it was supposed to go. Joerg owes me a goodphk1994-09-253-18/+18
* Removed unimplemented subr_rmap.c and unused references to it.dg1994-09-254-58/+3
* Inlined ins/outs functions.dg1994-09-255-263/+162
* Undo last change: the ins/outs functions DO NOT return a pointer!dg1994-09-252-14/+14
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-2532-227/+239
* Copied over the transfer speed definitions from sys/i386/isa/fdreg.h.joerg1994-09-253-3/+9
* Copied over the transfer speed definitions from sys/i386/isa/fdreg.h.joerg1994-09-252-2/+30
* Extended minor number to include bits 16-31. It was done this way ratherdg1994-09-251-2/+7
* LKM for ibcs2 supportsos1994-09-252-0/+72
* Added support for EXEC type modules.sos1994-09-251-17/+18
* Made the kernel 256 bytes smaller by removing a unusedphk1994-09-251-3/+1
* Moved the ft.c from 1.1.5.1 over. It works on my Conner thingie. Gotphk1994-09-255-1704/+2090
* Disabled swap anti-fragmentation code. It reduces swap paging performancedg1994-09-251-7/+9
* HARDFONTS option documentedache1994-09-253-3/+9
* 1)Back out my previous change: only 8x16 font grabbing available,ache1994-09-253-45/+69
* Shuffled macros and definitions around to facilitate architecturedg1994-09-244-224/+9
* SAVE all fonts, if NO_HARDFONTS defined, not only 8x16ache1994-09-243-9/+12
* New file to contain a.out specific macros and definitions.dg1994-09-241-0/+146
* Temporarily (?) disable block reallocation until either the real bug isdg1994-09-241-3/+3
* 1) Added "." and ".." entries.dg1994-09-242-8/+40
* Added support for p_textvp which stores the vnode pointer of the execed binary.dg1994-09-241-1/+9
OpenPOWER on IntegriCloud