Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), | Rob Landley | 2005-05-15 | 1 | -17/+13 | |
| | | | | and replaced the use of system() (and resulting security implications). | |||||
* | Add automatic umount support to eject command. Patch from Tito, | Rob Landley | 2005-05-14 | 3 | -34/+24 | |
| | | | | | | | | with tweaks from Mike Frysinger and Rob Landley. Note: this will still fail to umount a path that contains an ' or \ character. Is it worth the extra size to filter for that? | |||||
* | as Rob Landley pointed out, need to fix the 1 versus i typo in indexing | Mike Frysinger | 2005-05-13 | 1 | -1/+1 | |
| | ||||||
* | blah, forgot to save last time to fix whitespacing | Mike Frysinger | 2005-05-13 | 1 | -1/+1 | |
| | ||||||
* | remove duplicated code and rework algorithms to end up with smaller code | Mike Frysinger | 2005-05-13 | 1 | -40/+38 | |
| | ||||||
* | use a bunch of if statements since it is a few bytes smaller than a switch; ↵ | Mike Frysinger | 2005-05-12 | 1 | -20/+16 | |
| | | | | also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :( | |||||
* | err, added 2 to the wrong var :) also touchup the option detection to shrink ↵ | Mike Frysinger | 2005-05-12 | 1 | -14/+8 | |
| | | | | size | |||||
* | fix segfault if user only specifies 1 file | Mike Frysinger | 2005-05-12 | 1 | -1/+1 | |
| | ||||||
* | update usage to match actual behavior | Mike Frysinger | 2005-05-12 | 1 | -2/+2 | |
| | ||||||
* | fix whitespace/coding style | Mike Frysinger | 2005-05-12 | 1 | -27/+28 | |
| | ||||||
* | add missing comm.o rule | Mike Frysinger | 2005-05-12 | 1 | -0/+1 | |
| | ||||||
* | whitespace touchups | Mike Frysinger | 2005-05-12 | 1 | -68/+67 | |
| | ||||||
* | This makefile was a mess. Fix it to work as intended. | Eric Andersen | 2005-05-11 | 1 | -11/+11 | |
| | | | | -Erik | |||||
* | Small comm implementatin from Rob Sullivan. Needed to build perl. | Rob Landley | 2005-05-11 | 5 | -0/+177 | |
| | ||||||
* | import ether-wake applet by haveaniceday Bug 252 | Mike Frysinger | 2005-05-11 | 5 | -32/+352 | |
| | ||||||
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵ | Mike Frysinger | 2005-05-11 | 11 | -12/+13 | |
| | | | | (BB_GETOPT_ERROR) | |||||
* | import eject by Peter Willis / Tito Ragusa | Mike Frysinger | 2005-05-11 | 7 | -178/+112 | |
| | ||||||
* | now that mjn3 explained it to me, add documentation for the 3rd field in ↵ | Mike Frysinger | 2005-05-11 | 1 | -5/+12 | |
| | | | | long opts | |||||
* | Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob | Rob Landley | 2005-05-10 | 1 | -2/+16 | |
| | | | | | Landley to remove an #ifdef and move another one out of the flow of code. | |||||
* | add documentation for long options and touch up the current docs now that i ↵ | Mike Frysinger | 2005-05-10 | 1 | -39/+62 | |
| | | | | actually understand how to use the function myself :) | |||||
* | import more libs to prep for new e2fsprogs | Mike Frysinger | 2005-05-09 | 30 | -0/+5277 | |
| | ||||||
* | import ext2fs lib to prep for new e2fsprogs | Mike Frysinger | 2005-05-09 | 82 | -0/+17575 | |
| | ||||||
* | no longer applies | Mike Frysinger | 2005-05-09 | 1 | -4/+0 | |
| | ||||||
* | import base_device.c for fsck | Mike Frysinger | 2005-05-09 | 1 | -0/+147 | |
| | ||||||
* | remove unused files | Mike Frysinger | 2005-05-09 | 5 | -271/+0 | |
| | ||||||
* | trim out useless defines and use some busybox funcs | Mike Frysinger | 2005-05-09 | 1 | -24/+3 | |
| | ||||||
* | override nls P_() macro | Mike Frysinger | 2005-05-09 | 1 | -0/+1 | |
| | ||||||
* | abort if user passes -r or if they dont pass anything | Mike Frysinger | 2005-05-09 | 1 | -3/+8 | |
| | ||||||
* | syntax/whitespace touchup | Mike Frysinger | 2005-05-09 | 1 | -2/+2 | |
| | ||||||
* | Patch from Shaun Jackman: | Rob Landley | 2005-05-09 | 1 | -22/+15 | |
| | | | | | | | | | | | | | | | | | | > This patch modfies expr to use portable POSIX regex rather than BSD > regex. ... > This updated patch implements an anchored regex by checking that the > match starts at offset 0. More to the point, this patch uses the same regex that sed.c is already using (opportunity to suck in less library code), and even building a dynamically linked busybox with just expr the result is a slightly smaller binary (by 94 bytes, I dunno what nm --size-sort has to say about it because I didn't build with debug info, since that changes the binary size a lot by disabling optimization...) Your mileage may vary. Handle with caution. Do not taunt happy fun ball. | |||||
* | Manuel points out that if printf needs a flush to act like dprintf, the result | Rob Landley | 2005-05-07 | 1 | -2/+1 | |
| | | | | | is bigger. Revert last patch. | |||||
* | This one's from me. Fix ash "standalone shell". | Rob Landley | 2005-05-07 | 1 | -21/+7 | |
| | | | | | | | | | If we exec /proc/self/exe and only fall back to /bin/busybox if /proc isn't there, then we have a reasonable chance of having the standalone shell work even if busybox isn't installed in /bin on the system in question. Still won't work in a chroot environment, but it's an improvement. | |||||
* | Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. | Rob Landley | 2005-05-07 | 1 | -1/+2 | |
| | ||||||
* | patch by Tito which uses a lot more busybox functions to reduce size nicely | Mike Frysinger | 2005-05-07 | 2 | -49/+37 | |
| | ||||||
* | update e2p target to match condensed files | Mike Frysinger | 2005-05-07 | 1 | -2/+1 | |
| | ||||||
* | patch by Tito which unifies common get/set functions into 1 get/set function ↵ | Mike Frysinger | 2005-05-07 | 4 | -144/+39 | |
| | | | | and cuts down on the size used significantly :) | |||||
* | add/remove defines to handle more e2fsprogs | Mike Frysinger | 2005-05-07 | 1 | -1/+2 | |
| | ||||||
* | use shared busybox error messages to save a few bytes | Mike Frysinger | 2005-05-07 | 1 | -5/+5 | |
| | ||||||
* | make the exec (-e) an optional feature of netcat | Mike Frysinger | 2005-05-06 | 3 | -18/+28 | |
| | ||||||
* | In bug 247, haveaniceday writes: | Mike Frysinger | 2005-05-06 | 2 | -2/+22 | |
| | | | | | The option "-w secs" adds a timeout for writing. | |||||
* | Tweak the "pretty lsmod for 2.6" patch to be seperately selectable. | Rob Landley | 2005-05-04 | 2 | -5/+14 | |
| | | | | Patch from Takeharu Kato. | |||||
* | Revert the uptime() removal. Let the list sort it out... | Rob Landley | 2005-05-04 | 4 | -5/+14 | |
| | ||||||
* | Patch from Shaun Jackman: | Rob Landley | 2005-05-04 | 4 | -14/+5 | |
| | | | | | | Replace uptime with time(NULL). time is more portable than uptime and eliminates the need to define uptime, reducing code size slightly. | |||||
* | Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig | Rob Landley | 2005-05-04 | 1 | -7/+7 | |
| | | | | | dependencies so 2.6 support depends on insmod or lsmod... | |||||
* | Takeharu Kato said: | Rob Landley | 2005-05-03 | 1 | -1/+42 | |
| | | | | | | | I found that lsmod in busybox does not support linux-2.6. I fix this issue(it is caused by changes of /proc/modules format). If you use lsmod in busybox with kernel-2.6, please use this patch. | |||||
* | From: Shaun Jackman <sjackman@gmail.com> | Rob Landley | 2005-05-03 | 2 | -3/+5 | |
| | | | | | | | | | | To: busybox@mail.codepoet.org Wrap sockaddr_in6 in a ifdef CONFIG_FEATURE_IPV6. Include sys/types.h instead of asm/types.h. Include netinet/if_ether.h instead of linux/if_ether.h The ioctl request argument is an int, not an unsigned short. | |||||
* | Shaun Jackman said: | Rob Landley | 2005-05-03 | 1 | -9/+21 | |
| | | | | | | This patch adds a CONFIG_FEATURE_CLEAN_UP stanza, and also adds an ifdef around the SIOCGIFMAP call. | |||||
* | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley | 2005-05-03 | 12 | -130/+148 | |
| | ||||||
* | Add David Brownell as zcip maintainer. | Rob Landley | 2005-05-03 | 1 | -0/+3 | |
| | ||||||
* | Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed | Rob Landley | 2005-05-03 | 3 | -114/+190 | |
| | | | | | it... |