summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | the statically compiled PS_STRINGS and USRSTACK variables. This prevents programs using setproctitle from coredumping if the kernel VM is increased, and stops libkvm users (w, ps, etc) from needing to be recompiled if only the VM layout changes.
* 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
| | | | the routine can be much more easily understood now... :-)
* Updates to read the extra indirection in ps_strings. Note that anypeter1995-12-091-35/+52
| | | | | | | static executables that depend on this will need to be relinked (ie: do this before 'ps'), but the dynamic linked stuff should be OK (ie: 'w') Obtained from: NetBSD (not much point reinventing the wheel.. :-)
* 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
| | | | | | | | 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