Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-05-16 | make sure we add the local dir to the include path | Mike Frysinger | 1 | -1/+1 | |
2005-05-15 | Tito pointed out I'd broken -t (argv[optind] can't be before getulflags), | Rob Landley | 1 | -17/+13 | |
and replaced the use of system() (and resulting security implications). | |||||
2005-05-14 | Add automatic umount support to eject command. Patch from Tito, | Rob Landley | 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? | |||||
2005-05-13 | as Rob Landley pointed out, need to fix the 1 versus i typo in indexing | Mike Frysinger | 1 | -1/+1 | |
2005-05-13 | blah, forgot to save last time to fix whitespacing | Mike Frysinger | 1 | -1/+1 | |
2005-05-13 | remove duplicated code and rework algorithms to end up with smaller code | Mike Frysinger | 1 | -40/+38 | |
2005-05-12 | use a bunch of if statements since it is a few bytes smaller than a switch; ↵ | Mike Frysinger | 1 | -20/+16 | |
also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :( | |||||
2005-05-12 | err, added 2 to the wrong var :) also touchup the option detection to shrink ↵ | Mike Frysinger | 1 | -14/+8 | |
size | |||||
2005-05-12 | fix segfault if user only specifies 1 file | Mike Frysinger | 1 | -1/+1 | |
2005-05-12 | update usage to match actual behavior | Mike Frysinger | 1 | -2/+2 | |
2005-05-12 | fix whitespace/coding style | Mike Frysinger | 1 | -27/+28 | |
2005-05-12 | add missing comm.o rule | Mike Frysinger | 1 | -0/+1 | |
2005-05-12 | whitespace touchups | Mike Frysinger | 1 | -68/+67 | |
2005-05-11 | This makefile was a mess. Fix it to work as intended. | Eric Andersen | 1 | -11/+11 | |
-Erik | |||||
2005-05-11 | Small comm implementatin from Rob Sullivan. Needed to build perl. | Rob Landley | 5 | -0/+177 | |
2005-05-11 | import ether-wake applet by haveaniceday Bug 252 | Mike Frysinger | 5 | -32/+352 | |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ↵ | Mike Frysinger | 11 | -12/+13 | |
(BB_GETOPT_ERROR) | |||||
2005-05-11 | import eject by Peter Willis / Tito Ragusa | Mike Frysinger | 7 | -178/+112 | |
2005-05-11 | now that mjn3 explained it to me, add documentation for the 3rd field in ↵ | Mike Frysinger | 1 | -5/+12 | |
long opts | |||||
2005-05-10 | Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob | Rob Landley | 1 | -2/+16 | |
Landley to remove an #ifdef and move another one out of the flow of code. | |||||
2005-05-10 | add documentation for long options and touch up the current docs now that i ↵ | Mike Frysinger | 1 | -39/+62 | |
actually understand how to use the function myself :) | |||||
2005-05-09 | import more libs to prep for new e2fsprogs | Mike Frysinger | 30 | -0/+5277 | |
2005-05-09 | import ext2fs lib to prep for new e2fsprogs | Mike Frysinger | 82 | -0/+17575 | |
2005-05-09 | no longer applies | Mike Frysinger | 1 | -4/+0 | |