index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_lkm.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-09
make sure we use lkmfree() in error cases as well.
Eric Jackson
2002-01-07
first pass cleanup for lkms
Eric Jackson
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-08-12
absolutely no need to include vm_parm.h after vm.h
Michael Shalayeff
2001-06-27
remove old vm
Artur Grabowski
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-05-05
Get rid of CLSIZE and all related stuff.
Artur Grabowski
2001-02-10
new symbol handling in ddb for ELF, there is still a problem with hangman on ...
Niklas Hallqvist
2001-02-06
spelling and KNF.
Federico G. Schwindt
2000-01-02
(lkmalloc): initialize `sym_id'
assar
1999-02-26
kmem allocation changes for uvm
Artur Grabowski
1999-02-19
Change the vfs lkm interface do it takes a full struct vfsconf instead of
Artur Grabowski
1998-03-18
initialize all fileds in vfsconf when installing a new filesystem.
Artur Grabowski
1998-03-17
fix vfs lkms + some indentation
Artur Grabowski
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-09-24
s/DEBUG/LKM_DEBUG/g
Michael Shalayeff
1997-07-23
No need to doubly include vm/vm.h
Niklas Hallqvist
1997-07-20
vm.h
Theo de Raadt
1997-05-29
save symtab id after addition to ddb for future use
Michael Shalayeff
1997-02-06
terminate copyinstr, copyoutstr full name; Don.Lewis@tsc.tdk.com
Theo de Raadt
1996-10-14
make gcc -Wall happy for lkms...
Michael Shalayeff
1996-10-02
copyinstr correctly; spotted by bitblt
Theo de Raadt
1996-09-27
Format type fix (%d -> %ld) in debugging/DDB printf.
briggs
1996-09-16
Be less verbose if we have been compiled without DEBUG
Thorsten Lockert
1996-09-09
fix db_add_symtab arguments.
Michael Shalayeff
1996-09-04
Do not do the if(a = b) game even if correct, it is confusing
Niklas Hallqvist
1996-08-29
lkm ddb symbol table loading. done during the middle ages by jtkohl, merged
Theo de Raadt
1996-07-02
-Wall & -Wstrict-prototype fixes
Niklas Hallqvist
1996-06-21
allow LKM listing.
Michael Shalayeff
1996-06-21
allocate LKM slot dynamically.
Michael Shalayeff
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt