summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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