aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/resourcevar.h
Commit message (Expand)AuthorAgeFilesLines
* - Use wait-free method to manage ui_sbsize and ui_proccnt fields in thePawel Jakub Dawidek2008-03-161-7/+3
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-091-1/+3
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-1/+1
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-2/+5
* Change the addupc_*() functions to use the uintfptr_t type for pc ratherJohn Baldwin2005-12-161-2/+2
* Use the reference count API to manage the reference counts for processJohn Baldwin2005-09-271-5/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-3/+5
* Annotate locking strategy for 'struct uidinfo'.Robert Watson2004-08-041-6/+11
* Change named parameters from max (which conflicts with a macro in libkern.h)Alfred Perlstein2004-07-171-2/+2
* - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflagsJohn Baldwin2004-07-161-2/+0
* Tidy up uprof locking. Mostly the fields are protected by both the procJohn Baldwin2004-07-021-11/+17
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* - Convert the plimit lock to a pool mutex lock.John Baldwin2004-02-061-12/+6
* A few more style fixes from Bruce including a few I missed last time.John Baldwin2004-02-061-2/+1
* - A lot of style and whitespace fixes.John Baldwin2004-02-051-10/+10
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-2/+20
* According to the submitter, POSIX mandates that all interval timers areJohn Baldwin2003-10-281-3/+2
* Use u_int for the struct uidinfo reference count rather than u_short;Robert Watson2003-04-201-1/+1
* Remove the PL_SHAREMOD flag from struct plimit, which could have beenTim J. Robbins2003-02-201-6/+1
* Move a bunch of flags from the KSE to the thread.Julian Elischer2003-02-171-2/+2
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-011-2/+4
* Move UPCALL related data structure out of kse, introduce a newDavid Xu2003-01-261-4/+2
* - Move p_cpulimit to struct proc from struct plimit and protect it withJohn Baldwin2002-10-091-1/+0
* Change p_cpulimit to be in seconds instead of microseconds. SinceJohn Baldwin2002-09-301-1/+1
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-241-1/+1
* Remove __PAlfred Perlstein2002-03-191-15/+15
* remove trailing semi-colons from macro definitions.Alfred Perlstein2002-02-271-2/+2
* use mutex pool mutexes for uidinfo locking.Alfred Perlstein2002-01-201-1/+4
* KSE Milestone 2Julian Elischer2001-09-121-2/+4
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-101-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+4
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Since the PC is a pointer to a code address, change the second parameter ofJohn Baldwin2001-02-221-2/+2
* use a oppurtunistic locking strategy with the uidinfo structures to avoidAlfred Perlstein2000-11-301-9/+4
* Make uidinfo subsystem mpsafeAlfred Perlstein2000-11-261-2/+10
* Remove uidinfo hash table lookup and maintenance out of chgproccnt() andDon Lewis2000-09-051-0/+20
* Fix a bug that could crash the system if you press ^T while a slowerBrian Feldman2000-01-281-3/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Enforce monotonicity of apparent process user, system and interrupt times.Bruce Evans1999-03-131-1/+4
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-1/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* trap.c:Bruce Evans1996-06-251-7/+1
* Merge in Lite2: cosmetic indentation change.Jeffrey Hsu1996-03-111-3/+3
* Declare fuswintr() and suswintr() the same as fusword() and susword().Bruce Evans1994-11-141-6/+8
* Cosmetics. (sort of) Added 19 prototypes.Poul-Henning Kamp1994-10-101-1/+4
* Added prototypes here and there. Moved pfctlinput into socket.h.Poul-Henning Kamp1994-10-081-1/+2