Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unbreak build for sparc64 etc. | kmacy | 2006-10-09 | 1 | -1/+2 |
| | | | | | | | TARGET won't be defined on non subarches Approved by: rwatson (mentor) Reviewed by: jmg | ||||
* | buildworld fixes for sun4v | kmacy | 2006-10-09 | 1 | -0/+4 |
| | | | | | | | not sure why pmap.c is included as it is unchanged Approved by: rwatson (mentor) Reviewed by: jmg | ||||
* | Teach libkvm how to read minidumps. It turns out that minidumps are | peter | 2006-04-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | far more convenient for libkvm to work with because of the page table block at the beginning. As a result, the MD code is smaller. libkvm will automatically detect old vs mini dumps on i386 and amd64. libkvm will handle i386 PAE and non-PAE modes. There is a PAE flag in the i386 minidump header to signal the width of the entries in the page table block. Other convenient values are also present, such as kernbase and the direct map addresses on amd64. | ||||
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
| | |||||
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
| | | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. | ||||
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 1 | -1/+1 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Find <libkvm.h> in the source tree. This helps standalone builds. | peter | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | Replace beforeinstall target with new variables used by .mk system. | rgrimes | 2000-01-14 | 1 | -4/+1 |
| | | | | Reviewed by: marcel, and make world | ||||
* | Install <kvm.h> from here (after repo copy) so it's all in one package. | peter | 1999-10-04 | 1 | -0/+5 |
| | |||||
* | Fixed unsorting of SRCS and MAN3 in previous commit. | bde | 1999-01-23 | 1 | -4/+4 |
| | | | | Sorted MLINKS. | ||||
* | Implement kvm_getswapinfo() libkvm function. Will be used by | dillon | 1999-01-22 | 1 | -2/+3 |
| | | | | pstat, top, and systat. | ||||
* | Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98. | kato | 1998-09-09 | 1 | -1/+1 |
| | |||||
* | -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys. | bde | 1997-08-26 | 1 | -1/+1 |
| | |||||
* | Add ${DESTDIR} in front of absolute path. | asami | 1997-07-18 | 1 | -1/+1 |
| | |||||
* | Make it work with our make macros. | wollman | 1994-08-05 | 1 | -2/+2 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+14 |