Age | Commit message (Expand) | Author |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-22 | Unbreak tree; p_sigacts moved from struct proc to struct process | Florian Obser |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-02-05 | More crash dump parsing fixes: correct paddr in process info and pids | Philip Guenther |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-20 | p_textvp moved from struct proc to struct process | Philip Guenther |
2013-11-17 | Mark internal symbols as hidden. This removes symbols from the ABI, | Philip Guenther |
2013-11-16 | _kvm_syserr() is printf-like too | Philip Guenther |
2013-11-16 | ANSIfy a declaration | Philip Guenther |
2013-11-16 | Prep for hidden visibility: move the vnode/file related function | Philip Guenther |
2013-11-12 | Apply format __attribute__ to _kvm_err() and fix the errors that it detects. | Philip Guenther |
2013-11-12 | a missing prototypes | Theo de Raadt |
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-03 | KERN_PROC_BYPID --> KERN_FILE_BYPID | Philip Guenther |
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 |