summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Spell SIGSETOR correctly.Jeff Roberson2003-04-011-1/+1
* - Catch up with kernel signal changes.Jeff Roberson2003-03-311-1/+2
* Catch up to p_tracep -> p_tracevp rename to unbreak world.John Baldwin2003-03-131-1/+1
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-271-2/+2
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-021-7/+7
* Ressurect libkvm use of the bitmasked signal list in the kernel, now thatJuli Mallett2002-10-011-7/+1
* Fix typo, should zero the kinfo_proc's siglist, not the real one's - the realJuli Mallett2002-10-011-1/+1
* The list of queued signals is not, can not, and will not be exported to theJuli Mallett2002-09-301-1/+7
* Fixed messes involving $FreeBSD$ starting with one left in the copyrightBruce Evans2002-09-161-21/+5
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.Julian Elischer2002-09-151-12/+45
* Completely redo thread states.Julian Elischer2002-09-111-21/+24
* Hopefully unbreak world. ke_slptime is gone. It should really have beenPeter Wemm2002-08-301-1/+1
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDAlfred Perlstein2002-08-281-2/+1
* &x is not a format stringKris Kennaway2002-08-241-1/+1
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandAlfred Perlstein2002-08-161-0/+3
* Don't even read in the thread if it is a zombie process.Julian Elischer2002-06-301-7/+10
* grow a brain and do this right.Julian Elischer2002-06-301-5/+7
* Don't follow non existant thread pointers (e.g. for zombies)Julian Elischer2002-06-301-33/+35
* Part 1 of KSE-IIIJulian Elischer2002-06-291-2/+19
* Fix (for the second time) kvm_getprocs() for the case where noDima Dorfman2002-04-071-0/+26
* Remove 'register' keyword.David E. O'Brien2002-03-211-17/+17
* Also blindly attempt to fix broken world with respect to proc.p_runtimeBrian Feldman2002-02-221-1/+3
* I THINK this fixes 'make world'Julian Elischer2002-02-131-1/+4
* pre-emptively fix a KSE/M3 problem.Julian Elischer2002-02-071-7/+14
* kern.ps_arg_max_cache is a long, not an int. I believe this is half ofPeter Wemm2001-11-081-1/+1
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* Implement __FBSDID()Matthew Dillon2001-09-161-0/+3
* KSE Milestone 2Julian Elischer2001-09-121-15/+16
* Make ps -M corefile work again. This has been broken for quite some time.Peter Wemm2001-08-241-6/+11
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-7/+5
* Avoid dividing by zero if kd->procbase->ki_structsize is uninitalised.David Malone2001-05-031-1/+1
* Don't give a warning about "proc size mismatch" if no struct wereDavid Malone2001-05-011-1/+2
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
* Catch up to new priority interface.Jake Burkholder2001-02-121-4/+1
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.John Baldwin2001-01-241-1/+2
* Revert rev. 1.27. This file only included <sys/select.h> because ofGarrett Wollman2001-01-201-3/+0
* Use macro API to <sys/queue.h>Ben Smithurst2000-12-301-1/+1
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-121-73/+159
* Good, fixing the header showed incorrect usage of it! #define _KERNELBrian Feldman2000-08-061-0/+3
* -Wall, which caught a real bug where buflen wasn't being set properly.David E. O'Brien2000-03-271-8/+9
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingPeter Wemm1999-12-271-1/+6
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-0/+48
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. ThisBruce Evans1998-12-161-17/+12
* Avoid the "Cannot allocate memory" problem that appears on heavilyDag-Erling Smørgrav1998-10-121-4/+10