summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Moved vfs sysctls to where Lite2 put them. No code changes yet.bde1997-03-023-62/+117
* Include copyright message from <sys/copyright.h>wosch1997-03-011-19/+2
* Added a copyright and restored order.bde1997-02-281-4/+32
* Wrapped mi_switch() with splstatclock()/splx(). This fixes excessivebde1997-02-271-3/+23
* Fixed loading of vfs's. The Lite2 merge added unnecessary compatibilitybde1997-02-271-41/+20
* Fixed Lite2 merge of spechash simplelocking. It was misplaced inbde1997-02-272-12/+22
* Fix the previous simple_lock fix breakage in the combineddyson1997-02-272-26/+42
* Fix the simple_lock problem with the physical I/O buffer code, anddyson1997-02-272-46/+90
* Fixed unmounting of the root fs. vfs_unmountroot() wasn't fully updatedbde1997-02-262-98/+22
* Merged some missing locking from Lite2:bde1997-02-252-44/+86
* Create a new branch of the kernel MIB, kern.ipc, to storewollman1997-02-246-25/+81
* Regenerate to include correct Id stringpeter1997-02-222-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2285-86/+86
* Support the installation of character devices via an lkm.mpp1997-02-221-1/+10
* Improved select():bde1997-02-201-36/+51
* Make the operation of sonewconn1() a bit clearer by callingwollman1997-02-192-24/+14
* Fix from PR #2757:dg1997-02-191-1/+3
* uipc_mbuf.c: do a better job of counting how often we have to waitwollman1997-02-183-6/+86
* Added some ufs #includes so that this compiles with option LOCKF_DEBUG.bde1997-02-181-2/+7
* Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat().bde1997-02-181-1/+2
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatbde1997-02-181-3/+3
* Pass P_SUGID on to the child of a fork(). It was possible to get rlogindg1997-02-171-0/+4
* Provide an alternative mbuf cluster allocator which permits use ofwollman1997-02-131-1/+46
* For large values of sb_max or MCLBYTES, it was possible for the expressionwollman1997-02-132-4/+2
* Don't depend on FIFO being defined to enable mkfifo.mpp1997-02-122-8/+0
* Restored some lost function return types.bde1997-02-121-0/+2
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-122-16/+0
* Comment out a call to the #ifdef DIAGNOSTIC routinempp1997-02-122-0/+12
* Fix spelling of net.inet.ip.forwarding.wollman1997-02-101-1/+5
* Fix off by one error in setlogin() syscall.davidn1997-02-101-3/+6
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1043-1808/+3555
* Fixed EXTRAVNODES ifdef.bde1997-01-271-3/+3
* Set the soft openfiles limit to maxfiles instead of to NOFILE.bde1997-01-271-2/+5
* Remove some dead code from trapwrite.dyson1997-01-231-3/+1
* Copy process resource settings before modifying.davidn1997-01-211-0/+5
* Updated generated files.bde1997-01-162-4/+2
* Reduced #include spam in <sys/sysproto.h> and fixed things that dependedbde1997-01-164-12/+17
* Added file kern_opt.c for putting warnings about defunct options in.bde1997-01-161-0/+17
* Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctlbde1997-01-163-7/+2
* Fix bug related to map entry allocations where a sleep might be attempteddg1997-01-152-4/+4
* Removed redundant spl0()'s from kernel processes. They were work-aroundsbde1997-01-151-1/+0
* Fixed interrupt unmasking for child processes which I broke inbde1997-01-151-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1489-89/+89
* Update our kernel ntp code to the latest from David Mills. The main changejhay1996-12-304-382/+760
* Delete bogus inconsistency check that could cause a gratuitous panic. Idg1996-12-291-8/+1
* This commit is the embodiment of some VFS read clustering improvements.dyson1996-12-295-137/+220
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-225-5/+14
* Make this compile in the kernel too, major cosmetic cleanup.phk1996-12-221-260/+277
* Fixed nonexistent checking of lock types for F_GETLK.bde1996-12-191-1/+4
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-193-9/+12
OpenPOWER on IntegriCloud