| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS) | Denys Vlasenko | 2022-01-04 | 1 | -1/+1 |
* | libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there | Denys Vlasenko | 2020-11-29 | 1 | -1/+1 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -2/+1 |
* | config: trim/improve item names and help texts, take 2 | Denys Vlasenko | 2017-07-27 | 1 | -1/+1 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -3/+3 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 1 | -4/+4 |
* | loginutils/*: convert to new-style "one file" applets | Denys Vlasenko | 2015-10-19 | 1 | -1/+15 |
* | sulogin: use common password-checking routine. | Denys Vlasenko | 2013-11-19 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 2011-04-03 | 1 | -0/+7 |
* | s/FAIL_DELAY/LOGIN_FAIL_DELAY/ | Denys Vlasenko | 2011-03-08 | 1 | -2/+2 |
* | convert "do {...} while (1);" -> "while (1) {...}" | Denys Vlasenko | 2011-03-02 | 1 | -4/+5 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | vlock: disable linux console calls on other systems | Jeremie Koenig | 2010-07-30 | 1 | -2/+13 |
* | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko | 2008-12-02 | 1 | -6/+1 |
* | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko | 2008-11-05 | 1 | -2/+2 |
* | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer | 2008-07-21 | 1 | -1/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -3/+3 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -3/+3 |
* | libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set | Denis Vlasenko | 2008-03-12 | 1 | -11/+4 |
* | nc: remove a bit of bloat | Denis Vlasenko | 2008-03-12 | 1 | -44/+40 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | vlock: get rid of statics | Denis Vlasenko | 2007-09-27 | 1 | -18/+18 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-07-14 | 1 | -3/+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 |
* | - save 4 bytes | Bernhard Reutner-Fischer | 2006-11-30 | 1 | -1/+1 |
* | - minor shrinkage | Bernhard Reutner-Fischer | 2006-11-27 | 1 | -8/+6 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | vlock: make message shorter | Denis Vlasenko | 2006-09-24 | 1 | -1/+1 |
* | correct_password: undo whitespace damage. | Denis Vlasenko | 2006-09-23 | 1 | -4/+3 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -12/+2 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -0/+1 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -22/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley | 2006-01-06 | 1 | -1/+1 |
* | Patch from Tito to make vlock much smaller. | Rob Landley | 2005-12-19 | 1 | -94/+14 |
* | strncmp isn't automatically superior to strcmp. Especially when it isn't | Rob Landley | 2005-12-18 | 1 | -2/+2 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -1/+1 |
* | Do not use getpass(3) | Eric Andersen | 2004-05-01 | 1 | -5/+3 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -7/+8 |
* | hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS | Eric Andersen | 2002-07-03 | 1 | -1/+4 |
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -0/+229 |