summaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at EOL.Dima Dorfman2001-07-155-27/+27
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-093-3/+0
* Change this to support the new way swap device information is exportedThomas Moestl2001-06-011-77/+66
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-7/+5
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+1
* Avoid dividing by zero if kd->procbase->ki_structsize is uninitalised.David Malone2001-05-031-1/+1
* Do the alpha dance for the change MarkM hath made on the i386 side.Matt Jacob2001-05-021-0/+2
* Don't give a warning about "proc size mismatch" if no struct wereDavid Malone2001-05-011-1/+2
* Compensate for header dethreading.Mark Murray2001-05-017-0/+14
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Find <libkvm.h> in the source tree. This helps standalone builds.Peter Wemm2001-03-211-1/+1
* Adapt libkvm_getswapinfo() to make use of recently committed vm and swapRobert Watson2001-02-231-60/+254
* Catch up to new priority interface.Jake Burkholder2001-02-121-4/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-013-18/+44
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.John Baldwin2001-01-241-1/+2
* Revert rev. 1.27. This file only included <sys/select.h> because ofGarrett Wollman2001-01-201-3/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Use macro API to <sys/queue.h>Ben Smithurst2000-12-302-4/+4
* Change the proc information returned from the kernel so that itKirk McKusick2000-12-122-74/+160
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* remove unneded sys/ucred.h includeAlfred Perlstein2000-11-301-1/+0
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-104-4/+0
* Good, fixing the header showed incorrect usage of it! #define _KERNELBrian Feldman2000-08-061-0/+3
* Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.Kris Kennaway2000-08-041-2/+2
* Remove obsolete reference to /var/db/kvm_kernel.dbKris Kennaway2000-05-071-4/+0
* Introduce .Lb macro to libkvm manpages.Alexey Zelkin2000-04-229-1/+19
* Remove unneeded #includeJonathan Lemon2000-04-161-1/+0
* Change the return value of kvm_read/kvm_write to be -1 on error, toJacques Vidrine2000-03-311-6/+6
* -Wall, which caught a real bug where buflen wasn't being set properly.David E. O'Brien2000-03-273-16/+16
* Correct an error message presumably as a result of cut/paste.Peter Wemm2000-02-181-1/+1
* Repair misspelled `.Pp' directive:Chris Costello2000-02-141-1/+1
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
* Fixed missing includes in synopsis. <sys/file.h> went missing when KERNELBruce Evans2000-01-051-2/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingPeter Wemm1999-12-2711-129/+60
* Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp1999-11-291-1/+1
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-0/+48
* Delete the sf (swapfile) arg to an internal function that used to point toPeter Wemm1999-10-111-6/+8
* Install <kvm.h> from here (after repo copy) so it's all in one package.Peter Wemm1999-10-041-0/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2811-11/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Don't open the swap file. The open descriptor for it hasn't been usedBruce Evans1999-08-252-9/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-128-0/+8
* Tidy up references to <sys/rlist.h> and support for the old swap managementPeter Wemm1999-05-111-88/+9
* Oops, the previous log message should have been:Bruce Evans1999-04-101-1/+1
* Declare mkstemps().Bruce Evans1999-04-091-4/+5
* make libkvm capable of dealing with a crashdump on alphasAndrew Gallatin1999-03-121-50/+65
* Don't use u_long in the synopsis, since u_long is not part of the kvmBruce Evans1999-03-051-2/+2
* From rev. 1.12 of usr.sbin/pstat/pstat.c by phk:Dmitrij Tejblum1999-02-141-3/+6
* Handle case where no swap is configuredMatthew Dillon1999-02-061-3/+10