summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecssary <vm/swap_pager.h> includes.phk2003-07-311-1/+0
| | | | | These were probably not cleaned up back in whatever murky past these files were split into separate files.
* Remove 'register' keyword.obrien2002-03-211-1/+1
|
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-2/+0
|
* Implement __FBSDID()dillon2001-09-161-3/+3
|
* Compensate for header dethreading.markm2001-05-011-0/+2
|
* Use macro API to <sys/queue.h>ben2000-12-301-3/+3
|
* Correct an error message presumably as a result of cut/paste.peter2000-02-181-1/+1
| | | | kvm_getfiles() referred to itself as kvm_getprocs().
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-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.
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingpeter1999-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.
* The length argument to sysctl is now size_t.dfr1998-08-251-1/+2
|
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* From Lite2: proc and file LIST changeshsu1996-03-111-7/+9
|
* Removed unnecessary include of <sys/tty.h>. tty.h apparently once hadbde1995-10-221-1/+0
| | | | some user interfaces in it. It no longer does.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Remove some unused variables and fix two blatant core dump triggers.phk1995-02-241-3/+2
|
* Don't include sys/exec.h.dg1994-09-251-1/+0
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+188
OpenPOWER on IntegriCloud