summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-241-1/+2
* Revert rev. 1.27. This file only included <sys/select.h> because ofwollman2001-01-201-3/+0
* Use macro API to <sys/queue.h>ben2000-12-301-1/+1
* Change the proc information returned from the kernel so that itmckusick2000-12-121-73/+159
* Good, fixing the header showed incorrect usage of it! #define _KERNELgreen2000-08-061-0/+3
* -Wall, which caught a real bug where buflen wasn't being set properly.obrien2000-03-271-8/+9
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingpeter1999-12-271-1/+6
* Introduce commandline caching in the kernel.phk1999-11-161-0/+48
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. Thisbde1998-12-161-17/+12
* Avoid the "Cannot allocate memory" problem that appears on heavilydes1998-10-121-4/+10
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-1/+3
* The length argument to sysctl is now size_t.dfr1998-08-251-2/+4
* Allow /dev/null as path for the "/dev/mem" file, and assume that peoplephk1998-06-301-20/+24
* Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. Allbde1998-01-161-9/+14
* Fill in parent process id when reading process information from ategge1997-06-251-0/+12
* General -Wall warning cleanup, part I.jkh1996-07-121-3/+7
* Pass correct length OID to kernel for KERN_PROC_ALL.phk1996-06-061-2/+2
* NBPG -> PAGE_SIZEphk1996-05-021-8/+8
* From Lite2: proc and file LIST changeshsu1996-03-111-1/+1
* If the two recently added sysctl variables exist, use those rather thanpeter1996-02-241-2/+17
* Extract the login name when doing a ps on a dead kernel.peter1996-01-011-0/+2
* Cosmetic cleanup and documentation of kvm_argv.. Hopefully the flow ofpeter1995-12-161-6/+65
* Updates to read the extra indirection in ps_strings. Note that anypeter1995-12-091-35/+52
* Remove trailing whitespace.rgrimes1995-05-301-12/+12
* Cast the offset of one call to lseek() to off_t, as it's already donejoerg1995-03-191-1/+1
* Remove some unused variables and fix two blatant core dump triggers.phk1995-02-241-3/+1
* Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops.dg1994-11-021-1/+1
* Added spare space on the usr stack. Used in ibcs2 emulation.sos1994-10-091-2/+2
* Made kvm routines use procfs to get out process data such as argumentdg1994-08-111-129/+33
* Fix kvm_i386.c just enough to make it compile and return lots of errorsrgrimes1994-05-281-0/+6
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+705
OpenPOWER on IntegriCloud