summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-051-17/+2
| | | | | | | I can get it to `make world' succesfully, anyway! Notes: svn path=/stable/2.1/; revision=16121
* Lookup value of KERN_PS_STRINGS instead of using a value derived fromPeter Wemm1996-05-311-2/+17
| | | | | | | | | | | constants that can be overridden at kernel config time that are not visible while running that kernel. Also, dont dig into /proc/<pid>/mem to read process space if working on a crashdump. Notes: svn path=/stable/2.1/; revision=16042
* Teach libkvm about the new layout of the user stack top caused by BSD/OS 2.xPeter Wemm1996-02-221-34/+112
| | | | | | | executable support. Also, the different contents of "struct ps_strings". Notes: svn path=/stable/2.1/; revision=14188
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-12/+12
| | | | Notes: svn path=/head/; revision=8870
* Cast the offset of one call to lseek() to off_t, as it's already doneJoerg Wunsch1995-03-191-1/+1
| | | | | | | | | | | in all other places here. This is a hack, the interface should be changed to use off_t's everywhere around, but this will require to update all the programs that happen to use libkvm. Notes: svn path=/head/; revision=7166
* Remove some unused variables and fix two blatant core dump triggers.Poul-Henning Kamp1995-02-241-3/+1
| | | | Notes: svn path=/head/; revision=6683
* Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops.David Greenman1994-11-021-1/+1
| | | | Notes: svn path=/head/; revision=4095
* Added spare space on the usr stack. Used in ibcs2 emulation.Søren Schmidt1994-10-091-2/+2
| | | | Notes: svn path=/head/; revision=3477
* Made kvm routines use procfs to get out process data such as argumentDavid Greenman1994-08-111-129/+33
| | | | | | | strings. Notes: svn path=/head/; revision=2029
* Fix kvm_i386.c just enough to make it compile and return lots of errorsRodney W. Grimes1994-05-281-0/+6
| | | | | | | | when called. Noop out swapread in kvm_proc.c as our vm system is different. Notes: svn path=/head/; revision=1603
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+705
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573