index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
coreutils
/
stat.c
Age
Commit message (
Expand
)
Author
2021-09-17
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2020-12-13
help text tweaks
Denys Vlasenko
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2019-08-03
stat: print nanosecond times, fix printing of empty lines
Denys Vlasenko
2019-04-12
stat: reduce storage for human-readable filesystem names
Ron Yorston
2018-12-28
config: update size information
Denys Vlasenko
2018-03-31
stat: fix a typo: s/romfs/ramfs/, closes 10876
Denys Vlasenko
2017-12-31
randomconfig fixes
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-07
free,stat: make NOEXEC
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-23
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-10-30
stat: make -f optional. This allows to build stat for non-linux systems
Denys Vlasenko
2015-05-25
typo fixes
Maninder Singh
2014-06-27
stat: fix printing selinux context and null-dereference
Michael Gernoth
2013-03-29
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2012-09-27
fix unsafe bb_perror_msg(filename) calls
Denys Vlasenko
2012-06-10
android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c
Tias Guns
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-31
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2010-10-30
stat: fix mtime/ctime/atime
Eric Lammerts
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-21
stat: remove superfluous setXXent() calls, plug memory leak
Alexander Shishkin
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-12
stat: make output more similar to GNU stat
Seb
2010-02-02
stat: get rid on intmax_t
Denys Vlasenko
2009-11-28
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-11-13
stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT)
Denis Vlasenko
2008-11-11
stat: make stat -f show filesystem "ID:" as coreutils does
Denis Vlasenko
2008-06-27
stat: pointers are not 0L, they are NULL
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2007-10-16
fixes revealed by randomconfig run
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-05
stat: code shrink; stop using bss; stop using strncat incorrectly
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-09
stat: fix option -Z segv (bug 1454)
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-13
style fixes
Denis Vlasenko
2007-04-08
add some missed statics on constant objects.
Denis Vlasenko
2007-04-04
- remove superfluous bss user (flags) and manually unswitch some areas:
Bernhard Reutner-Fischer
[next]