| Commit message (Expand) | Author | Age | Files | Lines |
* | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl | 2010-06-27 | 1 | -26/+31 |
* | su: move restricted_shell into su.c (the only user) | Denys Vlasenko | 2010-02-26 | 1 | -1/+18 |
* | setup_environment(): eliminate one parameter | Denys Vlasenko | 2010-02-26 | 1 | -2/+4 |
* | a few more GCC-isms removed | Denys Vlasenko | 2009-09-09 | 1 | -5/+18 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -2/+2 |
* | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko | 2008-12-23 | 1 | -1/+1 |
* | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko | 2008-12-03 | 1 | -3/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko | 2008-03-17 | 1 | -6/+4 |
* | dos2unix: tiny shrink | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | setup_environment: code shrink | Denis Vlasenko | 2007-09-10 | 1 | -3/+4 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 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 |
* | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko | 2007-01-29 | 1 | -3/+3 |
* | su: fix typo: "argv -= optind" should be += | Denis Vlasenko | 2006-12-23 | 1 | -1/+1 |
* | - rename SU_SYSLOG to FEATURE_SU_SYSLOG | Bernhard Reutner-Fischer | 2006-12-19 | 1 | -7/+8 |
* | su: make /etc/shells check configurable | Denis Vlasenko | 2006-12-19 | 1 | -8/+15 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -7/+11 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | correct_password: undo whitespace damage. | Denis Vlasenko | 2006-09-23 | 1 | -1/+1 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | Bernhard Reutner-Fischer | 2006-09-13 | 1 | -1/+1 |
* | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | 2006-09-07 | 1 | -3/+3 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -5/+1 |
* | Comment tweak from tito. | Rob Landley | 2006-07-15 | 1 | -1/+1 |
* | Patch from Tito to make syslog configurable and remove #ifdefs. Further | Rob Landley | 2006-07-10 | 1 | -111/+43 |
* | - minor size tweak | Bernhard Reutner-Fischer | 2006-06-14 | 1 | -8/+7 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | - Document -m, -c, -s and provide a default shell for standalone build. | Bernhard Reutner-Fischer | 2006-01-19 | 1 | -9/+17 |
* | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM... | Mike Frysinger | 2005-07-01 | 1 | -1/+1 |
* | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley | 2005-05-03 | 1 | -3/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -6/+6 |
* | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath | 2003-09-02 | 1 | -1/+0 |
* | Vodz, last patch 105 | Glenn L McGrath | 2003-08-29 | 1 | -74/+66 |
* | Patch from Russell Coker: | Eric Andersen | 2003-07-03 | 1 | -1/+5 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -7/+7 |
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -7/+2 |
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 1 | -0/+167 |