aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-0/+6
* Remove trailing whitespace.John Baldwin2015-11-261-4/+4
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-1/+3
* Update the ULE scheduler + thread and kinfo structs to use int for cpuidAdrian Chadd2014-10-181-0/+18
* kvm_getprocs: gracefully handle errors from kvm_deadprocsAndriy Gapon2012-10-061-2/+8
* kvm_proclist: ignore processes in larvae stateAndriy Gapon2012-10-061-0/+2
* Try to avoid ambiguity when sysctl returns ENOMEM additionallyMikolaj Golub2012-02-011-2/+3
* In kvm_argv(), the case when the supplied buffer was too short to hold theMikolaj Golub2012-01-151-23/+31
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).Mikolaj Golub2011-11-221-333/+26
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-2/+2
* libkvm: fix process runtime calculation on crashdumpsUlrich Spörlein2011-01-231-12/+28
* libkvm code janitoringUlrich Spörlein2011-01-231-73/+39
* Much closer approximation of the kernel's calculation of this value.Sean Bruno2010-06-181-1/+6
* Add a missing else that negated the truncation of ki_ngroups toBrooks Davis2009-12-101-1/+1
* cr_groups is no longer embedded in struct ucred and is instead storedBrooks Davis2009-09-081-1/+1
* Revert the changes to struct kinfo_proc in r194498. Instead, fillBrooks Davis2009-07-241-2/+8
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-2/+1
* MFp4:Bjoern A. Zeeb2008-11-291-2/+3
* - Don't inspect the P_SA flag. It's being removed.Jeff Roberson2008-03-121-7/+2
* Aparrently MACXOCOMLEN exisrts only on my machineJulian Elischer2007-10-261-1/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-1/+8
* - When using kvm use the new conversion method to derive swtime.Jeff Roberson2007-09-211-3/+16
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-2/+2
* - Work-around the already partially broken rusage support in kvm byJeff Roberson2007-06-011-0/+2
* Remove the advertising clause. UCB did this some time ago, but theseWarner Losh2007-01-081-4/+0
* remove already commented out codeJulian Elischer2006-12-061-33/+0
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-4/+4
* Rev. 1.44 of this file didn't introduce a right solution,Yaroslav Tykhiy2006-07-251-0/+7
* Set ki_tdev to NODEV rather than NULL.Peter Wemm2005-06-241-1/+1
* Make kvm(3) aware of ki_jid field.Pawel Jakub Dawidek2005-03-201-1/+17
* Dike out unwarranted reference to si_udev.Poul-Henning Kamp2005-03-151-0/+4
* In preparation to remove U areas, don't refer to p_uarea in libkvm.David Schultz2004-11-201-1/+1
* Remove un-needed call to close(2). The fd that close is beingChristian S.J. Peron2004-11-131-1/+0
* Belatedly catch up with the dev_t/cdev changes from a few months back.Peter Wemm2004-10-111-1/+11
* - Fix the compile to chase the p_rux changes.John Baldwin2004-10-061-1/+7
* Refactor a bunch of scheduler code to give basically the same behaviourJulian Elischer2004-09-051-1/+8
* Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc toAlexander Kabaev2004-07-281-9/+0
* Fix a test of bit-flag "P_SA" by adding parenthesis around the expression.Garance A Drosehn2004-06-231-1/+1
* Replace a call to strncpy() with a call to strlcpy()Garance A Drosehn2004-06-231-4/+2
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,Garance A Drosehn2004-06-191-5/+29
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* This library has to change whenever the kernel process structure changes.Julian Elischer2004-06-161-1/+1
* Fix a warning: compare u_long ps_strings to 0 instead of NULL.Jens Schweikhardt2004-03-281-1/+1
* Teach kvm_getprocs() to recognize a sysctl flag for including threads.Daniel Eischen2004-02-221-5/+8
* Use the 3-component version of the KERN_PROC_PROC sysctl.Tim J. Robbins2003-09-271-2/+4
* Remove unnecssary <vm/swap_pager.h> includes.Poul-Henning Kamp2003-07-311-1/+0
* P_THREADED was renamed to P_SA, follow up.David Xu2003-06-151-2/+2
* s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel.John Baldwin2003-05-141-10/+6
* Bandaid for world. jhb gets the pointy hat here and he needs to look atPeter Wemm2003-05-141-0/+4
* Catch up with the kernel. Move the current cpu indicator to the thread.Julian Elischer2003-04-101-3/+1