summaryrefslogtreecommitdiffstats
path: root/sys/dev/ksyms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mips/sgi uses same symbol table style setup as sparc64pefo2004-08-091-4/+4
* remove uvm_extern.hbrad2004-01-091-3/+1
* Convert to 2 term license; OK with art@millert2003-06-031-3/+1
* proper cdev_decl(ksyms), fix ksyms's broken functionsmickey2002-07-101-6/+6
* First round of __P removal in sysmillert2002-03-141-5/+5
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Change d_mmap in struct cdevsw from:art2001-11-011-3/+4
* make ksyms work on sparc64 (requires essentially same goop as db_sym)jason2001-09-171-2/+17
* Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toart2001-06-081-3/+3
* Remove debuging printf left by accident.art2001-02-121-2/+1
* Violent cleanup of the code. Lots of effort duplication removed.art2001-02-031-68/+118
* Another comment change. (NBPG -> PAGE_SIZE).art1999-11-261-1/+1
* Fix comment typo.angelos1999-11-021-1/+1
* vaddr_t/vsize_tmickey1999-09-141-9/+7
* careful with mmap offderaadt1998-11-201-0/+2
* /dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary for ports that copy the symbol table to the end of kernel space (all that use DDB do this)millert1998-08-241-0/+187