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
/
uvm
/
uvm_init.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce installmedia pressure from new vmmap.
ariane
2012-03-15
1
-1
/
+3
*
New vmmap implementation.
ariane
2012-03-09
1
-1
/
+13
*
No "\n" needed at the end of panic() strings.
krw
2010-08-07
1
-3
/
+3
*
need pool.h to initialize the dma allocator
deraadt
2010-07-13
1
-1
/
+2
*
dma_alloc() and dma_free(). This is a thin shim on top of a bag of
deraadt
2010-07-13
1
-1
/
+6
*
reintroduce the uvm_tree commit.
oga
2009-08-06
1
-5
/
+3
*
date based reversion of uvm to the 4th May.
oga
2009-06-16
1
-1
/
+1
*
Backout all changes to uvm after pmemrange (which will be backed out
oga
2009-06-16
1
-1
/
+2
*
Instead of the global hash table with the terrible hashfunction and a
oga
2009-06-02
1
-2
/
+1
*
a few more memset changes.
oga
2009-05-02
1
-4
/
+2
*
While working on some stuff in uvm I've gotten REALLY sick of reading
oga
2009-03-20
1
-2
/
+2
*
init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrap
kurt
2008-11-24
1
-3
/
+6
*
Revert the change to use pools for <= PAGE_SIZE allocations. It
kettenis
2008-10-18
1
-2
/
+3
*
Use pools to do allocations for all sizes <= PAGE_SIZE.
art
2008-09-29
1
-3
/
+2
*
Bring back Mickey's UVM anon change. Testing by thib@, beck@ and
pedro
2007-06-18
1
-6
/
+4
*
Truncate the addresses for the deadbeef values so that they don't need
art
2007-05-09
1
-3
/
+3
*
Allow machine-dependant overrides for the ``deadbeef'' sentinel values,
miod
2007-04-12
1
-1
/
+18
*
Back out the anon change. Apparently it was tested by a few, but most of
deraadt
2006-07-13
1
-4
/
+6
*
from netbsd: make anons dynamically allocated from pool.
mickey
2006-06-21
1
-6
/
+4
*
introduce a new km_page allocator that gets pages from kernel_map using
tedu
2004-04-19
1
-1
/
+3
*
Move the last content from vm/ to uvm/
art
2001-11-06
1
-5
/
+2
*
Minor sync to NetBSD.
art
2001-11-05
1
-3
/
+2
*
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
mickey
2001-09-19
1
-2
/
+1
*
Various random fixes from NetBSD.
art
2001-08-11
1
-3
/
+2
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+1
*
Convert bzero to memset(X, 0..) and bcopy to memcpy.
art
2000-09-07
1
-1
/
+1
*
Fix the NetBSD id strings.
art
2000-03-15
1
-1
/
+1
*
sync with NetBSD from 1999.05.24 (there is a reason for this date)
art
1999-08-23
1
-5
/
+0
*
add OpenBSD tags
art
1999-02-26
1
-0
/
+1
*
Import of uvm from NetBSD. Some local changes, some code disabled
art
1999-02-26
1
-0
/
+167