summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the process-table stuff to a more suitable file.phk1995-11-142-214/+8
* Add new-style sysctl for KERN_FILE here.phk1995-11-141-1/+43
* Try to make my new scheme work more along the lines of the manual.phk1995-11-131-48/+67
* Use kmem_alloc_pageable/kmem_free to allocate memory instead of individualdg1995-11-131-19/+7
* Fixed a cast in olseek().bde1995-11-132-6/+6
* The entire sysctl callback to read/write version. I havn't tested this asphk1995-11-124-122/+166
* Restored the (buggy) historical behaviour of getdomainname().bde1995-11-121-6/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-1217-16/+365
* Updated machine-generated files.bde1995-11-122-2/+2
* Fixed the args list for mount(). We're not ready for the BSD4.4lite2/bde1995-11-121-10/+35
* Fixed the type of readv(). An args struct member name conflicted with thebde1995-11-111-5/+5
* Fixed type of setsid(). It used used the bogus `getsid_args'.bde1995-11-111-3/+3
* Removed unreachable code.bde1995-11-111-6/+5
* Fixed types of rtprio(), osetrlimit() and setrlimit(). The args structbde1995-11-111-12/+12
* Fixed types of ogethostid() and osethostid(). The args struct namesbde1995-11-111-6/+9
OpenPOWER on IntegriCloud