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
*
Sync some comments in order to reduce the difference with NetBSD.
mpi
2021-03-20
1
-21
/
+21
*
Use per-CPU counters for fault and stats counters reached in uvm_fault().
mpi
2020-12-28
1
-1
/
+11
*
reorder uvm init to avoid use before initialisation.
dlg
2017-05-11
1
-7
/
+12
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Introduce VM_KERNEL_SPACE_SIZE as a replacement for
miod
2015-02-07
1
-4
/
+9
*
Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latter
guenther
2014-12-17
1
-3
/
+3
*
Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,
guenther
2014-12-15
1
-3
/
+3
*
Replace a plethora of historical protection options with just
deraadt
2014-11-16
1
-5
/
+5
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
Chuck Cranor rescinded clauses in his license
jsg
2014-07-11
1
-8
/
+1
*
compress code by turning four line comments into one line comments.
tedu
2014-04-13
1
-18
/
+4
*
uvm_fault() will try to fault neighbouring pages for the MADV_NORMAL case,
miod
2014-04-03
1
-1
/
+7
*
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