summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2012-05-06ln: support -T and -vSimon B2-7/+23
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko4-16/+11
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-03-21ln: explain why we use xstrdupDenys Vlasenko1-1/+5
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
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-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko13-62/+66
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-16whitespace fixes, no code changesDenis Vlasenko9-99/+101
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko17-52/+59
2006-10-21cp: add support for -s, -l. Fix free(nonmalloc) bug.Denis Vlasenko6-159/+188
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-12-12printf() arguments shouldn't be passed straight from user supplied data.Rob Landley1-1/+1
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"16-49/+33
2005-04-29Patch from Matthew S. Wood:Rob Landley1-8/+24
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-01-08Patch from Bastian Blank to fix debian bug #226722, test case: Glenn L McGrath1-12/+1
2003-12-31Batch from Bastian Blank to fix debian bug #216435;Glenn L McGrath1-4/+12
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl18-79/+64
2002-04-06Apply lash_patch35 from vodz, which brings several nice size_optimizations.Eric Andersen6-15/+23
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen46-241/+98
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-15use perror_msg instead of perror to print the applet name.Eric Andersen2-36/+62
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen88-151/+174
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley74-624/+674
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-10-04Patch from Matt Kraai: "When it encounters a problem creating a link, lnEric Andersen2-4/+6
2000-10-04Rewrite to use getopt and return instead of exit, a seperate function (fs_lin...Glenn L McGrath2-166/+138
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai25-108/+70
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-14Use errorMsg rather than fprintf.Matt Kraai81-473/+391
2000-07-11Re-enable ln -n in the help.Eric Andersen2-4/+0
2000-07-11Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2-54/+4
[next]