summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-25tweak defconfigDenys Vlasenko4-31/+11
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-16Fix double words in comments. No code changesMarek Polacek8-9/+9
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-31libbb: add xfstat functionDenys Vlasenko13-21/+29
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-15ar: fix a regression: "ar t arch.a" stopped shoting filesNguyễn Thái Ngọc Duy1-1/+2
2010-03-15ar: add archive creation supportAlexander Shishkin7-42/+263
2010-01-04ar: heh, there *was* "-1" already...Denys Vlasenko1-1/+1
2010-01-04ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko2-9/+9
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko7-45/+50
2008-07-10dpkg_deb: slight code shrinkDenis Vlasenko9-45/+65
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko11-86/+89
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-21update Glenn McGrath's email addressDenis Vlasenko15-16/+15
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko8-42/+41
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-27usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko5-279/+88
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley39-224/+204
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-05-26Change llist_add_* to take the address of the list rather than returning the newRob Landley16-57/+42
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"15-115/+154
2005-10-12Prepend '-' to the first argument if required, more const, indent"Vladimir N. Oleynik"1-7/+12
2005-10-11- use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"9-69/+100
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley23-36/+20
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"20-167/+176
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger11-12/+13
2005-05-09abort if user passes -r or if they dont pass anythingMike Frysinger1-3/+8
2004-10-07Make it more apparent that archive creation is not supportedEric Andersen1-6/+10
2004-04-25Update my email address, document some of my tasks in the AUTHORS fileGlenn L McGrath19-25/+27
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-01-04Use bb_getopt_ulflags, saves some space, better argument checking.Glenn L McGrath1-70/+32
2003-12-05Fix a compile error when only using ar, patch by Paul van GoolGlenn L McGrath1-1/+1
[next]