1. 17058a0 libbb: switch bb_ask_noecho() to "mallocing" string return API by Denys Vlasenko · 7 years ago
  2. 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
  3. 2f094ae telnet: move winsize detection closer to I/O loop, delete non-functioning debug code by Denys Vlasenko · 7 years ago
  4. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  5. 02859aa use auto_string() where appropriate to kill a few statics by Denys Vlasenko · 9 years ago
  6. d32fc64 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 by Denys Vlasenko · 10 years ago
  7. b6dc13c sulogin: allow system maintenance login if root password is empty by Jonathan Liu · 12 years ago
  8. 7449e18 getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout by Denys Vlasenko · 13 years ago
  9. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  10. 557deb1 libbb: fix bb_ask() to operate on correct fd by Denys Vlasenko · 15 years ago
  11. c8e18ca remove now-unneeded memset by Denys Vlasenko · 15 years ago
  12. e936c6d make echo -e "foo\nfoo" | passwd USER work by Denys Vlasenko · 15 years ago
  13. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  14. 9b1b62a Patches to enable FreeBSD build by Denys Vlasenko · 15 years ago
  15. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  16. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  17. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  18. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  19. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  20. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  21. e5387a0 bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C. by Denis Vlasenko · 17 years ago
  22. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  23. 91e149a libbb: random hunt for statics by Denis Vlasenko · 18 years ago
  24. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  25. ab24e18 passwd: rework: by Denis Vlasenko · 18 years ago
  26. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  27. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  28. e422af6 Flush input when prompting for a password (bug 373). by Rob Landley · 19 years ago
  29. 6f9a778 Do not use getpass(3) by Eric Andersen · 21 years ago