| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | uname: correct cut/paste error | Denis Vlasenko | 2009-03-15 | 2 | -5/+19 |
| * | uname: support long options | Denis Vlasenko | 2009-03-14 | 1 | -0/+16 |
| * | ftpd + ls - timestamp = confused Mozilla. Prevent that. | Denis Vlasenko | 2009-03-09 | 1 | -0/+15 |
| * | uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead | Denis Vlasenko | 2009-03-09 | 1 | -1/+1 |
| * | ftpd: reuse ls applet for LIST/NLST/STAT generation | Denis Vlasenko | 2009-03-09 | 2 | -1/+1 |
| * | ftpd: code chrink, fixed some minor bugs | Denis Vlasenko | 2009-03-08 | 1 | -3/+5 |
| * | expr: a bit more robust handling of regexps with groups (closes bug 87) | Denis Vlasenko | 2009-03-03 | 1 | -6/+6 |
| * | printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" | Denis Vlasenko | 2009-03-03 | 1 | -3/+3 |
| * | ls: implement -Q and -g (-g was accepted but ignored) | Denis Vlasenko | 2009-03-03 | 1 | -100/+138 |
| * | ls: do not follow links with -s (closes bug 33), | Denis Vlasenko | 2009-03-03 | 1 | -10/+10 |
| * | tr: fix overflow in expand and complement, fix stop after [:class:], | Denis Vlasenko | 2009-03-02 | 1 | -104/+131 |
| * | tr: support [:xdigit:], fix handling of ranges and [x]'s. | Denis Vlasenko | 2009-03-01 | 1 | -38/+47 |
| * | - cosmetic typo in helptext | Bernhard Reutner-Fischer | 2009-02-14 | 1 | -1/+1 |
| * | uname: use wider integer for option bits | Denis Vlasenko | 2009-01-19 | 1 | -1/+1 |
| * | uname: add support for -i and -o, fix printing of unknown -p | Denis Vlasenko | 2009-01-19 | 1 | -33/+72 |
| * | printf: make integer format strings print long long-sized values. | Denis Vlasenko | 2009-01-04 | 1 | -53/+65 |
| * | unexpand: fix incorrect expansion, add test for it | Denis Vlasenko | 2008-12-26 | 1 | -39/+27 |
| * | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko | 2008-12-23 | 1 | -1/+1 |
| * | expand: fix incorrect expansion exactly on tab boundary; shrink the code | Denis Vlasenko | 2008-12-14 | 1 | -34/+26 |
| * | ash: printf builtin with no arguments should not exit | Denis Vlasenko | 2008-12-10 | 1 | -1/+8 |
| * | Fix forgotten license comments | Denis Vlasenko | 2008-12-07 | 1 | -0/+3 |
| * | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko | 2008-12-03 | 1 | -3/+1 |
| * | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko | 2008-12-02 | 2 | -8/+4 |
| * | remove a few superfluous includes | Denis Vlasenko | 2008-11-25 | 1 | -1/+0 |
| * | ash,hush: add TODO for rare build failure | Denis Vlasenko | 2008-11-25 | 2 | -2/+0 |
| * | id: do not abort build if we use internal password/group functions. | Denis Vlasenko | 2008-11-17 | 1 | -0/+2 |
| * | id: abort the build of uclibc is less than 0.9.30 | Denis Vlasenko | 2008-11-16 | 1 | -0/+6 |
| * | stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT) | Denis Vlasenko | 2008-11-13 | 1 | -14/+14 |
| * | seq: shrink by 10 bytes | Denis Vlasenko | 2008-11-12 | 1 | -8/+9 |
| * | - add support for seq -s <separator> | Bernhard Reutner-Fischer | 2008-11-12 | 1 | -4/+9 |
| * | - add seq -w support (Natanael Copa) | Bernhard Reutner-Fischer | 2008-11-12 | 1 | -4/+11 |
| * | cksum, printenv: report errors via exitcode | Denis Vlasenko | 2008-11-11 | 2 | -3/+10 |
| * | head: report file open errors with exitcode 1 (was happily returning 0) | Denis Vlasenko | 2008-11-11 | 1 | -4/+4 |
| * | expr: on error, exit with exitcode 2 | Denis Vlasenko | 2008-11-11 | 1 | -7/+4 |
| * | stat: make stat -f show filesystem "ID:" as coreutils does | Denis Vlasenko | 2008-11-11 | 1 | -6/+21 |
| * | env: support -uVAR=VAL | Denis Vlasenko | 2008-11-11 | 1 | -8/+10 |
| * | du: fix "du /dir /dir" case | Denis Vlasenko | 2008-11-11 | 1 | -47/+35 |
| * | libbb: add optionl support for SHA256/512 encrypted passwords | Denis Vlasenko | 2008-11-10 | 1 | -0/+2 |
| * | sha256,sha512: new applets. +4.9kb | Denis Vlasenko | 2008-11-10 | 2 | -9/+38 |
| * | basename: fix error code. again. deja vu feeling... | Denis Vlasenko | 2008-11-06 | 1 | -1/+2 |
| * | - commentary typo fix (tito) | Bernhard Reutner-Fischer | 2008-11-05 | 1 | -1/+1 |
| * | - fix typo in print_user() (tito) | Bernhard Reutner-Fischer | 2008-11-05 | 1 | -1/+1 |
| * | id: better wording in comments, no code changes | Denis Vlasenko | 2008-10-29 | 1 | -6/+6 |
| * | id: coreutils compat by Tito + test script | Denis Vlasenko | 2008-10-29 | 2 | -128/+406 |
| * | ash: fix NOEXEC mode - we were forgetting to pass environment! | Denis Vlasenko | 2008-10-20 | 1 | -2/+2 |
| * | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 5 | -5/+5 |
| * | df: unsigned long needs %lu | Denis Vlasenko | 2008-09-25 | 1 | -1/+1 |
| * | id: fix "id <user>" case. Requires getgrouplist(). | Denis Vlasenko | 2008-09-18 | 1 | -10/+40 |
| * | setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) | Denis Vlasenko | 2008-09-16 | 1 | -1/+1 |
| * | id: unsigned long is excessive for option bitmask | Denis Vlasenko | 2008-09-14 | 1 | -14/+8 |