| Commit message (Expand) | Author | Age | Files | Lines |
* | use a plain 'make toolchain' to build toolchain, and | luigi | 2013-05-05 | 1 | -11/+5 |
* | remove a leftover comment | luigi | 2013-05-05 | 1 | -2/+0 |
* | enable building picobsd with CC instead of CLANG | luigi | 2012-12-23 | 1 | -0/+3 |
* | use MALLOC_PRODUCTION for picobsd builds, be more frugal in memory usage. | luigi | 2012-08-27 | 1 | -1/+3 |
* | Omit clang when building picobsd, it takes way too long. | luigi | 2012-05-03 | 1 | -1/+2 |
* | now picobsd cross builds work (tried with host amd64, target i386 ). | luigi | 2012-01-04 | 1 | -19/+27 |
* | remove some stale options (such as running without /boot/loader) | luigi | 2012-01-04 | 2 | -72/+55 |
* | some tweaks to build picobsd for different architectures. | luigi | 2011-11-23 | 2 | -5/+13 |
* | following the recent (218130) changes to Makefile and Makefile.inc1, | luigi | 2011-02-05 | 1 | -3/+6 |
* | move the initialization of BINMAKE earler, so it is | luigi | 2010-11-12 | 1 | -5/+7 |
* | use make from the toolchain, as the source tree may depend on | luigi | 2010-09-28 | 1 | -2/+2 |
* | use log instead of logverbose in three places so the build won't need | luigi | 2010-02-14 | 1 | -3/+3 |
* | clear leftover from previous computations | luigi | 2009-12-28 | 1 | -0/+1 |
* | more support to import files and libraries from the host. | luigi | 2009-12-28 | 1 | -16/+42 |
* | dhclient needs to have /var/empty and a _dhcp user | luigi | 2009-12-27 | 1 | -0/+2 |
* | fix a typo (not that it matters) | luigi | 2009-12-27 | 1 | -1/+1 |
* | when calling ldd, use the cross libraries and not the host version | luigi | 2009-12-09 | 1 | -4/+4 |
* | fix wrong name for the iso! | luigi | 2009-06-22 | 1 | -1/+1 |
* | Add code to generate a bootable ISO image, so we are finally | luigi | 2009-06-22 | 1 | -14/+12 |
* | add support for shared "crunch" binary. | luigi | 2009-03-25 | 1 | -20/+59 |
* | add a function to help copying shared binaries from the output | luigi | 2009-03-24 | 1 | -2/+67 |
* | remove unused "package" entry. | luigi | 2009-03-24 | 1 | -66/+55 |
* | add the option to picobsd to copy files from the host filesystem | luigi | 2009-03-18 | 1 | -5/+50 |
* | when initializing, also build _includes and _libraries | luigi | 2009-02-20 | 1 | -2/+2 |
* | use /boot/loader by default, because the boot code seems to | luigi | 2009-02-20 | 1 | -60/+109 |
* | Enable GCC stack protection (aka Propolice) for userland: | ru | 2008-06-25 | 1 | -4/+5 |
* | Fix build of the "package" target, ignoring non existing | luigi | 2007-11-14 | 1 | -41/+39 |
* | Fix picobsd builds. Changes include: | luigi | 2007-11-14 | 2 | -7/+9 |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 1 | -1/+1 |
* | unbreak the build script. | luigi | 2006-01-31 | 1 | -169/+103 |
* | NOCLEAN -> NO_CLEAN | ru | 2004-12-21 | 1 | -1/+1 |
* | NOSHARE -> NO_SHARE | ru | 2004-12-21 | 1 | -1/+1 |
* | NOHTML -> NO_HTML | ru | 2004-12-21 | 1 | -1/+1 |
* | NOGAMES -> NO_GAMES | ru | 2004-12-21 | 1 | -1/+1 |
* | NOFSCHG -> NO_FSCHG | ru | 2004-12-21 | 1 | -1/+1 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -3/+3 |
* | NOLIBC_R -> NO_LIBC_R | ru | 2004-12-21 | 1 | -1/+1 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
* | Fix various issues with the picobsd build script in -current: | luigi | 2004-03-21 | 1 | -16/+28 |
* | Remove obsolete disklabel and newfs options. | simokawa | 2003-11-07 | 1 | -8/+10 |
* | Not needed anymore. | luigi | 2002-07-14 | 1 | -114/+0 |
* | Replace a logverbose call with log | luigi | 2002-07-14 | 1 | -1/+1 |
* | Enable building of picobsd using CURRENT sources again. | luigi | 2002-07-14 | 1 | -27/+43 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -4/+22 |
* | Modernize my email address. | phk | 2002-03-25 | 1 | -1/+1 |
* | DESTDIR does not anymore does the -I${DESTDIR}/usr/include magic | ru | 2002-03-22 | 1 | -4/+4 |
* | Gracefully exit when no MFS signature is found in the kernel. | luigi | 2002-03-21 | 1 | -1/+14 |
* | Fix detection of existing ssh host key, generate the new one | luigi | 2002-03-11 | 1 | -10/+14 |
* | Make appropriate changes to use devfs. | luigi | 2002-03-11 | 1 | -4/+6 |
* | Misc fixes to the build script: | luigi | 2002-03-08 | 1 | -19/+31 |