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
/
kern
/
kern_lkm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove lkm files
tedu
2014-10-09
1
-918
/
+0
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
bzero -> memset
tedu
2014-01-21
1
-2
/
+2
*
fix typos in comments, no code changes;
schwarze
2010-01-14
1
-2
/
+2
*
Fix LKM support for amd64.
mikeb
2007-11-03
1
-5
/
+13
*
MALLOC/FREE -> malloc/free
chl
2007-10-29
1
-2
/
+2
*
typos; from bret lambert
jmc
2006-11-15
1
-2
/
+2
*
ansi/deregister.
jsg
2005-11-28
1
-5
/
+5
*
better way of finding and identifying lkms.
tedu
2004-03-03
1
-18
/
+42
*
remember to reset exec_maxhdrsz after lkm load/unload. ok fgsch@
tedu
2003-08-23
1
-5
/
+7
*
remove caddr_t casts. it's just silly to cast something when the function
tedu
2003-07-21
1
-3
/
+3
*
after freeing curp, set to NULL. fixes a crash when loading a module
tedu
2003-04-29
1
-1
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-4
/
+4
*
make sure we use lkmfree() in error cases as well.
ericj
2002-01-09
1
-4
/
+10
*
first pass cleanup for lkms
ericj
2002-01-07
1
-260
/
+145
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-2
/
+1
*
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
mickey
2001-09-19
1
-2
/
+2
*
absolutely no need to include vm_parm.h after vm.h
mickey
2001-08-12
1
-2
/
+1
*
remove old vm
art
2001-06-27
1
-14
/
+1
*
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
ho
2001-05-16
1
-8
/
+5
*
Get rid of CLSIZE and all related stuff.
art
2001-05-05
1
-2
/
+2
*
new symbol handling in ddb for ELF, there is still a problem with hangman on alpha though..
niklas
2001-02-10
1
-2
/
+2
*
spelling and KNF.
fgsch
2001-02-06
1
-10
/
+18
*
(lkmalloc): initialize `sym_id'
assar
2000-01-02
1
-2
/
+4
*
kmem allocation changes for uvm
art
1999-02-26
1
-2
/
+16
*
Change the vfs lkm interface do it takes a full struct vfsconf instead of
art
1999-02-19
1
-57
/
+4
*
initialize all fileds in vfsconf when installing a new filesystem.
art
1998-03-18
1
-1
/
+7
*
fix vfs lkms + some indentation
art
1998-03-17
1
-30
/
+44
*
Updates for VFS Lite 2 + soft update.
csapuntz
1997-11-06
1
-26
/
+21
*
back out vfs lite2 till after 2.2
deraadt
1997-10-06
1
-21
/
+26
*
VFS Lite2 Changes
csapuntz
1997-10-06
1
-26
/
+21
*
s/DEBUG/LKM_DEBUG/g
mickey
1997-09-24
1
-24
/
+24
*
No need to doubly include vm/vm.h
niklas
1997-07-23
1
-6
/
+4
*
vm.h
deraadt
1997-07-20
1
-1
/
+3
*
save symtab id after addition to ddb for future use
mickey
1997-05-29
1
-2
/
+2
*
terminate copyinstr, copyoutstr full name; Don.Lewis@tsc.tdk.com
deraadt
1997-02-06
1
-3
/
+4
*
make gcc -Wall happy for lkms...
mickey
1996-10-14
1
-2
/
+1
*
copyinstr correctly; spotted by bitblt
deraadt
1996-10-02
1
-2
/
+2
*
Format type fix (%d -> %ld) in debugging/DDB printf.
briggs
1996-09-27
1
-2
/
+2
*
Be less verbose if we have been compiled without DEBUG
tholo
1996-09-16
1
-1
/
+3
*
fix db_add_symtab arguments.
mickey
1996-09-09
1
-2
/
+3
*
Do not do the if(a = b) game even if correct, it is confusing
niklas
1996-09-04
1
-2
/
+4
*
lkm ddb symbol table loading. done during the middle ages by jtkohl, merged
deraadt
1996-08-29
1
-8
/
+85
*
-Wall & -Wstrict-prototype fixes
niklas
1996-07-02
1
-2
/
+3
*
allow LKM listing.
mickey
1996-06-21
1
-1
/
+13
*
allocate LKM slot dynamically.
mickey
1996-06-21
1
-124
/
+112
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-13
/
+11
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-51
/
+75
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+920