summaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed evil typedef kvm_swap_t and all uses of it (not many).Bruce Evans1999-01-272-11/+13
* Fix swap radix tree dump formatting ( pstat -ss ), it was printing theMatthew Dillon1999-01-251-4/+4
* Fixed missing cross reference to kvm_getfiles.Bruce Evans1999-01-231-0/+1
* Fixed unsorting of SRCS and MAN3 in previous commit.Bruce Evans1999-01-231-4/+4
* Fixed unsorting of cross references in previous commit.Bruce Evans1999-01-231-1/+1
* Oops, forgot this. Needed by libkvm.Matthew Dillon1999-01-231-1/+14
* Fix type-o's in manualMatthew Dillon1999-01-221-3/+3
* Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name.Matthew Dillon1999-01-221-2/+3
* Implement kvm_getswapinfo() libkvm function. Will be used byMatthew Dillon1999-01-224-2/+551
* <sys/types.h> isn't a prerequisite for <kvm.h>.Bruce Evans1998-12-161-1/+0
* The previous commit was bogus. <stdlib.h> was never a prerequisiteBruce Evans1998-12-161-2/+0
* Declare size_t and ssize_t if they are not already declared, so thatBruce Evans1998-12-161-6/+15
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. ThisBruce Evans1998-12-161-17/+12
* Add required #include references to manual pageMatthew Dillon1998-12-131-0/+2
* Avoid the "Cannot allocate memory" problem that appears on heavilyDag-Erling Smørgrav1998-10-121-4/+10
* Adjust the declarations of kvm_read and kvm_write to match reality a littleDoug Rabson1998-09-161-2/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+3
* Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.KATO Takenori1998-09-091-1/+1
* The length argument to sysctl is now size_t.Doug Rabson1998-08-252-3/+6
* Nuke unsupported architecture filesGary Palmer1998-08-222-493/+0
* Add an alpha machdep for kvm. The vatop functions are stubbed out forDoug Rabson1998-08-151-0/+197
* Allow /dev/null as path for the "/dev/mem" file, and assume that peoplePoul-Henning Kamp1998-06-302-29/+37
* Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. AllBruce Evans1998-01-161-9/+14
* -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys.Bruce Evans1997-08-261-1/+1
* Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages.Tor Egge1997-08-172-0/+26
* Add ${DESTDIR} in front of absolute path.Satoshi Asami1997-07-181-1/+1
* Fill in parent process id when reading process information from aTor Egge1997-06-251-0/+12
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-191-1/+0
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-132-2/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Sort cross references.Wolfram Schneider1997-01-202-6/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix the short description of kvm_getloadavg(3) to reflectMike Pritchard1997-01-021-2/+1
* kvm_malloc:Andrey A. Chernov1996-11-111-3/+3
* Implement virtual-to-physical address mapping for the kvm library onPeter Wemm1996-10-072-40/+130
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-125-4/+11