| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use { } instead of ( ) for grouping shell commands so that | luigi | 2002-02-14 | 1 | -8/+8 |
* | Whoops... left some junk in previous commit. | luigi | 2001-11-24 | 1 | -4/+0 |
* | Let "make" use the .mk files from the correct source tree instead | luigi | 2001-11-24 | 1 | -6/+24 |
* | Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/release | joe | 2001-11-20 | 1 | -1/+1 |
* | Provide a new picobsd option, "--modules", to also build modules | luigi | 2001-11-01 | 2 | -2/+19 |
* | Use host keys from the config directory if they exist, instead of | luigi | 2001-10-07 | 1 | -2/+6 |
* | Fix a typo and sync a comment with the version in RELENG_4 | luigi | 2001-10-07 | 1 | -2/+2 |
* | Use @__CWD__@ as the magic string meaning "this directory" | luigi | 2001-10-04 | 1 | -1/+1 |
* | A somewhat large change of this script. | luigi | 2001-10-02 | 1 | -349/+431 |
* | Compile the kernel under ${BUILDDIR} instead of polluting the source | luigi | 2001-10-02 | 1 | -3/+13 |
* | Move a bunch of initialization into a function which must be run | luigi | 2001-09-28 | 1 | -53/+75 |
* | On -current with devfs there is no MAKEDEV in /dev anymore, so use | joe | 2001-09-20 | 1 | -1/+3 |
* | Relocate the memory disk selection code to the same place the other | joe | 2001-09-20 | 1 | -9/+9 |
* | Make the script aware of mdconfig, so it can hopefully run on -CURRENT | luigi | 2001-09-20 | 1 | -35/+53 |
* | Move commands to create stripped kernel into Makefile.conf, | luigi | 2001-09-04 | 2 | -39/+49 |
* | use correct "compile" directory, which is ../../compile/<filename> | luigi | 2001-09-01 | 1 | -1/+1 |
* | Supply a default value for the kernel config binary. | luigi | 2001-09-01 | 1 | -0/+1 |