summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* Cast the offset of one call to lseek() to off_t, as it's already donejoerg1995-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.
* 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
| | | | strings.
* Fix kvm_i386.c just enough to make it compile and return lots of errorsrgrimes1994-05-281-0/+6
| | | | | when called. Noop out swapread in kvm_proc.c as our vm system is different.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+705
OpenPOWER on IntegriCloud