index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_resource.c
Age
Commit message (
Expand
)
Author
2004-06-13
debranch SMP, have fun
Niklas Hallqvist
2003-12-11
Add id_t type as per POSIX and use it for [gs]etpriority(2).
Todd C. Miller
2003-12-11
POSIX says rlim_t should be unsigned so make it u_quad_t. Also add
Todd C. Miller
2003-09-01
match syscallargs comments with reality
Henning Brauer
2003-08-15
change arguments to suser. suser now takes the process, and a flags
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-10-15
Match reality by changing (u_int) -> (int) in comments.
Thomas Nordin
2002-10-02
Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>.
Thomas Nordin
2002-07-21
Map stack pages without VM_PROT_EXECUTE. Notice that right now this
Artur Grabowski
2002-01-25
Convert plimit allocations to pool.
Artur Grabowski
2001-12-20
Make user/system times increase monotonically. ok deraadt@ and millert@
Thomas Nordin
2001-11-10
Move maxdmap and maxsmap to kern_resource.c
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-06-27
remove old vm
Artur Grabowski
2001-05-26
Make it a bit more obvious what dosetrlimit does. (shrink).
Artur Grabowski
2000-05-05
Add limfree prototype to sys/recosurcevar.h.
Artur Grabowski
2000-03-03
Use LIST_ macros instead of internal field names to walk the allproc list.
Artur Grabowski
1999-11-05
more stack direction fixes; art@ ok
Michael Shalayeff
1999-07-15
vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t
Artur Grabowski
1999-02-26
uvm allocation and name changes
Artur Grabowski
1996-11-24
Sync with NetBSD. Figure NZERO into priorities and that rlim_cur
Todd C. Miller
1996-07-27
sec can be a long
Theo de Raadt
1996-07-02
unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juer...
Theo de Raadt
1996-06-20
calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, br...
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-12-14
from netbsd; limfree()
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt