aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-536/+385
* 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
* Use `1' for a boolean value instead of something irrelevant (MNT_WAIT)Bruce Evans1994-09-201-2/+2
* Don't use SIG_DFL or SIG_IGN for case label expressions. ANSI requiresBruce Evans1994-09-201-3/+3
* Remove the alias splnone() for spl0(). It was used only once.Bruce Evans1994-09-203-7/+5
* resettodr() now exists, enable itAndrey A. Chernov1994-09-202-6/+2
* resettodr() implemented, inittodr() fixedAndrey A. Chernov1994-09-207-358/+698
* Put back missing .text before swi_net. This could probably be made faster;Garrett Wollman1994-09-191-1/+2
* oget/sethostname: add missing argument to kern_sysctlAndrey A. Chernov1994-09-191-3/+3
* sysctl incorrectly check name[2] instead of name[1]Andrey A. Chernov1994-09-191-2/+2
* Default wait approx 10 seconds for keypress during bootAdam David1994-09-192-6/+6
* Changed some NetBSD backwards compatibility code which was confusing mountd.Doug Rabson1994-09-192-12/+4
* Add vm/vm.h for complete sysctl type.Andrey A. Chernov1994-09-191-1/+1
* Reversed last revision which was a mistake.Doug Rabson1994-09-191-1/+0
* Added MSDOSFS option.Doug Rabson1994-09-193-3/+6
* Added msdosfs.Doug Rabson1994-09-1931-9/+12659
* The previous revision got the wrong log message (for clock.c). It shouldBruce Evans1994-09-182-4/+4
* Remove some unnecessary #includes.Bruce Evans1994-09-187-106/+76
* Use new-style declarations for min/max functions so thatBruce Evans1994-09-182-124/+22
* Replace `unsigned' by `u_int' so that it is not necessary to includeBruce Evans1994-09-181-6/+6