summaryrefslogtreecommitdiff
path: root/sys/kern/kern_resource.c
AgeCommit message (Collapse)Author
2002-10-15Match reality by changing (u_int) -> (int) in comments.Thomas Nordin
2002-10-02Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>.Thomas Nordin
ok deraadt@ and art@
2002-07-21Map stack pages without VM_PROT_EXECUTE. Notice that right now thisArtur Grabowski
doesn't do anything since no pmap implements exec protection yet.
2002-01-25Convert plimit allocations to pool.Artur Grabowski
2001-12-20Make user/system times increase monotonically. ok deraadt@ and millert@Thomas Nordin
2001-11-10Move maxdmap and maxsmap to kern_resource.cArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2001-06-27remove old vmArtur Grabowski
2001-05-26Make it a bit more obvious what dosetrlimit does. (shrink).Artur Grabowski
2000-05-05Add limfree prototype to sys/recosurcevar.h.Artur Grabowski
2000-03-03Use LIST_ macros instead of internal field names to walk the allproc list.Artur Grabowski
1999-11-05more stack direction fixes; art@ okMichael Shalayeff
1999-07-15vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_tArtur Grabowski
1999-02-26uvm allocation and name changesArtur Grabowski
1996-11-24Sync with NetBSD. Figure NZERO into priorities and that rlim_curTodd C. Miller
and rlim_max are >0.
1996-07-27sec can be a longTheo de Raadt
1996-07-02unsigned usec can go negative, should be added in as is; netbsd pr#2585; ↵Theo de Raadt
Juergen.Fluk@lrz.tu-muenchen.de
1996-06-20calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, ↵Theo de Raadt
brb@exp.com
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-14from netbsd; limfree()Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt