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
/
lib
/
libkvm
/
kvm_i386.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-19
1
-7
/
+4
*
Teach libkvm a bit about PAE, making it independent of the kernel defines
guenther
2015-04-07
1
-17
/
+68
*
Cleanup some macros and #defines in i386 pmap. Previously committed and
mlarkin
2015-01-09
1
-1
/
+10
*
reduce use of <sys/user.h>
deraadt
2013-11-01
1
-2
/
+1
*
Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already
deraadt
2013-03-28
1
-7
/
+7
*
Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,
deraadt
2012-07-09
1
-7
/
+7
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
Revert PAE pmap for now, until the strange bug is found. This stops
tom
2007-02-20
1
-56
/
+25
*
proper type and ptdsize checks; had it for three weeks now... sigh
mickey
2006-06-09
1
-6
/
+9
*
Unbreak. Fix some of the lint warnings that mickey reintroduced.
kettenis
2006-05-07
1
-16
/
+17
*
detect page table dir size difference for normal and pae modes
mickey
2006-04-27
1
-26
/
+53
*
lint happiness, mostly avoiding variable aliasing
deraadt
2006-03-31
1
-9
/
+9
*
for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ ok
mickey
2006-03-20
1
-4
/
+4
*
Prevent double-free.
kettenis
2006-03-14
1
-8
/
+10
*
if sym has null value -- report as not found; check that kd->vmst is set before use; millert@ ok
mickey
2004-07-01
1
-2
/
+7
*
knf; ok millert
deraadt
2004-06-15
1
-36
/
+28
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
Include more machdep headers. (paranoia)
art
2001-12-05
1
-2
/
+4
*
Adapt to new uvm/ includes.
art
2001-11-06
1
-3
/
+3
*
No need to pull in vm/vm_param.h in any of these files.
art
2001-11-05
1
-3
/
+2
*
Convert lseek/{read,write} pairs into pread and pwrite.
art
2001-05-18
1
-22
/
+5
*
from: gluk@ptci.ru
mickey
2000-04-16
1
-16
/
+12
*
minor fixup to make this work. i386 still uses libkvm.old but it probably doesn't need to.
millert
1998-08-24
1
-9
/
+20
*
Switch alpha from libkvm.old to libkvm with code from NetBSD.
niklas
1997-02-26
1
-3
/
+3
*
sync with 0430
deraadt
1996-05-05
1
-3
/
+7
*
From NetBSD: merge of 960317
niklas
1996-03-19
1
-17
/
+29
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+183