| Commit message (Expand) | Author | Age | Files | Lines |
* | mkdir,rmdir: accept and ignore -v, --verbose | Simon B | 2012-05-06 | 1 | -1/+2 |
* | mkdir: fix permissions on 64-bit platforms | Timo Teras | 2012-02-23 | 1 | -3/+4 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+19 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko | 2009-11-28 | 1 | -5/+3 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -1/+1 |
* | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko | 2008-03-23 | 1 | -1/+0 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -1/+1 |
* | rework long option handling. saves ~1.2k | Denis Vlasenko | 2007-07-23 | 1 | -7/+6 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 1 | -4/+4 |
* | introduce and use setfscreatecon_or_die | Denis Vlasenko | 2007-03-12 | 1 | -4/+1 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -1/+19 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | mkdir: style fix | Denis Vlasenko | 2006-11-19 | 1 | -5/+5 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -1/+1 |
* | reshuffle libbb.h contents so that order of decls makes sense | Denis Vlasenko | 2006-10-27 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -3/+3 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -14/+1 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+4 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+1 |
* | last_patch89 from vodz: | Eric Andersen | 2003-06-20 | 1 | -10/+16 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -27/+31 |
* | When making parent directories set permissions based on the base parent tree ... | Glenn L McGrath | 2002-11-24 | 1 | -1/+3 |
* | make_directory() will fail instantly so we dont need to test for failure here | Glenn L McGrath | 2002-09-28 | 1 | -5/+4 |
* | Rewrote mkdir (and touched lots of things in the process). | Matt Kraai | 2001-06-21 | 1 | -66/+31 |
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | 2001-04-25 | 1 | -3/+0 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -4/+4 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -3/+3 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -2/+2 |
* | Cleanup patch from Vladimir N. Oleynik. | Eric Andersen | 2001-01-31 | 1 | -8/+4 |
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+2 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -4/+4 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -5/+5 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -12/+0 |
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+3 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -3/+6 |
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 1 | -3/+2 |
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 1 | -2/+1 |
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -66/+67 |
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -14/+20 |
* | * added (and documented) "-n" option for head - | Erik Andersen | 2000-01-23 | 1 | -1/+2 |