aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in a comment of a recent commit.Mike Pritchard1997-03-223-6/+6
* Removed `volatile' from declaration of `time', and removed the resultingBruce Evans1997-03-222-6/+5
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of theBruce Evans1997-03-226-28/+51
* Add support to sendmsg()/recvmsg() for passing credentials betweenBill Paul1997-03-211-3/+25
* Fixed null pointer panic in devtotty(). Fixed bounds checking inBruce Evans1997-03-161-7/+13
* Fixed the hash formula. Lite2 doesn't have phashinit(), so Lite2's hashBruce Evans1997-03-081-14/+14
* Fix style bugs and other bugs in the NFS fix.Guido van Rooij1997-03-081-6/+5
* Remove unnecessary check for vp->v_mount being null. PointedJohn Dyson1997-03-071-2/+2
* Fix (I hope) the NFS hole. This is only compile tested.Gary Palmer1997-03-071-2/+7
* Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, thenBruce Evans1997-03-052-4/+14
* Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixedDavid Greenman1997-03-052-10/+10
* Check that vp->v_mount is non-null in fsync() before dereferencing it toMike Smith1997-03-052-4/+6
* Attach vfs_sysctl() one level lower so that only the levels belowBruce Evans1997-03-043-23/+22
* Oops, fix typo.Andrey A. Chernov1997-03-031-2/+2
* Don't copy more than MAXLOGNAME bytes in getlogin() syscall,Andrey A. Chernov1997-03-031-3/+3
* Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD'sBruce Evans1997-03-033-46/+101
* Use MAXLOGNAME for stricter size check in setlogin() syscall instead ofAndrey A. Chernov1997-03-031-3/+3
* Restored some pre-Lite2-merge source-level compatibility to the mount()Bruce Evans1997-03-022-22/+8
* Moved vfs sysctls to where Lite2 put them. No code changes yet.Bruce Evans1997-03-023-62/+117
* Include copyright message from <sys/copyright.h>Wolfram Schneider1997-03-011-19/+2
* Added a copyright and restored order.Bruce Evans1997-02-281-4/+32
* Wrapped mi_switch() with splstatclock()/splx(). This fixes excessiveBruce Evans1997-02-271-3/+23
* Fixed loading of vfs's. The Lite2 merge added unnecessary compatibilityBruce Evans1997-02-271-41/+20
* Fixed Lite2 merge of spechash simplelocking. It was misplaced inBruce Evans1997-02-272-12/+22
* Fix the previous simple_lock fix breakage in the combinedJohn Dyson1997-02-272-26/+42
* Fix the simple_lock problem with the physical I/O buffer code, andJohn Dyson1997-02-272-46/+90
* Fixed unmounting of the root fs. vfs_unmountroot() wasn't fully updatedBruce Evans1997-02-262-98/+22
* Merged some missing locking from Lite2:Bruce Evans1997-02-252-44/+86
* Create a new branch of the kernel MIB, kern.ipc, to storeGarrett Wollman1997-02-246-25/+81
* Regenerate to include correct Id stringPeter Wemm1997-02-222-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2285-86/+86
* Support the installation of character devices via an lkm.Mike Pritchard1997-02-221-1/+10
* Improved select():Bruce Evans1997-02-201-36/+51
* Make the operation of sonewconn1() a bit clearer by callingGarrett Wollman1997-02-192-24/+14
* Fix from PR #2757:David Greenman1997-02-191-1/+3
* uipc_mbuf.c: do a better job of counting how often we have to waitGarrett Wollman1997-02-183-6/+86
* Added some ufs #includes so that this compiles with option LOCKF_DEBUG.Bruce Evans1997-02-181-2/+7
* Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat().Bruce Evans1997-02-181-1/+2
* Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so thatBruce Evans1997-02-181-3/+3
* Pass P_SUGID on to the child of a fork(). It was possible to get rloginDavid Greenman1997-02-171-0/+4
* Provide an alternative mbuf cluster allocator which permits use ofGarrett Wollman1997-02-131-1/+46
* For large values of sb_max or MCLBYTES, it was possible for the expressionGarrett Wollman1997-02-132-4/+2
* Don't depend on FIFO being defined to enable mkfifo.Mike Pritchard1997-02-122-8/+0
* Restored some lost function return types.Bruce Evans1997-02-121-0/+2
* Add function protypes for the new Lite2 unionfs functions.Mike Pritchard1997-02-122-16/+0
* Comment out a call to the #ifdef DIAGNOSTIC routineMike Pritchard1997-02-122-0/+12
* Fix spelling of net.inet.ip.forwarding.Garrett Wollman1997-02-101-1/+5
* Fix off by one error in setlogin() syscall.David Nugent1997-02-101-3/+6
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-1043-1808/+3555
* Fixed EXTRAVNODES ifdef.Bruce Evans1997-01-271-3/+3