| Commit message (Expand) | Author | Age | Files | Lines |
* | start_stop_daemon: add -N <nice> compat | vda | 2006-10-08 | 1 | -0/+5 |
* | correct largefile support, add comments about it. | vda | 2006-10-08 | 2 | -6/+8 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 7 | -261/+326 |
* | dnsd fix; option_mask32 added. dnsd needs more love. | vda | 2006-10-06 | 1 | -0/+4 |
* | httpd: add -u user[:grp] support | vda | 2006-10-05 | 1 | -2/+3 |
* | build system overhaul | vda | 2006-10-05 | 11 | -423/+87 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 3 | -5/+5 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 2 | -75/+72 |
* | rename bb_default_error_retval -> xfunc_error_retval | vda | 2006-10-03 | 6 | -6/+6 |
* | fdformat: remove redundant check | vda | 2006-10-03 | 1 | -1/+1 |
* | random style fixes | vda | 2006-10-03 | 2 | -3/+3 |
* | runit/chpst: "change process state" utility | vda | 2006-10-03 | 2 | -27/+28 |
* | sed: unbreak multiple -e, -f option handling (my fault) | vda | 2006-10-01 | 1 | -3/+3 |
* | lsmod: repair indentation | vda | 2006-09-30 | 1 | -2/+2 |
* | 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 |