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-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko7-104/+114
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-08README: doccument the need of CONFIG_DESKTOPDenis Vlasenko4-16/+15
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
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-12-22tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko13-66/+85
2006-12-21less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko4-117/+161
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko17-35/+49
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-08correct largefile support, add comments about it.Denis Vlasenko15-91/+121
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-05-31Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley6-29/+82
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath18-148/+55
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai27-144/+144
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen362-75864/+8827
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen34-16/+40
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
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
2000-09-27Continue concatenating files even if we can't open one.Matt Kraai3-9/+12
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-09-21Handle 'cat -'Eric Andersen2-8/+6
2000-07-17Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin6-40/+37
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-13Correct argument parsing and other minor cleanups.Matt Kraai2-22/+22
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen142-221/+190
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen35-133/+278
2000-04-13Upates to include copyright 2000 to everythingErik Andersen85-668/+581
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen34-376/+817
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen163-27364/+27866
1999-12-08Latest and greatestEric Andersen20-75/+2188
1999-11-23StufEric Andersen6-26/+49
1999-10-20Fixed up copyright notices and suchEric Andersen75-322/+947
1999-10-20FixedEric Andersen2-2/+4
1999-10-19Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen61-472/+3997
1999-10-18More stuff.Eric Andersen61-233/+168
[next]