Denis Vlasenko
|
084266ed52
fix several problems with config parser:
|
16 年之前 |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 年之前 |
Denis Vlasenko
|
4a717e0c19
libbb: fixes to config_read() by maintainer
|
16 年之前 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 年之前 |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 年之前 |
Denis Vlasenko
|
64309f8669
sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>)
|
17 年之前 |
Denis Vlasenko
|
5a28a25b9d
syscall: code shrink
|
17 年之前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年之前 |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 年之前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年之前 |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 年之前 |
Denis Vlasenko
|
50f7f446ec
bb_full_fd_action: remove potential xmalloc from NOFORK path
|
17 年之前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年之前 |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 年之前 |
Denis Vlasenko
|
9cac521f07
using [xa]sprintf for string concatenation is neat and saves
|
18 年之前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年之前 |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 年之前 |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
18 年之前 |
Rob Landley
|
8b1f11da52
Remove a superfluous quote and more non-generic standalone code.
|
18 年之前 |
Bernhard Reutner-Fischer
|
cb44816ba3
- add and use bb_opendir(), bb_xopendir().
|
18 年之前 |
Eric Andersen
|
a68ea1cb93
fix up yet more annoying signed/unsigned and mixed type errors
|
19 年之前 |
"Vladimir N. Oleynik"
|
39a841cecf
change interface to bb_xasprintf() - more perfect for me.
|
19 年之前 |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 年之前 |
Glenn L McGrath
|
ab8215431f
Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested.
|
21 年之前 |
Eric Andersen
|
b90502828c
Patch from Ned Ludd, solar at gentoo dot org:
|
21 年之前 |