Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove lkm files | 2014-10-09 | 1 | -918/+0 | |
| | |||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | bzero -> memset | 2014-01-21 | 1 | -2/+2 | |
| | |||||
* | fix typos in comments, no code changes; | 2010-01-14 | 1 | -2/+2 | |
| | | | | | from Brad Tilley <brad at 16systems dot com>; ok oga@ | ||||
* | Fix LKM support for amd64. | 2007-11-03 | 1 | -5/+13 | |
| | | | | ok deraadt weingart | ||||
* | MALLOC/FREE -> malloc/free | 2007-10-29 | 1 | -2/+2 | |
| | | | | | | replace an hard coded value with M_WAITOK ok krw@ | ||||
* | typos; from bret lambert | 2006-11-15 | 1 | -2/+2 | |
| | |||||
* | ansi/deregister. | 2005-11-28 | 1 | -5/+5 | |
| | | | | 'go for it' deraadt@ | ||||
* | better way of finding and identifying lkms. | 2004-03-03 | 1 | -18/+42 | |
| | | | | | adapted from pr2910 by peter werner, minus lkmfree removals since i couldn't tell what issue they were fixing. | ||||
* | remember to reset exec_maxhdrsz after lkm load/unload. ok fgsch@ | 2003-08-23 | 1 | -5/+7 | |
| | |||||
* | remove caddr_t casts. it's just silly to cast something when the function | 2003-07-21 | 1 | -3/+3 | |
| | | | | takes a void *. convert uiomove to take a void * as well. ok deraadt@ | ||||
* | after freeing curp, set to NULL. fixes a crash when loading a module | 2003-04-29 | 1 | -1/+2 | |
| | | | | twice. similar to patch from Even Farrer farrer at uofu.net | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -4/+4 | |
| | |||||
* | make sure we use lkmfree() in error cases as well. | 2002-01-09 | 1 | -4/+10 | |
| | | | | millert@ ok | ||||
* | first pass cleanup for lkms | 2002-01-07 | 1 | -260/+145 | |
| | | | | | | | | | - 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 | ||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+1 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | 2001-09-19 | 1 | -2/+2 | |
| | |||||
* | absolutely no need to include vm_parm.h after vm.h | 2001-08-12 | 1 | -2/+1 | |
| | |||||
* | remove old vm | 2001-06-27 | 1 | -14/+1 | |
| | |||||
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -8/+5 | |
| | |||||
* | Get rid of CLSIZE and all related stuff. | 2001-05-05 | 1 | -2/+2 | |
| | | | | | | | | | 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. | ||||
* | new symbol handling in ddb for ELF, there is still a problem with hangman on alpha though.. | 2001-02-10 | 1 | -2/+2 | |
| | |||||
* | spelling and KNF. | 2001-02-06 | 1 | -10/+18 | |
| | |||||
* | (lkmalloc): initialize `sym_id' | 2000-01-02 | 1 | -2/+4 | |
| | | | | | | (lkmunreserve): check that the DDB symbols were actually loaded before unloading them PR 1031 | ||||
* | kmem allocation changes for uvm | 1999-02-26 | 1 | -2/+16 | |
| | |||||
* | Change the vfs lkm interface do it takes a full struct vfsconf instead of | 1999-02-19 | 1 | -57/+4 | |
| | | | | | only struct vfsops. Use the new vfs_register and vfs_unregister in the vfs lkms. | ||||
* | initialize all fileds in vfsconf when installing a new filesystem. | 1998-03-18 | 1 | -1/+7 | |
| | |||||
* | fix vfs lkms + some indentation | 1998-03-17 | 1 | -30/+44 | |
| | |||||
* | Updates for VFS Lite 2 + soft update. | 1997-11-06 | 1 | -26/+21 | |
| | |||||
* | back out vfs lite2 till after 2.2 | 1997-10-06 | 1 | -21/+26 | |
| | |||||
* | VFS Lite2 Changes | 1997-10-06 | 1 | -26/+21 | |
| | |||||
* | s/DEBUG/LKM_DEBUG/g | 1997-09-24 | 1 | -24/+24 | |
| | |||||
* | No need to doubly include vm/vm.h | 1997-07-23 | 1 | -6/+4 | |
| | |||||
* | vm.h | 1997-07-20 | 1 | -1/+3 | |
| | |||||
* | save symtab id after addition to ddb for future use | 1997-05-29 | 1 | -2/+2 | |
| | |||||
* | terminate copyinstr, copyoutstr full name; Don.Lewis@tsc.tdk.com | 1997-02-06 | 1 | -3/+4 | |
| | |||||
* | make gcc -Wall happy for lkms... | 1996-10-14 | 1 | -2/+1 | |
| | |||||
* | copyinstr correctly; spotted by bitblt | 1996-10-02 | 1 | -2/+2 | |
| | |||||
* | Format type fix (%d -> %ld) in debugging/DDB printf. | 1996-09-27 | 1 | -2/+2 | |
| | |||||
* | Be less verbose if we have been compiled without DEBUG | 1996-09-16 | 1 | -1/+3 | |
| | |||||
* | fix db_add_symtab arguments. | 1996-09-09 | 1 | -2/+3 | |
| | |||||
* | Do not do the if(a = b) game even if correct, it is confusing | 1996-09-04 | 1 | -2/+4 | |
| | |||||
* | lkm ddb symbol table loading. done during the middle ages by jtkohl, merged | 1996-08-29 | 1 | -8/+85 | |
| | | | | to modern day sources by rees@umich.edu | ||||
* | -Wall & -Wstrict-prototype fixes | 1996-07-02 | 1 | -2/+3 | |
| | |||||
* | allow LKM listing. | 1996-06-21 | 1 | -1/+13 | |
| | |||||
* | allocate LKM slot dynamically. | 1996-06-21 | 1 | -124/+112 | |
| | | | | prepare to LKM symtabs, cross deps, etc! | ||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -13/+11 | |
| | |||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -51/+75 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+920 | |