| Commit message (Expand) | Author | Age | Files | Lines |
* | Good, fixing the header showed incorrect usage of it! #define _KERNEL | green | 2000-08-06 | 1 | -0/+3 |
* | Limit the amount of data copied to the error buffer to _POSIX2_LINE_MAX. | kris | 2000-08-04 | 1 | -2/+2 |
* | Remove obsolete reference to /var/db/kvm_kernel.db | kris | 2000-05-07 | 1 | -4/+0 |
* | Introduce .Lb macro to libkvm manpages. | phantom | 2000-04-22 | 9 | -1/+19 |
* | Remove unneeded #include | jlemon | 2000-04-16 | 1 | -1/+0 |
* | Change the return value of kvm_read/kvm_write to be -1 on error, to | nectar | 2000-03-31 | 1 | -6/+6 |
* | -Wall, which caught a real bug where buflen wasn't being set properly. | obrien | 2000-03-27 | 3 | -16/+16 |
* | Correct an error message presumably as a result of cut/paste. | peter | 2000-02-18 | 1 | -1/+1 |
* | Repair misspelled `.Pp' directive: | chris | 2000-02-14 | 1 | -1/+1 |
* | Replace beforeinstall target with new variables used by .mk system. | rgrimes | 2000-01-14 | 1 | -4/+1 |
* | Fixed missing includes in synopsis. <sys/file.h> went missing when KERNEL | bde | 2000-01-05 | 1 | -2/+3 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb juggling | peter | 1999-12-27 | 11 | -129/+60 |
* | Report swapdevices as cdevs rather than bdevs. | phk | 1999-11-29 | 1 | -1/+1 |
* | Introduce commandline caching in the kernel. | phk | 1999-11-16 | 1 | -0/+48 |
* | Delete the sf (swapfile) arg to an internal function that used to point to | peter | 1999-10-11 | 1 | -6/+8 |
* | Install <kvm.h> from here (after repo copy) so it's all in one package. | peter | 1999-10-04 | 1 | -0/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 11 | -11/+11 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Don't open the swap file. The open descriptor for it hasn't been used | bde | 1999-08-25 | 2 | -9/+1 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 8 | -0/+8 |
* | Tidy up references to <sys/rlist.h> and support for the old swap management | peter | 1999-05-11 | 1 | -88/+9 |
* | Oops, the previous log message should have been: | bde | 1999-04-10 | 1 | -1/+1 |
* | Declare mkstemps(). | bde | 1999-04-09 | 1 | -4/+5 |
* | make libkvm capable of dealing with a crashdump on alphas | gallatin | 1999-03-12 | 1 | -50/+65 |
* | Don't use u_long in the synopsis, since u_long is not part of the kvm | bde | 1999-03-05 | 1 | -2/+2 |
* | From rev. 1.12 of usr.sbin/pstat/pstat.c by phk: | dt | 1999-02-14 | 1 | -3/+6 |
* | Handle case where no swap is configured | dillon | 1999-02-06 | 1 | -3/+10 |
* | Removed evil typedef kvm_swap_t and all uses of it (not many). | bde | 1999-01-27 | 2 | -11/+13 |
* | Fix swap radix tree dump formatting ( pstat -ss ), it was printing the | dillon | 1999-01-25 | 1 | -4/+4 |
* | Fixed missing cross reference to kvm_getfiles. | bde | 1999-01-23 | 1 | -0/+1 |
* | Fixed unsorting of SRCS and MAN3 in previous commit. | bde | 1999-01-23 | 1 | -4/+4 |
* | Fixed unsorting of cross references in previous commit. | bde | 1999-01-23 | 1 | -1/+1 |
* | Oops, forgot this. Needed by libkvm. | dillon | 1999-01-23 | 1 | -1/+14 |
* | Fix type-o's in manual | dillon | 1999-01-22 | 1 | -3/+3 |
* | Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name. | dillon | 1999-01-22 | 1 | -2/+3 |
* | Implement kvm_getswapinfo() libkvm function. Will be used by | dillon | 1999-01-22 | 4 | -2/+551 |
* | <sys/types.h> isn't a prerequisite for <kvm.h>. | bde | 1998-12-16 | 1 | -1/+0 |
* | The previous commit was bogus. <stdlib.h> was never a prerequisite | bde | 1998-12-16 | 1 | -2/+0 |
* | Declare size_t and ssize_t if they are not already declared, so that | bde | 1998-12-16 | 1 | -6/+15 |
* | Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This | bde | 1998-12-16 | 1 | -17/+12 |
* | Add required #include references to manual page | dillon | 1998-12-13 | 1 | -0/+2 |
* | Avoid the "Cannot allocate memory" problem that appears on heavily | des | 1998-10-12 | 1 | -4/+10 |
* | Adjust the declarations of kvm_read and kvm_write to match reality a little | dfr | 1998-09-16 | 1 | -2/+2 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 1 | -1/+3 |
* | Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98. | kato | 1998-09-09 | 1 | -1/+1 |
* | The length argument to sysctl is now size_t. | dfr | 1998-08-25 | 2 | -3/+6 |
* | Nuke unsupported architecture files | gpalmer | 1998-08-22 | 2 | -493/+0 |
* | Add an alpha machdep for kvm. The vatop functions are stubbed out for | dfr | 1998-08-15 | 1 | -0/+197 |
* | Allow /dev/null as path for the "/dev/mem" file, and assume that people | phk | 1998-06-30 | 2 | -30/+38 |