| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory allocation edgecases in kvm_argv(..) | ngie | 2016-04-30 | 1 | -3/+12 |
* | Fix up pointer issues with lib/libkvm | ngie | 2016-04-22 | 1 | -16/+13 |
* | Add support to libkvm for reading vmcores from other architectures. | jhb | 2015-11-27 | 1 | -0/+6 |
* | Remove trailing whitespace. | jhb | 2015-11-26 | 1 | -4/+4 |
* | The si_status field of the siginfo_t, provided by the waitid(2) and | kib | 2015-07-18 | 1 | -1/+3 |
* | Update the ULE scheduler + thread and kinfo structs to use int for cpuid | adrian | 2014-10-18 | 1 | -0/+18 |
* | kvm_getprocs: gracefully handle errors from kvm_deadprocs | avg | 2012-10-06 | 1 | -2/+8 |
* | kvm_proclist: ignore processes in larvae state | avg | 2012-10-06 | 1 | -0/+2 |
* | Try to avoid ambiguity when sysctl returns ENOMEM additionally | trociny | 2012-02-01 | 1 | -2/+3 |
* | In kvm_argv(), the case when the supplied buffer was too short to hold the | trociny | 2012-01-15 | 1 | -23/+31 |
* | Now kvm_getenvv() and kvm_getargv() don't need procfs(5). | trociny | 2011-11-22 | 1 | -333/+26 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 1 | -2/+2 |
* | libkvm: fix process runtime calculation on crashdumps | uqs | 2011-01-23 | 1 | -12/+28 |
* | libkvm code janitoring | uqs | 2011-01-23 | 1 | -73/+39 |
* | Much closer approximation of the kernel's calculation of this value. | sbruno | 2010-06-18 | 1 | -1/+6 |
* | Add a missing else that negated the truncation of ki_ngroups to | brooks | 2009-12-10 | 1 | -1/+1 |
* | cr_groups is no longer embedded in struct ucred and is instead stored | brooks | 2009-09-08 | 1 | -1/+1 |
* | Revert the changes to struct kinfo_proc in r194498. Instead, fill | brooks | 2009-07-24 | 1 | -2/+8 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -2/+1 |
* | MFp4: | bz | 2008-11-29 | 1 | -2/+3 |
* | - Don't inspect the P_SA flag. It's being removed. | jeff | 2008-03-12 | 1 | -7/+2 |
* | Aparrently MACXOCOMLEN exisrts only on my machine | julian | 2007-10-26 | 1 | -1/+1 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -1/+8 |
* | - When using kvm use the new conversion method to derive swtime. | jeff | 2007-09-21 | 1 | -3/+16 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -2/+2 |
* | - Work-around the already partially broken rusage support in kvm by | jeff | 2007-06-01 | 1 | -0/+2 |
* | Remove the advertising clause. UCB did this some time ago, but these | imp | 2007-01-08 | 1 | -4/+0 |
* | remove already commented out code | julian | 2006-12-06 | 1 | -33/+0 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -4/+4 |
* | Rev. 1.44 of this file didn't introduce a right solution, | yar | 2006-07-25 | 1 | -0/+7 |
* | Set ki_tdev to NODEV rather than NULL. | peter | 2005-06-24 | 1 | -1/+1 |
* | Make kvm(3) aware of ki_jid field. | pjd | 2005-03-20 | 1 | -1/+17 |
* | Dike out unwarranted reference to si_udev. | phk | 2005-03-15 | 1 | -0/+4 |
* | In preparation to remove U areas, don't refer to p_uarea in libkvm. | das | 2004-11-20 | 1 | -1/+1 |
* | Remove un-needed call to close(2). The fd that close is being | csjp | 2004-11-13 | 1 | -1/+0 |
* | Belatedly catch up with the dev_t/cdev changes from a few months back. | peter | 2004-10-11 | 1 | -1/+11 |
* | - Fix the compile to chase the p_rux changes. | jhb | 2004-10-06 | 1 | -1/+7 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -1/+8 |
* | Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc to | kan | 2004-07-28 | 1 | -9/+0 |
* | Fix a test of bit-flag "P_SA" by adding parenthesis around the expression. | gad | 2004-06-23 | 1 | -1/+1 |
* | Replace a call to strncpy() with a call to strlcpy() | gad | 2004-06-23 | 1 | -4/+2 |
* | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -5/+29 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | This library has to change whenever the kernel process structure changes. | julian | 2004-06-16 | 1 | -1/+1 |
* | Fix a warning: compare u_long ps_strings to 0 instead of NULL. | schweikh | 2004-03-28 | 1 | -1/+1 |
* | Teach kvm_getprocs() to recognize a sysctl flag for including threads. | deischen | 2004-02-22 | 1 | -5/+8 |
* | Use the 3-component version of the KERN_PROC_PROC sysctl. | tjr | 2003-09-27 | 1 | -2/+4 |
* | Remove unnecssary <vm/swap_pager.h> includes. | phk | 2003-07-31 | 1 | -1/+0 |
* | P_THREADED was renamed to P_SA, follow up. | davidxu | 2003-06-15 | 1 | -2/+2 |
* | s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel. | jhb | 2003-05-14 | 1 | -10/+6 |