summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2012-07-06include sys/resource.h where neededMike Frysinger7-0/+7
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
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-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko5-6/+19
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko3-11/+3
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-02-23- by not calling getpagesize() twice we can save 2 bytes (walter harms)Bernhard Reutner-Fischer1-2/+2
2008-07-11time: don't segfault with no argumentsDenis Vlasenko1-0/+1
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-07-01sendmail: fix wrong vfork usage here tooDenis Vlasenko6-21/+11
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko15-50/+55
2008-07-01*: introduce and use xvfork()Denis Vlasenko12-42/+18
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko8-144/+151
2007-06-17hwclock: size optimizationsDenis Vlasenko10-262/+230
2007-06-17time: *const str = "xxx" ==> str[] = "xxx"Denis Vlasenko1-3/+3
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
2006-12-22time: -200 bytes of textDenis Vlasenko1-84/+96
2006-12-22time: fix option parsing bug, size optimizationsDenis Vlasenko1-28/+22
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-06-06use vfork() instead of vork() since the only thing we do is execve() an app a...Mike Frysinger1-1/+1
2006-06-03- use bb_msg_write_error in 3 placesBernhard Reutner-Fischer1-368/+346
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley40-46/+2
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-11-07Patch from Steven Scholz to send the output from 'time'Eric Andersen1-2/+2
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-09-30Doh. We divide microseconds by 60?Eric Andersen1-2/+2
2002-09-27Bug fix from Nitin Gupta <gupta@equator.com>Eric Andersen1-4/+4
2001-11-30Add in a 'time' applet. Adds 4.5k.Eric Andersen4-0/+513