summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_resource.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andtruckman2000-09-051-0/+142
* o Centralize inter-process access control, introducing:rwatson2000-08-301-10/+11
* Revert the suser -> suser_xxx change made previously. It was rightgreen2000-08-241-1/+1
* Fix a couple cases where p_trespass wasn't transitioned into place.green2000-08-161-9/+3
* fix a typophk2000-06-101-1/+1
* o Modify jail to limit creation of sockets to UNIX domain sockets,rwatson2000-06-041-5/+13
* Don't try to account for the partial quantum unless the process isphk2000-02-151-4/+0
* Fix a bug that could crash the system if you press ^T while a slowergreen2000-01-281-17/+16
* Add a bit of sanity checking and problem avoidance in case thephk1999-11-291-2/+8
* This is a partial commit of the patch from PR 14914:phk1999-11-161-6/+4
* useracc() the prequel:phk1999-10-291-1/+0
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+2
* Change suser_xxx() to suser() where it applies.phk1999-04-271-3/+3
* Suser() simplification:phk1999-04-271-4/+4
* Enforce monotonicity of apparent process user, system and interrupt times.bde1999-03-131-22/+51
* Fixed runtime accounting. The time since the previous context switchbde1999-03-111-12/+1
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-051-2/+2
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-281-3/+3
* Don't forget to update `switchticks' in corner cases (except forbde1999-02-251-2/+3
* Added comments about non-staticization so it doesn't get un-done nextnewton1999-01-311-1/+2
* Unstaticized routines which are needed by the svr4 KLD and the streamsnewton1999-01-301-3/+3
* Fixed double counting of runtime after a process exits. The lastbde1998-07-271-1/+11
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.phk1998-05-281-11/+14
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Fix previous commit. Don't people read compiler messages or something??peter1998-04-051-2/+2
* Time changes mark 2:phk1998-04-041-7/+10
* Reviewed by: msmith, bde long agodufault1998-03-041-2/+5
* Staticize.eivind1998-02-091-5/+5
* Restrict idleprio to superuser:dg1998-02-041-1/+11
* Set p_retval for the correct process in getpriority(). This fixesbde1998-01-191-3/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-18/+10
* Print more info in the "calcru: negative time" message.bde1997-08-261-2/+3
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-2/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Fixed accumulation of run time for processes that don't accumulatebde1996-06-081-7/+5
* From Lite2: proc LIST changeshsu1996-03-111-8/+9
* Fix a printf, well, actually break it, that is...phk1996-01-161-10/+10
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+18
* Fixed types of rtprio(), osetrlimit() and setrlimit(). The args structbde1995-11-111-12/+12
* Fix a sign extension bug that was unleashed by the previous change.bde1995-10-231-3/+9
* Avoid overflow in calcru(). Fixes PR 788.bde1995-10-211-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
OpenPOWER on IntegriCloud