aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd
Commit message (Expand)AuthorAgeFilesLines
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-8/+6
* use MALLOC_PRODUCTION for picobsd builds, be more frugal in memory usage.Luigi Rizzo2012-08-271-1/+3
* Remove dead code.Dag-Erling Smørgrav2012-06-121-73/+16
* Omit clang when building picobsd, it takes way too long.Luigi Rizzo2012-05-031-1/+2
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Spelling fixes for release/Ulrich Spörlein2012-01-073-7/+7
* now picobsd cross builds work (tried with host amd64, target i386 ).Luigi Rizzo2012-01-041-19/+27
* remove some stale options (such as running without /boot/loader)Luigi Rizzo2012-01-042-72/+55
* some tweaks to build picobsd for different architectures.Luigi Rizzo2011-11-232-5/+13
* following the recent (218130) changes to Makefile and Makefile.inc1,Luigi Rizzo2011-02-051-3/+6
* move the initialization of BINMAKE earler, so it isLuigi Rizzo2010-11-121-5/+7
* use make from the toolchain, as the source tree may depend onLuigi Rizzo2010-09-281-2/+2
* Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:Gavin Atkinson2010-08-081-1/+2
* Correct two error messages to match the failure they are reporting.Gavin Atkinson2010-08-081-2/+2
* add some modern stuff: SMP, SCHED_ULE, PREEMPTIONLuigi Rizzo2010-07-152-3/+15
* use log instead of logverbose in three places so the build won't needLuigi Rizzo2010-02-141-3/+3
* a minimal set of changes to adapt to the utmp->utmpx changes.Luigi Rizzo2010-02-141-6/+13
* Remove libulog from the bootstrap again.Ed Schouten2010-01-212-2/+0
* make the memory filesystem larger, and add an exampleLuigi Rizzo2009-12-282-3/+23
* clear leftover from previous computationsLuigi Rizzo2009-12-281-0/+1
* more support to import files and libraries from the host.Luigi Rizzo2009-12-281-16/+42
* add a 'qemu' floppy type, useful for running tests on new kernelsLuigi Rizzo2009-12-276-0/+745
* dhclient needs to have /var/empty and a _dhcp userLuigi Rizzo2009-12-272-0/+4
* fix a typo (not that it matters)Luigi Rizzo2009-12-271-1/+1
* put back the HZ setting or we see poor timing under qemuLuigi Rizzo2009-12-271-1/+3
* when calling ldd, use the cross libraries and not the host versionLuigi Rizzo2009-12-091-4/+4
* use default HZLuigi Rizzo2009-12-091-1/+1
* add -lulog, the program "less" and a commentLuigi Rizzo2009-12-091-1/+4
* Convert {small prefix}BSD to TERM=xterm as well.Ed Schouten2009-11-132-13/+13
* create an SMP kernel by default in picobsdLuigi Rizzo2009-11-081-1/+4
* ifconfig now needs -ljailLuigi Rizzo2009-09-121-0/+1
* fix wrong name for the iso!Luigi Rizzo2009-06-221-1/+1
* Add code to generate a bootable ISO image, so we are finallyLuigi Rizzo2009-06-221-14/+12
* The "original" PR said that there were two issues with the motdEdwin Groothuis2009-06-191-1/+1
* fix various build errors (missing or wrong return types forLuigi Rizzo2009-04-271-16/+22
* provide the absolute path for /etc/rc1Luigi Rizzo2009-04-061-1/+1
* add some popular device and comment some potentially useful optionsLuigi Rizzo2009-04-061-0/+5
* there is no dev_mkdb anymoreLuigi Rizzo2009-03-261-1/+0
* This config file uses dynamically linked binaries, which is moreLuigi Rizzo2009-03-253-91/+99
* devfs is the standard nowLuigi Rizzo2009-03-251-1/+0
* add support for shared "crunch" binary.Luigi Rizzo2009-03-251-20/+59
* remove stale comments on the size of objects, they are moreLuigi Rizzo2009-03-241-68/+48
* 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
* Warns fixes: use putenv rather than setenv to avoid constness problems,David Malone2009-03-172-2/+4
* remove duplicate entries for isa and npx, they areLuigi Rizzo2009-03-011-4/+0
* 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-60/+109
* update 'sio' with 'uart' and apply related changes.Luigi Rizzo2009-02-194-13/+20