| Commit message (Expand) | Author | Age | Files | Lines |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 1 | -1/+1 |
* | top: add support for -b, -n <iterations> | vda | 2006-09-29 | 1 | -8/+0 |
* | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | vda | 2006-09-29 | 1 | -183/+189 |
* | getopt_ulflags: formatting fixes | vda | 2006-09-29 | 1 | -71/+71 |
* | xargs: simplify option parsing | vda | 2006-09-29 | 1 | -0/+1 |
* | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | vda | 2006-09-28 | 1 | -17/+16 |
* | usage.h: fix compile-time bugs exposed by previous change | vda | 2006-09-27 | 1 | -3/+1 |
* | kill: fix bugs (kill -l output was horrible), fix style, constify data | vda | 2006-09-27 | 1 | -7/+6 |
* | process utilities related style cleanup | vda | 2006-09-27 | 1 | -9/+8 |
* | wget: add (configurable) large file support. Run tested. | vda | 2006-09-26 | 1 | -0/+34 |
* | wget: fix bug where wget creates null file if there is no remote one. | vda | 2006-09-23 | 1 | -1/+1 |
* | remove unneeded #includes, fix indentation | vda | 2006-09-23 | 1 | -22/+17 |
* | correct_password: undo whitespace damage. | vda | 2006-09-23 | 1 | -25/+13 |
* | bb_askpass: shorten static password buffer. 256 is way too large. | vda | 2006-09-23 | 2 | -23/+19 |
* | losetup: getopt_ulflags'ification + small fix for perror_nomsg | vda | 2006-09-22 | 1 | -1/+3 |
* | Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when | landley | 2006-09-20 | 3 | -37/+27 |
* | change char *string = "foo" -> char string[] = "foo" | vda | 2006-09-19 | 2 | -27/+27 |
* | whitespace cleanup | vda | 2006-09-17 | 7 | -14/+14 |
* | style fixes | vda | 2006-09-17 | 1 | -5/+4 |
* | Strangely, using // in the comments I added was not a persistent accident. | landley | 2006-09-14 | 1 | -65/+62 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | aldot | 2006-09-13 | 3 | -3/+3 |
* | Remove pointless "const". Bloatcheck says 0 bytes difference. | landley | 2006-09-12 | 1 | -1/+1 |
* | - small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_... | aldot | 2006-09-12 | 4 | -19/+2 |
* | - fix warning about discarding qualifiers in initialization | aldot | 2006-09-12 | 1 | -1/+1 |
* | - merge xstat.c into xfuncs.c | aldot | 2006-09-11 | 3 | -13/+11 |
* | tar: fix "xopen with O_CREAT" warning, improve zero padding write | vda | 2006-09-09 | 1 | -8/+4 |
* | few random readability enhansements. No code changes | vda | 2006-09-08 | 1 | -0/+1 |
* | login: style fixes | vda | 2006-09-08 | 1 | -6/+6 |
* | getty, sulogin: convert to using bb_msg for syslog output | vda | 2006-09-07 | 8 | -5/+17 |
* | fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && | vda | 2006-09-07 | 2 | -2/+2 |
* | Add CONFIG_FEATURE_SYSLOG which controls whether | vda | 2006-09-07 | 2 | -2/+2 |
* | adding files missed in prev updates (forgot about svn add) | vda | 2006-09-07 | 2 | -0/+53 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | vda | 2006-09-06 | 1 | -1/+1 |
* | Implement optional syslog logging using ordinary | vda | 2006-09-06 | 10 | -27/+40 |
* | - mdev and grep use xregcomp. Closes bug #1021 | aldot | 2006-09-06 | 1 | -1/+2 |
* | run_shell.c: style fix | vda | 2006-09-05 | 1 | -31/+25 |
* | xfunc: fix: && -> &. Also nuked two double semicolons... | vda | 2006-09-05 | 1 | -2/+2 |
* | uuencode: common implementation for wget and uuencode (closing bug 694) | vda | 2006-09-03 | 2 | -0/+65 |
* | zcip: getopt -> bb_getopt_ulflags | vda | 2006-09-03 | 1 | -0/+7 |
* | replacing func() with xfunc() where appropriate | vda | 2006-09-03 | 1 | -1/+1 |
* | - pull from busybox_scratch: r15829:15850 | aldot | 2006-08-28 | 1 | -63/+70 |
* | Jordan Crouse submitted a patch to only include xregcomp.c when we actually | landley | 2006-08-28 | 1 | -1/+15 |
* | No real need for my_query_module() and this eliminates some type-punned | landley | 2006-08-28 | 2 | -31/+1 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | aldot | 2006-08-20 | 1 | -2/+2 |
* | Another whack at scripts/individual. Now builds 212 applets. | landley | 2006-08-09 | 2 | -4/+6 |
* | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | landley | 2006-08-08 | 1 | -5/+2 |
* | Add comments to all the functions in this file documenting what they're for. | landley | 2006-08-04 | 1 | -33/+76 |
* | Thinko spotted by Vladimir Dronnikov. | landley | 2006-08-04 | 1 | -1/+1 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | landley | 2006-08-03 | 1 | -9/+0 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 26 | -425/+143 |