| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
* | Decode and report native eventfd descriptors from libprocstat and procstat. | Konstantin Belousov | 2020-12-27 | 1 | -0/+5 |
* | Remove the cloned file descriptors for /dev/crypto. | John Baldwin | 2020-11-25 | 1 | -5/+0 |
* | Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat. | Konstantin Belousov | 2020-09-27 | 1 | -2/+3 |
* | Remove IS_INADDR_ANY(). | Jeremie Le Hen | 2019-10-19 | 1 | -2/+1 |
* | Add a missing macro for the previous commit (IS_INADDR_ANY()). | Jeremie Le Hen | 2019-10-09 | 1 | -0/+1 |
* | Use inet_ntop(3) instead of inet_ntoa(3) for AF_INET socket details. | Jeremie Le Hen | 2019-10-09 | 1 | -2/+7 |
* | Print type designator 'D' for the KF_TYPE_DEV files. | Konstantin Belousov | 2018-12-03 | 1 | -0/+5 |
* | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Switch procstat from subcommand flags to verbs | Brooks Davis | 2017-10-14 | 1 | -6/+7 |
* | Make procstat(1) recognize process descriptors, so that it shows | Edward Tomasz Napierala | 2017-10-03 | 1 | -0/+5 |
* | procstat(1): Add TCP socket send/recv buffer size | Conrad Meyer | 2017-05-26 | 1 | -0/+6 |
* | Use nitems() from sys/param.h. | Marcelo Araujo | 2016-07-30 | 1 | -2/+1 |
* | Introduce libxo to procstat(1) | Allan Jude | 2015-09-05 | 1 | -51/+119 |
* | Decompose linkat()/renameat() rights to source and target. | Ed Schouten | 2015-08-27 | 1 | -2/+4 |
* | Better align headers and data for 'procstat -f' with and without '-C'. | Robert Watson | 2014-07-19 | 1 | -2/+3 |
* | Use correct length for buffer. | Xin LI | 2014-06-25 | 1 | -1/+1 |
* | Update most userspace consumers of capability.h to use capsicum.h instead. | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I had | Pawel Jakub Dawidek | 2013-11-15 | 1 | -2/+3 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -9/+9 |
* | Make the "FD" column one character wider, so that "trace" can also align | Pawel Jakub Dawidek | 2013-08-18 | 1 | -6/+6 |
* | - Implement two new system calls: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -0/+7 |
* | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -17/+34 |
* | Capability rights for process management via process descriptors do exist | Pawel Jakub Dawidek | 2013-02-11 | 1 | -3/+2 |
* | Add CAP_MKNOD right. | Pawel Jakub Dawidek | 2013-02-10 | 1 | -0/+1 |
* | Free memory allocated by procstat_getfiles(), which may make difference | Mikolaj Golub | 2012-09-04 | 1 | -0/+1 |
* | Export some more useful info about shared memory objects to userland | John Baldwin | 2012-04-01 | 1 | -8/+2 |
* | Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicum | Robert Watson | 2011-08-14 | 1 | -59/+221 |
* | - Commit work from libprocstat project. These patches add support for runtime | Stanislav Sedov | 2011-05-12 | 1 | -77/+79 |
* | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -1/+0 |
* | Include param.h instead of types.h before user.h so that the nested | Robert Watson | 2008-12-29 | 1 | -1/+1 |
* | Do not segfault when procstat -f or procstat -v is called on a process not | Joe Marcus Clarke | 2008-12-19 | 1 | -0/+2 |
* | Merge user/peter/kinfo branch as of r185547 into head. | Peter Wemm | 2008-12-02 | 1 | -29/+6 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -0/+5 |
* | Rework the lifetime management of the kernel implementation of POSIX | John Baldwin | 2008-06-27 | 1 | -0/+4 |
* | Add support for displaying a process' current working directory, root | Joe Marcus Clarke | 2008-02-09 | 1 | -4/+26 |
* | WARNS fixes: mainly constness and avoid comparing signed with | David Malone | 2008-02-08 | 1 | -1/+2 |
* | When printing process file descriptor lists, show a type of 'h' for | Robert Watson | 2008-01-20 | 1 | -0/+4 |
* | Add 'COMM' column to a few more output modes of procstat(1). The only | Robert Watson | 2007-12-10 | 1 | -16/+19 |
* | Add procstat(1), a process inspection utility. This provides both some | Robert Watson | 2007-12-02 | 1 | -0/+303 |