aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/build
Commit message (Expand)AuthorAgeFilesLines
* add support for shared "crunch" binary.Luigi Rizzo2009-03-251-20/+59
* add a function to help copying shared binaries from the outputLuigi Rizzo2009-03-241-2/+67
* remove unused "package" entry.Luigi Rizzo2009-03-241-66/+55
* add the option to picobsd to copy files from the host filesystemLuigi Rizzo2009-03-181-5/+50
* when initializing, also build _includes and _librariesLuigi Rizzo2009-02-201-2/+2
* use /boot/loader by default, because the boot code seems toLuigi Rizzo2009-02-201-59/+108
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-4/+5
* Fix build of the "package" target, ignoring non existingLuigi Rizzo2007-11-141-41/+39
* Fix picobsd builds. Changes include:Luigi Rizzo2007-11-142-7/+9
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-171-1/+1
* unbreak the build script.Luigi Rizzo2006-01-311-168/+102
* NOCLEAN -> NO_CLEANRuslan Ermilov2004-12-211-1/+1
* NOSHARE -> NO_SHARERuslan Ermilov2004-12-211-1/+1
* NOHTML -> NO_HTMLRuslan Ermilov2004-12-211-1/+1
* NOGAMES -> NO_GAMESRuslan Ermilov2004-12-211-1/+1
* NOFSCHG -> NO_FSCHGRuslan Ermilov2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-3/+3
* NOLIBC_R -> NO_LIBC_RRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Fix various issues with the picobsd build script in -current:Luigi Rizzo2004-03-211-16/+28
* Remove obsolete disklabel and newfs options.Hidetoshi Shimokawa2003-11-071-8/+10
* Not needed anymore.Luigi Rizzo2002-07-141-114/+0
* Replace a logverbose call with logLuigi Rizzo2002-07-141-1/+1
* Enable building of picobsd using CURRENT sources again.Luigi Rizzo2002-07-141-27/+43
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-4/+22
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
* DESTDIR does not anymore does the -I${DESTDIR}/usr/include magicRuslan Ermilov2002-03-221-4/+4
* Gracefully exit when no MFS signature is found in the kernel.Luigi Rizzo2002-03-211-1/+14
* Fix detection of existing ssh host key, generate the new oneLuigi Rizzo2002-03-111-10/+14
* Make appropriate changes to use devfs.Luigi Rizzo2002-03-111-4/+6
* Misc fixes to the build script:Luigi Rizzo2002-03-081-19/+31
* Use { } instead of ( ) for grouping shell commands so thatLuigi Rizzo2002-02-141-8/+8
* Whoops... left some junk in previous commit.Luigi Rizzo2001-11-241-4/+0
* Let "make" use the .mk files from the correct source tree insteadLuigi Rizzo2001-11-241-6/+24
* Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/releaseJosef Karthauser2001-11-201-1/+1
* Provide a new picobsd option, "--modules", to also build modulesLuigi Rizzo2001-11-012-2/+19
* Use host keys from the config directory if they exist, instead ofLuigi Rizzo2001-10-071-2/+6
* Fix a typo and sync a comment with the version in RELENG_4Luigi Rizzo2001-10-071-2/+2
* Use @__CWD__@ as the magic string meaning "this directory"Luigi Rizzo2001-10-041-1/+1
* A somewhat large change of this script.Luigi Rizzo2001-10-021-344/+426
* Compile the kernel under ${BUILDDIR} instead of polluting the sourceLuigi Rizzo2001-10-021-3/+13
* Move a bunch of initialization into a function which must be runLuigi Rizzo2001-09-281-53/+75
* On -current with devfs there is no MAKEDEV in /dev anymore, so useJosef Karthauser2001-09-201-1/+3
* Relocate the memory disk selection code to the same place the otherJosef Karthauser2001-09-201-9/+9
* Make the script aware of mdconfig, so it can hopefully run on -CURRENTLuigi Rizzo2001-09-201-35/+53
* Move commands to create stripped kernel into Makefile.conf,Luigi Rizzo2001-09-042-38/+48
* use correct "compile" directory, which is ../../compile/<filename>Luigi Rizzo2001-09-011-1/+1
* Supply a default value for the kernel config binary.Luigi Rizzo2001-09-011-0/+1
* Bugfix: Use the correct variable for picobsd type (same bug isLuigi Rizzo2001-09-011-5/+6
* add a missing -o.Luigi Rizzo2001-08-301-1/+1