summaryrefslogtreecommitdiff
path: root/usr.bin/pmap/pmap.c
AgeCommit message (Expand)Author
2022-08-21Add -t option to print pmap as underlying RB tree.mlelstv
2020-11-04Restrict to root any command option that prints kernel addresses.chs
2020-03-22- Don't copy the entire namecache only to look up a few names. Walk thead
2018-05-09handle field rename.christos
2017-10-04pmap: Refresh debugging facilitieskamil
2015-12-14use ecallocchristos
2012-10-29fix format stringpara
2012-10-29get rid of not used uvm_map flag (UVM_MAP_KMAPENT)para
2012-02-19G/C VM_MAP_INTRSAFE flagrmind
2012-01-27extending vmem(9) to be able to allocated resources for it's own needs.para
2011-10-11Consistently use "%#"PRIxVADDR to print VA, not "0x%#"PRIxVADDRtsutsui
2011-06-12an_ref is now a uintptr_t.mrg
2009-12-14Fix typo in previous.uebayasi
2009-12-14Merge from matt-nb5-mips64; adapt to vaddr_t / vsize_t format specifiers.uebayasi
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wextra -Wsign-compare)lukem
2008-12-29handle 64 bit time_t/dev_tchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-02remove no longer necessary lockdebug hacks.yamt
2007-12-24No need to list every file system type in this file.ad
2007-10-10Merge from vmlocking:ad
2007-07-21VM_MAP_BUSY, VM_MAP_WANTLOCK are no more.ad
2007-06-29Add read-only support for SGI's Extent File System.rumble
2007-03-06Complete rename of hfsp to hfs, requested by thorpej.dillo
2007-03-05Integrate apmlabel and HFS+ file system.dillo
2007-03-04add casts.christos
2006-10-22"teach" about VT_PUFFSpooka
2006-06-24remove "XXX = <struct simplelock>" from -D output.yamt
2005-12-29Add preliminary support for System V Boot File System.tsutsui
2005-12-15Stub to pmap.c to avoid unhandled enumeration value error. Its only usedreinoud
2005-09-10Initial addition of tmpfs, an efficient memory file-system. This projectjmmv
2005-08-1964 bit inode changeschristos
2005-05-11Fix fallout from vm_anon changesjmc
2005-02-11use vm_map_{min,max}() instead of dereferencing the vm_map pointer directly.chs
2005-01-01sync with kernel. (vm_map_entry::flags)yamt
2004-11-10Add V_PTYchristos
2004-02-10Deal with backing out of changes in:matt
2004-01-31Lint police.atatat
2004-01-29follow the kernel vm_map_entry allocation strategy change.yamt
2003-10-21Don't assign NULL to an integer.fvdl
2003-07-30eliminate v_id.yamt
2003-07-15strlcatitojun
2003-05-04Build main.c with LOCKDEBUG defined so that it gets the larger kbitatatat
2003-04-04Add some more intricate groveler options:atatat
2003-03-28Add the capability to dump the struct vm_amap and the am_anon,atatat
2003-02-27Clean up code in places, add some more (possible) submap names, makeatatat
2003-02-23Oops. Missed some possible UVM_ET_IS*() macro uses.atatat
2003-02-22Properly print the VM_MAP_TOPDOWN flag if it is set, document theatatat
2003-01-08Make pmap work on LOCKDEBUG *and* non-LOCKDEBUG kernels (previously itatatat
2002-12-06Avoid a trigraph, and fix printf formats.thorpej
2002-10-29Don't truncate the vm_map_entry offset to 32-bits when printing.thorpej