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