summaryrefslogtreecommitdiff
path: root/lib/libprocstat
AgeCommit message (Expand)Author
2025-11-24Use ZFSTOP more broadlyJohn Baldwin
2025-11-17zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska
2025-09-17libprocstat: procstat_getgroups_kvm(): Output again the effective GIDOlivier Certner
2025-08-17vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav
2025-07-04libprocstat: Add handling for inotify descriptorsMark Johnston
2025-06-16libprocstat: Drop zfs_defs.c hack, including its _KERNEL defineJessica Clarke
2025-06-16libprocstat: Drop all _KERNEL defines outside of zfs_defs.cJessica Clarke
2025-03-24libprocstat: add knowledge about NT_PROCSTAT_KQUEUES core file sectionKonstantin Belousov
2025-03-24libprocstat: constify psc_type_info[]Konstantin Belousov
2025-03-24libprocstat: change psc_type_info array to use designated initializersKonstantin Belousov
2025-03-13libprocstat: add helper to query knotes for specific kqueueKonstantin Belousov
2025-02-03protosw: this is a kernel only header, put back #ifdef _KERNELGleb Smirnoff
2024-12-19libprocstat: ZFS support: Makefile: Tidy up a bitOlivier Certner
2024-11-12Retire MK_PROFILE infrastructureEd Maste
2024-09-27libprocstat: add procstat_getrlimitusage()Konstantin Belousov
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-13Prepare some build fixes in advance of more _FORTIFY_SOURCEKyle Evans
2024-03-29inpcb: fully retire inp_ppcb pointerGleb Smirnoff
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-16libprocstat: improve conditional for 32-bit compatBrooks Davis
2023-10-16libprocstat: copy all the 32-bit auxv entriesBrooks Davis
2023-10-16libprocstat: make sv_name not staticBrooks Davis
2023-10-16libprocstat: simplify auxv value conversionBrooks Davis
2023-10-02libprocstat: style: space after switchBrooks Davis
2023-09-21libprocstat: use elf_getphdrnum rather than deprecated elf_getphnumJohn Hein
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-08-26libprocstat: forward declare struct kinfo_procBrooks Davis
2022-04-10libprocstat: document procstat_getadvlock(3)Konstantin Belousov
2022-04-10libprocstat: add procstat_getadvlock(3)Konstantin Belousov
2021-12-03procstat_getfiles_sysctl: do not require non-null ki_fdKonstantin Belousov
2021-12-03StyleKonstantin Belousov
2021-09-13libprocstat: extend zfs_defs hack for .pieoEd Maste
2021-05-30VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening
2021-05-27libprocstat kstack: fix race with thread creationEric van Gyzen
2021-02-22Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson
2021-02-21Remove #define _KERNEL hacks from libprocstatKonstantin Belousov
2020-12-27Decode and report native eventfd descriptors from libprocstat and procstat.Konstantin Belousov
2020-11-26libprocstat.3: Correct two occurrences of kvm_getprocs to procstat_getprocsMateusz Piotrowski
2020-11-25Remove the cloned file descriptors for /dev/crypto.John Baldwin
2020-11-17Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-08-24Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJSAlex Richardson
2020-07-15libprocstat: fix kvm filedesc access after introduction of fdescenttblMateusz Guzik
2020-05-24libprocstat: try to fix fallout from r361363Andriy Gapon