Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 vuotta sitten |
Denys Vlasenko
|
e992bae6f9
*: remove a few more cases of argc usage. -89 bytes.
|
15 vuotta sitten |
Denys Vlasenko
|
dc9495df03
rx: strip padding from last block. closes bug 501.
|
15 vuotta sitten |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 vuotta sitten |
Denis Vlasenko
|
8e2cfec1cd
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
|
16 vuotta sitten |
Denis Vlasenko
|
4cf1d08fc2
nc: remove a bit of bloat
|
16 vuotta sitten |
Denis Vlasenko
|
400d8bb45e
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
|
16 vuotta sitten |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 vuotta sitten |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 vuotta sitten |
Denis Vlasenko
|
ac678ec2f1
style fixes, no code changes
|
17 vuotta sitten |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 vuotta sitten |
Bernhard Reutner-Fischer
|
bb8c7c041c
- sed -i -e "/\$Id:/d;"
|
18 vuotta sitten |
Denis Vlasenko
|
cf749bc10c
small fixes:
|
18 vuotta sitten |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 vuotta sitten |
Denis Vlasenko
|
7d219aab70
build system overhaul
|
18 vuotta sitten |
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 vuotta sitten |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
18 vuotta sitten |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 vuotta sitten |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 vuotta sitten |
Rob Landley
|
399d45f1c6
Aurelien Jacobs pointed out inline functions that could be removed. Doing so
|
18 vuotta sitten |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 vuotta sitten |
Bernhard Reutner-Fischer
|
95a040fac8
- use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:
|
18 vuotta sitten |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 vuotta sitten |
Bernhard Reutner-Fischer
|
c2cb0f32b4
- patch from Denis Vlasenko to add and use bb_xopen3()
|
18 vuotta sitten |
Bernhard Reutner-Fischer
|
20f4000086
- add some ATTRIBUTE_UNUSED.
|
19 vuotta sitten |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 vuotta sitten |
Glenn L McGrath
|
8f3bc4ce52
New applet, rx, by Christopher Hoover
|
21 vuotta sitten |