| Commit message (Expand) | Author | Age | Files | Lines |
| * | libprocstat: fix memory leak | Eric van Gyzen | 2018-05-28 | 1 | -0/+1 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -0/+2 |
| * | Make procstat(1) recognize process descriptors, so that it shows | Edward Tomasz Napierala | 2017-10-03 | 1 | -0/+5 |
| * | Hide struct socket and struct unpcb from the userland. | Gleb Smirnoff | 2017-10-02 | 1 | -0/+2 |
| * | procstat_getptlwpinfo(..): clarify the fact that KVM/SYSCTL support | Enji Cooper | 2017-06-27 | 1 | -0/+6 |
| * | procstat(1): Add TCP socket send/recv buffer size | Conrad Meyer | 2017-05-26 | 1 | -7/+16 |
| * | Commit the 64-bit inode project. | Konstantin Belousov | 2017-05-23 | 1 | -5/+7 |
| * | Reorder includes to placate MIPS build. | Tycho Nightingale | 2017-03-30 | 1 | -1/+1 |
| * | Add support for capturing 'struct ptrace_lwpinfo' for signals | Tycho Nightingale | 2017-03-30 | 1 | -0/+44 |
| * | Hide struct inpcb, struct tcpcb from the userland. | Gleb Smirnoff | 2017-03-21 | 1 | -0/+1 |
| * | Use nitems({mib,name}) instead of hardcoding their value | Enji Cooper | 2017-01-09 | 1 | -13/+13 |
| * | Fix core corruption caused by race in note_procstat_vmmap | Conrad Meyer | 2015-10-06 | 1 | -0/+4 |
| * | Detect badly behaved coredump note helpers | Conrad Meyer | 2015-09-03 | 1 | -0/+4 |
| * | Remove unused variable spotted by clang. | Marcelo Araujo | 2015-06-01 | 1 | -2/+2 |
| * | Update most userspace consumers of capability.h to use capsicum.h instead. | Robert Watson | 2014-03-16 | 1 | -1/+1 |
| * | When querying a process's umask via sysctl in libprocstat(), don't | Robert Watson | 2014-03-02 | 1 | -1/+1 |
| * | Handle the cases where NULL is passed as cap_rightsp to the | Pawel Jakub Dawidek | 2013-10-09 | 1 | -10/+14 |
| * | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -3/+3 |
| * | - Trim an unused and bogus Makefile for mount_smbfs. | Davide Italiano | 2013-06-28 | 1 | -0/+1 |
| * | Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() to | John Baldwin | 2013-06-11 | 1 | -7/+11 |
| * | Make errbuf optional, so if a caller is not interested in an error | Mikolaj Golub | 2013-05-08 | 1 | -14/+30 |
| * | Similar to 233760 and 236717, export some more useful info about the | John Baldwin | 2013-05-03 | 1 | -0/+90 |
| * | procstat_getpathname: for kvm method, instead of returning the error | Mikolaj Golub | 2013-05-01 | 1 | -2/+4 |
| * | KVM method support for procstat_getgroups, procstat_getumask, | Mikolaj Golub | 2013-05-01 | 1 | -8/+121 |
| * | Add procstat_getkstack function to dump kernel stacks of a process. | Mikolaj Golub | 2013-04-20 | 1 | -0/+70 |
| * | Add procstat_getauxv function to retrieve a process auxiliary vector. | Mikolaj Golub | 2013-04-20 | 1 | -0/+152 |
| * | Extend libprocstat with functions to retrieve process command line | Mikolaj Golub | 2013-04-20 | 1 | -0/+178 |
| * | Add procstat_getosrel function to retrieve a process osrel info. | Mikolaj Golub | 2013-04-20 | 1 | -0/+52 |
| * | Add procstat_getpathname function to retrieve a process executable. | Mikolaj Golub | 2013-04-20 | 1 | -0/+65 |
| * | Add procstat_getrlimit function to retrieve a process resource limits info. | Mikolaj Golub | 2013-04-20 | 1 | -0/+68 |
| * | Add procstat_getumask function to retrieve a process umask. | Mikolaj Golub | 2013-04-20 | 1 | -0/+57 |
| * | Add procstat_getgroups function to retrieve process groups. | Mikolaj Golub | 2013-04-20 | 1 | -0/+67 |
| * | Add procstat_getvmmap function to get VM layout of a process. | Mikolaj Golub | 2013-04-20 | 1 | -1/+82 |
| * | Make libprocstat(3) extract procstat notes from a process core file. | Mikolaj Golub | 2013-04-20 | 1 | -13/+119 |
| * | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -1/+0 |
| * | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | Attilio Rao | 2012-10-18 | 1 | -1/+0 |
| * | Disconnect non-MPSAFE NTFS from the build in preparation for dropping | Attilio Rao | 2012-10-17 | 1 | -1/+0 |
| * | Disconnect non-MPSAFE NWFS from the build in preparation for dropping | Attilio Rao | 2012-10-17 | 1 | -3/+0 |
| * | procstat_getprocs: honor kvm_getprocs interface - cnt is signed | Andriy Gapon | 2012-10-06 | 1 | -2/+5 |
| * | Teach procstat_get_shm_info_kvm() how to fetch the pathname of a SHM file | John Baldwin | 2012-06-07 | 1 | -0/+17 |
| * | Export some more useful info about shared memory objects to userland | John Baldwin | 2012-04-01 | 1 | -0/+72 |
| * | Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum | Robert Watson | 2011-08-14 | 1 | -11/+17 |
| * | libprocstat: For MAP_PRIVATE, do not consider the file open for writing. | Jilles Tjoelker | 2011-06-18 | 1 | -2/+4 |
| * | libprocstat: Fix typo in error messages. | Jilles Tjoelker | 2011-06-18 | 1 | -5/+5 |
| * | libprocstat: Remove spaces between function name and open parenthesis. | Jilles Tjoelker | 2011-06-18 | 1 | -2/+2 |
| * | libprocstat: Correct format for size_t (should be %zu, not %zd). | Jilles Tjoelker | 2011-06-18 | 1 | -3/+3 |
| * | Fix clang warnings. | Ben Laurie | 2011-06-18 | 1 | -2/+2 |
| * | Release allocated memory in procstat_close(). | Sergey Kandaurov | 2011-05-18 | 1 | -0/+1 |
| * | - Whitespace fix. | Stanislav Sedov | 2011-05-15 | 1 | -1/+1 |
| * | - Don't try to build NWFS support module if NCP/IPX is disabled in the build. | Stanislav Sedov | 2011-05-12 | 1 | -1/+3 |