| Commit message (Expand) | Author | Age | Files | Lines |
* | MFtbemd: | imp | 2010-08-23 | 1 | -2/+2 |
* | Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use the | nwhitehorn | 2010-07-13 | 1 | -4/+4 |
* | WITH_CTF can now be specified in src.conf (not recommended, there | netchild | 2010-04-02 | 1 | -6/+6 |
* | Propagate CONF_CFLAGS (from makeoptions) to the module build too. | netchild | 2010-03-25 | 1 | -0/+4 |
* | Always compute the root of the kernel source tree and explicitly pass it | jhb | 2009-05-04 | 1 | -2/+2 |
* | Using KMODOWN/KMODGRP rather than hard coding root/wheel for | bz | 2009-01-07 | 1 | -5/+5 |
* | Add CTF conversion to the objects compiled from generated code. | jb | 2008-07-05 | 1 | -0/+3 |
* | Add support for generating CTF data for the kernel. | jb | 2008-05-23 | 1 | -0/+3 |
* | Introduce a standalone shell script for embedding MFS image. | raj | 2008-02-05 | 1 | -7/+1 |
* | If KERNEL_EXTRA is defined, make kernel-all target depend on it. | imp | 2007-03-23 | 1 | -1/+6 |
* | now that MFS_IMAGE is in the FULLKERNEL section, use FULLKERNEL instead of | jmg | 2006-12-30 | 1 | -4/+4 |
* | MF kmod.mk 1.176: Properly handle vnode_if.h dependencies. | ru | 2006-10-26 | 1 | -1/+5 |
* | - Remove include links only when .depend is also removed, so that | ru | 2006-10-13 | 1 | -3/+4 |
* | Don't use touch when what is really meant is :> (create an empty file, or | des | 2006-08-14 | 1 | -1/+1 |
* | Remove the insistance on having a device.hints. This was a seat belt | imp | 2006-06-18 | 1 | -16/+0 |
* | Handle MFS_IMAGE in the ${FULLKERNEL} target, so that we can build kernel | cognet | 2006-06-13 | 1 | -9/+9 |
* | add support for makeoptions MFS_IMAGE="<file>" in the config file which | jmg | 2006-05-12 | 1 | -0/+9 |
* | Remove .depend when doing "make cleandir". | ru | 2006-02-07 | 1 | -1/+1 |
* | I couldn't find any traces of what the tags1 file was supposed to do. | ru | 2006-01-16 | 1 | -2/+0 |
* | Teach this to create the "machine" and ${MACHINE_ARCH} (for pc98 | ru | 2005-11-30 | 1 | -4/+27 |
* | Rename the .dbg extension to .symbols, which matches "symbol-file" | ru | 2005-10-27 | 1 | -6/+6 |
* | Use ${S} to pass ${SYSDIR} to ports. This makes PORTS_MODULES | ru | 2005-10-27 | 1 | -5/+1 |
* | Installing debug modules was a bad idea -- I bogusly assumed that | ru | 2005-10-27 | 1 | -10/+12 |
* | Refactor (some more) installation of kernel and module objects. | ru | 2005-10-25 | 1 | -2/+4 |
* | Back out most of 1.84. It was unwise to force debug kernels to always | imp | 2005-10-24 | 1 | -6/+17 |
* | For HEAD, install a kernel with debug information if DEBUG is a kernel | obrien | 2005-09-11 | 1 | -17/+4 |
* | Don't build PORTS_MODULES if NO_MODULES is defined | imp | 2005-06-09 | 1 | -1/+1 |
* | Install ports defined in PORTS_MODULES at make reinstall time too. | mux | 2005-06-05 | 1 | -2/+2 |
* | Be resistant to DESTDIR being set to some unkosher value, e.g. "/". | ru | 2005-04-28 | 1 | -1/+1 |
* | Clean all generated vnode_if* files. | ru | 2005-04-22 | 1 | -2/+2 |
* | Fix "make depend" to not redundantly rebuild the .depend file. | ru | 2005-04-22 | 1 | -7/+2 |
* | Now that we have proper links, no need to fake up ones as part of | imp | 2005-04-03 | 1 | -3/+0 |
* | Don't generate major.c anymore. | phk | 2005-03-29 | 1 | -6/+3 |
* | Get SYSDIR set correctly for building ports. | imp | 2005-02-25 | 1 | -4/+7 |
* | use __target in preference to target | imp | 2005-02-25 | 1 | -4/+4 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -0/+2 |
* | Use PORTSDIR, falling back to /usr/ports | imp | 2004-11-14 | 1 | -1/+1 |
* | Ports aren't generally ready for parallel make. | ru | 2004-11-12 | 1 | -1/+1 |
* | PORTS_MODULES: a list of ports to build with this kernel. | imp | 2004-11-11 | 1 | -0/+14 |
* | Per recent HEADSUP: Disconnect (old)vinum from the kernel build. | phk | 2004-09-23 | 1 | -2/+1 |
* | Pass the idea of the make(1) binary to use down to newvers.sh. | ru | 2004-09-17 | 1 | -1/+1 |
* | We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition and | imp | 2004-06-27 | 1 | -7/+4 |
* | MFp4: | imp | 2004-06-26 | 1 | -3/+2 |
* | Add pccarddevs.h and usbdevs.h as depends, ala miidevs.h, in the right | imp | 2004-05-26 | 1 | -5/+5 |
* | Use ' rather than ". | obrien | 2004-03-22 | 1 | -1/+1 |
* | Quote NM in case you need to force it to something with args. | obrien | 2004-03-21 | 1 | -1/+1 |
* | Don't make having ${DESTDIR}/boot/device.hints a prerequisite to | marcel | 2004-03-20 | 1 | -1/+7 |
* | Merged from kmod.mk,v 1.152: strip debugging symbols even when not | ru | 2004-02-13 | 1 | -0/+3 |
* | Attempt to clean up the emu10k1-alsa.h stuff so that config doesn't | peter | 2004-02-05 | 1 | -9/+0 |
* | The gdbinit.${MACHINE_ARCH} script may not exist. | ru | 2004-01-21 | 1 | -0/+2 |