summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_resource.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove old vmart2001-06-271-8/+1
|
* Make it a bit more obvious what dosetrlimit does. (shrink).art2001-05-261-30/+25
|
* Add limfree prototype to sys/recosurcevar.h.art2000-05-051-2/+1
|
* Use LIST_ macros instead of internal field names to walk the allproc list.art2000-03-031-3/+3
|
* more stack direction fixes; art@ okmickey1999-11-051-1/+9
|
* vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_tart1999-07-151-3/+3
|
* uvm allocation and name changesart1999-02-261-1/+10
|
* Sync with NetBSD. Figure NZERO into priorities and that rlim_curmillert1996-11-241-5/+10
| | | | and rlim_max are >0.
* sec can be a longderaadt1996-07-271-3/+2
|
* unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juergen.Fluk@lrz.tu-muenchen.dederaadt1996-07-021-2/+3
|
* calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, brb@exp.comderaadt1996-06-201-3/+3
|
* From NetBSD: 960217 mergeniklas1996-03-031-7/+7
|
* from netbsd; limfree()deraadt1995-12-141-7/+17
|
* initial import of NetBSD treederaadt1995-10-181-0/+447