aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* 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-30/+38
* 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
* Pass correct length OID to kernel for KERN_PROC_ALL.Poul-Henning Kamp1996-06-061-2/+2
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-023-10/+10
* From Lite2: proc and file LIST changesJeffrey Hsu1996-03-112-8/+10
* If the two recently added sysctl variables exist, use those rather thanPeter Wemm1996-02-241-2/+17
* Add some missing MLINKS, correct some cross references, correct someMike Pritchard1996-02-091-1/+0
* Another round of spelling fixes.Mike Pritchard1996-01-301-2/+2
* Extract the login name when doing a ps on a dead kernel.Peter Wemm1996-01-011-0/+2
* Cosmetic cleanup and documentation of kvm_argv.. Hopefully the flow ofPeter Wemm1995-12-161-6/+65
* phkmalloc strikes again! :-) Another use of un-cleared returns fromPeter Wemm1995-12-091-0/+3
* Updates to read the extra indirection in ps_strings. Note that anyPeter Wemm1995-12-092-35/+53
* Removed unnecessary include of <sys/tty.h>. tty.h apparently once hadBruce Evans1995-10-221-1/+0
* 41 headers must be implicitly included and one more (<sys/param.h>) mustBruce Evans1995-06-251-1/+2
* Update the man page for kvm_getprocs.3 to reflect our sysctl-basedJoerg Wunsch1995-06-241-9/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-308-37/+37
* Comment out declaration of kvm_uread until it can be fixed correctly.Rodney W. Grimes1995-03-201-0/+2
* Change u_long to unsigned long to be consistent.Rodney W. Grimes1995-03-201-1/+2
* libkvm exports kvm_uread(), so do declare it in the header file.Joerg Wunsch1995-03-191-0/+1
* Cast the offset of one call to lseek() to off_t, as it's already doneJoerg Wunsch1995-03-191-1/+1
* Fix previous fix to agree with the man page - don't report errors inBruce Evans1995-02-251-2/+3
* Remove some unused variables and fix two blatant core dump triggers.Poul-Henning Kamp1995-02-243-11/+9
* A semicolon was lost.Poul-Henning Kamp1994-11-072-2/+2
* From: "gj%pcs.dec.com@inet-gw-1.pa.dec.com" <garyj@rks32.pcs.dec.com>Jordan K. Hubbard1994-11-072-0/+2
* Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops.David Greenman1994-11-021-1/+1
* Added spare space on the usr stack. Used in ibcs2 emulation.Søren Schmidt1994-10-091-2/+2
* Don't include sys/exec.h.David Greenman1994-09-251-1/+0
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.Garrett Wollman1994-09-242-4/+3
* Made kvm routines use procfs to get out process data such as argumentDavid Greenman1994-08-113-155/+33
* Converted 'vmunix' to 'kernel'.David Greenman1994-08-053-4/+4