| Age | Commit message (Expand) | Author |
| 2004-01-01 | When using "MAKEDEV -s" to generate a specfile, rewrite the paths from | lukem |
| 2003-12-21 | Rework MAKEDEV: | lukem |
| 2003-11-14 | s/awk/${AWK} | matt |
| 2003-11-09 | When calculating the number of disks, take into account that every | lukem |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-25 | Update for MAKEDEV.tmpl changes; use <.OBJDIR-of-etc>/MAKEDEV | lukem |
| 2003-10-24 | Add MDSET_NOSTRIP and MDSET_NOSYMBOLS; global versions of the "per ${FILE}" | lukem |
| 2003-10-03 | Allow ${CRUNCHBIN} to be optional by defaulting to "." when doing the | lukem |
| 2003-07-10 | revert previous accidental commit (just whitespace tyop in this case) | lukem |
| 2003-07-10 | Rename a large chunk of the make(1) variables which refer to a | lukem |
| 2003-05-18 | Don't force "make -j 1" any more, since David Laight appears to have | lukem |
| 2003-05-15 | Avoid building the xxx.mk file (etc) multiple times in a parralel build. | dsl |
| 2003-05-09 | Force ramdiskbin.mk to be run to update the crunched binary. | dsl |
| 2003-05-09 | pull in <bsd.sys.mk> for HOST_SH | lukem |
| 2003-05-09 | Don't bother building var/db/obsolete/* files for the install media; | lukem |
| 2003-05-08 | Use ${HOST_SH} | christos |
| 2003-05-08 | use ${HOST_SH} | christos |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-03-25 | Add MAKE to PARSELISTENV, and specifically set MAKE=${MAKE} in | lukem |
| 2003-03-25 | Fix cross building case where the host is not a NetBSD host. We need | imp |
| 2003-03-11 | add multiple-include protection. | lukem |
| 2003-03-11 | Augment the `KERNEL' field of MDSETIMAGES; if it contains a `/' | lukem |
| 2003-03-10 | a minor heads-up. (if i got bit by this, someone else might) | lukem |
| 2003-03-07 | Script to make a file system image (usually .iso) bootable by Sun | lukem |
| 2003-03-07 | improve calculation to determine number of disks required | lukem |
| 2003-03-03 | Report free space for unpadded floppies | dsl |
| 2003-02-22 | all: | lukem |
| 2003-02-20 | install obsolete set lists as /etc/obsolete/%s not /dist/%s_obsolete | lukem |
| 2003-01-22 | install /usr/bin/progress along with sysinst on all installation media | jhawk |
| 2003-01-03 | Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of | lukem |
| 2002-12-21 | Invoke ${PAX} with '-O' so that various errors don't hang the make | lukem |
| 2002-11-18 | Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX". | lukem |
| 2002-10-17 | Rework how SMALLPROG was being used and how INET6 support was enabled. | lukem |
| 2002-10-14 | Use _KERNEL.${_K}.${_F} instead of _KERNEL.${_K}, as this allows | lukem |
| 2002-09-16 | Don't escape constructs like ${FOO} in printf statements. awk doesn't | thorpej |
| 2002-09-15 | Escape { and } in the regexp that matches e.g. ${FOO}. | thorpej |
| 2002-08-18 | support "mode=install", which generates a Makefile with an install target. | lukem |
| 2002-08-10 | this file is now unnecessary, now that MAKEDEV's "local" target | lukem |
| 2002-06-01 | correct a comment | lukem |
| 2002-05-29 | - build crunchgen(1)-created Makefiles with -j 1, as they're not | lukem |
| 2002-05-29 | - for COPY, default perm to 0444 if it's not supplied | lukem |
| 2002-05-10 | support MDSET_NOSTRIP.${FILENAME} | lukem |
| 2002-05-09 | only provide targets for ${WORKSPEC} and ${WORKBUILT} if non are provided. | lukem |
| 2002-05-08 | - whitespace consistency cleanup | lukem |
| 2002-05-07 | keep ${IMAGE} around even after building (optional) ${IMAGE}.gz | lukem |
| 2002-05-07 | Use release:: instead of release: when multiple release targets may exist | lukem |
| 2002-05-07 | install correct item with IMAGETAR_RELEASEDIR release target | lukem |
| 2002-05-05 | add support for MDSET.${FILENAME}.nosymbols | lukem |
| 2002-05-04 | - add support for [-s suffix] to buildfloppies.sh (defaults to "", | lukem |
| 2002-05-03 | rather than blocking parallel mdset builds with .WAIT, replace usage of | lukem |