Age | Commit message (Expand) | Author |
2006-10-08 | start_stop_daemon: add -N <nice> compat | Denis Vlasenko |
2006-10-08 | correct largefile support, add comments about it. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-06 | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko |
2006-10-05 | httpd: add -u user[:grp] support | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-10-03 | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko |
2006-10-03 | fdformat: remove redundant check | Denis Vlasenko |
2006-10-03 | random style fixes | Denis Vlasenko |
2006-10-03 | runit/chpst: "change process state" utility | Denis Vlasenko |
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 |