| Commit message (Expand) | Author | Files | Lines |
2006-09-29 | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | vda | 1 | -183/+189 |
2006-09-29 | getopt_ulflags: formatting fixes | vda | 1 | -71/+71 |
2006-09-29 | xargs: simplify option parsing | vda | 2 | -116/+92 |
2006-09-28 | rt_names.c: move few strings into rodata | vda | 1 | -10/+9 |
2006-09-28 | dpkg: style fixes; short -> int (generated code is smaller) | vda | 1 | -54/+54 |
2006-09-28 | dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) | vda | 2 | -77/+88 |
2006-09-28 | ifupdown: make dhcp start/stop scripts user configurable | vda | 1 | -0/+16 |
2006-09-28 | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | vda | 2 | -28/+25 |
2006-09-27 | usage.h: fix compile-time bugs exposed by previous change | vda | 2 | -11/+8 |
2006-09-27 | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | vda | 5 | -279/+88 |
2006-09-27 | silly switch style fix | vda | 8 | -10/+10 |
2006-09-27 | crontab: we indent using tabs | vda | 1 | -272/+277 |
2006-09-27 | losetup: with no arguments lists all /dev/loopN. Corrected help text. | vda | 2 | -5/+18 |
2006-09-27 | kill: implement killall5. OpenWRT folks will be happy. | vda | 4 | -32/+65 |
2006-09-27 | kill: fix bugs (kill -l output was horrible), fix style, constify data | vda | 3 | -64/+64 |
2006-09-27 | process utilities related style cleanup | vda | 2 | -26/+24 |
2006-09-27 | ifupdown: fix for standalone shell; removed hardcoded PATH | vda | 1 | -41/+23 |
2006-09-26 | ifupdown: style cleanup, no code changes | vda | 1 | -266/+260 |
2006-09-26 | several fixes from openWRT project | vda | 8 | -5/+88 |
2006-09-26 | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | vda | 1 | -3/+3 |
2006-09-26 | httpd: sanitize indentation | vda | 1 | -1213/+1209 |
2006-09-26 | wget: add (configurable) large file support. Run tested. | vda | 3 | -53/+99 |
2006-09-25 | fix 'grep -C' which requires an argument | andersen | 1 | -1/+1 |
2006-09-24 | vlock: make message shorter | vda | 1 | -1/+1 |
2006-09-24 | mount: fix breakage from recent changes (spurious -ro mounts) | vda | 1 | -19/+11 |
2006-09-23 | Another attempt at untangling the logic so the compiler can follow it and not | landley | 1 | -24/+23 |
2006-09-23 | wget: fix bug where wget creates null file if there is no remote one. | vda | 2 | -79/+39 |
2006-09-23 | applets.c: fix indentation | vda | 1 | -64/+64 |
2006-09-23 | remove unneeded #includes, fix indentation | vda | 3 | -61/+47 |
2006-09-23 | inetd: deindent main loop, other readability enhancements | vda | 1 | -145/+151 |
2006-09-23 | hexdump: fixlet for my breakage | vda | 1 | -1/+1 |
2006-09-23 | inetd: reformat with tabs for indentation | vda | 1 | -1217/+1220 |
2006-09-23 | hexdump: deindent, almost fits into 80 columns now | vda | 1 | -34/+32 |
2006-09-23 | correct_password: undo whitespace damage. | vda | 3 | -30/+17 |
2006-09-23 | ifupdown: getopt_ulflags'ification. | vda | 1 | -59/+29 |
2006-09-23 | arping: fix bug (getopt_ulflags and optarg don't mix), | vda | 1 | -24/+16 |
2006-09-23 | insmod: getopt_ulflags'isation | vda | 1 | -62/+40 |
2006-09-23 | passwd: getopt_ulflags'isation | vda | 1 | -61/+52 |
2006-09-23 | bb_askpass: shorten static password buffer. 256 is way too large. | vda | 4 | -31/+27 |
2006-09-22 | Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, | landley | 1 | -1/+1 |
2006-09-22 | "I'll think about it" != "apply it now". It means I need to think about it. | landley | 5 | -62/+1 |
2006-09-22 | netstat: getopt_ulflags'isation | vda | 1 | -61/+46 |
2006-09-22 | gzip: getopt_ulflags'isation | vda | 1 | -35/+27 |
2006-09-22 | losetup: getopt_ulflags'ification + small fix for perror_nomsg | vda | 2 | -34/+38 |
2006-09-22 | awk: getopt_ulflags'isation | vda | 1 | -37/+27 |
2006-09-22 | sed: getopt_ulflags'isation | vda | 1 | -34/+22 |
2006-09-22 | hostname: getopt_ulflags'isation | vda | 1 | -39/+28 |
2006-09-22 | telnetd: getopt_ulflags'isation | vda | 1 | -32/+12 |
2006-09-22 | adjtimex: getopt_ulflags'isation | vda | 1 | -31/+26 |
2006-09-22 | logger: getopt_ulflags'isation | vda | 1 | -16/+7 |