index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_resource.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Match reality by changing (u_int) -> (int) in comments.
nordin
2002-10-15
1
-2
/
+2
|
*
Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>.
nordin
2002-10-02
1
-3
/
+3
|
|
|
|
ok deraadt@ and art@
*
Map stack pages without VM_PROT_EXECUTE. Notice that right now this
art
2002-07-21
1
-2
/
+2
|
|
|
|
doesn't do anything since no pmap implements exec protection yet.
*
Convert plimit allocations to pool.
art
2002-01-25
1
-11
/
+16
|
*
Make user/system times increase monotonically. ok deraadt@ and millert@
nordin
2001-12-20
1
-30
/
+17
|
*
Move maxdmap and maxsmap to kern_resource.c
art
2001-11-10
1
-2
/
+7
|
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-3
/
+1
|
|
|
|
(Look ma, I might have broken the tree)
*
remove old vm
art
2001-06-27
1
-8
/
+1
|
*
Make it a bit more obvious what dosetrlimit does. (shrink).
art
2001-05-26
1
-30
/
+25
|
*
Add limfree prototype to sys/recosurcevar.h.
art
2000-05-05
1
-2
/
+1
|
*
Use LIST_ macros instead of internal field names to walk the allproc list.
art
2000-03-03
1
-3
/
+3
|
*
more stack direction fixes; art@ ok
mickey
1999-11-05
1
-1
/
+9
|
*
vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t
art
1999-07-15
1
-3
/
+3
|
*
uvm allocation and name changes
art
1999-02-26
1
-1
/
+10
|
*
Sync with NetBSD. Figure NZERO into priorities and that rlim_cur
millert
1996-11-24
1
-5
/
+10
|
|
|
|
and rlim_max are >0.
*
sec can be a long
deraadt
1996-07-27
1
-3
/
+2
|
*
unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juergen.Fluk@lrz.tu-muenchen.de
deraadt
1996-07-02
1
-2
/
+3
|
*
calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, brb@exp.com
deraadt
1996-06-20
1
-3
/
+3
|
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-7
/
+7
|
*
from netbsd; limfree()
deraadt
1995-12-14
1
-7
/
+17
|
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+447
[prev]