Ron Yorston
|
5c69ad0ecd
build system: drop PLATFORM_LINUX
|
4 years ago |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Rostislav Skudnov
|
8762512fdb
Replace int -> uint to avoid signed integer overflow
|
7 years ago |
Denys Vlasenko
|
01ccdd1d3c
libbb: consolidate the code to set termios unbuffered mode
|
7 years ago |
Denys Vlasenko
|
1d3a04a3a4
Code style fixes, no code changes
|
8 years ago |
Denys Vlasenko
|
f88e3bfa8d
Convert all miscutils/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
fb4da16711
Split miscutils/Config.src items into miscutils/*.c files
|
8 years ago |
Denys Vlasenko
|
6830ade6aa
whitespace fixes. no code changes
|
11 years ago |
Daniel Fandrich
|
65a1ee956f
rx: fix file corruption on block checksum failure
|
13 years ago |
Denys Vlasenko
|
f3efd3c2a0
rx: code shrink
|
13 years ago |
Dan Fandrich
|
f808e777db
rx: Fix file corruption with duplicate blocks
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
e992bae6f9
*: remove a few more cases of argc usage. -89 bytes.
|
15 years ago |
Denys Vlasenko
|
dc9495df03
rx: strip padding from last block. closes bug 501.
|
15 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
8e2cfec1cd
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
|
16 years ago |
Denis Vlasenko
|
4cf1d08fc2
nc: remove a bit of bloat
|
16 years ago |
Denis Vlasenko
|
400d8bb45e
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
|
16 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
ac678ec2f1
style fixes, no code changes
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Bernhard Reutner-Fischer
|
bb8c7c041c
- sed -i -e "/\$Id:/d;"
|
18 years ago |
Denis Vlasenko
|
cf749bc10c
small fixes:
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
7d219aab70
build system overhaul
|
18 years ago |
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 years ago |