Denys Vlasenko
|
819cacfd45
busybox: add "busybox --list[-full]" to help text
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
9768a82eb0
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
|
14 years ago |
Denys Vlasenko
|
9297dbc9d2
randomconfig fixes
|
14 years ago |
Denys Vlasenko
|
5c296de390
fix compile breakage with "make -j"
|
14 years ago |
Denys Vlasenko
|
1fcbff2fac
build system: do not rebuild ash and hush on any change to any .c file
|
14 years ago |
Denys Vlasenko
|
729ecb87bf
bbconfig: make it independent from printf functions
|
14 years ago |
Denys Vlasenko
|
0e5ba0843b
Remove requirement that include/applets.h must be sorted
|
14 years ago |
Denys Vlasenko
|
5a7c72015c
busybox --list option. +140 bytes. Rob wanted it.
|
14 years ago |
Denys Vlasenko
|
43b094b584
remove stdio from allnoconfig build
|
14 years ago |
Denys Vlasenko
|
3d0e7794eb
libbb: locate PAGE_SIZE on Hurd
|
14 years ago |
Denys Vlasenko
|
c1947f18f5
build failure fix and some cosmetics
|
15 years ago |
Denys Vlasenko
|
1f7c167b23
experimentally add mallopt tweaks for reduced memory consumption
|
15 years ago |
Denys Vlasenko
|
630dde1cef
code shrink in help text code
|
15 years ago |
Denys Vlasenko
|
b34759251d
update copyright year
|
15 years ago |
Denys Vlasenko
|
263cff9a2f
do not store 1st two bytes of compressed help text
|
15 years ago |
Denys Vlasenko
|
6d48d3ee2a
rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.
|
15 years ago |
Denys Vlasenko
|
0ad438b12a
comment fix, no code changes
|
15 years ago |
Denys Vlasenko
|
3b405437b8
busybox --install [-s] [DIR]: allow a parameter - destination DIR
|
15 years ago |
Denys Vlasenko
|
0149f02a72
appletlib.c: prevent applet list overflowing screen
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
73c571a5ff
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
|
15 years ago |
Denis Vlasenko
|
4240408b70
trim help text a bit
|
16 years ago |
Denis Vlasenko
|
e9ad84dfd4
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
bd28f6bf7f
test: fix parser to prefer binop over unop, as coreutils does.
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 years ago |
Denis Vlasenko
|
21278dff70
busybox: do not print help to fd 2, print it to fd 1
|
16 years ago |
Bernhard Reutner-Fischer
|
5e25ddb7d3
- use STD*_FILENO some more. No object-code changes
|
16 years ago |