Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mips/sgi uses same symbol table style setup as sparc64 | 2004-08-09 | 1 | -4/+4 | |
| | | | | OK mickey@ | ||||
* | remove uvm_extern.h | 2004-01-09 | 1 | -3/+1 | |
| | | | | | | tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | ||||
* | Convert to 2 term license; OK with art@ | 2003-06-03 | 1 | -3/+1 | |
| | |||||
* | proper cdev_decl(ksyms), fix ksyms's broken functions | 2002-07-10 | 1 | -6/+6 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -5/+5 | |
| | |||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+2 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | Change d_mmap in struct cdevsw from: | 2001-11-01 | 1 | -3/+4 | |
| | | | | | | | | int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | ||||
* | make ksyms work on sparc64 (requires essentially same goop as db_sym) | 2001-09-17 | 1 | -2/+17 | |
| | |||||
* | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | 2001-06-08 | 1 | -3/+3 | |
| | | | | | boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | ||||
* | Remove debuging printf left by accident. | 2001-02-12 | 1 | -2/+1 | |
| | |||||
* | Violent cleanup of the code. Lots of effort duplication removed. | 2001-02-03 | 1 | -68/+118 | |
| | | | | | | | Don't look into the headers in read, just build the headers in attach and ignore them. mmap should now work (when boot loaders are fixed to align the tables). Support for ELF. | ||||
* | Another comment change. (NBPG -> PAGE_SIZE). | 1999-11-26 | 1 | -1/+1 | |
| | |||||
* | Fix comment typo. | 1999-11-02 | 1 | -1/+1 | |
| | |||||
* | vaddr_t/vsize_t | 1999-09-14 | 1 | -9/+7 | |
| | |||||
* | careful with mmap off | 1998-11-20 | 1 | -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) | 1998-08-24 | 1 | -0/+187 | |