Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
10916c5c6b34a9268356ef5447f5de0b20089aa7
/
coreutils
/
stat.c
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
91e5203
stat: code shrink; stop using bss; stop using strncat incorrectly
by Denis Vlasenko
· 17 years ago
4daad90
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
6ca409e
trylink: produce even more info about final link stage
by Denis Vlasenko
· 17 years ago
501bfe2
stat: fix option -Z segv (bug 1454)
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
8746885
style fixes
by Denis Vlasenko
· 18 years ago
240a1cf
add some missed statics on constant objects. fix few #ifndef ENABLE_xxx
by Denis Vlasenko
· 18 years ago
0e6ab01
- remove superfluous bss user (flags) and manually unswitch some areas:
by Bernhard Reutner-Fischer
· 18 years ago
c86e052
fix accumulated whitespace and indentation damage
by Denis Vlasenko
· 18 years ago
49622d7
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
by Denis Vlasenko
· 18 years ago
6ca0444
syslogd: fix "readpath bug" by using readlink instead
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
5d148e2
httpd: fix cgi-bin/index.cgi support, add example of it,
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
63fc1a9
Standardize on the vi editing directives being on the first line.
by "Robert P. J. Day"
· 18 years ago
18260d5
- typo: s/derefernce/dereference/g Thanks to P.J. Day.
by Bernhard Reutner-Fischer
· 19 years ago
fc5f318
- use C99 %j format to print intmax. Closes bugs #802 and #743
by Bernhard Reutner-Fischer
· 19 years ago
e11a01c
- include inttypes.h as pointed out by Jason Schoon.
by Bernhard Reutner-Fischer
· 19 years ago
465874f
- use proper macros to print intmax_t.
by Bernhard Reutner-Fischer
· 19 years ago
d409c3a
- Rich Felker writes: fix invalid printf format strings
by Bernhard Reutner-Fischer
· 19 years ago
0a7c8ef
Patch from Denis Vlasenko to constify things and fix a few typos.
by Rob Landley
· 19 years ago
c1ef7bd
just whitespace
by Tim Riker
· 19 years ago
1f0262b
another more const
by "Vladimir N. Oleynik"
· 19 years ago
b7128c6
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
by Rob Landley
· 19 years ago
726b2cb
just punt all the f_frsize crap since not all linux headers support it Bug 346
by Mike Frysinger
· 19 years ago
8804c6a
dont use f_frsize unless linux-2.6.0 or better
by Mike Frysinger
· 19 years ago
408ae21
rework human_fstype to cut down size
by Mike Frysinger
· 20 years ago
f06c494
rework options to get rid of extra variables
by Mike Frysinger
· 20 years ago
9b5f71e
stat implementation based upon coreutils
by Mike Frysinger
· 20 years ago