aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-27kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko4-32/+65
2006-09-27kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko3-64/+64
2006-09-27process utilities related style cleanupDenis Vlasenko2-26/+24
2006-09-27ifupdown: fix for standalone shell; removed hardcoded PATHDenis Vlasenko1-41/+23
2006-09-26ifupdown: style cleanup, no code changesDenis Vlasenko1-266/+260
2006-09-26several fixes from openWRT projectDenis Vlasenko8-5/+88
2006-09-26login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)Denis Vlasenko1-3/+3
2006-09-26httpd: sanitize indentationDenis Vlasenko1-1213/+1209
2006-09-26wget: add (configurable) large file support. Run tested.Denis Vlasenko3-53/+99
2006-09-25fix 'grep -C' which requires an argumentEric Andersen1-1/+1
2006-09-24vlock: make message shorterDenis Vlasenko1-1/+1
2006-09-24mount: fix breakage from recent changes (spurious -ro mounts)Denis Vlasenko1-19/+11
2006-09-23Another attempt at untangling the logic so the compiler can follow it and notRob Landley1-24/+23
2006-09-23wget: fix bug where wget creates null file if there is no remote one.Denis Vlasenko2-79/+39
2006-09-23applets.c: fix indentationDenis Vlasenko1-64/+64
2006-09-23remove unneeded #includes, fix indentationDenis Vlasenko3-61/+47
2006-09-23inetd: deindent main loop, other readability enhancementsDenis Vlasenko1-145/+151
2006-09-23hexdump: fixlet for my breakageDenis Vlasenko1-1/+1
2006-09-23inetd: reformat with tabs for indentationDenis Vlasenko1-1217/+1220
2006-09-23hexdump: deindent, almost fits into 80 columns nowDenis Vlasenko1-34/+32
2006-09-23correct_password: undo whitespace damage.Denis Vlasenko3-30/+17
2006-09-23ifupdown: getopt_ulflags'ification.Denis Vlasenko1-59/+29
2006-09-23arping: fix bug (getopt_ulflags and optarg don't mix),Denis Vlasenko1-24/+16
2006-09-23insmod: getopt_ulflags'isationDenis Vlasenko1-62/+40
2006-09-23passwd: getopt_ulflags'isationDenis Vlasenko1-61/+52
2006-09-23bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko4-31/+27
2006-09-22Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,Rob Landley1-1/+1
2006-09-22"I'll think about it" != "apply it now". It means I need to think about it.Rob Landley5-62/+1
2006-09-22netstat: getopt_ulflags'isationDenis Vlasenko1-61/+46
2006-09-22gzip: getopt_ulflags'isationDenis Vlasenko1-35/+27
2006-09-22losetup: getopt_ulflags'ification + small fix for perror_nomsgDenis Vlasenko2-34/+38
2006-09-22awk: getopt_ulflags'isationDenis Vlasenko1-37/+27
2006-09-22sed: getopt_ulflags'isationDenis Vlasenko1-34/+22
2006-09-22hostname: getopt_ulflags'isationDenis Vlasenko1-39/+28
2006-09-22telnetd: getopt_ulflags'isationDenis Vlasenko1-32/+12
2006-09-22adjtimex: getopt_ulflags'isationDenis Vlasenko1-31/+26
2006-09-22logger: getopt_ulflags'isationDenis Vlasenko1-16/+7
2006-09-22getopt: fix whitespace damageDenis Vlasenko1-14/+14
2006-09-22readprofile: getopt_ulflags'isationDenis Vlasenko1-38/+6
2006-09-22ipcs: fix my recent breakageDenis Vlasenko1-1/+1
2006-09-22- add new applet resize.Bernhard Reutner-Fischer5-0/+62
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-09-21- update and expand TODO a little bitBernhard Reutner-Fischer1-3/+11
2006-09-21- pull r15578 from busybox_scratch branch:Bernhard Reutner-Fischer1-25/+21
2006-09-21- silence gcc warning about a funcptr possibly being used uninitialized.Bernhard Reutner-Fischer1-2/+2
2006-09-21mount: nfs mount should enable bb_error-to-syslog supportDenis Vlasenko1-0/+1
2006-09-21- gcc-2.95 doesn't support -static-libgccBernhard Reutner-Fischer1-2/+5
2006-09-21mount: make Rob happy by reinstating #definesDenis Vlasenko1-4/+2
2006-09-20Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenRob Landley3-37/+27
2006-09-20The version checked into the tree is a snapshot of an unifinished applet, andRob Landley1-7/+7