summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct an error message presumably as a result of cut/paste.Peter Wemm2000-02-181-1/+1
| | | | | | | kvm_getfiles() referred to itself as kvm_getprocs(). Notes: svn path=/head/; revision=57321
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
| | | | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Notes: svn path=/head/; revision=55206
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingPeter Wemm1999-12-271-0/+5
| | | | | | | | | and is module aware. Yes, this means that kvm_nlist(3) will find symbols in loaded modules. The emulation of the nlist struct is pretty crude but seems to work well enough for all the users in the tree that I found. Notes: svn path=/head/; revision=55127
* The length argument to sysctl is now size_t.Doug Rabson1998-08-251-1/+2
| | | | Notes: svn path=/head/; revision=38534
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+1
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* From Lite2: proc and file LIST changesJeffrey Hsu1996-03-111-7/+9
| | | | Notes: svn path=/head/; revision=14523
* Removed unnecessary include of <sys/tty.h>. tty.h apparently once hadBruce Evans1995-10-221-1/+0
| | | | | | | some user interfaces in it. It no longer does. Notes: svn path=/head/; revision=11679
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* Remove some unused variables and fix two blatant core dump triggers.Poul-Henning Kamp1995-02-241-3/+2
| | | | Notes: svn path=/head/; revision=6683
* Don't include sys/exec.h.David Greenman1994-09-251-1/+0
| | | | Notes: svn path=/head/; revision=3101
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+188
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573