summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure we touch all the temporary files at startup, because we assumepeter1997-03-291-1/+3
* Add missing $Id$peter1997-03-251-0/+1
* Replace original rev 1.3; Author: bde; Date: 1997/02/25 17:24:43;peter1997-03-251-3/+2
* Replace original rev 1.2; Author: mpp; Date: 1997/02/12 06:52:30peter1997-03-251-0/+1
* Replace original revision 1.1; Author dyson; Date: 1997/02/10 02:28:15peter1997-03-251-8/+14
* This commit was generated by cvs2svn to compensate for changes in r24269,peter1997-03-251-0/+531
|\
| * Import 4.4BSD-Lite2 onto CSRG branchpeter1997-03-251-0/+531
* | Don't include <sys/ioctl.h> in the kernel. Stage 5: includebde1997-03-243-6/+11
* | Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-245-10/+15
* | Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-1/+1
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-248-16/+8
* | Add generation number randomization. Newly created filesystems wil nowguido1997-03-232-2/+26
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-2319-29/+37
* | Restore Bruce's original comment. It seems that "iff" = if and only if,mpp1997-03-223-6/+6
* | Fix a typo in a comment of a recent commit.mpp1997-03-223-6/+6
* | Removed `volatile' from declaration of `time', and removed the resultingbde1997-03-222-6/+5
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-226-28/+51
* | Add support to sendmsg()/recvmsg() for passing credentials betweenwpaul1997-03-211-3/+25
* | Fixed null pointer panic in devtotty(). Fixed bounds checking inbde1997-03-161-7/+13
* | 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
OpenPOWER on IntegriCloud