Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | top: add support for -b, -n <iterations> | Denis Vlasenko | 2006-09-29 | 4 | -35/+34 | |
| | ||||||
* | mount: fix bug 946 (mount -f should update mtab) | Denis Vlasenko | 2006-09-29 | 1 | -6/+6 | |
| | ||||||
* | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | Denis Vlasenko | 2006-09-29 | 1 | -183/+189 | |
| | | | | | in order to look correct to both 4 tab and 8 tab population). Add comment about :: (which indicates optional argument). | |||||
* | getopt_ulflags: formatting fixes | Denis Vlasenko | 2006-09-29 | 1 | -71/+71 | |
| | ||||||
* | xargs: simplify option parsing | Denis Vlasenko | 2006-09-29 | 2 | -116/+92 | |
| | ||||||
* | rt_names.c: move few strings into rodata | Denis Vlasenko | 2006-09-28 | 1 | -10/+9 | |
| | ||||||
* | dpkg: style fixes; short -> int (generated code is smaller) | Denis Vlasenko | 2006-09-28 | 1 | -54/+54 | |
| | ||||||
* | dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) | Denis Vlasenko | 2006-09-28 | 2 | -77/+88 | |
| | | | | | | at the cost of ~100 bytes of text. Improves friendliness to nommu systems. (Dunno whether nommu people ever use dpkg, though...) | |||||
* | ifupdown: make dhcp start/stop scripts user configurable | Denis Vlasenko | 2006-09-28 | 1 | -0/+16 | |
| | | | | in /etc/network/interfaces. Patch author is Gabriel L. Somlo <somlo@cmu.edu> | |||||
* | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | Denis Vlasenko | 2006-09-28 | 2 | -28/+25 | |
| | | | | (time to sleep, 02:28 in the morning)... | |||||
* | usage.h: fix compile-time bugs exposed by previous change | Denis Vlasenko | 2006-09-27 | 2 | -11/+8 | |
| | ||||||
* | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | Denis Vlasenko | 2006-09-27 | 5 | -279/+88 | |
| | | | | Few bugs are now exposed... | |||||
* | silly switch style fix | Denis Vlasenko | 2006-09-27 | 8 | -10/+10 | |
| | ||||||
* | crontab: we indent using tabs | Denis Vlasenko | 2006-09-27 | 1 | -272/+277 | |
| | ||||||
* | losetup: with no arguments lists all /dev/loopN. Corrected help text. | Denis Vlasenko | 2006-09-27 | 2 | -5/+18 | |
| | | | | (patch by Vladimir Dronnikov <dronnikov@gmail.ru>) | |||||
* | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko | 2006-09-27 | 4 | -32/+65 | |
| | | | | | However their code was unusably different from sysvinit original. Run tested. | |||||
* | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko | 2006-09-27 | 3 | -64/+64 | |
| | ||||||
* | process utilities related style cleanup | Denis Vlasenko | 2006-09-27 | 2 | -26/+24 | |
| | ||||||
* | ifupdown: fix for standalone shell; removed hardcoded PATH | Denis Vlasenko | 2006-09-27 | 1 | -41/+23 | |
| | ||||||
* | ifupdown: style cleanup, no code changes | Denis Vlasenko | 2006-09-26 | 1 | -266/+260 | |
| | ||||||
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 8 | -5/+88 | |
| | ||||||
* | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | Denis Vlasenko | 2006-09-26 | 1 | -3/+3 | |
| | ||||||
* | httpd: sanitize indentation | Denis Vlasenko | 2006-09-26 | 1 | -1213/+1209 | |
| | ||||||
* | wget: add (configurable) large file support. Run tested. | Denis Vlasenko | 2006-09-26 | 3 | -53/+99 | |
| | ||||||
* | fix 'grep -C' which requires an argument | Eric Andersen | 2006-09-25 | 1 | -1/+1 | |
| | ||||||
* | vlock: make message shorter | Denis Vlasenko | 2006-09-24 | 1 | -1/+1 | |
| | ||||||
* | mount: fix breakage from recent changes (spurious -ro mounts) | Denis Vlasenko | 2006-09-24 | 1 | -19/+11 | |
| | ||||||
* | Another attempt at untangling the logic so the compiler can follow it and not | Rob Landley | 2006-09-23 | 1 | -24/+23 | |
| | | | | generate pointless warnings. | |||||
* | wget: fix bug where wget creates null file if there is no remote one. | Denis Vlasenko | 2006-09-23 | 2 | -79/+39 | |
| | | | | add O_LARGEFILE support (not run tested :). | |||||
* | applets.c: fix indentation | Denis Vlasenko | 2006-09-23 | 1 | -64/+64 | |
| | ||||||
* | remove unneeded #includes, fix indentation | Denis Vlasenko | 2006-09-23 | 3 | -61/+47 | |
| | ||||||
* | inetd: deindent main loop, other readability enhancements | Denis Vlasenko | 2006-09-23 | 1 | -145/+151 | |
| | ||||||
* | hexdump: fixlet for my breakage | Denis Vlasenko | 2006-09-23 | 1 | -1/+1 | |
| | ||||||
* | inetd: reformat with tabs for indentation | Denis Vlasenko | 2006-09-23 | 1 | -1217/+1220 | |
| | ||||||
* | hexdump: deindent, almost fits into 80 columns now | Denis Vlasenko | 2006-09-23 | 1 | -34/+32 | |
| | ||||||
* | correct_password: undo whitespace damage. | Denis Vlasenko | 2006-09-23 | 3 | -30/+17 | |
| | | | | vlock + correct_password: fix incorrect line breaks in messages. | |||||
* | ifupdown: getopt_ulflags'ification. | Denis Vlasenko | 2006-09-23 | 1 | -59/+29 | |
| | ||||||
* | arping: fix bug (getopt_ulflags and optarg don't mix), | Denis Vlasenko | 2006-09-23 | 1 | -24/+16 | |
| | | | | remove unreachable error path. | |||||
* | insmod: getopt_ulflags'isation | Denis Vlasenko | 2006-09-23 | 1 | -62/+40 | |
| | ||||||
* | passwd: getopt_ulflags'isation | Denis Vlasenko | 2006-09-23 | 1 | -61/+52 | |
| | ||||||
* | bb_askpass: shorten static password buffer. 256 is way too large. | Denis Vlasenko | 2006-09-23 | 4 | -31/+27 | |
| | | | | | simplify code a bit. | |||||
* | Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, | Rob Landley | 2006-09-22 | 1 | -1/+1 | |
| | | | | without having to feed the compiler nonsense. | |||||
* | "I'll think about it" != "apply it now". It means I need to think about it. | Rob Landley | 2006-09-22 | 5 | -62/+1 | |
| | ||||||
* | netstat: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -61/+46 | |
| | ||||||
* | gzip: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -35/+27 | |
| | ||||||
* | losetup: getopt_ulflags'ification + small fix for perror_nomsg | Denis Vlasenko | 2006-09-22 | 2 | -34/+38 | |
| | ||||||
* | awk: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -37/+27 | |
| | ||||||
* | sed: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -34/+22 | |
| | ||||||
* | hostname: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -39/+28 | |
| | ||||||
* | telnetd: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -32/+12 | |
| |