summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-7/+5
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+1
* Avoid dividing by zero if kd->procbase->ki_structsize is uninitalised.dwmalone2001-05-031-1/+1
* Do the alpha dance for the change MarkM hath made on the i386 side.mjacob2001-05-021-0/+2
* Don't give a warning about "proc size mismatch" if no struct weredwmalone2001-05-011-1/+2
* Compensate for header dethreading.markm2001-05-017-0/+14
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Find <libkvm.h> in the source tree. This helps standalone builds.peter2001-03-211-1/+1
* Adapt libkvm_getswapinfo() to make use of recently committed vm and swaprwatson2001-02-231-60/+254
* Catch up to new priority interface.jake2001-02-121-4/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-013-18/+44
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-241-1/+2
* Revert rev. 1.27. This file only included <sys/select.h> because ofwollman2001-01-201-3/+0
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Use macro API to <sys/queue.h>ben2000-12-302-4/+4
* Change the proc information returned from the kernel so that itmckusick2000-12-122-74/+160
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* remove unneded sys/ucred.h includealfred2000-11-301-1/+0
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-104-4/+0
* Good, fixing the header showed incorrect usage of it! #define _KERNELgreen2000-08-061-0/+3
* Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX.kris2000-08-041-2/+2
* Remove obsolete reference to /var/db/kvm_kernel.dbkris2000-05-071-4/+0
* Introduce .Lb macro to libkvm manpages.phantom2000-04-229-1/+19
* Remove unneeded #includejlemon2000-04-161-1/+0
* Change the return value of kvm_read/kvm_write to be -1 on error, tonectar2000-03-311-6/+6
* -Wall, which caught a real bug where buflen wasn't being set properly.obrien2000-03-273-16/+16
* Correct an error message presumably as a result of cut/paste.peter2000-02-181-1/+1
* Repair misspelled `.Pp' directive:chris2000-02-141-1/+1
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
* Fixed missing includes in synopsis. <sys/file.h> went missing when KERNELbde2000-01-051-2/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingpeter1999-12-2711-129/+60
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-1/+1
* Introduce commandline caching in the kernel.phk1999-11-161-0/+48
* Delete the sf (swapfile) arg to an internal function that used to point topeter1999-10-111-6/+8
* Install <kvm.h> from here (after repo copy) so it's all in one package.peter1999-10-041-0/+5
* $Id$ -> $FreeBSD$peter1999-08-2811-11/+11
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Don't open the swap file. The open descriptor for it hasn't been usedbde1999-08-252-9/+1
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-128-0/+8
* Tidy up references to <sys/rlist.h> and support for the old swap managementpeter1999-05-111-88/+9
* Oops, the previous log message should have been:bde1999-04-101-1/+1
* Declare mkstemps().bde1999-04-091-4/+5
* make libkvm capable of dealing with a crashdump on alphasgallatin1999-03-121-50/+65
* Don't use u_long in the synopsis, since u_long is not part of the kvmbde1999-03-051-2/+2
* From rev. 1.12 of usr.sbin/pstat/pstat.c by phk:dt1999-02-141-3/+6
* Handle case where no swap is configureddillon1999-02-061-3/+10
* Removed evil typedef kvm_swap_t and all uses of it (not many).bde1999-01-272-11/+13
* Fix swap radix tree dump formatting ( pstat -ss ), it was printing thedillon1999-01-251-4/+4
* Fixed missing cross reference to kvm_getfiles.bde1999-01-231-0/+1
OpenPOWER on IntegriCloud