Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-15 | typos; from bret lambert | Jason McIntyre | |
2005-11-28 | ansi/deregister. | Jonathan Gray | |
'go for it' deraadt@ | |||
2004-03-03 | better way of finding and identifying lkms. | Ted Unangst | |
adapted from pr2910 by peter werner, minus lkmfree removals since i couldn't tell what issue they were fixing. | |||
2003-08-23 | remember to reset exec_maxhdrsz after lkm load/unload. ok fgsch@ | Ted Unangst | |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst | |
takes a void *. convert uiomove to take a void * as well. ok deraadt@ | |||
2003-04-29 | after freeing curp, set to NULL. fixes a crash when loading a module | Ted Unangst | |
twice. similar to patch from Even Farrer farrer at uofu.net | |||
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 | |
millert@ ok | |||
2002-01-07 | first pass cleanup for lkms | Eric Jackson | |
- Use queue.h macros instead of accessing members directly - Allocate from kernel_map instead of kmem_map - remove streams - free memory for syms in lkmunreserve() - change LMREADY arg to u_long (allow it to work on 64bit systems) - NetBSD - KNF | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
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 | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ↵ | Niklas Hallqvist | |
alpha though.. | |||
2001-02-06 | spelling and KNF. | Federico G. Schwindt | |
2000-01-02 | (lkmalloc): initialize `sym_id' | assar | |
(lkmunreserve): check that the DDB symbols were actually loaded before unloading them PR 1031 | |||
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 | |
only struct vfsops. Use the new vfs_register and vfs_unregister in the vfs lkms. | |||
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 | |
to modern day sources by rees@umich.edu | |||
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 | |
prepare to LKM symtabs, cross deps, etc! | |||
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 | |