summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-03libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-02-04nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>Denis Vlasenko1-15/+33
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko22-28/+39
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-27use bb_sanitize_stdio() where appropriateDenis Vlasenko5-36/+27
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko17-19/+19
2006-09-21- pull r15578 from busybox_scratch branch:Bernhard Reutner-Fischer1-25/+21
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko14-114/+96
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-05-24Two more issues pointed out by Bernhard.Rob Landley1-1/+5
2006-05-23It takes _talent_ to implement a version of nohup that does everything exceptRob Landley1-1/+2
2006-05-21New version of nohup that's much smaller, less paranoid, consistent,Rob Landley3-181/+38
2005-10-12usage bb_dev_null"Vladimir N. Oleynik"12-15/+14
2005-09-22very small size reduce for nohup applet"Vladimir N. Oleynik"1-9/+6
2005-09-21- add applet nohup(1)Bernhard Reutner-Fischer5-0/+205