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