summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
AgeCommit message (Expand)Author
2025-09-09kvm_proclist(): Restore outputting the effective GIDOlivier Certner
2024-12-16cred: Hide internal flag CRED_FLAG_CAPMODEOlivier Certner
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-03-21kern_tc.c/cputick2usec() (which is used to calculate cputime fromfirk
2021-05-22libkvm: Fix build after removeal of p_tracevpKonstantin Belousov
2021-02-18Use atomic loads/stores when updating td->td_stateAlex Richardson
2021-01-10jobc: rework detection of orphaned groups.Konstantin Belousov
2020-11-17Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer
2019-09-22Add support for ps -H on corefiles in libkvmMike Karels
2018-05-22Use __SCCSID for SCCS IDs in libkvm sources.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-23Commit the 64-bit inode project.Konstantin Belousov
2017-02-28Renumber copyright clause 4Warner Losh
2016-12-07Export the whole thread name in kinfo_procEric van Gyzen
2016-04-30Fix memory allocation edgecases in kvm_argv(..)Enji Cooper
2016-04-22Fix up pointer issues with lib/libkvmEnji Cooper
2015-11-27Add support to libkvm for reading vmcores from other architectures.John Baldwin
2015-11-26Remove trailing whitespace.John Baldwin
2015-07-18The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov
2014-10-18Update the ULE scheduler + thread and kinfo structs to use int for cpuidAdrian Chadd
2012-10-06kvm_getprocs: gracefully handle errors from kvm_deadprocsAndriy Gapon
2012-10-06kvm_proclist: ignore processes in larvae stateAndriy Gapon
2012-02-01Try to avoid ambiguity when sysctl returns ENOMEM additionallyMikolaj Golub
2012-01-15In kvm_argv(), the case when the supplied buffer was too short to hold theMikolaj Golub
2011-11-22Now kvm_getenvv() and kvm_getargv() don't need procfs(5).Mikolaj Golub
2011-07-18Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb
2011-01-23libkvm: fix process runtime calculation on crashdumpsUlrich Spörlein
2011-01-23libkvm code janitoringUlrich Spörlein
2010-06-18Much closer approximation of the kernel's calculation of this value.Sean Bruno
2009-12-10Add a missing else that negated the truncation of ki_ngroups toBrooks Davis
2009-09-08cr_groups is no longer embedded in struct ucred and is instead storedBrooks Davis
2009-07-24Revert the changes to struct kinfo_proc in r194498. Instead, fillBrooks Davis
2009-06-19Rework the credential code to support larger values of NGROUPS andBrooks Davis
2008-11-29MFp4:Bjoern A. Zeeb
2008-03-12 - Don't inspect the P_SA flag. It's being removed.Jeff Roberson
2007-10-26Aparrently MACXOCOMLEN exisrts only on my machineJulian Elischer
2007-10-26Introduce a way to make pure kernal threads.Julian Elischer
2007-09-21 - When using kvm use the new conversion method to derive swtime.Jeff Roberson
2007-09-17 - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson
2007-06-01 - Work-around the already partially broken rusage support in kvm byJeff Roberson
2007-01-08Remove the advertising clause. UCB did this some time ago, but theseWarner Losh
2006-12-06remove already commented out codeJulian Elischer
2006-10-26Make KSE a kernel option, turned on by default in all GENERICJohn Birrell
2006-07-25Rev. 1.44 of this file didn't introduce a right solution,Yaroslav Tykhiy
2005-06-24Set ki_tdev to NODEV rather than NULL.Peter Wemm
2005-03-20Make kvm(3) aware of ki_jid field.Pawel Jakub Dawidek
2005-03-15Dike out unwarranted reference to si_udev.Poul-Henning Kamp
2004-11-20In preparation to remove U areas, don't refer to p_uarea in libkvm.David Schultz
2004-11-13Remove un-needed call to close(2). The fd that close is beingChristian S.J. Peron