summaryrefslogtreecommitdiff
path: root/usr.bin/pmap
AgeCommit message (Expand)Author
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-25Move getuid() out of the loop, uid should not change behind our back. KNF.jym
2011-10-25kill(2) might not be a good test after all, users can send signalsjym
2011-10-18Disallow printing of kernel mappings if we are not root.jym
2011-10-11Consistently use "%#"PRIxVADDR to print VA, not "0x%#"PRIxVADDRtsutsui
2011-06-23Don't give out information about processes we can't control.christos
2011-06-12an_ref is now a uintptr_t.mrg
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2010-05-14Explicitly close quote.joerg
2010-03-22Use .In instead of .Aq Pa for header files.joerg
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
2009-02-15Add Xref to pmap(9), from Anon Ymous.wiz
2008-12-29handle 64 bit time_t/dev_tchristos
2008-06-17From skd: Delete kernel_floor tests. They don't make sense on amd64.christos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-12Fix a small grammatical error.mkirby
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-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
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-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-02-17Some fixes and formatting changes from jmc@openbsd.wiz
2004-02-10Deal with backing out of changes in:matt
2004-01-31Lint police.atatat
2004-01-31Unfold the KDEREF() macros a little, and tweak the LOCKDEBUG detectionatatat
2004-01-29follow the kernel vm_map_entry allocation strategy change.yamt
2004-01-06Find the buf_map symbol, so that the submap can be labeled properly.atatat
2003-10-21Don't assign NULL to an integer.fvdl
2003-09-17redo the previous in a different way; use vm_map_min/max macros.yamt