summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_proc.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix the compile to chase the p_rux changes.jhb2004-10-061-1/+7
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+8
* Remove stale code protected by #ifdef sparc. GCC 3.4.x adds sparc tokan2004-07-281-9/+0
* Fix a test of bit-flag "P_SA" by adding parenthesis around the expression.gad2004-06-231-1/+1
* Replace a call to strncpy() with a call to strlcpy()gad2004-06-231-4/+2
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-5/+29
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* This library has to change whenever the kernel process structure changes.julian2004-06-161-1/+1
* Fix a warning: compare u_long ps_strings to 0 instead of NULL.schweikh2004-03-281-1/+1
* Teach kvm_getprocs() to recognize a sysctl flag for including threads.deischen2004-02-221-5/+8
* Use the 3-component version of the KERN_PROC_PROC sysctl.tjr2003-09-271-2/+4
* Remove unnecssary <vm/swap_pager.h> includes.phk2003-07-311-1/+0
* P_THREADED was renamed to P_SA, follow up.davidxu2003-06-151-2/+2
* s/procsig/sigacts/ to catch up to procsig and sigacts changes in the kernel.jhb2003-05-141-10/+6
* Bandaid for world. jhb gets the pointy hat here and he needs to look atpeter2003-05-141-0/+4
* Catch up with the kernel. Move the current cpu indicator to the thread.julian2003-04-101-3/+1
* - Spell SIGSETOR correctly.jeff2003-04-011-1/+1
* - Catch up with kernel signal changes.jeff2003-03-311-1/+2
* Catch up to p_tracep -> p_tracevp rename to unbreak world.jhb2003-03-131-1/+1
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-2/+2
* Catch up to SMTX -> SLOCK changes.jhb2002-10-021-7/+7
* Ressurect libkvm use of the bitmasked signal list in the kernel, now thatjmallett2002-10-011-7/+1
* Fix typo, should zero the kinfo_proc's siglist, not the real one's - the realjmallett2002-10-011-1/+1
* The list of queued signals is not, can not, and will not be exported to thejmallett2002-09-301-1/+7
* Fixed messes involving $FreeBSD$ starting with one left in the copyrightbde2002-09-161-21/+5
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-12/+45
* Completely redo thread states.julian2002-09-111-21/+24
* Hopefully unbreak world. ke_slptime is gone. It should really have beenpeter2002-08-301-1/+1
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDalfred2002-08-281-2/+1
* &x is not a format stringkris2002-08-241-1/+1
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandalfred2002-08-161-0/+3
* Don't even read in the thread if it is a zombie process.julian2002-06-301-7/+10
* grow a brain and do this right.julian2002-06-301-5/+7
* Don't follow non existant thread pointers (e.g. for zombies)julian2002-06-301-33/+35
* Part 1 of KSE-IIIjulian2002-06-291-2/+19
* Fix (for the second time) kvm_getprocs() for the case where nodd2002-04-071-0/+26
* Remove 'register' keyword.obrien2002-03-211-17/+17
* Also blindly attempt to fix broken world with respect to proc.p_runtimegreen2002-02-221-1/+3
* I THINK this fixes 'make world'julian2002-02-131-1/+4
* pre-emptively fix a KSE/M3 problem.julian2002-02-071-7/+14
* kern.ps_arg_max_cache is a long, not an int. I believe this is half ofpeter2001-11-081-1/+1
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-2/+0
* Implement __FBSDID()dillon2001-09-161-0/+3
* KSE Milestone 2julian2001-09-121-15/+16
* Make ps -M corefile work again. This has been broken for quite some time.peter2001-08-241-6/+11
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-7/+5
* Avoid dividing by zero if kd->procbase->ki_structsize is uninitalised.dwmalone2001-05-031-1/+1
* Don't give a warning about "proc size mismatch" if no struct weredwmalone2001-05-011-1/+2
* Compensate for header dethreading.markm2001-05-011-0/+2
* Catch up to new priority interface.jake2001-02-121-4/+1
OpenPOWER on IntegriCloud