| Commit message (Expand) | Author | Age | Files | Lines |
* | tweak defconfig | Denys Vlasenko | 2015-10-25 | 1 | -13/+3 |
* | archival/*: move "config:" snippets into .c files | Denys Vlasenko | 2013-11-14 | 1 | -0/+40 |
* | archival/*: move "applet:" snippets into .c files | Denys Vlasenko | 2013-11-14 | 1 | -0/+1 |
* | archival/*: move "kbuild:" snippets into .c files | Denys Vlasenko | 2013-11-14 | 1 | -0/+2 |
* | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko | 2011-09-22 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | Fix double words in comments. No code changes | Marek Polacek | 2011-04-16 | 1 | -1/+1 |
* | move help text from include/usage.src.h to archival/*.c | Pere Orga | 2011-03-27 | 1 | -0/+11 |
* | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko | 2010-11-03 | 1 | -1/+1 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 1 | -8/+8 |
* | libbb: add xfstat function | Denys Vlasenko | 2010-08-31 | 1 | -2/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | ar: fix a regression: "ar t arch.a" stopped shoting files | Nguyễn Thái Ngọc Duy | 2010-04-15 | 1 | -1/+2 |
* | ar: add archive creation support | Alexander Shishkin | 2010-03-15 | 1 | -29/+192 |
* | ar: heh, there *was* "-1" already... | Denys Vlasenko | 2010-01-04 | 1 | -1/+1 |
* | ar: fix two bugs, one added by prev comment and other we SEGV with no params | Denys Vlasenko | 2010-01-04 | 1 | -2/+2 |
* | *: remove some uses of argc | Denys Vlasenko | 2010-01-04 | 1 | -3/+4 |
* | tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits | Denys Vlasenko | 2009-09-17 | 1 | -1/+1 |
* | dpkg_deb: slight code shrink | Denis Vlasenko | 2008-07-10 | 1 | -9/+1 |
* | libunarchive: stop using static data in archivers - archive_handle_t | Denis Vlasenko | 2008-06-28 | 1 | -1/+1 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | update Glenn McGrath's email address | Denis Vlasenko | 2007-09-21 | 1 | -1/+0 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -3/+5 |
* | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko | 2007-07-21 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | 2006-12-16 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -3/+3 |
* | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | Denis Vlasenko | 2006-09-27 | 1 | -1/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -10/+2 |
* | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley | 2006-07-16 | 1 | -1/+1 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -13/+1 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | 2005-10-14 | 1 | -8/+1 |
* | Prepend '-' to the first argument if required, more const, indent | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -7/+12 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" | 2005-10-11 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+0 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -2/+2 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger | 2005-05-11 | 1 | -1/+1 |
* | abort if user passes -r or if they dont pass anything | Mike Frysinger | 2005-05-09 | 1 | -3/+8 |
* | Make it more apparent that archive creation is not supported | Eric Andersen | 2004-10-07 | 1 | -6/+10 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Use bb_getopt_ulflags, saves some space, better argument checking. | Glenn L McGrath | 2004-01-04 | 1 | -70/+32 |
* | Fix a compile error when only using ar, patch by Paul van Gool | Glenn L McGrath | 2003-12-05 | 1 | -1/+1 |