aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/procstat/procstat_files.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov2020-12-271-0/+5
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-251-5/+0
* Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.Konstantin Belousov2020-09-271-2/+3
* Remove IS_INADDR_ANY().Jeremie Le Hen2019-10-191-2/+1
* Add a missing macro for the previous commit (IS_INADDR_ANY()).Jeremie Le Hen2019-10-091-0/+1
* Use inet_ntop(3) instead of inet_ntoa(3) for AF_INET socket details.Jeremie Le Hen2019-10-091-2/+7
* Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov2018-12-031-0/+5
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Switch procstat from subcommand flags to verbsBrooks Davis2017-10-141-6/+7
* Make procstat(1) recognize process descriptors, so that it showsEdward Tomasz Napierala2017-10-031-0/+5
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-261-0/+6
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+1
* Introduce libxo to procstat(1)Allan Jude2015-09-051-51/+119
* Decompose linkat()/renameat() rights to source and target.Ed Schouten2015-08-271-2/+4
* Better align headers and data for 'procstat -f' with and without '-C'.Robert Watson2014-07-191-2/+3
* Use correct length for buffer.Xin LI2014-06-251-1/+1
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* Replace CAP_POLL_EVENT and CAP_POST_EVENT capability rights (which I hadPawel Jakub Dawidek2013-11-151-2/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-9/+9
* Make the "FD" column one character wider, so that "trace" can also alignPawel Jakub Dawidek2013-08-181-6/+6
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+7
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-17/+34
* Capability rights for process management via process descriptors do existPawel Jakub Dawidek2013-02-111-3/+2
* Add CAP_MKNOD right.Pawel Jakub Dawidek2013-02-101-0/+1
* Free memory allocated by procstat_getfiles(), which may make differenceMikolaj Golub2012-09-041-0/+1
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-011-8/+2
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-141-59/+221
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-77/+79
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Include param.h instead of types.h before user.h so that the nestedRobert Watson2008-12-291-1/+1
* Do not segfault when procstat -f or procstat -v is called on a process notJoe Marcus Clarke2008-12-191-0/+2
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-021-29/+6
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-0/+5
* Rework the lifetime management of the kernel implementation of POSIXJohn Baldwin2008-06-271-0/+4
* Add support for displaying a process' current working directory, rootJoe Marcus Clarke2008-02-091-4/+26
* WARNS fixes: mainly constness and avoid comparing signed withDavid Malone2008-02-081-1/+2
* When printing process file descriptor lists, show a type of 'h' forRobert Watson2008-01-201-0/+4
* Add 'COMM' column to a few more output modes of procstat(1). The onlyRobert Watson2007-12-101-16/+19
* Add procstat(1), a process inspection utility. This provides both someRobert Watson2007-12-021-0/+303