aboutsummaryrefslogtreecommitdiff
path: root/lib/libprocstat
Commit message (Expand)AuthorAgeFilesLines
* libprocstat: procstat_getgroups_kvm(): Output again the effective GIDOlivier Certner2025-09-171-3/+7
* vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav2025-08-171-2/+1
* libprocstat: Add handling for inotify descriptorsMark Johnston2025-07-042-0/+6
* libprocstat: Drop zfs_defs.c hack, including its _KERNEL defineJessica Clarke2025-06-166-192/+38
* libprocstat: Drop all _KERNEL defines outside of zfs_defs.cJessica Clarke2025-06-165-20/+6
* libprocstat: add knowledge about NT_PROCSTAT_KQUEUES core file sectionKonstantin Belousov2025-03-243-2/+36
* libprocstat: constify psc_type_info[]Konstantin Belousov2025-03-241-1/+1
* libprocstat: change psc_type_info array to use designated initializersKonstantin Belousov2025-03-242-13/+49
* libprocstat: add helper to query knotes for specific kqueueKonstantin Belousov2025-03-133-0/+72
* protosw: this is a kernel only header, put back #ifdef _KERNELGleb Smirnoff2025-02-031-0/+1
* libprocstat: ZFS support: Makefile: Tidy up a bitOlivier Certner2024-12-191-7/+11
* Retire MK_PROFILE infrastructureEd Maste2024-11-121-2/+0
* libprocstat: add procstat_getrlimitusage()Konstantin Belousov2024-09-273-0/+61
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* Prepare some build fixes in advance of more _FORTIFY_SOURCEKyle Evans2024-07-132-0/+3
* inpcb: fully retire inp_ppcb pointerGleb Smirnoff2024-03-293-27/+5
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-6/+0
* libprocstat: improve conditional for 32-bit compatBrooks Davis2023-10-162-3/+8
* libprocstat: copy all the 32-bit auxv entriesBrooks Davis2023-10-161-2/+2
* libprocstat: make sv_name not staticBrooks Davis2023-10-161-1/+1
* libprocstat: simplify auxv value conversionBrooks Davis2023-10-161-3/+11
* libprocstat: style: space after switchBrooks Davis2023-10-021-12/+12
* libprocstat: use elf_getphdrnum rather than deprecated elf_getphnumJohn Hein2023-09-221-1/+1
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-19/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1210-10/+10
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-3/+0
* libprocstat: forward declare struct kinfo_procBrooks Davis2022-08-261-0/+1
* libprocstat: document procstat_getadvlock(3)Konstantin Belousov2022-04-091-1/+28
* libprocstat: add procstat_getadvlock(3)Konstantin Belousov2022-04-093-0/+166
* procstat_getfiles_sysctl: do not require non-null ki_fdKonstantin Belousov2021-12-021-2/+0
* StyleKonstantin Belousov2021-12-021-1/+1
* 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