aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* kill: implement killall5. OpenWRT folks will be happy.vda2006-09-274-32/+65
| | | | | | | | However their code was unusably different from sysvinit original. Run tested. git-svn-id: svn://busybox.net/trunk/busybox@16235 69ca8d6d-28ef-0310-b511-8ec308f3f277
* kill: fix bugs (kill -l output was horrible), fix style, constify datavda2006-09-273-64/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16234 69ca8d6d-28ef-0310-b511-8ec308f3f277
* process utilities related style cleanupvda2006-09-272-26/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16233 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ifupdown: fix for standalone shell; removed hardcoded PATHvda2006-09-271-41/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16232 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ifupdown: style cleanup, no code changesvda2006-09-261-266/+260
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16230 69ca8d6d-28ef-0310-b511-8ec308f3f277
* several fixes from openWRT projectvda2006-09-268-5/+88
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16229 69ca8d6d-28ef-0310-b511-8ec308f3f277
* login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)vda2006-09-261-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16228 69ca8d6d-28ef-0310-b511-8ec308f3f277
* httpd: sanitize indentationvda2006-09-261-1213/+1209
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16224 69ca8d6d-28ef-0310-b511-8ec308f3f277
* wget: add (configurable) large file support. Run tested.vda2006-09-263-53/+99
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16223 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix 'grep -C' which requires an argumentandersen2006-09-251-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16220 69ca8d6d-28ef-0310-b511-8ec308f3f277
* vlock: make message shortervda2006-09-241-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16211 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mount: fix breakage from recent changes (spurious -ro mounts)vda2006-09-241-19/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16210 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another attempt at untangling the logic so the compiler can follow it and notlandley2006-09-231-24/+23
| | | | | | | generate pointless warnings. git-svn-id: svn://busybox.net/trunk/busybox@16209 69ca8d6d-28ef-0310-b511-8ec308f3f277
* wget: fix bug where wget creates null file if there is no remote one.vda2006-09-232-79/+39
| | | | | | | add O_LARGEFILE support (not run tested :). git-svn-id: svn://busybox.net/trunk/busybox@16208 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applets.c: fix indentationvda2006-09-231-64/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16207 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove unneeded #includes, fix indentationvda2006-09-233-61/+47
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16206 69ca8d6d-28ef-0310-b511-8ec308f3f277
* inetd: deindent main loop, other readability enhancementsvda2006-09-231-145/+151
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16205 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hexdump: fixlet for my breakagevda2006-09-231-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16204 69ca8d6d-28ef-0310-b511-8ec308f3f277
* inetd: reformat with tabs for indentationvda2006-09-231-1217/+1220
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16203 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hexdump: deindent, almost fits into 80 columns nowvda2006-09-231-34/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16202 69ca8d6d-28ef-0310-b511-8ec308f3f277
* correct_password: undo whitespace damage.vda2006-09-233-30/+17
| | | | | | | vlock + correct_password: fix incorrect line breaks in messages. git-svn-id: svn://busybox.net/trunk/busybox@16201 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ifupdown: getopt_ulflags'ification.vda2006-09-231-59/+29
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16200 69ca8d6d-28ef-0310-b511-8ec308f3f277
* arping: fix bug (getopt_ulflags and optarg don't mix),vda2006-09-231-24/+16
| | | | | | | remove unreachable error path. git-svn-id: svn://busybox.net/trunk/busybox@16199 69ca8d6d-28ef-0310-b511-8ec308f3f277
* insmod: getopt_ulflags'isationvda2006-09-231-62/+40
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16198 69ca8d6d-28ef-0310-b511-8ec308f3f277
* passwd: getopt_ulflags'isationvda2006-09-231-61/+52
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16197 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bb_askpass: shorten static password buffer. 256 is way too large.vda2006-09-234-31/+27
| | | | | | | | simplify code a bit. git-svn-id: svn://busybox.net/trunk/busybox@16196 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,landley2006-09-221-1/+1
| | | | | | | without having to feed the compiler nonsense. git-svn-id: svn://busybox.net/trunk/busybox@16192 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "I'll think about it" != "apply it now". It means I need to think about it.landley2006-09-225-62/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* netstat: getopt_ulflags'isationvda2006-09-221-61/+46
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16188 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip: getopt_ulflags'isationvda2006-09-221-35/+27
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* losetup: getopt_ulflags'ification + small fix for perror_nomsgvda2006-09-222-34/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16186 69ca8d6d-28ef-0310-b511-8ec308f3f277
* awk: getopt_ulflags'isationvda2006-09-221-37/+27
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16185 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sed: getopt_ulflags'isationvda2006-09-221-34/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16184 69ca8d6d-28ef-0310-b511-8ec308f3f277
* hostname: getopt_ulflags'isationvda2006-09-221-39/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16183 69ca8d6d-28ef-0310-b511-8ec308f3f277
* telnetd: getopt_ulflags'isationvda2006-09-221-32/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16182 69ca8d6d-28ef-0310-b511-8ec308f3f277
* adjtimex: getopt_ulflags'isationvda2006-09-221-31/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* logger: getopt_ulflags'isationvda2006-09-221-16/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16180 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getopt: fix whitespace damagevda2006-09-221-14/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16179 69ca8d6d-28ef-0310-b511-8ec308f3f277
* readprofile: getopt_ulflags'isationvda2006-09-221-38/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16178 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ipcs: fix my recent breakagevda2006-09-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add new applet resize.aldot2006-09-225-0/+62
| | | | | | | | | text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print git-svn-id: svn://busybox.net/trunk/busybox@16176 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-2220-85/+20
| | | | | | | Erik or I are primary copyright holders on. git-svn-id: svn://busybox.net/trunk/busybox@16175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - update and expand TODO a little bitaldot2006-09-211-3/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - pull r15578 from busybox_scratch branch:aldot2006-09-211-25/+21
| | | | | | | | | | | | | | | | | | - fix bug where it would behave wrong if ./nohup.out was not writable. - debloat and make it readable while at it. $ size coreutils/nohup.o* text data bss dec hex filename 362 0 0 362 16a coreutils/nohup.o.trunk 344 0 0 344 158 coreutils/nohup.o $ make bloatcheck function old new delta nohup_main 324 310 -14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-14) Total: -14 bytes git-svn-id: svn://busybox.net/trunk/busybox@16173 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - silence gcc warning about a funcptr possibly being used uninitialized.aldot2006-09-211-2/+2
| | | | | | | | | | This is a perfect example on where we should NOT care if the functor is not initialized since the result will not be what the user may expect. Safe bet would be to init to NULL, but let's try normal uu for good measure. - fix commentary typo while at it. git-svn-id: svn://busybox.net/trunk/busybox@16172 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mount: nfs mount should enable bb_error-to-syslog supportvda2006-09-211-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16171 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - gcc-2.95 doesn't support -static-libgccaldot2006-09-211-2/+5
| | | | | | | - remove Winline git-svn-id: svn://busybox.net/trunk/busybox@16170 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mount: make Rob happy by reinstating #definesvda2006-09-211-4/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16169 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenlandley2006-09-203-37/+27
| | | | | | | used via things like a serial console. git-svn-id: svn://busybox.net/trunk/busybox@16167 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The version checked into the tree is a snapshot of an unifinished applet, andlandley2006-09-201-7/+7
| | | | | | | | | you just made lots of ">>>>>>> mine" lines show up in my working copy of this. Please don't do that again. git-svn-id: svn://busybox.net/trunk/busybox@16166 69ca8d6d-28ef-0310-b511-8ec308f3f277