aboutsummaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Expand)Author
2009-10-19menuconfig tweaksDenys Vlasenko
2009-09-13add USE_PORTABLE_CODE option and use it in find appletDenys Vlasenko
2009-07-11added simplified Unicode support for non-locale-enabled buildsDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-01-22- add CONFIG_EXTRA_CFLAGS (thanks to keesj)Bernhard Reutner-Fischer
2008-11-06total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-10-24- improve wording and fix alphabetical orderBernhard Reutner-Fischer
2008-10-24build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko
2008-08-22- reformat help textBernhard Reutner-Fischer
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-19libbb: config_read() updateDenis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-16config help fixesDenis Vlasenko
2008-07-09build system: libbusybox cannot be staticDenis Vlasenko
2008-06-23fix breakage found by randomconfigDenis Vlasenko
2008-06-13build system: introduce FEATURE_ASSUME_UNICODEDenis Vlasenko
2008-06-12Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)Denis Vlasenko
2008-06-04build system: add PIE build optionDenis Vlasenko
2008-06-02Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko
2008-05-13Kill CONFIG_NITPICK, it turned out to not be useful. no code changes.Denis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-02-22lpr and lpq applets by Walter Harms.Denis Vlasenko
2008-01-08hush: report [v]fork failuresDenis Vlasenko
2007-11-04Announce 1.8.0Denis Vlasenko
2007-10-07libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 4Denis Vlasenko
2007-10-07reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko
2007-08-25support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko
2007-08-15if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko
2007-06-16make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-featuresDenis Vlasenko
2007-05-08tail: fix SEGV on "tail -N"Denis Vlasenko
2007-04-10Rename two config options:Denis Vlasenko
2007-04-09Implement first instance of NOFORK applet - echoDenis Vlasenko
2007-04-01tcpsvd: new appletDenis Vlasenko
2007-03-28- reinstate dmalloc and efence supportBernhard Reutner-Fischer
2007-03-27make pidfile writing configurable.Denis Vlasenko
2007-02-06new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko
2007-01-27Make -Werror configurableDenis Vlasenko
2007-01-24combine bool;prompt to just boolMike Frysinger
2007-01-24correct file format errorsMike Frysinger
2007-01-21Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko
2006-12-26adduser: trivial code movementDenis Vlasenko
2006-12-22convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko
2006-12-01- provide central knob to turn off RPC related options.Bernhard Reutner-Fischer
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
2006-11-17- typo fixBernhard Reutner-Fischer
2006-10-05build system overhaulDenis Vlasenko
2006-10-03runit/chpst: "change process state" utilityDenis Vlasenko