summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm.c
Commit message (Collapse)AuthorAgeFilesLines
* kvm_malloc:ache1996-11-111-3/+3
| | | | | | | When malloc fails. don't try to memset NULL pointer, it cause core dump Replace malloc+memset with calloc, theoretically it can do some optimization of zeroing process internally Improve error diagnostic
* phkmalloc strikes again! :-) Another use of un-cleared returns frompeter1995-12-091-0/+3
| | | | malloc squashed...
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
|
* Fix previous fix to agree with the man page - don't report errors inbde1995-02-251-2/+3
| | | | kvm_open() if errstr is NULL.
* Remove some unused variables and fix two blatant core dump triggers.phk1995-02-241-5/+6
|
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.wollman1994-09-241-1/+1
| | | | | | | DANGER WILL ROBINSON! _PATH_UNIX is currently defined as the literal string "don't use this". I am of two minds about this myself, but wanted to get something into the tree as quickly as possible.
* Converted 'vmunix' to 'kernel'.dg1994-08-051-1/+1
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+540
OpenPOWER on IntegriCloud