summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fixed setpgid(). Negative pgids were accepted.bde1996-12-191-1/+3
* | Fixed arg checking in if_advlock(). Invalid args were accepted in anbde1996-12-191-11/+14
* | Only handle copyin/out/etc faults when not in an interrupt handler.bde1996-12-181-8/+9
* | Typo fix.alex1996-12-171-2/+2
* | Fixed garbage being returned for constant int values, e.g., forbde1996-12-151-2/+2
* | Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()bde1996-12-131-13/+10
* | Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joybde1996-12-061-2/+3
* | Add comments to hard-to-follow File descriptor handling codejulian1996-12-051-1/+68
* | Clean-up of the new buffer kva allocation code. Also, there was andyson1996-12-051-2/+2
* | Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-012-17/+2
* | Don't allow empty pathnames. POSIX standard.bde1996-12-011-1/+8
* | Fix a problem with the new buffer_map management code. Additionally,dyson1996-12-011-14/+24
* | This update adds the support for != 512 byte sector SCSI devices tosos1996-12-012-4/+6
* | Implement a new totally dynamic (up to MAXPHYS) buffer kva allocationdyson1996-11-302-21/+89
* | Check for error return from uiomove to prevent looping endlessly indg1996-11-291-1/+3
* | Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action nowbde1996-11-291-5/+9
* | Help broken d_stop() routines by flushing the output queue beforebde1996-11-291-2/+4
* | Fixed bugs handling (background) orphaned process groups. ttybde1996-11-291-5/+10
OpenPOWER on IntegriCloud