summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Nuked splnet before sync. Not only is this unnecessary, but it appearsdg1994-09-242-4/+2
* Add missing closing comment. I have taken the non-knf formatrgrimes1994-09-242-6/+8
* Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.wollman1994-09-233-5/+11
* Forgot to commit this change when making NFS loadable.wollman1994-09-231-3/+3
* Include <sys/kernel.h> not <kernel.h>dg1994-09-232-4/+4
* Fixed the problem where "make depend" was mandatory for building kernel.phk1994-09-233-6/+6
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kerneldg1994-09-232-4/+4
* Removed last vestige of MULTICAST option.dg1994-09-234-18/+5
* Add PPP. NB: this is VERY VERY VERY green code, added to make it easierwollman1994-09-231-0/+2
* Make the kernel side of PPP compile.wollman1994-09-233-15/+31
* Initial revisionwollman1994-09-234-0/+2483
* Create NFS LKM.wollman1994-09-224-2/+35
* Make NFS loadable.wollman1994-09-227-8/+124
* make 8bit clean defaultsache1994-09-221-3/+3
* More loadable VFS changes:wollman1994-09-2241-152/+52
* From 1.1.5:dg1994-09-223-6/+6
* Call ffs ``ufs'' for the benefit of poor, confused user-land programs.wollman1994-09-221-2/+2
* mount.h: Declare getvfs* functions from libc.wollman1994-09-222-2/+11
* Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's morewollman1994-09-2115-2/+149
* Fix a few niggling little bugs:wollman1994-09-218-14/+17
* Fix the consistent mistranslation of Linux's get_fs_word() andbde1994-09-212-17/+17
OpenPOWER on IntegriCloud