summaryrefslogtreecommitdiffstats
path: root/sys/sys/resource.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the declarations for dogetrusage(), itimerround(), and dowait4()guenther2013-10-251-1/+2
* Snapshots for all archs have been built, so remove the T32 codeguenther2013-09-141-29/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+29
* Put parens about negative #define values.guenther2013-03-311-5/+5
* struct orlimit is only used by linux compat now, and can stop pollutingderaadt2012-09-051-6/+1
* Include <sys/time.h> such that <sys/resource.h> becomes usable on its own askettenis2010-11-021-1/+3
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-2/+4
* Add id_t type as per POSIX and use it for [gs]etpriority(2).millert2003-12-111-3/+3
* POSIX says rlim_t should be unsigned so make it u_quad_t. Also addmillert2003-12-111-2/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-8/+8
* Make struct rusage comments consistent between header filemillert1997-03-211-2/+2
* From NetBSD: 960217 mergeniklas1996-03-031-1/+4
* initial import of NetBSD treederaadt1995-10-181-0/+127