summaryrefslogtreecommitdiffstats
path: root/tools/bsdbox
Commit message (Collapse)AuthorAgeFilesLines
* Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
| | | | | | | | | | variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* use MK_KERBEROS=no in preference to WITHOUT_KERBEROSimp2014-04-051-1/+1
|
* Remove IPX support.glebius2014-03-142-5/+0
| | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.
* Do a bunch of fixing and refactoring.adrian2012-08-291-8/+10
| | | | | | | Fix up gzip to crunch right. Add kenv, although I'm not yet sure why it isn't working on my MIPS boards (reading kenv always returns blank.)
* Disable fsck_ffs for now, 4MB target size issues.adrian2012-08-291-1/+1
|
* Disable building textproc for now, it doesn't fit on my 4MB flashadrian2012-08-291-2/+2
| | | | | | partition. Add -lcrypt as a dynamic target.
* For now, disable building wpa_supplicant.adrian2012-08-291-3/+3
| | | | My 4MB flash builds can't handle the bloat.
* Import the first cut of "bsdbox".adrian2012-01-0610-0/+295
This uses the existing crunchgen infrastructure to build a series of tools designed to replace the base and networking tools on an embedded system. It reuses 'bsd.crunchgen.mk' to drive the actual file creation. The rescue build system also uses this. Unlike busybox, it doesn't include its own source - instead, it just builds from the sources in /usr/src/ and leverages the existing BSD framework. Thie is still quite messy and could do with a whole lot of cleaning up. However it is proving to be very useful with my current build framework, allowing me to build binary root images that are about 30% less than simply cherrypicking files and libraries from an installworld.
OpenPOWER on IntegriCloud