summaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_files.c
AgeCommit message (Expand)Author
2025-07-04procstat: Add handling for inotify descriptorsMark Johnston
2025-03-27procstat: decode SOCK_SEQPACKET unix domain socket typeKonstantin Belousov
2024-11-29Add fchroot(2)Edward Tomasz Napierala
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-20procstat: Remove set but unused variable.John Baldwin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-30procstat: fix printing divert(4) socketsGleb Smirnoff
2020-12-27Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov
2020-11-25Remove the cloned file descriptors for /dev/crypto.John Baldwin
2020-09-27Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov
2019-10-19Remove IS_INADDR_ANY().Jeremie Le Hen
2019-10-09Add a missing macro for the previous commit (IS_INADDR_ANY()).Jeremie Le Hen
2019-10-09Use inet_ntop(3) instead of inet_ntoa(3) for AF_INET socket details.Jeremie Le Hen
2018-12-03Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-14Switch procstat from subcommand flags to verbsBrooks Davis
2017-10-03Make procstat(1) recognize process descriptors, so that it showsEdward Tomasz Napierala
2017-05-26procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer
2016-07-30Use nitems() from sys/param.h.Marcelo Araujo
2015-09-05Introduce libxo to procstat(1)Allan Jude
2015-08-27Decompose linkat()/renameat() rights to source and target.Ed Schouten
2014-07-19Better align headers and data for 'procstat -f' with and without '-C'.Robert Watson
2014-06-25Use correct length for buffer.Xin LI
2014-03-16Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson
2013-11-15Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadPawel Jakub Dawidek
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-08-18Make the "FD" column one character wider, so that "trace" can also alignPawel Jakub Dawidek
2013-03-02- Implement two new system calls:Pawel Jakub Dawidek
2013-03-02Merge Capsicum overhaul:Pawel Jakub Dawidek
2013-02-11Capability rights for process management via process descriptors do existPawel Jakub Dawidek
2013-02-10Add CAP_MKNOD right.Pawel Jakub Dawidek
2012-09-04Free memory allocated by procstat_getfiles(), which may make differenceMikolaj Golub
2012-04-01Export some more useful info about shared memory objects to userlandJohn Baldwin
2011-08-14Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson
2011-05-12- Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2008-12-29Include param.h instead of types.h before user.h so that the nestedRobert Watson
2008-12-19Do not segfault when procstat -f or procstat -v is called on a process notJoe Marcus Clarke
2008-12-02Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-06-27Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin
2008-02-09Add support for displaying a process' current working directory, rootJoe Marcus Clarke
2008-02-08WARNS fixes: mainly constness and avoid comparing signed withDavid Malone
2008-01-20When printing process file descriptor lists, show a type of 'h' forRobert Watson
2007-12-10Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson
2007-12-02Add procstat(1), a process inspection utility. This provides both someRobert Watson