aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* Also blindly attempt to fix broken world with respect to proc.p_runtimeBrian Feldman2002-02-221-1/+3
* I THINK this fixes 'make world'Julian Elischer2002-02-131-1/+4
* pre-emptively fix a KSE/M3 problem.Julian Elischer2002-02-071-7/+14
* Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile)Ruslan Ermilov2002-01-222-6/+4
* Adapt to new kernel tsb structure.Jake Burkholder2001-12-291-16/+9
* s/processes/files/ inherited from kvm_getprocs(3).Ruslan Ermilov2001-11-241-1/+1
* Include sys/param.h instead of sys/types.h to get the definition of theJohn Baldwin2001-11-201-1/+1
* o Cleanup of includes: user.h may be a catch-all, but that's notRobert Watson2001-11-191-4/+3
* #include <sys/user.h> rather than individually including a plethoraRobert Watson2001-11-191-4/+1
* libkvm for sparc64. Only works for kernel memory so far.Jake Burkholder2001-11-181-0/+157
* kern.ps_arg_max_cache is a long, not an int. I believe this is half ofPeter Wemm2001-11-081-1/+1
* Implement va->pa translation for kernel virtual addresses. This isDoug Rabson2001-10-251-30/+59
* Partially port kvm to ia64 - virtual to physical translation is incomplete.Doug Rabson2001-10-231-0/+167
* Backed out "Compensate for header dethreading [mistakes]" mistakes inBruce Evans2001-10-131-2/+0
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-107-14/+0
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-018-14/+14
* Implement __FBSDID()Matthew Dillon2001-09-169-29/+26
* KSE Milestone 2Julian Elischer2001-09-121-15/+16
* Make ps -M corefile work again. This has been broken for quite some time.Peter Wemm2001-08-241-6/+11
* Dynamically adjust to the value of KERNBASE in a crashdump, withPeter Wemm2001-08-242-4/+24
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-2/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-142-4/+12
* mdoc(7) police: fixed the "new sentence" bogons.Ruslan Ermilov2001-08-101-1/+1
* 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