summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hashbde1997-03-081-14/+14
* Fix style bugs and other bugs in the NFS fix.guido1997-03-081-6/+5
* Remove unnecessary check for vp->v_mount being null. Pointeddyson1997-03-071-2/+2
* Fix (I hope) the NFS hole. This is only compile tested.gpalmer1997-03-071-2/+7
* Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, thenbde1997-03-052-4/+14
* Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixeddg1997-03-052-10/+10
* Check that vp->v_mount is non-null in fsync() before dereferencing it tomsmith1997-03-052-4/+6
* Attach vfs_sysctl() one level lower so that only the levels belowbde1997-03-043-23/+22
* Oops, fix typo.ache1997-03-031-2/+2
* Don't copy more than MAXLOGNAME bytes in getlogin() syscall,ache1997-03-031-3/+3
* Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD'sbde1997-03-033-46/+101
* Use MAXLOGNAME for stricter size check in setlogin() syscall instead ofache1997-03-031-3/+3
* Restored some pre-Lite2-merge source-level compatibility to the mount()bde1997-03-022-22/+8
* 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
OpenPOWER on IntegriCloud