Bernhard Reutner-Fischer
|
64d7e93081
- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777).
|
18 jaren geleden |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
18 jaren geleden |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 jaren geleden |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 jaren geleden |
Rob Landley
|
399d45f1c6
Aurelien Jacobs pointed out inline functions that could be removed. Doing so
|
18 jaren geleden |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 jaren geleden |
Bernhard Reutner-Fischer
|
95a040fac8
- use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:
|
18 jaren geleden |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 jaren geleden |
Bernhard Reutner-Fischer
|
c2cb0f32b4
- patch from Denis Vlasenko to add and use bb_xopen3()
|
18 jaren geleden |
Bernhard Reutner-Fischer
|
20f4000086
- add some ATTRIBUTE_UNUSED.
|
19 jaren geleden |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 jaren geleden |
Glenn L McGrath
|
8f3bc4ce52
New applet, rx, by Christopher Hoover
|
21 jaren geleden |