Age | Commit message (Expand) | Author |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-03-28 | Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already | Theo de Raadt |
2013-03-23 | do not need udf_extern.h | Theo de Raadt |
2013-03-20 | spaces | Theo de Raadt |
2013-03-20 | When non-root asks sysctl for kinfo proc or file requests, do not fill in | Theo de Raadt |
2013-01-14 | No longer need the "miniproc" glue, as we only have kinfo_proc now. | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-12 | Fix pid matching on kernel crashdumps in kvm_getprocs(KERN_PROC_PID) | Philip Guenthe |
2012-08-23 | knowledge of nnpfs can be removed | Theo de Raadt |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-09 | Use the PAGE_* forms (instead of the ancient BSD forms) in param.h, | Theo de Raadt |
2012-06-02 | Committed the wrong version (an earlier try) of the KERN_FILE2 vs | Philip Guenthe |
2012-05-01 | Eliminate the f_usecount ref count in struct file; instead of sleeping | Philip Guenthe |
2012-04-20 | Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses for | Philip Guenthe |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-14 | Make kvm_getfile2() have a fighting change to work correctly on crash | Philip Guenthe |
2012-04-14 | Update to match nprocs-->nprocess/nthreads changes | Philip Guenthe |
2012-04-14 | Need to read in the vmspace to dig out the root of the rb-tree | Philip Guenthe |
2012-04-12 | Add per thread accounting, mainly for usage & friends. | Paul Irofti |
2012-04-11 | libkvm: minor bump | Ariane van der Steldt |
2012-03-28 | The kinfo_file2 structure's f_wbytes member was being filled with the | Philip Guenthe |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-16 | pull in more .h (spotted since struct vnode was not in scope) | Theo de Raadt |
2012-03-13 | 0 is a valid uid for files sysctl, don't skip it. reminded by guenther | Ted Unangst |
2012-03-09 | Major bump, since struct vm_map and vm_map_entry changed size and layout. | Ariane van der Steldt |
2012-03-09 | Userspace counterpart of new vmmap. | Ariane van der Steldt |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2011-12-14 | The ktrace vnode has moved to struct process and changed name. | Philip Guenthe |
2011-08-18 | where a man page has multiple links, only reference that page | Jason McIntyre |
2011-07-09 | Copied from hppa; should work for hppa64 as well. | Mark Kettenis |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
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-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-15 | p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() have | Philip Guenthe |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-10 | Pull more headers to avoid warnings about structs being undefined. | Miod Vallat |
2011-04-10 | Pull more headers to avoid warnings about structs being undefined. | Miod Vallat |
2011-03-12 | missing word; | Jason McIntyre |
2011-03-12 | Replace the old, broken KERN_PROC ABI and its matching functions | Philip Guenthe |
2010-09-20 | according to ingo, it isn;t a problem to have empty [BDS]q macros, so | Jason McIntyre |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-17 | Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL | Philip Guenthe |
2010-06-29 | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or | Philip Guenthe |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2010-01-12 | the comment is right, this can indeed go away. | Jasper Lievisse Adriaanse |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2009-12-07 | Get page size information by reading the kernel image' struct uvmexp, instead | Miod Vallat |