aboutsummaryrefslogtreecommitdiff
path: root/lib/libprocstat
Commit message (Expand)AuthorAgeFilesLines
* libprocstat: extend zfs_defs hack for .pieoEd Maste2021-09-131-0/+2
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-304-0/+8
* libprocstat kstack: fix race with thread creationEric van Gyzen2021-05-271-1/+2
* Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson2021-02-221-0/+1
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-213-7/+3
* Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov2020-12-272-0/+6
* libprocstat.3: Correct two occurrences of kvm_getprocs to procstat_getprocsMateusz Piotrowski2020-11-261-3/+3
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-252-2/+1
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-171-7/+13
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-253-20/+47
* Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJSAlex Richardson2020-08-241-2/+0
* libprocstat: fix kvm filedesc access after introduction of fdescenttblMateusz Guzik2020-07-151-16/+23
* libprocstat: try to fix fallout from r361363Andriy Gapon2020-05-241-0/+4
* libprocstat: fix ZFS supportAndriy Gapon2020-05-225-65/+139
* libprocstat: fix reading of file descriptor table via kvmAndriy Gapon2020-05-211-7/+7
* Remove the SYMVER build option.John Baldwin2020-04-301-4/+1
* fd: use smr for managing struct pwdMateusz Guzik2020-03-081-4/+5
* fd: move vnodes out of filedesc into a dedicated structureMateusz Guzik2020-03-011-19/+32
* procstat: read lo_name instead of now removed v_tagMateusz Guzik2020-01-071-3/+3
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* Define a vm_map method for user-space for advancing from a map entryDoug Moore2019-12-081-12/+16
* Fix a type error in fixing libprocstat to be compatible with vm_map changes.Doug Moore2019-12-071-1/+1
* r355491 broke compilation of libprocstat.c. Change that code to useDoug Moore2019-12-071-2/+2
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
* Bump SPECNAMELEN to MAXNAMLEN.Konstantin Belousov2019-01-272-7/+86
* Print type designator 'D' for the KF_TYPE_DEV files.Konstantin Belousov2018-12-032-0/+6
* Do not blindly include illumos kernel headers instead of user-space.Alexander Motin2018-08-021-1/+0
* libprocstat: fix memory leakEric van Gyzen2018-05-281-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-268-0/+16
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-184-1/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Make procstat(1) recognize process descriptors, so that it showsEdward Tomasz Napierala2017-10-032-0/+6
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-0/+2
* libprocstat(3): fix arguments list for procstat_getargv(3) and procstat_geten...Enji Cooper2017-07-291-2/+0
* libprocstat(3): fix reference (typo) to procstat_freeenvv in description forEnji Cooper2017-07-291-1/+1
* Add sys/socket.h to SYNOPSIS for libprocstat(3)Enji Cooper2017-07-291-1/+2
* Add initial documentation for procstat_freeptlwpinfo and procstat_getptlwpinfoEnji Cooper2017-06-271-1/+27
* procstat_getptlwpinfo(..): clarify the fact that KVM/SYSCTL supportEnji Cooper2017-06-271-0/+6
* procstat(1): Add TCP socket send/recv buffer sizeConrad Meyer2017-05-264-8/+63
* Commit the 64-bit inode project.Konstantin Belousov2017-05-235-12/+162
* Reorder includes to placate MIPS build.Tycho Nightingale2017-03-301-1/+1
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-305-46/+149
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-0/+1
* Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper2017-01-201-11/+11
* Use standard Versions.def for libprocstat.Konstantin Belousov2017-01-092-11/+1
* Use tab for indent.Konstantin Belousov2017-01-091-1/+1
* Use nitems({mib,name}) instead of hardcoding their valueEnji Cooper2017-01-091-13/+13
* libprocstat: Include cd9660 headers in the same order as the kernelConrad Meyer2017-01-081-1/+1
* When MAKEOBJDIRPREFIX points to a case-insensitive file system, theMarcel Moolenaar2016-09-241-3/+3
* Fix libprocstat build after r305902.Konstantin Belousov2016-09-171-1/+8