| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix various build errors (missing or wrong return types for | Luigi Rizzo | 2009-04-27 | 1 | -16/+22 |
| * | provide the absolute path for /etc/rc1 | Luigi Rizzo | 2009-04-06 | 1 | -1/+1 |
| * | add some popular device and comment some potentially useful options | Luigi Rizzo | 2009-04-06 | 1 | -0/+5 |
| * | there is no dev_mkdb anymore | Luigi Rizzo | 2009-03-26 | 1 | -1/+0 |
| * | This config file uses dynamically linked binaries, which is more | Luigi Rizzo | 2009-03-25 | 3 | -91/+99 |
| * | devfs is the standard now | Luigi Rizzo | 2009-03-25 | 1 | -1/+0 |
| * | add support for shared "crunch" binary. | Luigi Rizzo | 2009-03-25 | 1 | -20/+59 |
| * | remove stale comments on the size of objects, they are more | Luigi Rizzo | 2009-03-24 | 1 | -68/+48 |
| * | add a function to help copying shared binaries from the output | Luigi Rizzo | 2009-03-24 | 1 | -2/+67 |
| * | remove unused "package" entry. | Luigi Rizzo | 2009-03-24 | 1 | -66/+55 |
| * | add the option to picobsd to copy files from the host filesystem | Luigi Rizzo | 2009-03-18 | 1 | -5/+50 |
| * | Warns fixes: use putenv rather than setenv to avoid constness problems, | David Malone | 2009-03-17 | 2 | -2/+4 |
| * | remove duplicate entries for isa and npx, they are | Luigi Rizzo | 2009-03-01 | 1 | -4/+0 |
| * | when initializing, also build _includes and _libraries | Luigi Rizzo | 2009-02-20 | 1 | -2/+2 |
| * | use /boot/loader by default, because the boot code seems to | Luigi Rizzo | 2009-02-20 | 1 | -59/+108 |
| * | update 'sio' with 'uart' and apply related changes. | Luigi Rizzo | 2009-02-19 | 4 | -13/+20 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -4/+0 |
| * | Enable GCC stack protection (aka Propolice) for userland: | Ruslan Ermilov | 2008-06-25 | 1 | -4/+5 |
| * | libbsdxml is now required by ifconfig(8). | Andrew Thompson | 2008-04-22 | 1 | -0/+1 |
| * | silence compiler complaints | Sam Leffler | 2007-11-26 | 1 | -2/+3 |
| * | Fix build of the "package" target, ignoring non existing | Luigi Rizzo | 2007-11-14 | 1 | -41/+39 |
| * | Fix picobsd builds. Changes include: | Luigi Rizzo | 2007-11-14 | 5 | -12/+14 |
| * | - Revert signedness type changes to "struct vmtotal"; by making | Ruslan Ermilov | 2006-11-28 | 1 | -12/+8 |
| * | Remove references to mount_std, mount_procfs. | Craig Rodrigues | 2006-11-22 | 1 | -3/+0 |
| * | - Fix types of "struct vmmeter" members so they are unsigned. | Ruslan Ermilov | 2006-11-20 | 1 | -7/+11 |
| * | Clean obsolete reference to the old NMBCLUSTERS kernel option. | Dmitry Morozovsky | 2006-09-18 | 1 | -1/+0 |
| * | Send the pcvt(4) driver off to retirement. | Poul-Henning Kamp | 2006-05-17 | 1 | -1/+1 |
| * | Extend coverage of the MK_IPX build option to the following: | Ruslan Ermilov | 2006-03-20 | 1 | -1/+2 |
| * | Reimplementation of world/kernel build options. For details, see: | Ruslan Ermilov | 2006-03-17 | 1 | -1/+3 |
| * | tweaks to let this configuratio build and run under, e.g., qemu: | Luigi Rizzo | 2006-01-31 | 2 | -2/+4 |
| * | unbreak the build script. | Luigi Rizzo | 2006-01-31 | 1 | -168/+102 |
| * | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 2 | -57/+1 |
| * | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | Hajimu UMEMOTO | 2005-05-13 | 1 | -8/+2 |
| * | NOPAM -> NO_PAM | Ruslan Ermilov | 2004-12-21 | 3 | -3/+3 |
| * | NOIPSEC -> TRACEROUTE_NO_IPSEC | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOCLEAN -> NO_CLEAN | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOSHARE -> NO_SHARE | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOHTML -> NO_HTML | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | Overhaul ppp(8) build options so they are safe to use in | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOINET6 -> NO_INET6 | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOGAMES -> NO_GAMES | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NOFSCHG -> NO_FSCHG | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | NODOCCOMPRESS -> NO_DOCCOMPRESS | Ruslan Ermilov | 2004-12-21 | 1 | -3/+3 |
| * | NOLIBC_R -> NO_LIBC_R | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 10 | -10/+10 |
| * | Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456]. | David E. O'Brien | 2004-11-19 | 2 | -5/+6 |
| * | Remove no longer needed I386_CPU option (it was commented out anyways). | John Baldwin | 2004-11-16 | 1 | -1/+0 |
| * | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | Ruslan Ermilov | 2004-11-03 | 1 | -1/+1 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 9 | -9/+9 |
| * | NEED_LIBNAMES is gone long ago. | Ruslan Ermilov | 2004-10-24 | 1 | -1/+0 |