| Commit message (Expand) | Author | Age | Files | Lines |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 1 | -2/+2 |
* | Fix "_nfiles" reference for crash dump. |  yasuoka | 2018-09-07 | 1 | -3/+3 |
* | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. |  guenther | 2018-01-02 | 1 | -1/+2 |
* | p_comm is the process's command and isn't per thread, so move it from |  guenther | 2017-01-21 | 1 | -15/+2 |
* | Split PID from TID, giving processes a PID unrelated to the TID of their |  guenther | 2016-11-07 | 1 | -8/+9 |
* | Add va_nlink information to struct kinfo_file (so bump the shlib minor) |  guenther | 2016-10-02 | 1 | -1/+5 |
* | Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl and |  zhuk | 2016-05-04 | 1 | -6/+14 |
* | no more systrace |  tedu | 2016-04-25 | 1 | -12/+1 |
* | fix a race when fetching files from the kernel. the number of files |  dlg | 2015-09-04 | 1 | -36/+41 |
* | Rework the UNIX domain socket garbage collector, including ideas from |  guenther | 2015-08-28 | 1 | -2/+2 |
* | Replace the hand-crafted list of datagram unix domain sockets with |  bluhm | 2015-03-28 | 1 | -3/+5 |
* | Extend struct kinfo_file a bit for netstat (sync with the kernel). |  claudio | 2015-02-11 | 1 | -1/+32 |
* | Prefer arg != 0 over arg for non-boolean. nitted kettenis@ |  guenther | 2015-02-11 | 1 | -2/+2 |
* | sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required |  guenther | 2015-02-11 | 1 | -6/+5 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 1 | -1/+2 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-19 | 1 | -2/+1 |
* | Put the socket splicing fields into a seperate struct sosplice that |  bluhm | 2014-11-03 | 1 | -6/+14 |
* | Remove unnecessary netinet/in_systm.h include. |  lteo | 2014-10-25 | 1 | -2/+1 |
* | Apply reallocarray() idiom. |  deraadt | 2014-10-15 | 1 | -7/+9 |
* | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 1 | -29/+29 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -11/+4 |
* | More crash dump parsing fixes: correct paddr in process info and pids |  guenther | 2014-02-05 | 1 | -11/+10 |
* | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 1 | -46/+34 |
* | p_textvp moved from struct proc to struct process |  guenther | 2014-01-20 | 1 | -4/+4 |
* | Prep for hidden visibility: move the vnode/file related function |  guenther | 2013-11-16 | 1 | -3/+2 |
* | Apply format __attribute__ to _kvm_err() and fix the errors that it detects. |  guenther | 2013-11-12 | 1 | -13/+22 |
* | a missing prototypes |  deraadt | 2013-11-12 | 1 | -1/+6 |
* | - add UNIX-domain socket info to struct kinfo_file2 |  guenther | 2013-10-22 | 1 | -37/+65 |
* | spaces |  deraadt | 2013-03-20 | 1 | -2/+2 |
* | knowledge of nnpfs can be removed |  deraadt | 2012-08-23 | 1 | -26/+1 |
* | Committed the wrong version (an earlier try) of the KERN_FILE2 vs |  guenther | 2012-06-02 | 1 | -2/+4 |
* | Eliminate the f_usecount ref count in struct file; instead of sleeping |  guenther | 2012-05-01 | 1 | -2/+2 |
* | Fix kvm_deadfile2_byid()'s handling of kernel vs user addresses for |  guenther | 2012-04-20 | 1 | -14/+43 |
* | Make kvm_getfile2() have a fighting change to work correctly on crash |  guenther | 2012-04-14 | 1 | -91/+88 |
* | The kinfo_file2 structure's f_wbytes member was being filled with the |  guenther | 2012-03-28 | 1 | -2/+2 |
* | 0 is a valid uid for files sysctl, don't skip it. reminded by guenther |  tedu | 2012-03-13 | 1 | -2/+2 |
* | Add rtable id and thread id to struct kinfo_proc (and fix process id) |  guenther | 2012-01-07 | 1 | -11/+32 |
* | The ktrace vnode has moved to struct process and changed name. |  guenther | 2011-12-14 | 1 | -3/+3 |
* | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -3/+2 |
* | Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNEL |  guenther | 2010-07-17 | 1 | -3/+1 |
* | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or |  guenther | 2010-06-29 | 1 | -1/+6 |
* | Reimplement kvm_getproc2()'s support for reading crash dumps and |  guenther | 2010-01-10 | 1 | -3/+1 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -5/+1 |
* | Support KERN_FILE_TEXT here too |  millert | 2009-07-21 | 1 | -2/+13 |
* | Handle the case where so_pcb is NULL. |  millert | 2009-07-21 | 1 | -2/+4 |
* | correct kvm_getfile2 error string |  millert | 2009-07-08 | 1 | -4/+4 |
* | Install ntfs includes and add libkvm (fstat) support. ntfs bits |  millert | 2009-06-24 | 1 | -6/+9 |
* | Move KREAD define to kvm_private.h |  millert | 2009-06-20 | 1 | -5/+2 |
* | Split out cd9660 bits into their own .c file to avoid #define collisions |  millert | 2009-06-20 | 1 | -25/+6 |
* | Add msdosfs support now that we have the headers. |  millert | 2009-06-20 | 1 | -40/+59 |