summaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFC: (sort-of) - remove semconfig op from semsys() call. There is noPeter Wemm2000-05-011-77/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0570-70/+70
* Merge from rev 1.77: reject illegal combinations of O_RDONLY, O_RDWR, andAlexander Langer1997-10-241-2/+4
* Sorta MFC. Don't allow PID 1 to compromise our securelevel. EquivalentJoerg Wunsch1997-08-171-2/+2
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-111-1/+7
* Merge from -current: disallow debugger attachment when securelevel > 0.Alexander Langer1997-04-271-1/+5
* YAMFC rev 1.83, copyin export net mask to correct variablePeter Wemm1997-04-251-2/+2
* From -current: be sure not to free cn buffer twice.David Greenman1997-04-041-3/+4
* Get in the fsirand stuff.Guido van Rooij1997-03-261-1/+13
* Brought in fix from rev 1.51: don't clear P_SUGID if various {u,g}id don'tDavid Greenman1997-02-191-2/+4
* Pass P_SUGID on to the child of a fork(). It was possible to get rloginDavid Greenman1997-02-171-1/+5
* Brought in change from revs 1.19/1.26: check for P_SUGID beforeDavid Greenman1996-10-191-4/+3
* Bring in the new sysctl variables and TCP timer patches from headPaul Traina1996-09-192-3/+9
* Brought in fix from rev 1.58: splbio() protect vnode block lists inDavid Greenman1996-08-151-1/+5
* Brought in changes from revs 1.13, 1.14, 1.18, and 1.20...various fixesDavid Greenman1996-07-021-14/+20
* Brought in fix from rev 1.94: make sure pages involved in I/O are notDavid Greenman1996-06-301-2/+3
* Fix yet another editing mistake that caused physio() to be reallyDavid Greenman1996-06-261-3/+3
* Woops, I was a bit overzealous in my editing...add back the missing line.David Greenman1996-06-261-1/+2
* Fix a panic that occurs when an I/O is attempted with more thanDavid Greenman1996-06-261-8/+12
* Brought in fix from main branch: call semexit when appropriate.David Greenman1996-06-141-2/+12
* Brought in fix from rev 1.38: fix for PF_REMOTE case of ptcwrite() whichDavid Greenman1996-06-081-4/+15
* Fixed bogus changes from mega-commit 3. This reverts the files to theirNate Williams1996-06-054-18/+25
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-054-21/+14
* Implemented zpfind() which returns the struct proc * of a zombie PID.David Greenman1996-06-042-6/+50
* Brought in (most) of the changes in revs 1.24, 1.25 and 1.43: Fix forDavid Greenman1996-06-041-112/+104
* Fix declaration of ps_strings.David Greenman1996-06-031-2/+2
* Add sysctl hooks for user-mode setproctitle() and libkvm to see,Peter Wemm1996-05-314-9/+42
* Bring in changes from 1.22 (disallow LKM manipulations in secureAlexander Langer1996-05-311-10/+11
* Brought in fixes from current: fix for panic caused by dereferencingDavid Greenman1996-05-302-10/+12
* Brought in fix from rev 1.21: initialize p_vmspace to 0 so thatDavid Greenman1996-05-021-1/+6
* Brought in change from rev.1.37: fix comparison of wrong field againstBruce Evans1996-04-121-2/+2
* From current: updates to my copyright.David Greenman1996-04-084-25/+27
* Remove KADB, we havn't had it ever I think.Poul-Henning Kamp1996-03-213-19/+11
* Changes to split out NFS_SERVER and NFS_CLIENT, first bit.Poul-Henning Kamp1996-03-211-3/+3
* Brought in fix from rev 1.18: Fix for u_map allocation failure panic.David Greenman1996-03-041-2/+11
* Make getsockopt handle a link of mbufs, rather than just one.Poul-Henning Kamp1996-02-261-6/+13
* Fill in the eproc's e_login field before it's passed out to the user viaPeter Wemm1996-02-221-1/+3
* Bring my BSD/OS 2.x executable support from -current over..Peter Wemm1996-02-221-4/+6
* Retrofitted changes to add NO_SWAPPING option from -current (actually, it'sDavid Greenman1996-02-221-1/+3
* Brought in most of rev 1.8 (minus sysctl hook): fix for bad performanceDavid Greenman1996-02-161-2/+4
* Brought in sigexit()/killproc() bugfix, associated improvement to theirDavid Greenman1996-01-312-8/+9
* Retrofitted changes from revs 1.18 and 1.19: fix bugs with malloc areaDavid Greenman1996-01-291-7/+13
* Retrofitted fix from rev 1.46: make sure mp is busy before doing a stat onDavid Greenman1996-01-161-4/+14
* Brought in fixes from revs 1.80, 1.82 and 1.83, with slight retrofittingDavid Greenman1996-01-071-19/+28
* Brought in changes from revs 1.76, 1.77, 1.78: disabled sleep in ttyflushDavid Greenman1996-01-031-3/+18
* I report a problem about shmget(). (I'm using FreeBSD-2.1.0R)Joerg Wunsch1995-12-261-2/+2
* Merge 1.12 from HEAD.Jordan K. Hubbard1995-12-041-1/+3
* From rev 1.14:David Greenman1995-11-191-2/+3
* Add missing splx(s) - from rev 1.70. Note that this change is too late forDavid Greenman1995-11-191-2/+4
* Brought in revs 1.15-1.17: lessen severity of no pre-allocated cblocksDavid Greenman1995-11-031-5/+11