| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. All | bde | 1998-01-16 | 1 | -9/+14 |
* | -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. | bde | 1997-08-26 | 1 | -1/+1 |
* | Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages. | tegge | 1997-08-17 | 2 | -0/+26 |
* | Add ${DESTDIR} in front of absolute path. | asami | 1997-07-18 | 1 | -1/+1 |
* | Fill in parent process id when reading process information from a | tegge | 1997-06-25 | 1 | -0/+12 |
* | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-19 | 1 | -1/+0 |
* | Fixed #include and/or prototype bugs in synopsis. | bde | 1997-04-13 | 2 | -2/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Sort cross references. | wosch | 1997-01-20 | 2 | -6/+6 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix the short description of kvm_getloadavg(3) to reflect | mpp | 1997-01-02 | 1 | -2/+1 |
* | kvm_malloc: | ache | 1996-11-11 | 1 | -3/+3 |
* | Implement virtual-to-physical address mapping for the kvm library on | peter | 1996-10-07 | 2 | -40/+130 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 5 | -4/+11 |
* | Pass correct length OID to kernel for KERN_PROC_ALL. | phk | 1996-06-06 | 1 | -2/+2 |
* | NBPG -> PAGE_SIZE | phk | 1996-05-02 | 3 | -10/+10 |
* | From Lite2: proc and file LIST changes | hsu | 1996-03-11 | 2 | -8/+10 |
* | If the two recently added sysctl variables exist, use those rather than | peter | 1996-02-24 | 1 | -2/+17 |
* | Add some missing MLINKS, correct some cross references, correct some | mpp | 1996-02-09 | 1 | -1/+0 |
* | Another round of spelling fixes. | mpp | 1996-01-30 | 1 | -2/+2 |
* | Extract the login name when doing a ps on a dead kernel. | peter | 1996-01-01 | 1 | -0/+2 |
* | Cosmetic cleanup and documentation of kvm_argv.. Hopefully the flow of | peter | 1995-12-16 | 1 | -6/+65 |