| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-05 | minor cranking of libraries exposes a problem, details too long to explain. |  deraadt | 1 | -1/+3 |
| 2019-12-21 | a few depend:-related thingies that were still in. |  espie | 1 | -2/+2 |
| 2017-07-05 | bye bye depends |  espie | 1 | -4/+4 |
| 2017-04-14 | mark newish phony targets as phony. |  espie | 1 | -2/+2 |
| 2017-01-29 | Ensure the build user can write to the GLOBAL_AUTOCONF_CACHE file by |  rpe | 1 | -2/+3 |
| 2016-11-19 | Enable builds with a dedicated user that cannot elevate privileges or write |  tb | 1 | -1/+4 |
| 2016-10-18 | Swap 'make cleandir' and 'make includes' for real. |  tb | 1 | -2/+2 |
| 2016-10-06 | Print the root check error message to stderr. While there add the name |  natano | 1 | -2/+2 |
| 2016-10-06 | Simplify the 'make includes' step in 'make build': move the privdrop |  tb | 1 | -6/+6 |
| 2016-10-05 | De-escalate to an unprivileged users during 'make build' and 'make release'. |  natano | 1 | -5/+14 |
| 2016-10-04 | stop supporting SUDO builds. Something better is coming, so let's |  deraadt | 1 | -9/+9 |
| 2015-08-23 | must make obj in etc as well; the etc.*/Makefile stubs depend upon it. |  deraadt | 1 | -2/+2 |
| 2015-06-02 | missing " spotted by Kyle Milz |  deraadt | 1 | -2/+2 |
| 2014-08-26 | Create etc set during 'make build' and embed it in base set to make |  rpe | 1 | -1/+2 |
| 2014-07-09 | do locatedb as part of the build process |  espie | 1 | -1/+2 |
| 2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is |  reyk | 1 | -9/+1 |
| 2013-07-23 | enter keberosV/doc to resurrect heimdal.info for real this time |  todd | 1 | -1/+2 |
| 2013-06-17 | switch to new kerberosV directory layout |  robert | 1 | -2/+5 |
| 2012-08-29 | remove ancient cruft. |  espie | 1 | -3/+1 |
| 2011-09-17 | Document proper cross-tools command to run, specially when working on a |  pirofti | 1 | -3/+4 |
| 2011-04-24 | Head off attempts to do 'make build' with DESTDIR set, as it doesn't work |  guenther | 1 | -1/+7 |
| 2010-03-23 | install mtree always |  espie | 1 | -1/+2 |
| 2005-12-02 | do not enter lkm |  deraadt | 1 | -2/+2 |
| 2005-09-16 | use shell-neutral language (in a comment); |  jmc | 1 | -2/+3 |
| 2005-01-09 | move cross-stuff into its own file. |  espie | 1 | -282/+12 |
| 2005-01-09 | Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to no |  espie | 1 | -1/+3 |
| 2005-01-09 | i386 is gcc3 for cross too. |  espie | 1 | -1/+2 |
| 2004-12-25 | We don't need cross-{nm,size} anymore, our host tools are good enough. |  grange | 1 | -10/+1 |
| 2004-11-30 | need to pass MAKEOBJDIR to prereq and includes |  mickey | 1 | -1/+3 |
| 2004-10-26 | match cross-binutils-new selection w/ bsd.own.mk and add hppa64 where needed |  mickey | 1 | -8/+7 |
| 2004-10-21 | Move the cross glue from the root makefile to the toolchain's, |  grange | 1 | -8/+38 |
| 2004-10-16 | cross-nm doesn't need TARGET_MACHINE_ARCH anymore. |  grange | 1 | -3/+2 |
| 2004-08-06 | fix/add sgi |  pefo | 1 | -2/+2 |
| 2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until |  drahn | 1 | -4/+3 |
| 2004-04-21 | Add luna88k related directories and information to the build infrastructure. |  miod | 1 | -2/+2 |
| 2004-03-31 | repair cross-tools |  mickey | 1 | -12/+10 |
| 2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many |  deraadt | 1 | -4/+2 |
| 2004-02-01 | - remove sun3 |  brad | 1 | -7/+8 |
| 2004-01-28 | amd64 hook ups |  mickey | 1 | -3/+5 |
| 2004-01-14 | add pegasos as a powerpc system for cross-compile target |  brad | 1 | -2/+2 |
| 2004-01-05 | abcomodate cross for the new nm+size |  mickey | 1 | -11/+4 |
| 2003-12-14 | Don't go into kerberosV/lib explicitely for now. Nothing to do there. |  matthieu | 1 | -12/+1 |
| 2003-10-05 | need to escape the quotes in cross-{lib,bin} |  mickey | 1 | -3/+3 |
| 2003-10-05 | need to eval the CROSSENV |  mickey | 1 | -5/+5 |
| 2003-05-17 | Don't build libperl separately in the libs pass, just build it when |  millert | 1 | -5/+1 |
| 2003-05-14 | Remove krb4 support. |  mho | 1 | -16/+1 |
| 2003-04-17 | Add i386 to list of archs which use binutils. |  drahn | 1 | -4/+4 |
| 2003-01-05 | enquote flags and opts in cross-env; reported by david krause |  mickey | 1 | -7/+7 |
| 2002-09-17 | Prevent the a.out cross-ld from building rtld too early in the build. |  miod | 1 | -3/+4 |
| 2002-08-16 | - add cross-distrib target to cross-compile the world (except gnu) |  wcobb | 1 | -121/+138 |