Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
před 17 roky |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
před 17 roky |
Denis Vlasenko
|
e324184c05
s/#ifdef CONFIG_/#if ENABLE_/g
|
před 17 roky |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
před 17 roky |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
před 17 roky |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
před 18 roky |
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.
|
před 18 roky |
Denis Vlasenko
|
9a44c4f91c
bb_xget[pw/gr]nam were horribly misnamed - fixed.
|
před 18 roky |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
před 18 roky |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
před 18 roky |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
před 18 roky |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
před 18 roky |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
před 18 roky |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
před 18 roky |
Bernhard Reutner-Fischer
|
d591a360d3
- merge -r15463:15564 from busybox_scratch branch through these changesets:
|
před 18 roky |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
před 18 roky |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
před 18 roky |
Bernhard Reutner-Fischer
|
56fbd21fa7
- return ret so we return something meaningful.
|
před 18 roky |
Bernhard Reutner-Fischer
|
d9cf7ac781
- patch from Denis Vlasenko to add and use bb_xchdir()
|
před 18 roky |
Bernhard Reutner-Fischer
|
771b186406
- commentary typos
|
před 18 roky |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
před 19 roky |
Bernhard Reutner-Fischer
|
17329745fc
- fix check for group and user, remove some whitespace while at it.
|
před 19 roky |
Rob Landley
|
1b751c894b
Rob Sullivan sent in some cleanups, which I beat on slightly.
|
před 19 roky |
Bernhard Reutner-Fischer
|
d5bd137a24
- rename libbb's password helpers as suggested in libbb.h
|
před 19 roky |
Eric Andersen
|
90161c9213
Fixup makedevs to handle regular files, and also fix
|
před 19 roky |
Eric Andersen
|
2ada89b60f
a bit more polish
|
před 19 roky |
Eric Andersen
|
54e57da96a
a bit of polish on makedevs
|
před 19 roky |
Eric Andersen
|
e8614dbcd7
Fixup device table based makedevs so it actually works
|
před 19 roky |
Eric Andersen
|
3d9256225f
About time to just apply this and kill off the patches
|
před 19 roky |
Eric Andersen
|
cbcdbc41ff
Fix incorrect arguments being passed to mknod
|
před 20 roky |