| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r262499, r262505, r262507, r262509: | Glen Barber | 2014-03-05 | 1 | -2/+2 |
| * | comment out some stale loader configurations. | Luigi Rizzo | 2013-09-06 | 1 | -3/+5 |
| * | generate multiple host keys and do that unconditionally | Luigi Rizzo | 2013-09-06 | 1 | -9/+14 |
| * | r253616 nuked BINMAKE so we need to adapt to the new definition | Luigi Rizzo | 2013-09-06 | 1 | -0/+2 |
| * | use a plain 'make toolchain' to build toolchain, and | Luigi Rizzo | 2013-05-05 | 1 | -11/+5 |
| * | remove a leftover comment | Luigi Rizzo | 2013-05-05 | 1 | -2/+0 |
| * | support for sshd (newer config file location) | Luigi Rizzo | 2013-04-30 | 2 | -0/+1 |
| * | the NO_PAM option has been finally removed in favor of WITHOUT_PAM. | Luigi Rizzo | 2013-02-18 | 2 | -2/+2 |
| * | enable building picobsd with CC instead of CLANG | Luigi Rizzo | 2012-12-23 | 1 | -0/+3 |
| * | A number of places in the source tree still reference cuad.* after | Eitan Adler | 2012-12-08 | 2 | -5/+5 |
| * | Rework all non-contributed files that use `struct timezone'. | Ed Schouten | 2012-09-01 | 1 | -8/+6 |
| * | use MALLOC_PRODUCTION for picobsd builds, be more frugal in memory usage. | Luigi Rizzo | 2012-08-27 | 1 | -1/+3 |
| * | Remove dead code. | Dag-Erling Smørgrav | 2012-06-12 | 1 | -73/+16 |
| * | Omit clang when building picobsd, it takes way too long. | Luigi Rizzo | 2012-05-03 | 1 | -1/+2 |
| * | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | Dimitry Andric | 2012-02-07 | 1 | -1/+1 |
| * | Spelling fixes for release/ | Ulrich Spörlein | 2012-01-07 | 3 | -7/+7 |
| * | now picobsd cross builds work (tried with host amd64, target i386 ). | Luigi Rizzo | 2012-01-04 | 1 | -19/+27 |
| * | remove some stale options (such as running without /boot/loader) | Luigi Rizzo | 2012-01-04 | 2 | -72/+55 |
| * | some tweaks to build picobsd for different architectures. | Luigi Rizzo | 2011-11-23 | 2 | -5/+13 |
| * | following the recent (218130) changes to Makefile and Makefile.inc1, | Luigi Rizzo | 2011-02-05 | 1 | -3/+6 |
| * | move the initialization of BINMAKE earler, so it is | Luigi Rizzo | 2010-11-12 | 1 | -5/+7 |
| * | use make from the toolchain, as the source tree may depend on | Luigi Rizzo | 2010-09-28 | 1 | -2/+2 |
| * | Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c: | Gavin Atkinson | 2010-08-08 | 1 | -1/+2 |
| * | Correct two error messages to match the failure they are reporting. | Gavin Atkinson | 2010-08-08 | 1 | -2/+2 |
| * | add some modern stuff: SMP, SCHED_ULE, PREEMPTION | Luigi Rizzo | 2010-07-15 | 2 | -3/+15 |
| * | use log instead of logverbose in three places so the build won't need | Luigi Rizzo | 2010-02-14 | 1 | -3/+3 |
| * | a minimal set of changes to adapt to the utmp->utmpx changes. | Luigi Rizzo | 2010-02-14 | 1 | -6/+13 |
| * | Remove libulog from the bootstrap again. | Ed Schouten | 2010-01-21 | 2 | -2/+0 |
| * | make the memory filesystem larger, and add an example | Luigi Rizzo | 2009-12-28 | 2 | -3/+23 |
| * | clear leftover from previous computations | Luigi Rizzo | 2009-12-28 | 1 | -0/+1 |
| * | more support to import files and libraries from the host. | Luigi Rizzo | 2009-12-28 | 1 | -16/+42 |
| * | add a 'qemu' floppy type, useful for running tests on new kernels | Luigi Rizzo | 2009-12-27 | 6 | -0/+745 |
| * | dhclient needs to have /var/empty and a _dhcp user | Luigi Rizzo | 2009-12-27 | 2 | -0/+4 |
| * | fix a typo (not that it matters) | Luigi Rizzo | 2009-12-27 | 1 | -1/+1 |
| * | put back the HZ setting or we see poor timing under qemu | Luigi Rizzo | 2009-12-27 | 1 | -1/+3 |
| * | when calling ldd, use the cross libraries and not the host version | Luigi Rizzo | 2009-12-09 | 1 | -4/+4 |
| * | use default HZ | Luigi Rizzo | 2009-12-09 | 1 | -1/+1 |
| * | add -lulog, the program "less" and a comment | Luigi Rizzo | 2009-12-09 | 1 | -1/+4 |
| * | Convert {small prefix}BSD to TERM=xterm as well. | Ed Schouten | 2009-11-13 | 2 | -13/+13 |
| * | create an SMP kernel by default in picobsd | Luigi Rizzo | 2009-11-08 | 1 | -1/+4 |
| * | ifconfig now needs -ljail | Luigi Rizzo | 2009-09-12 | 1 | -0/+1 |
| * | fix wrong name for the iso! | Luigi Rizzo | 2009-06-22 | 1 | -1/+1 |
| * | Add code to generate a bootable ISO image, so we are finally | Luigi Rizzo | 2009-06-22 | 1 | -14/+12 |
| * | The "original" PR said that there were two issues with the motd | Edwin Groothuis | 2009-06-19 | 1 | -1/+1 |
| * | 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 |