| Commit message (Expand) | Author | Age | Files | Lines |
* | mostly style fixes | vda | 2006-11-01 | 1 | -1/+1 |
* | login: add big fat comment about SIGINT - prevent | vda | 2006-10-31 | 1 | -1/+8 |
* | login: re-enable Ctrl-^C before execing shell. | vda | 2006-10-31 | 1 | -2/+12 |
* | rename functions to more understandable names | vda | 2006-10-26 | 1 | -2/+2 |
* | watch: fix warning | vda | 2006-10-23 | 1 | -22/+22 |
* | getty: conditionally disable handling of all-caps terminals. | vda | 2006-10-23 | 1 | -57/+25 |
* | getty: cleanup part 2 | vda | 2006-10-23 | 1 | -31/+28 |
* | getty: cleanup part 1 | vda | 2006-10-23 | 1 | -44/+47 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 2 | -2/+2 |
* | sulogin: add support for $SUSHELL & $sushell | vda | 2006-10-14 | 2 | -9/+19 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 4 | -16/+14 |
* | build system overhaul | vda | 2006-10-05 | 4 | -109/+51 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 5 | -5/+5 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 8 | -12/+12 |
* | several fixes from openWRT project | vda | 2006-09-26 | 1 | -1/+1 |
* | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | vda | 2006-09-26 | 1 | -3/+3 |
* | vlock: make message shorter | vda | 2006-09-24 | 1 | -1/+1 |
* | correct_password: undo whitespace damage. | vda | 2006-09-23 | 2 | -5/+4 |
* | passwd: getopt_ulflags'isation | vda | 2006-09-23 | 1 | -61/+52 |
* | Change license statements (and clean up headers) on some of the files that | landley | 2006-09-22 | 1 | -6/+1 |
* | getty: oops... removing duplicate #include <syslog.h> | vda | 2006-09-19 | 1 | -2/+0 |
* | getty: #include <syslog.h> | vda | 2006-09-19 | 1 | -0/+1 |
* | whitespace cleanup | vda | 2006-09-17 | 4 | -9/+9 |
* | login: apply fixes + getopt_ulflag'ification by Bernhard | vda | 2006-09-17 | 1 | -44/+29 |
* | login: eliminate forward decls and #ifdefs | vda | 2006-09-14 | 1 | -191/+166 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | aldot | 2006-09-13 | 1 | -1/+1 |
* | - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more... | aldot | 2006-09-13 | 1 | -28/+11 |
* | Remove pointless "const". Bloatcheck says 0 bytes difference. | landley | 2006-09-12 | 1 | -1/+2 |
* | Error reporting fix for sulogin, plus remove help entries for options we never | landley | 2006-09-11 | 1 | -1/+1 |
* | sulogin: minor cleanup. | vda | 2006-09-09 | 1 | -17/+15 |
* | login: use some ideas from util-linux's login. | vda | 2006-09-08 | 1 | -25/+15 |
* | login: make it saner and smaller by ~0.5k. | vda | 2006-09-08 | 1 | -185/+131 |
* | login: small fixes like \n removal, bb_error_msg'ification, etc. | vda | 2006-09-08 | 1 | -19/+17 |
* | login: previous commit comment was wrong :) | vda | 2006-09-08 | 1 | -131/+133 |
* | login: style fixes | vda | 2006-09-08 | 2 | -0/+30 |
* | Shrinkage/cleanup from Tito. | landley | 2006-09-08 | 1 | -87/+45 |
* | getty, sulogin: convert to using bb_msg for syslog output | vda | 2006-09-07 | 4 | -108/+76 |
* | Add CONFIG_FEATURE_SYSLOG which controls whether | vda | 2006-09-07 | 1 | -0/+5 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | vda | 2006-09-06 | 2 | -8/+8 |
* | sulogin: fix bug: -tNNN didn't work | vda | 2006-09-03 | 1 | -4/+5 |
* | Antti Seppala (with dots over the last two a's) wants our getty to initialize | landley | 2006-08-24 | 1 | -1/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 6 | -66/+14 |
* | Remove apparent typo in "bool" line. | rpjday | 2006-08-03 | 1 | -1/+1 |
* | Bugfix from Tito to make sure /etc/group gets updated. | landley | 2006-07-16 | 1 | -3/+3 |
* | Convert setuid/setgid users to xsetuid/xsetgid. | landley | 2006-07-16 | 1 | -4/+1 |
* | Comment tweak from tito. | landley | 2006-07-15 | 1 | -1/+1 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | rpjday | 2006-07-12 | 5 | -13/+28 |
* | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | landley | 2006-07-11 | 1 | -14/+7 |
* | Patch from Tito to make syslog configurable and remove #ifdefs. Further | landley | 2006-07-10 | 2 | -111/+50 |