aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* grep: add help text; fix styleDenis Vlasenko2006-09-292-26/+27
* grep: implement -o option. Patch by Jac Goudsmit.Denis Vlasenko2006-09-291-22/+34
* top: add support for -b, -n <iterations>Denis Vlasenko2006-09-294-35/+34
* mount: fix bug 946 (mount -f should update mtab)Denis Vlasenko2006-09-291-6/+6
* getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_Denis Vlasenko2006-09-291-183/+189
* getopt_ulflags: formatting fixesDenis Vlasenko2006-09-291-71/+71
* xargs: simplify option parsingDenis Vlasenko2006-09-292-116/+92
* rt_names.c: move few strings into rodataDenis Vlasenko2006-09-281-10/+9
* dpkg: style fixes; short -> int (generated code is smaller)Denis Vlasenko2006-09-281-54/+54
* dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)Denis Vlasenko2006-09-282-77/+88
* ifupdown: make dhcp start/stop scripts user configurableDenis Vlasenko2006-09-281-0/+16
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko2006-09-282-28/+25
* usage.h: fix compile-time bugs exposed by previous changeDenis Vlasenko2006-09-272-11/+8
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko2006-09-275-279/+88
* silly switch style fixDenis Vlasenko2006-09-278-10/+10
* crontab: we indent using tabsDenis Vlasenko2006-09-271-272/+277
* losetup: with no arguments lists all /dev/loopN. Corrected help text.Denis Vlasenko2006-09-272-5/+18
* kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko2006-09-274-32/+65
* kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko2006-09-273-64/+64
* process utilities related style cleanupDenis Vlasenko2006-09-272-26/+24
* ifupdown: fix for standalone shell; removed hardcoded PATHDenis Vlasenko2006-09-271-41/+23
* ifupdown: style cleanup, no code changesDenis Vlasenko2006-09-261-266/+260
* several fixes from openWRT projectDenis Vlasenko2006-09-268-5/+88
* login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)Denis Vlasenko2006-09-261-3/+3
* httpd: sanitize indentationDenis Vlasenko2006-09-261-1213/+1209
* wget: add (configurable) large file support. Run tested.Denis Vlasenko2006-09-263-53/+99
* fix 'grep -C' which requires an argumentEric Andersen2006-09-251-1/+1
* vlock: make message shorterDenis Vlasenko2006-09-241-1/+1
* mount: fix breakage from recent changes (spurious -ro mounts)Denis Vlasenko2006-09-241-19/+11
* Another attempt at untangling the logic so the compiler can follow it and notRob Landley2006-09-231-24/+23
* wget: fix bug where wget creates null file if there is no remote one.Denis Vlasenko2006-09-232-79/+39
* applets.c: fix indentationDenis Vlasenko2006-09-231-64/+64
* remove unneeded #includes, fix indentationDenis Vlasenko2006-09-233-61/+47
* inetd: deindent main loop, other readability enhancementsDenis Vlasenko2006-09-231-145/+151
* hexdump: fixlet for my breakageDenis Vlasenko2006-09-231-1/+1
* inetd: reformat with tabs for indentationDenis Vlasenko2006-09-231-1217/+1220
* hexdump: deindent, almost fits into 80 columns nowDenis Vlasenko2006-09-231-34/+32
* correct_password: undo whitespace damage.Denis Vlasenko2006-09-233-30/+17
* ifupdown: getopt_ulflags'ification.Denis Vlasenko2006-09-231-59/+29
* arping: fix bug (getopt_ulflags and optarg don't mix),Denis Vlasenko2006-09-231-24/+16
* insmod: getopt_ulflags'isationDenis Vlasenko2006-09-231-62/+40
* passwd: getopt_ulflags'isationDenis Vlasenko2006-09-231-61/+52
* bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko2006-09-234-31/+27
* Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,Rob Landley2006-09-221-1/+1
* "I'll think about it" != "apply it now". It means I need to think about it.Rob Landley2006-09-225-62/+1
* netstat: getopt_ulflags'isationDenis Vlasenko2006-09-221-61/+46
* gzip: getopt_ulflags'isationDenis Vlasenko2006-09-221-35/+27
* losetup: getopt_ulflags'ification + small fix for perror_nomsgDenis Vlasenko2006-09-222-34/+38
* awk: getopt_ulflags'isationDenis Vlasenko2006-09-221-37/+27
* sed: getopt_ulflags'isationDenis Vlasenko2006-09-221-34/+22