| Commit message (Expand) | Author | Age | Files | Lines |
* | correct order of region bits for -a case: rwxSepc |  deraadt | 2019-11-29 | 1 | -2/+2 |
* | Repurpose the "syscalls must be on a writeable page" mechanism to |  deraadt | 2019-11-29 | 1 | -9/+19 |
* | dev_t is signed to permit passing -1 as an invalid condition, but the |  deraadt | 2019-02-05 | 1 | -5/+5 |
* | Fix description of -v and implement -v for -a showing holes; ok deraadt@ |  otto | 2018-03-31 | 1 | -1/+11 |
* | procmap fumbles with uvm_map_addr structures, which are now in RBTs |  dlg | 2016-09-16 | 1 | -16/+31 |
* | Re-introduce vnode-to-filename mapping |  stefan | 2016-05-26 | 1 | -4/+70 |
* | Must extract uvm_vnode from uvm_object first before reading the vnode |  stefan | 2016-05-25 | 1 | -3/+11 |
* | Remove am_maxslot from amap. |  stefan | 2016-04-16 | 1 | -7/+2 |
* | Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY is |  kettenis | 2015-01-19 | 1 | -2/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -20/+20 |
* | Delete procfs; it's always had races and is now unused: no one noticed for |  guenther | 2014-09-08 | 1 | -2/+1 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -1/+4 |
* | There really isn't a strict "heap" anymore, so just call everything like |  deraadt | 2014-07-08 | 1 | -4/+1 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 1 | -3/+2 |
* | remove tendrils of namei dumping code |  tedu | 2014-02-13 | 1 | -4/+1 |
* | use strtonum |  tedu | 2014-02-13 | 1 | -2/+5 |
* | get ready for big ino_t; ok gunther@ |  otto | 2013-08-12 | 1 | -3/+4 |
* | Don't bother printing vm_swrss of a process, the current uvm accounting |  miod | 2013-05-14 | 1 | -1/+3 |
* | pretty-print bigger ino_t variables |  deraadt | 2013-04-24 | 1 | -7/+9 |
* | revert 1.45. it depended on a kernel change we will not be making, and |  tedu | 2013-04-21 | 1 | -47/+21 |
* | for the sake of argument, let's pretend this #if 0 code isn't wanted |  tedu | 2013-03-26 | 1 | -79/+1 |
* | rework the main loop so we can drop kmem privs a little later, |  tedu | 2013-03-23 | 1 | -21/+47 |
* | revert, that restriction is already enforced the right way |  tedu | 2013-03-20 | 1 | -4/+1 |
* | Only root can look at the kernel address space. |  deraadt | 2013-03-20 | 1 | -1/+4 |
* | document a safe cast, which should be (unsigned int) instead of simply |  deraadt | 2013-01-16 | 1 | -2/+3 |
* | Userspace counterpart of new vmmap. |  ariane | 2012-03-09 | 1 | -70/+107 |
* | Userland counterpart of the vmmap backout; cranks major version of libkvm. |  ariane | 2011-06-06 | 1 | -107/+70 |
* | Reimplement uvm/uvm_map. |  ariane | 2011-05-24 | 1 | -70/+107 |
* | BRKSIZ is the right constant now, so I don't get lots of teeny tiny heaps |  tedu | 2011-04-23 | 1 | -2/+2 |
* | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now |  guenther | 2011-04-10 | 1 | -6/+6 |
* | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |  miod | 2011-04-06 | 1 | -7/+3 |
* | Remove portalfs. |  thib | 2011-04-05 | 1 | -4/+1 |
* | Update nlist array and uncomment a few things to pave the way for upcoming |  miod | 2009-08-12 | 1 | -14/+7 |
* | Namecache revamp. |  beck | 2009-08-12 | 1 | -1/+9 |
* | No longer consider kernel pointers invalid if pointing under the kernel |  miod | 2009-06-04 | 1 | -28/+2 |
* | document -A and include in usage |  otto | 2008-09-18 | 1 | -2/+2 |
* | Add a flag to print amap usage. |  art | 2008-09-18 | 1 | -11/+72 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of |  miod | 2008-06-09 | 1 | -4/+7 |
* | Use kinfo_proc2 instead of kinfo_proc. |  kettenis | 2007-10-02 | 1 | -7/+8 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -2/+2 |
* | Zap a bunch of unused VT_* tags. |  thib | 2007-05-31 | 1 | -3/+1 |
* | kill some commented "struct proc *", and knf while there; ok ray |  deraadt | 2007-04-26 | 1 | -58/+30 |
* | Don't warn for kernel_text being zero on (some) m68k systems. |  miod | 2006-07-01 | 1 | -1/+4 |
* | Remove fdescfs |  pedro | 2005-12-06 | 1 | -2/+1 |
* | Remove kernfs, okay deraadt@. |  pedro | 2005-11-24 | 1 | -2/+1 |
* | kill stackable filesystems ghosts |  pedro | 2005-05-26 | 1 | -4/+1 |
* | setresgid; ok deraadt@ |  djm | 2005-05-03 | 1 | -7/+9 |
* | Use the return value from getopt() instead of optopt in non-error |  jaredy | 2005-03-25 | 1 | -2/+2 |