Mike Frysinger
|
0fb397e617
blah, forgot to save last time to fix whitespacing
|
19 years ago |
Mike Frysinger
|
867a6080fe
remove duplicated code and rework algorithms to end up with smaller code
|
19 years ago |
Mike Frysinger
|
dad4cf7e63
use a bunch of if statements since it is a few bytes smaller than a switch; also use bb_xfopen() instead of fopen() so comm doesnt segfault when given non-existant files :(
|
19 years ago |
Mike Frysinger
|
b3a6ec3e62
err, added 2 to the wrong var :) also touchup the option detection to shrink size
|
19 years ago |
Mike Frysinger
|
3ba93c0438
fix segfault if user only specifies 1 file
|
19 years ago |
Mike Frysinger
|
4d149205c3
update usage to match actual behavior
|
19 years ago |
Mike Frysinger
|
0d605e98b2
fix whitespace/coding style
|
19 years ago |
Mike Frysinger
|
a84a512700
add missing comm.o rule
|
19 years ago |
Mike Frysinger
|
5b300dd3a9
whitespace touchups
|
19 years ago |
Eric Andersen
|
9cc7f3230a
This makefile was a mess. Fix it to work as intended.
|
19 years ago |
Rob Landley
|
2acfd7bd26
Small comm implementatin from Rob Sullivan. Needed to build perl.
|
19 years ago |
Mike Frysinger
|
b662f0d58b
import ether-wake applet by haveaniceday Bug 252
|
19 years ago |
Mike Frysinger
|
348e84c202
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
|
19 years ago |
Mike Frysinger
|
55e2cf6533
import eject by Peter Willis / Tito Ragusa
|
19 years ago |
Mike Frysinger
|
fb6d22c96c
now that mjn3 explained it to me, add documentation for the 3rd field in long opts
|
19 years ago |
Rob Landley
|
00e76cb6b9
Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob
|
19 years ago |
Mike Frysinger
|
e5d0bde697
add documentation for long options and touch up the current docs now that i actually understand how to use the function myself :)
|
19 years ago |
Mike Frysinger
|
38a33f91c0
import more libs to prep for new e2fsprogs
|
19 years ago |
Mike Frysinger
|
1fd98e039d
import ext2fs lib to prep for new e2fsprogs
|
19 years ago |
Mike Frysinger
|
b32011943a
no longer applies
|
19 years ago |
Mike Frysinger
|
7a121e92eb
import base_device.c for fsck
|
19 years ago |
Mike Frysinger
|
8d929dab60
remove unused files
|
19 years ago |
Mike Frysinger
|
a88d52237b
trim out useless defines and use some busybox funcs
|
19 years ago |
Mike Frysinger
|
507d1f76e5
override nls P_() macro
|
19 years ago |
Mike Frysinger
|
ae38d65e95
abort if user passes -r or if they dont pass anything
|
19 years ago |
Mike Frysinger
|
9dc93ac561
syntax/whitespace touchup
|
19 years ago |
Rob Landley
|
540d3f60f3
Patch from Shaun Jackman:
|
19 years ago |
Rob Landley
|
b9dfb8c03f
Manuel points out that if printf needs a flush to act like dprintf, the result
|
19 years ago |
Rob Landley
|
0fcd9430ce
This one's from me. Fix ash "standalone shell".
|
19 years ago |
Rob Landley
|
cce1ae2ce5
Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf.
|
19 years ago |