| Commit message (Expand) | Author | Files | Lines |
2007-07-25 | getopt32: fix getopt32 breakage (forgot to memset(0) it) -- thanks rockeychu | Denis Vlasenko | 1 | -0/+1 |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 43 | -340/+352 |
2007-07-24 | od: shrink a bit | Denis Vlasenko | 1 | -30/+21 |
2007-07-24 | setfiles: small tweaks to usage text and code | Denis Vlasenko | 2 | -7/+7 |
2007-07-23 | zcip: remove stray seed48. It's the only thing which was pulling in | Denis Vlasenko | 1 | -4/+1 |
2007-07-23 | add comment why preferred stack boundary is 4 on i386 | Denis Vlasenko | 1 | -0/+2 |
2007-07-23 | chpasswd: rename long options definition to match other applets. no code changes | Denis Vlasenko | 1 | -2/+2 |
2007-07-23 | getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending | Denis Vlasenko | 1 | -7/+4 |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko | 22 | -250/+255 |
2007-07-23 | setiles: cosmetics, no real code changes | Denis Vlasenko | 1 | -5/+3 |
2007-07-23 | setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso... | Denis Vlasenko | 5 | -0/+773 |
2007-07-21 | chpasswd: fix indentation | Denis Vlasenko | 1 | -1/+1 |
2007-07-21 | style fix (stray space before ';') | Denis Vlasenko | 28 | -58/+58 |
2007-07-21 | fix typo in last commit | Denis Vlasenko | 1 | -1/+1 |
2007-07-21 | Three patches from FreeWRT people | Denis Vlasenko | 3 | -6/+23 |
2007-07-21 | chpasswd: fixes for shadow password handling | Denis Vlasenko | 1 | -10/+12 |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko | 18 | -45/+28 |
2007-07-21 | chpasswd: fixes and code shrink | Denis Vlasenko | 5 | -39/+36 |
2007-07-20 | chpasswd: now with svn add | Denis Vlasenko | 2 | -0/+196 |
2007-07-20 | chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> | Denis Vlasenko | 11 | -169/+97 |
2007-07-19 | stray trailing tabs removed | Denis Vlasenko | 5 | -11/+11 |
2007-07-19 | ifup/ifdown: make location of ifstate configurable | Denis Vlasenko | 3 | -3/+16 |
2007-07-18 | vi: comment out dead code | Denis Vlasenko | 1 | -5/+5 |
2007-07-18 | Trim help text. With compressed help: -143 bytes | Denis Vlasenko | 1 | -114/+113 |
2007-07-18 | ash: fix SEGV in forkchild (jp can be NULL). here documents were affected. | Denis Vlasenko | 1 | -1/+2 |
2007-07-18 | fix unpacker testsuite to match actual output | Denis Vlasenko | 1 | -1/+1 |