aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+3
* The length argument to sysctl is now size_t.Doug Rabson1998-08-251-2/+4
* Allow /dev/null as path for the "/dev/mem" file, and assume that peoplePoul-Henning Kamp1998-06-301-20/+24
* Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. AllBruce Evans1998-01-161-9/+14
* Fill in parent process id when reading process information from aTor Egge1997-06-251-0/+12
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+7
* Pass correct length OID to kernel for KERN_PROC_ALL.Poul-Henning Kamp1996-06-061-2/+2
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-021-8/+8
* From Lite2: proc and file LIST changesJeffrey Hsu1996-03-111-1/+1
* If the two recently added sysctl variables exist, use those rather thanPeter Wemm1996-02-241-2/+17
* Extract the login name when doing a ps on a dead kernel.Peter Wemm1996-01-011-0/+2
* Cosmetic cleanup and documentation of kvm_argv.. Hopefully the flow ofPeter Wemm1995-12-161-6/+65
* Updates to read the extra indirection in ps_strings. Note that anyPeter Wemm1995-12-091-35/+52
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-12/+12
* Cast the offset of one call to lseek() to off_t, as it's already doneJoerg Wunsch1995-03-191-1/+1
* Remove some unused variables and fix two blatant core dump triggers.Poul-Henning Kamp1995-02-241-3/+1
* Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops.David Greenman1994-11-021-1/+1
* Added spare space on the usr stack. Used in ibcs2 emulation.Søren Schmidt1994-10-091-2/+2
* Made kvm routines use procfs to get out process data such as argumentDavid Greenman1994-08-111-129/+33
* Fix kvm_i386.c just enough to make it compile and return lots of errorsRodney W. Grimes1994-05-281-0/+6
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+705