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