Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
75fbff1326674b768cee66f32e3799d5bff5e194
/
coreutils
/
sum.c
b097a84
config: update size information
by Denys Vlasenko
· 6 years ago
72089cf
config: deindent all help texts
by Denys Vlasenko
· 7 years ago
4eed2c6
Update menuconfig items with approximate applet sizes
by Denys Vlasenko
· 7 years ago
af3f420
Convert all coreutils/* applets to "new style" applet definitions
by Denys Vlasenko
· 8 years ago
9de2e5a
*: hopefully all setup_common_bufsiz() are in place
by Denys Vlasenko
· 9 years ago
e6a2f4c
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
by Denys Vlasenko
· 9 years ago
327f550
Use unsigned printf/scanf conversion where more appropriate
by Denys Vlasenko
· 11 years ago
6830ade
whitespace fixes. no code changes
by Denys Vlasenko
· 12 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
3442538
move help text from include/usage.src.h to coreutils/*.c
by Pere Orga
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
0939f2e
fix up potential printf's with unsafe format strings
by Denys Vlasenko
· 15 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
62a90cd
*: shrink by using [f]open_or_warn_stdin where appropriate
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
91e80c2
delete now unused check_header_gzip.c sum: do not use uintmax needlessly
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
cd75a96
- sum -r TODO should not print the filename as oposed to -s
by Bernhard Reutner-Fischer
· 18 years ago
9ac9e55
sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR
by Denis Vlasenko
· 18 years ago
9f73944
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
by Denis Vlasenko
· 18 years ago
ddec5af
rename functions to more understandable names
by Denis Vlasenko
· 18 years ago
c6f188d
silly size savings and capitalization fixes
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
7fee0c4
- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
by Bernhard Reutner-Fischer
· 18 years ago
73561cc
- pull from busybox_scratch: r15829:15850
by Bernhard Reutner-Fischer
· 18 years ago
998f449
We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is
by Rob Landley
· 19 years ago
02794e1
Fix bug 674: sum's block count should always round up.
by Rob Landley
· 19 years ago
b7128c6
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
by Rob Landley
· 19 years ago
db289b2
use CONFIG_BUFFER macros like cow suggested and shrink code size some more by using less variables and more gotos ;)
by Mike Frysinger
· 19 years ago
a80b290
some tweaks by cow to shrink a little
by Mike Frysinger
· 19 years ago
1fb7961
use more busybox functions and remove redundant code
by Mike Frysinger
· 20 years ago
4a21170
grab sum from coreutils, clean it up, and make it busybox happy
by Mike Frysinger
· 20 years ago