Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-22 | - fix typo | Bernhard Reutner-Fischer | |
2006-11-20 | login: use %s - we know that string is not too long there | Denis Vlasenko | |
ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space) | |||
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-11-07 | getty: remove ancient termio support (was using termois anyway) | Denis Vlasenko | |
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-10-31 | login: add big fat comment about SIGINT - prevent | Denis Vlasenko | |
adding/deleting that code again and again | |||
2006-10-31 | login: re-enable Ctrl-^C before execing shell. | Denis Vlasenko | |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko | |
2006-10-23 | watch: fix warning | Denis Vlasenko | |
getty: fix breakage; fix excessive stack usage | |||
2006-10-23 | getty: conditionally disable handling of all-caps terminals. | Denis Vlasenko | |
2006-10-23 | getty: cleanup part 2 | Denis Vlasenko | |
2006-10-23 | getty: cleanup part 1 | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-14 | sulogin: add support for $SUSHELL & $sushell | Denis Vlasenko | |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-09-26 | several fixes from openWRT project | Denis Vlasenko | |
2006-09-26 | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | Denis Vlasenko | |
2006-09-24 | vlock: make message shorter | Denis Vlasenko | |
2006-09-23 | correct_password: undo whitespace damage. | Denis Vlasenko | |
vlock + correct_password: fix incorrect line breaks in messages. | |||
2006-09-23 | passwd: getopt_ulflags'isation | Denis Vlasenko | |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley | |
Erik or I are primary copyright holders on. | |||
2006-09-19 | getty: oops... removing duplicate #include <syslog.h> | Denis Vlasenko | |
2006-09-19 | getty: #include <syslog.h> | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-09-17 | login: apply fixes + getopt_ulflag'ification by Bernhard | Denis Vlasenko | |
2006-09-14 | login: eliminate forward decls and #ifdefs | Denis Vlasenko | |
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter ↵ | Bernhard Reutner-Fischer | |
boilerplate. No object code changes. | |||
2006-09-13 | - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some ↵ | Bernhard Reutner-Fischer | |
more cleanup (see FIXME in the patch). | |||
2006-09-12 | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | |
2006-09-11 | Error reporting fix for sulogin, plus remove help entries for options we never | Rob Landley | |
implemented. (Plus a bit more of bbsh leaking in from my tree, but it shouldn't hurt anything and I'm lazy...) | |||
2006-09-09 | sulogin: minor cleanup. | Denis Vlasenko | |
2006-09-08 | login: use some ideas from util-linux's login. | Denis Vlasenko | |
O_NONBLOCKing output on login timeout. fchmod instead of chmod (latter is racy). is_my_tty() is not needed anymore after race is fixed (is_my_tty() was racy too anyway...). | |||
2006-09-08 | login: make it saner and smaller by ~0.5k. | Denis Vlasenko | |
2006-09-08 | login: small fixes like \n removal, bb_error_msg'ification, etc. | Denis Vlasenko | |
2006-09-08 | login: previous commit comment was wrong :) | Denis Vlasenko | |
That commit added login script support. Now _this commit_ is a style fix. Sorry.... | |||
2006-09-08 | login: style fixes | Denis Vlasenko | |
2006-09-08 | Shrinkage/cleanup from Tito. | Rob Landley | |
2006-09-07 | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | |
bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. | |||
2006-09-06 | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | |
automatically by function itself. | |||
2006-09-03 | sulogin: fix bug: -tNNN didn't work | Denis Vlasenko | |
2006-08-24 | Antti Seppala (with dots over the last two a's) wants our getty to initialize | Rob Landley | |
the terminal the way mingetty does instead of the way agetty does. It's a bit ugly for somebody else to be writing to a console sitting at a login: prompt, but it's uglier when newline doesn't work as expected if they do. | |||
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-08-03 | Remove apparent typo in "bool" line. | "Robert P. J. Day" | |
2006-07-16 | Bugfix from Tito to make sure /etc/group gets updated. | Rob Landley | |
2006-07-16 | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley | |