summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing includes of <string.h>, to silence some compiler warnings.ed2009-06-141-0/+1
| | | | Submitted by: Pawel Worach
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-2/+1
| | | | | | similar to _WANT_UCRED and _WANT_PRISON and seems to be much nicer than defining _KERNEL. It is also needed for my sys/refcount.h change going in soon.
* - Update kvm_deadfiles to be compatible with the new system which has nojeff2007-12-301-44/+87
| | | | | | | | global list of all files. - Mark kvm_getfiles() as broken since the live version exports struct xfile with no filelist at the head and does so incorrectly and the deadfiles version exports struct file with a filelist at the head. It is not known if either version works or complies to the manpage.
* Remove the advertising clause. UCB did this some time ago, but theseimp2007-01-081-4/+0
| | | | | | files were never updated to reflect that. MFC After: 2 days
* 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