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_io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use uiomove(9) instead of uiomovei(9). From Martin Natano.
kettenis
2016-01-09
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
First step towards making uiomove() take a size_t size argument:
miod
2015-02-10
1
-2
/
+2
*
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
-24
/
+5
*
New vmmap implementation.
ariane
2012-03-09
1
-8
/
+7
*
Backout vmmap in order to repair virtual address selection algorithms
ariane
2011-06-06
1
-7
/
+8
*
Reimplement uvm/uvm_map.
ariane
2011-05-24
1
-8
/
+7
*
Add an extra argument to uvm_unmap_remove(), for the caller to tell it
miod
2009-07-25
1
-2
/
+2
*
Add an extra flags argument to uvm_io(), to specify whether we want to fix
miod
2005-11-04
1
-7
/
+8
*
add a new field to vm_space and use it to track the number of anon
tedu
2005-05-24
1
-2
/
+2
*
Since memory deallocation can't fail, remove the error return from
art
2002-10-29
1
-2
/
+2
*
UBC was a disaster. It worked very good when it worked, but on some
art
2001-12-19
1
-6
/
+7
*
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
art
2001-11-28
1
-5
/
+5
*
Sync in more uvm changes from NetBSD.
art
2001-11-28
1
-4
/
+3
*
Move the last content from vm/ to uvm/
art
2001-11-06
1
-4
/
+2
*
Minor sync to NetBSD.
art
2001-11-05
1
-3
/
+2
*
Avoid leaking memory if uiomove fails.
art
2001-09-20
1
-3
/
+8
*
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
-2
/
+2
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+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
/
+163