Age | Commit message (Expand) | Author |
2008-01-24 | halt: write wtmp entry if wtmp support is enabled | Denis Vlasenko |
2008-01-24 | halt: update help text | Denis Vlasenko |
2008-01-24 | comment fix | Denis Vlasenko |
2008-01-24 | crond: small code shrink and readability enhancements | Denis Vlasenko |
2008-01-24 | grep: fix wrong filename in error message | Denis Vlasenko |
2008-01-23 | as reported by George Boudreau, make sure we properly skip blank lines | Mike Frysinger |
2008-01-19 | - Fix hdparm's ioctl parameter passing (John Brandwood) | Bernhard Reutner-Fischer |
2008-01-18 | eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings | Paul Fox |
2008-01-17 | - correct helptext of stat (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer |
2008-01-14 | - implement brctl setpathcost, setportprio, setbridgeprio, stp | Bernhard Reutner-Fischer |
2008-01-14 | - mention strtod code-duplication as TODO for cleanup | Bernhard Reutner-Fischer |
2008-01-13 | - shrink a bit and implement time related fancy features. Improve help texts. | Bernhard Reutner-Fischer |
2008-01-13 | - fix commentary typo | Bernhard Reutner-Fischer |
2008-01-13 | - save four bytes by manually hoisting the br assignment | Bernhard Reutner-Fischer |
2008-01-13 | - update defconfig | Bernhard Reutner-Fischer |
2008-01-13 | - new applet brctl | Bernhard Reutner-Fischer |
2008-01-11 | - add ipsvd | Bernhard Reutner-Fischer |
2008-01-11 | enable use of ^V prefix to allow forced insertion of any character. in | Paul Fox |
2008-01-11 | allow 8-bit characters | Paul Fox |
2008-01-09 | tac: handle NULs properly. +145 bytes | Denis Vlasenko |
2008-01-08 | hush: report [v]fork failures | Denis Vlasenko |
2008-01-07 | whitespace fixes | Denis Vlasenko |
2008-01-07 | ps: fix yet another buglet from recent ulltoa conversion :( | Denis Vlasenko |
2008-01-07 | ps: fix COMMAND column adjustment | Denis Vlasenko |
2008-01-07 | tac: *really* add tac.c now | Denis Vlasenko |
2008-01-07 | ps: fix build breakage from vda's recent commit | Denis Vlasenko |
2008-01-07 | syslogd: fix shmat error check | Denis Vlasenko |
2008-01-06 | tac: new applet. ~240 bytes. | Denis Vlasenko |
2008-01-06 | ps: fix overflow in USER and VSZ columns | Denis Vlasenko |
2008-01-05 | ps: add conditional support for -o [e]time | Denis Vlasenko |
2008-01-04 | Makefile.help: removing allbareconfig target from help | Denis Vlasenko |
2008-01-04 | ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) | Denis Vlasenko |
2008-01-04 | init: wait for orphaned children too while waiting | Denis Vlasenko |
2008-01-03 | syslogd: avoid excessive tine() system calls | Denis Vlasenko |
2008-01-03 | syslogd: don't die if remote host's IP cannot be resolved. | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-12-30 | adding libbb/printable.c | Denis Vlasenko |
2007-12-30 | libbb: introduce fputc_printable (from ed) | Denis Vlasenko |
2007-12-29 | httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>) | Denis Vlasenko |
2007-12-28 | trylink: instead of build error, disable --gc-sections if GLIBC && STATIC | Denis Vlasenko |
2007-12-26 | netstat: in error message, report filename and line number | Denis Vlasenko |
2007-12-26 | save a bit of code with *strchrnul = '\0' trick | Denis Vlasenko |
2007-12-26 | Fix xmalloc_fgets_str so that it really does NOT strip terminator. | Denis Vlasenko |
2007-12-26 | init: don't spawn tons of waiting children, one is enough | Denis Vlasenko |
2007-12-25 | init: sometimes, #ifdefs are cleaner. | Denis Vlasenko |
2007-12-25 | sync examples to what actual actual code expects | Denis Vlasenko |
2007-12-25 | add expected output | Mike Frysinger |
2007-12-25 | convert #if to if -- let gcc optimize away dead code for us | Mike Frysinger |
2007-12-25 | init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>) | Denis Vlasenko |
2007-12-24 | fix typo in web page | Denis Vlasenko |