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