Denys Vlasenko
|
1d3a04a3a4
Code style fixes, no code changes
|
8 years ago |
Denys Vlasenko
|
2c769c69b2
makedevs: make special node creation idempotent
|
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 |
Bernhard Reutner-Fischer
|
14f55538f0
makedevs: fix help-text
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
7783248eaa
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
|
14 years ago |
Denys Vlasenko
|
651a2697f7
*: merge some common strings
|
15 years ago |
Denis Vlasenko
|
b2dc913527
makedevs: shrink by Vladimir
|
16 years ago |
Denis Vlasenko
|
e1fa817995
makedevs: shrink (by Vladimir); testsuite
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
e324184c05
s/#ifdef CONFIG_/#if ENABLE_/g
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Bernhard Reutner-Fischer
|
7b1f23610f
- use makedev to get device number, else it gives wrong major/minor numbers to devices files on systems which use big device numbers.
|
18 years ago |
Denis Vlasenko
|
9a44c4f91c
bb_xget[pw/gr]nam were horribly misnamed - fixed.
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
18 years ago |
Bernhard Reutner-Fischer
|
d591a360d3
- merge -r15463:15564 from busybox_scratch branch through these changesets:
|
18 years ago |