| Commit message (Expand) | Author | Age | Files | Lines |
* | install: compat fix for mode of created files. | Denys Vlasenko | 2009-06-15 | 1 | -3/+4 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -3/+3 |
* | install: shrink -D code. By Bernhard. | Denis Vlasenko | 2008-09-06 | 1 | -10/+7 |
* | kbd_mode: fix non-ASCII letters in comments | Denis Vlasenko | 2008-09-03 | 1 | -27/+37 |
* | install: fix long option not taking params (bug 4584) | Denis Vlasenko | 2008-08-15 | 1 | -3/+3 |
* | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer | 2008-07-21 | 1 | -2/+2 |
* | install: do not chown intermediate directories with install -d; shrink | Denis Vlasenko | 2008-07-16 | 1 | -47/+28 |
* | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko | 2008-03-23 | 1 | -3/+0 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | install: fix bug in "install -c file dir" (tries to copy dir into dir too) | Denis Vlasenko | 2007-09-26 | 1 | -21/+26 |
* | update Glenn McGrath's email address | Denis Vlasenko | 2007-09-21 | 1 | -1/+1 |
* | install: shrink a bit, fix two buglets | Denis Vlasenko | 2007-08-26 | 1 | -29/+38 |
* | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko | 2007-08-24 | 1 | -2/+4 |
* | 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 | -13/+12 |
* | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko | 2007-07-21 | 1 | -1/+1 |
* | install: fix install a b /a/link/to/dir | Denis Vlasenko | 2007-06-17 | 1 | -3/+9 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -2/+3 |
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 1 | -2/+2 |
* | introduce and use setfscreatecon_or_die | Denis Vlasenko | 2007-03-12 | 1 | -3/+1 |
* | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko | 2007-03-11 | 1 | -1/+2 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -5/+70 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 1 | -1/+1 |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | 2006-12-28 | 1 | -38/+44 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -2/+2 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -3/+3 |
* | Another whack at scripts/individual. Now builds 212 applets. | Rob Landley | 2006-08-09 | 1 | -8/+2 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -14/+1 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+4 |
* | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | 2005-10-14 | 1 | -1/+1 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" | 2005-10-11 | 1 | -1/+1 |
* | When lstat returns an error (such as file not found), the value of | Rob Landley | 2005-10-09 | 1 | -10/+9 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -2/+2 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+1 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -6/+1 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger | 2005-05-11 | 1 | -1/+1 |
* | 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 | -5/+5 |
* | Enable long options, adds 150 bytes. | Glenn L McGrath | 2004-01-23 | 1 | -1/+12 |