History log of /openbsd-src/sys/kern/kern_resource.c (Results 76 – 93 of 93)
Revision Date Author Comments
# 336b66f8 25-Jan-2002 art <art@openbsd.org>

Convert plimit allocations to pool.


# c2aa9be4 20-Dec-2001 nordin <nordin@openbsd.org>

Make user/system times increase monotonically. ok deraadt@ and millert@


# 3e2a5430 10-Nov-2001 art <art@openbsd.org>

Move maxdmap and maxsmap to kern_resource.c


# 489e49f9 06-Nov-2001 miod <miod@openbsd.org>

Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)


# 636eb109 27-Jun-2001 art <art@openbsd.org>

remove old vm


# f36a067c 26-May-2001 art <art@openbsd.org>

Make it a bit more obvious what dosetrlimit does. (shrink).


# d852dfbc 05-May-2000 art <art@openbsd.org>

Add limfree prototype to sys/recosurcevar.h.


# 6d09544f 03-Mar-2000 art <art@openbsd.org>

Use LIST_ macros instead of internal field names to walk the allproc list.


# 910e6419 05-Nov-1999 mickey <mickey@openbsd.org>

more stack direction fixes; art@ ok


# d01f7d6a 15-Jul-1999 art <art@openbsd.org>

vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t


# 6b1b31e0 26-Feb-1999 art <art@openbsd.org>

uvm allocation and name changes


# 028a3a3f 24-Nov-1996 millert <millert@openbsd.org>

Sync with NetBSD. Figure NZERO into priorities and that rlim_cur
and rlim_max are >0.


# 2925e264 27-Jul-1996 deraadt <deraadt@openbsd.org>

sec can be a long


# f92bd26a 02-Jul-1996 deraadt <deraadt@openbsd.org>

unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juergen.Fluk@lrz.tu-muenchen.de


# a234d86c 20-Jun-1996 deraadt <deraadt@openbsd.org>

calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, brb@exp.com


# 5ac46f4a 03-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: 960217 merge


# 4862cb71 14-Dec-1995 deraadt <deraadt@openbsd.org>

from netbsd; limfree()


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


1234