Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
58394b1e29
xargs: simplify word list management
|
17 years ago |
Denis Vlasenko
|
f5294e1f4c
hush: use NOFORK applets as appropriate. Net reduction of code size.
|
17 years ago |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 years ago |
Denis Vlasenko
|
8905496444
xargs: fix my brain fart (resulted in memory leak)
|
17 years ago |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 years ago |
Denis Vlasenko
|
cd7001f705
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
|
17 years ago |
Denis Vlasenko
|
1b4b2cb20e
xargs: shrink code, ~80 bytes
|
17 years ago |
Denis Vlasenko
|
1d76f439da
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
6248a734e2
xargs: simplify option parsing
|
18 years ago |
Rob Landley
|
081e38483e
Remove xcalloc() and convert its callers to xzalloc(). About half of them
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Bernhard Reutner-Fischer
|
95a040fac8
- use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:
|
18 years ago |
"Vladimir N. Oleynik"
|
59c4e5cf92
removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. My whitespace
|
19 years ago |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
19 years ago |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Eric Andersen
|
252183e3f5
Try to make indent formatting less horrible
|
21 years ago |
Glenn L McGrath
|
40c9489d33
Add a comment with link to the SUSv3 standard for xargs
|
21 years ago |
Glenn L McGrath
|
09c295a5bc
run through indent
|
21 years ago |
Glenn L McGrath
|
61796945e3
Vods versions of xargs
|
21 years ago |
Glenn L McGrath
|
99825960c1
Bugfix for xargs
|
21 years ago |