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_unix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
New vmmap implementation.
ariane
2012-03-09
1
-7
/
+3
*
Backout vmmap in order to repair virtual address selection algorithms
ariane
2011-06-06
1
-3
/
+7
*
Reimplement uvm/uvm_map.
ariane
2011-05-24
1
-7
/
+3
*
Proper check for wrapping high address and setting the break below the
otto
2009-11-24
1
-5
/
+5
*
Recommit part of miod's no-coredumps-on-ramdisks diff that got lost in the
kettenis
2009-06-17
1
-1
/
+5
*
date based reversion of uvm to the 4th May.
oga
2009-06-17
1
-5
/
+1
*
We need miod's no-coredumps-on-ramdisks diff, because we have grown the
deraadt
2009-06-06
1
-1
/
+5
*
While working on some stuff in uvm I've gotten REALLY sick of reading
oga
2009-03-20
1
-13
/
+5
*
Make ELF platforms generate ELF core dumps. Somewhat based on code from
kettenis
2009-03-05
1
-1
/
+74
*
Include sigcode in core dumps. This makes it possible to backtrace
kettenis
2008-03-02
1
-2
/
+3
*
Don't dump duplicate data in stack segments of core dumps when the stack
kettenis
2008-02-27
1
-5
/
+9
*
Mark vadvise(2) as obsolete and remove its implementation, so instead of
miod
2008-01-05
1
-21
/
+1
*
Correctly calculate stack increment for MACHINE_STACK_GROWS_UP; fixes problems
kettenis
2007-12-16
1
-2
/
+2
*
replace ctob and btoc with ptoa and atop respectively
martin
2007-09-15
1
-4
/
+4
*
replace the machine dependant bytes-to-clicks macro by the MI ptoa()
martin
2007-09-01
1
-5
/
+5
*
The return value of uvm_grow() (and previously, grow()) has not been used
miod
2007-04-11
1
-9
/
+7
*
- Make a UVM_OBJ_IS_DEVICE macro.
art
2005-07-26
1
-2
/
+13
*
do not treat map entries above the stack as stack; only for the grow-ups
mickey
2003-03-04
1
-2
/
+2
*
fix the way stack is written into the core file on the upward growing stack machines. the other case is not affected. miod@ deraadt@ ok
mickey
2003-02-18
1
-5
/
+8
*
user-defined stacks check is the same for grownups as for growndowns
mickey
2002-12-20
1
-5
/
+1
*
simplify stack grownups (growndowns are not touched)
mickey
2002-12-19
1
-2
/
+2
*
Since memory deallocation can't fail, remove the error return from
art
2002-10-29
1
-20
/
+15
*
map the heap without PROT_EXEC.
art
2002-08-23
1
-2
/
+2
*
UBC was a disaster. It worked very good when it worked, but on some
art
2001-12-19
1
-21
/
+26
*
Sync in more uvm from NetBSD. Mostly just cosmetic stuff.
art
2001-11-28
1
-16
/
+14
*
Sync in more uvm changes from NetBSD.
art
2001-11-28
1
-17
/
+14
*
Another sync of uvm to NetBSD. Just minor fiddling, no major changes.
art
2001-11-07
1
-5
/
+5
*
Add an alignment argument to uvm_map that specifies an alignment hint
art
2001-11-07
1
-3
/
+3
*
More sync to NetBSD.
art
2001-11-06
1
-5
/
+6
*
Move the last content from vm/ to uvm/
art
2001-11-06
1
-4
/
+2
*
Various random fixes from NetBSD.
art
2001-08-11
1
-7
/
+7
*
Add a new type voff_t (right now it's typedefed as off_t) used for offsets
art
2001-08-06
1
-2
/
+2
*
Some updates to UVM from NetBSD. Nothing really critical, just a sync.
art
2001-07-25
1
-2
/
+2
*
Remove the (vaddr_t) casts inside the round_page and trunc_page macros.
art
2001-05-05
1
-2
/
+2
*
Get rid of CLSIZE and all related stuff.
art
2001-05-05
1
-3
/
+3
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+1
*
Fix the latest fix.
art
2000-07-04
1
-11
/
+14
*
Don't cast to int when checking if we have exceeded our rlimit in sbrk.
art
2000-06-30
1
-22
/
+17
*
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
*
accomodations for backward growing stack architectures; art@ k
mickey
1999-07-20
1
-2
/
+19
*
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
/
+258