aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* LKM for ibcs2 supportSøren Schmidt1994-09-252-0/+72
* Added support for EXEC type modules.Søren Schmidt1994-09-251-17/+18
* Made the kernel 256 bytes smaller by removing a unusedPoul-Henning Kamp1994-09-251-3/+1
* Moved the ft.c from 1.1.5.1 over. It works on my Conner thingie. GotPoul-Henning Kamp1994-09-255-1662/+2048
* Disabled swap anti-fragmentation code. It reduces swap paging performanceDavid Greenman1994-09-251-7/+9
* HARDFONTS option documentedAndrey A. Chernov1994-09-253-3/+9
* 1)Back out my previous change: only 8x16 font grabbing available,Andrey A. Chernov1994-09-253-45/+69
* Shuffled macros and definitions around to facilitate architectureDavid Greenman1994-09-244-224/+9
* SAVE all fonts, if NO_HARDFONTS defined, not only 8x16Andrey A. Chernov1994-09-243-9/+12
* New file to contain a.out specific macros and definitions.David Greenman1994-09-241-0/+146
* Temporarily (?) disable block reallocation until either the real bug isDavid Greenman1994-09-241-3/+3
* 1) Added "." and ".." entries.David Greenman1994-09-242-8/+40
* Added support for p_textvp which stores the vnode pointer of the execed binary.David Greenman1994-09-241-1/+9
* Nuked splnet before sync. Not only is this unnecessary, but it appearsDavid Greenman1994-09-242-4/+2
* Add missing closing comment. I have taken the non-knf formatRodney W. Grimes1994-09-242-6/+8
* Add MIB variable kern.bootfile (R/W) giving the name of the booted kernel.Garrett Wollman1994-09-233-5/+11
* Forgot to commit this change when making NFS loadable.Garrett Wollman1994-09-231-3/+3
* Include <sys/kernel.h> not <kernel.h>David Greenman1994-09-232-4/+4
* Fixed the problem where "make depend" was mandatory for building kernel.Poul-Henning Kamp1994-09-233-6/+6
* Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernelDavid Greenman1994-09-232-4/+4
* Removed last vestige of MULTICAST option.David Greenman1994-09-234-18/+5
* Add PPP. NB: this is VERY VERY VERY green code, added to make it easierGarrett Wollman1994-09-231-0/+2
* Make the kernel side of PPP compile.Garrett Wollman1994-09-233-15/+31
* Initial revisionGarrett Wollman1994-09-234-0/+2483
* Create NFS LKM.Garrett Wollman1994-09-224-2/+35
* Make NFS loadable.Garrett Wollman1994-09-227-8/+124
* make 8bit clean defaultsAndrey A. Chernov1994-09-221-3/+3
* More loadable VFS changes:Garrett Wollman1994-09-2241-152/+52
* From 1.1.5:David Greenman1994-09-223-6/+6
* Call ffs ``ufs'' for the benefit of poor, confused user-land programs.Garrett Wollman1994-09-221-2/+2
* mount.h: Declare getvfs* functions from libc.Garrett Wollman1994-09-222-2/+11
* Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's moreGarrett Wollman1994-09-2115-2/+149
* Fix a few niggling little bugs:Garrett Wollman1994-09-218-14/+17
* Fix the consistent mistranslation of Linux's get_fs_word() andBruce Evans1994-09-212-17/+17
* Fix compiler warnings.Bruce Evans1994-09-211-2/+4
* #if 0'd evil dynamic fifo trigger level adjustment; it just bit me andDavid Greenman1994-09-213-3/+9
* From 1.1.5:David Greenman1994-09-213-9/+9
* From 1.1.5:David Greenman1994-09-211-4/+4
* Fixed up a couple of comments.David Greenman1994-09-211-4/+4
* Make it easier to create filesystem LKMs by doing most of theGarrett Wollman1994-09-211-1/+16
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-2161-535/+384
* Add entry for transputer (cdev 8).Jordan K. Hubbard1994-09-211-5/+20
* Add entries for transputer driver.Jordan K. Hubbard1994-09-212-2/+4
* Add the transputer driver from Christoph Niemann, Luigi Rizzo andJordan K. Hubbard1994-09-212-0/+758
* Don't provide bogus source operands in some asms. This probably shouldn'tBruce Evans1994-09-202-34/+58
* Better documentation, 1ms calibration, default 5 seconds BOOTWAITAdam David1994-09-206-28/+58
* Parenthesize macro args.Bruce Evans1994-09-201-12/+20
* Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn'tBruce Evans1994-09-204-21/+11
* Don't lose the RTC interrupt in resettodr().Bruce Evans1994-09-205-10/+10
* Sorted.David Greenman1994-09-201-23/+23