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