summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* In kvm_open, if no file is specified, try /dev/ksyms and fall back to /bsd. Also, if a file is specified, try the .db version of that file if it exists.millert1998-08-241-14/+24
|
* don't print 'unknown dbopen() error' when kvm_bsd.db doesn't existmillert1998-08-191-2/+5
|
* indentderaadt1998-07-111-25/+19
|
* Fix a couple of error return values that I shouldn't have changed,angelos1998-06-291-5/+27
| | | | add some more verbose error messages.
* Missed one; The problem was reported by msaitoh@spa.is.uec.ac.jp, whomangelos1998-06-291-3/+3
| | | | I forgot to credit in my other commits.
* Do the right thing with error return values.angelos1998-06-291-11/+11
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-6/+6
|
* more error messageskstailey1997-06-181-5/+11
|
* import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions.grr1997-06-111-32/+31
|
* Man page claims O_WRONLY is allowed. Why not?dm1997-06-021-3/+3
|
* Switch alpha from libkvm.old to libkvm with code from NetBSD.niklas1997-02-261-4/+4
| | | | %x -> %lx format fixes from me.
* r?index -> strr?chrmillert1997-01-171-3/+3
|
* sync with netbsdderaadt1996-05-101-117/+139
|
* sync with 0430deraadt1996-05-051-35/+36
|
* From NetBSD: merge of 960317niklas1996-03-191-6/+389
|
* initial import of NetBSD treederaadt1995-10-181-0/+552