Age | Commit message (Expand) | Author |
2020-12-08 | Remove last traces of CONFIG_TOYBOX_I18N. | Elliott Hughes |
2020-04-27 | Allow KCONFIG_ALLCONFIG to delta against defconfig. | Rob Landley |
2020-04-02 | Fix macOS build. | Elliott Hughes |
2020-02-20 | Fix bitrot in macos_miniconfig. | Elliott Hughes |
2020-01-09 | Don't feed "y" to silentoldconfig, it puts menus in a loop. Hit enter instead. | Rob Landley |
2019-11-23 | macos_miniconfig: add cp, mktemp, and mv. | Elliott Hughes |
2019-11-22 | mac: build fallocate and stat by default. | Elliott Hughes |
2019-10-08 | Disable conflicting internal symbol "ARCH". | Rob Landley |
2019-08-22 | Quiet "make clean" so it doesn't fill a whole screen with output. | Rob Landley |
2019-06-03 | Clean up remaining TAIL_SEEK references. | Elliott Hughes |
2019-06-03 | tail: fix macOS build. | Elliott Hughes |
2019-05-23 | macos_miniconfig: remove pending tr and add non-pending toys. | Elliott Hughes |
2019-01-25 | Add "make bsd_defconfig" and "make macos_defconfig". | Rob Landley |
2019-01-18 | Set of commands Ed Maste got building on FreeBSD. | Rob Landley |
2018-10-27 | Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILER | Rob Landley |
2018-10-20 | Add SPDX identifier, update copyright year, move kconfig note into kconfig/ | Rob Landley |
2016-01-12 | Expand defconfig/allyesconfig/allnoconfig help text to explain what they're for. | Rob Landley |
2015-08-31 | Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig. | Rob Landley |
2015-06-10 | Cosmetic tweak: no need for pages of text from "make defconfig" and friends. | Rob Landley |
2015-03-26 | Explain the craptacular nature of kconfig, and the plan to replace it. | Rob Landley |
2015-03-25 | Fix toybox build with C99 compilers | Bernhard Rosenkr?nzer |
2012-05-20 | Silence pointless warnings. | Rob Landley |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley |
2007-06-18 | Fix makefile to defconfig properly, and leak in a bit of the new test0.0.3 | Rob Landley |
2007-06-01 | Humor dash, which is broken. | Rob Landley |
2007-03-15 | Apply uClibc's changes to this kconfig. | Rob Landley |
2007-03-12 | Move project name to Makefile. | Rob Landley |
2007-03-12 | Convert HOST_CC to HOSTCC to be more like uClibc build. | Rob Landley |
2007-03-12 | Change help text: not just used for the kernel. | Rob Landley |
2007-02-12 | Make kconfig build on MacOS X. (Because it's there.) | Rob Landley |
2007-01-31 | Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. | Rob Landley |
2006-11-26 | Add bloat-o-meter, make bloatcheck, and scripts/showasm. | Rob Landley |
2006-11-26 | Reduce flag duplication and make kconfig use HOST_CC. | Rob Landley |
2006-11-25 | Leftover from when I cleaned this up for another project. | Rob Landley |
2006-10-31 | Add menuconfig, plus some basic Config info, lots of which is just future | landley |