Age | Commit message (Expand) | Author |
2022-11-10 | change default output to -a format; ok tb | Theo de Raadt |
2022-10-22 | add some missing flags, as pointed out by deraadt; while | Jason McIntyre |
2022-10-07 | Show the entry immutable bit in the various output formats. | Theo de Raadt |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-20 | sys/proc.h requires sys/signal.h (will become visible when sys/param.h | Theo de Raadt |
2019-11-29 | correct order of region bits for -a case: rwxSepc | Theo de Raadt |
2019-11-29 | Repurpose the "syscalls must be on a writeable page" mechanism to | Theo de Raadt |
2019-02-05 | dev_t is signed to permit passing -1 as an invalid condition, but the | Theo de Raadt |
2018-03-31 | Fix description of -v and implement -v for -a showing holes; ok deraadt@ | Otto Moerbeek |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-16 | procmap fumbles with uvm_map_addr structures, which are now in RBTs | David Gwynne |
2016-05-26 | Re-introduce vnode-to-filename mapping | Stefan Kempf |
2016-05-25 | Must extract uvm_vnode from uvm_object first before reading the vnode | Stefan Kempf |
2016-04-16 | Remove am_maxslot from amap. | Stefan Kempf |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-01-19 | Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY is | Mark Kettenis |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | There really isn't a strict "heap" anymore, so just call everything like | Theo de Raadt |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-02-13 | remove tendrils of namei dumping code | Ted Unangst |
2014-02-13 | use strtonum | Ted Unangst |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-08-12 | get ready for big ino_t; ok gunther@ | Otto Moerbeek |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-25 | Since the "better kmem pointer hiding" commit, procmap does not work | David Coppa |
2013-05-14 | Don't bother printing vm_swrss of a process, the current uvm accounting | Miod Vallat |
2013-04-24 | pretty-print bigger ino_t variables | Theo de Raadt |
2013-04-21 | revert 1.45. it depended on a kernel change we will not be making, and | Ted Unangst |
2013-03-26 | for the sake of argument, let's pretend this #if 0 code isn't wanted | Ted Unangst |
2013-03-23 | rework the main loop so we can drop kmem privs a little later, | Ted Unangst |
2013-03-20 | revert, that restriction is already enforced the right way | Ted Unangst |
2013-03-20 | Only root can look at the kernel address space. | Theo de Raadt |
2013-01-16 | document a safe cast, which should be (unsigned int) instead of simply | Theo de Raadt |
2012-03-09 | Userspace counterpart of new vmmap. | Ariane van der Steldt |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-06-06 | Userland counterpart of the vmmap backout; cranks major version of libkvm. | Ariane van der Steldt |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-04-23 | BRKSIZ is the right constant now, so I don't get lots of teeny tiny heaps | Ted Unangst |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-04-05 | Remove portalfs. | Thordur I. Bjornsson |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2009-08-12 | Update nlist array and uncomment a few things to pave the way for upcoming | Miod Vallat |
2009-08-12 | Namecache revamp. | Bob Beck |
2009-06-04 | No longer consider kernel pointers invalid if pointing under the kernel | Miod Vallat |