aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_resource.c
Commit message (Expand)AuthorAgeFilesLines
* Enforce monotonicity of apparent process user, system and interrupt times.Bruce Evans1999-03-131-22/+51
* Fixed runtime accounting. The time since the previous context switchBruce Evans1999-03-111-12/+1
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-051-2/+2
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,Bruce Evans1999-02-281-3/+3
* Don't forget to update `switchticks' in corner cases (except forBruce Evans1999-02-251-2/+3
* Added comments about non-staticization so it doesn't get un-done nextMark Newton1999-01-311-1/+2
* Unstaticized routines which are needed by the svr4 KLD and the streamsMark Newton1999-01-301-3/+3
* Fixed double counting of runtime after a process exits. The lastBruce Evans1998-07-271-1/+11
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-11/+14
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Fix previous commit. Don't people read compiler messages or something??Peter Wemm1998-04-051-2/+2
* Time changes mark 2:Poul-Henning Kamp1998-04-041-7/+10
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-2/+5
* Staticize.Eivind Eklund1998-02-091-5/+5
* Restrict idleprio to superuser:David Greenman1998-02-041-1/+11
* Set p_retval for the correct process in getpriority(). This fixesBruce Evans1998-01-191-3/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-18/+10
* Print more info in the "calcru: negative time" message.Bruce Evans1997-08-261-2/+3
* Man the liferafts! Here comes the long awaited SMP -> -current merge!Peter Wemm1997-04-261-2/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-221-1/+3
* Fixed accumulation of run time for processes that don't accumulateBruce Evans1996-06-081-7/+5
* From Lite2: proc LIST changesJeffrey Hsu1996-03-111-8/+9
* Fix a printf, well, actually break it, that is...Poul-Henning Kamp1996-01-161-10/+10
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+18
* Fixed types of rtprio(), osetrlimit() and setrlimit(). The args structBruce Evans1995-11-111-12/+12
* Fix a sign extension bug that was unleashed by the previous change.Bruce Evans1995-10-231-3/+9
* Avoid overflow in calcru(). Fixes PR 788.Bruce Evans1995-10-211-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Implement maxprocperuid and maxfilesperproc. They are tunableGuido van Rooij1995-02-201-9/+9
* Don't allow negative limits at all. Convert them to RLIM_INFINITY insteadBruce Evans1994-12-061-6/+15
* Add one forgotten u_quad_t typecast in dosetrlimit.Andreas Schulz1994-12-021-2/+2
* The values for setrlimit in the data size and stack size case areAndreas Schulz1994-12-011-6/+6
* Cosmetics. related to getting prototypes into view.Poul-Henning Kamp1994-10-101-1/+4
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-021-34/+45
* While in the real world, I had a bad case of being swapped out for a lot ofPoul-Henning Kamp1994-09-251-6/+6
* Realtime priority scheduling support.David Greenman1994-09-011-1/+59
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-9/+20
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+476