Age | Commit message (Expand) | Author |
2011-03-02 | convert "do {...} while (1);" -> "while (1) {...}" | Denys Vlasenko |
2011-02-27 | adduser: use better argv passing to addgroup | Denys Vlasenko |
2011-02-10 | getty config help: fix example script | Denys Vlasenko |
2011-02-10 | getty: extend its config help | Denys Vlasenko |
2011-02-03 | whitespace fixes | Denys Vlasenko |
2011-01-26 | getty: fix "ifdef CMSPAR" | Denys Vlasenko |
2011-01-26 | getty: restore CRTSCTS comment | Denys Vlasenko |
2011-01-26 | getty: do clear CLOCAL and CRTSCTS unless told otherwise | Denys Vlasenko |
2011-01-26 | getty: do not clear all c_cflag's (we were clearing baud bits!) | Denys Vlasenko |
2011-01-26 | getty: wait up to 5 seconds for the output buffer to drain | Peter Korsgaard |
2011-01-26 | getty: document bits we don't set - maybe we should set some of them? | Denys Vlasenko |
2011-01-26 | getty: add ECHOE explanation | Denys Vlasenko |
2011-01-26 | getty: explain every bit in termios; remove redundant stuff in termios_final | Denys Vlasenko |
2011-01-25 | move utmp.h include to libbb.h | Denys Vlasenko |
2011-01-24 | getty: flush _only_ input after switching to the next baud rate | Denys Vlasenko |
2011-01-24 | getty: simplify macros; improve VSWTC[H] compat | Denys Vlasenko |
2011-01-24 | getty: more simplifications; explain how we treat parity now | Denys Vlasenko |
2011-01-24 | getty: simplify code by going to more straignforward G trick | Denys Vlasenko |
2011-01-24 | getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s | Denys Vlasenko |
2011-01-24 | getty: use cfsetspeed to save some bytes; cosmetic fixes | Denys Vlasenko |
2011-01-22 | getty: more correct check for O_RDWR | Denys Vlasenko |
2011-01-22 | getty: comment out parity detection code; improve usage text | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2011-01-18 | disable automatic selection of FEATURE_SUID; improve its help text | Denys Vlasenko |
2011-01-09 | getty: fix -i (was ignored) | Denys Vlasenko |
2010-12-31 | su: document -l in --help text. Closes bug 2761 | Denys Vlasenko |
2010-12-27 | login: apply PAM environment | Ian Wienand |
2010-11-30 | su: suppress "warning: unused variable 'user_buf'" | Denys Vlasenko |
2010-11-08 | deluser: do not warn spuriously when deleting group by deluser | Tito Ragusa |
2010-11-07 | delgroup: correct the check for users who still use the group | Denys Vlasenko |
2010-11-06 | typo fix | Denys Vlasenko |
2010-11-06 | deluser: 2nd attempt at deluser/delgroup size reduction and improvements | Tito Ragusa |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-28 | login: free fromhost upon cleaning up | Alexander Shishkin |
2010-10-23 | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko |
2010-10-20 | add/remove-shell: use O_TRUNC instead of O_EXCL | Denys Vlasenko |
2010-10-20 | add-shell, remove-shell: new applets | Alexander Shishkin |
2010-09-30 | deluser: use the same licensing template in the header as other files do | Denys Vlasenko |
2010-09-22 | deluser: make it simpler, fix inability to delete user from group | Harald Becker |
2010-09-01 | getty: small code shrink | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-30 | vlock: disable linux console calls on other systems | Jeremie Koenig |
2010-07-26 | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko |
2010-07-19 | init,loginutils: termios portability fixes | Jeremie Koenig |
2010-07-19 | mark Linux-specific configuration options | Jeremie Koenig |
2010-06-27 | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl |
2010-06-08 | *: add INSERTs to *.src files where appropriate | Denys Vlasenko |
2010-06-07 | bbconfig: make it independent from printf functions | Denys Vlasenko |
2010-06-06 | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko |
2010-06-04 | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko |