summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Untangled the vm.h include file spaghetti.dg1995-12-0731-35/+160
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-065-14/+5
* Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (abde1995-12-062-12/+2
* A couple of minor tweaks to the sysctl stuff.phk1995-12-066-24/+60
* Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenbde1995-12-052-2/+6
* A major sweep over the sysctl stuff.phk1995-12-049-106/+377
* Close PR: kern/865jkh1995-12-041-1/+3
* Oops, the last commit left a redundant declaration.bde1995-12-031-3/+1
* Completed function declarations and/or added prototypes.bde1995-12-0215-29/+58
* Finished (?) cleaning up sysinit stuff.bde1995-12-0213-116/+64
* Staticized.bde1995-12-023-7/+11
* I fixed this before than committed it on my machine and not on freefall.julian1995-12-021-5/+5
* Submitted by: Heikki Suonsivujulian1995-12-021-8/+8
* Submitted by: jb@cimlogic.com.au (John Birrell)julian1995-11-301-2/+2
* A pair of really tiny patches that not only allow it all to compilejulian1995-11-301-2/+2
* Disallow LKM manipulations when in seure mode.wollman1995-11-291-17/+11
* If you're going to mechanically replicate something in 50 filesjulian1995-11-297-23/+24
* #ifdef out nearly the entire file of conf.c when JREMOD is definedjulian1995-11-291-4/+3
* A test was backwards.phk1995-11-292-4/+6
* OK, that's it..julian1995-11-297-23/+310
* Removed all #includes of the unused file <sys/device.h>.bde1995-11-281-2/+1
* Implement read/write to kernel space - I use this for a self-loading/peter1995-11-281-11/+16
* Update the wd.c driver to use the new TAILQ scheme for devicedyson1995-11-231-1/+94
* Mega commit for sysctl.phk1995-11-206-564/+209
* Put cbstat() under #ifdef DDBphk1995-11-202-8/+6
* Remove unused var.phk1995-11-201-2/+2
* Close the "unused" warning for things in linker-sets.phk1995-11-201-6/+10
* Yet another small block FS bug fix.dyson1995-11-201-2/+2
* Fix more clustering bugs for FSes with block sizes < PAGE_SIZE.dyson1995-11-201-6/+2
* Changed an incorrect splhigh to splbio.dyson1995-11-191-2/+2
* General fixes to the vfs clustring code:dyson1995-11-192-131/+86
* Fixed settimeofday():bde1995-11-191-5/+7
* Added a missing splx(s).dyson1995-11-181-2/+4
* Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIRbde1995-11-182-2/+10
* Improved formatting.bde1995-11-181-5/+8
* Cleaned up SA_NODEFER changes.bde1995-11-181-6/+6
* All net.* sysctl converted now.phk1995-11-162-55/+8
* Fixed support for DIAGNOSTIC option. SYSCTL_INT() depends on kernel.h.bde1995-11-162-2/+4
* Do what is generally belived to be the right thing, though it may not be :-)phk1995-11-141-5/+2
* Final part of this bunch of sysctl commits: cleanup.phk1995-11-141-9/+1
* Get rid of the last debug sysctl variables of the old style.phk1995-11-141-50/+1
* Get rid of hostnamelen variable.phk1995-11-141-13/+3
* Move all the VM sysctl stuff home where it belongs.phk1995-11-141-4/+1
* A couple of nitpicks.phk1995-11-141-8/+5
* Convert dumpdev & securelevel.phk1995-11-141-20/+35
* Change some of the debug sysctl vars. The semantics of these will change.phk1995-11-145-12/+10
* KERN_MAXFILESPERPROC, KERN_MAXFILES went to another file.phk1995-11-141-6/+1
* Hmm, I seem to have got all my patches screwed up anyway. Too bad.phk1995-11-141-1/+146
* Get rid of domainnamelen.phk1995-11-142-16/+6
* Move KERN_NTP to a more suitable file.phk1995-11-142-17/+9
OpenPOWER on IntegriCloud