index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
stat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: only count subdirectories if necessary
Ron Yorston
2023-01-23
1
-0
/
+4
*
Merge branch 'busybox' into merge
Ron Yorston
2021-09-21
1
-2
/
+4
|
\
|
*
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
2021-09-17
1
-2
/
+4
*
|
win32: make readlink(2) implementation unconditional
Ron Yorston
2021-02-12
1
-7
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
1
-1
/
+1
|
\
|
|
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-1
/
+1
*
|
stat: improve conditional compilation
Ron Yorston
2021-01-26
1
-5
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
1
-2
/
+2
|
\
|
|
*
help text tweaks
Denys Vlasenko
2020-12-13
1
-1
/
+1
|
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
1
-1
/
+0
|
\
|
|
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
|
build system: reinstate PLATFORM_LINUX
Ron Yorston
2020-08-03
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-39
/
+36
|
\
|
|
*
stat: print nanosecond times, fix printing of empty lines
Denys Vlasenko
2019-08-03
1
-39
/
+36
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-04-17
1
-47
/
+49
|
\
|
|
*
stat: reduce storage for human-readable filesystem names
Ron Yorston
2019-04-12
1
-44
/
+48
*
|
win32: improve filesystem detection and display
Ron Yorston
2019-03-20
1
-0
/
+3
*
|
win32: implement readlink(2)
Ron Yorston
2019-03-06
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-1
/
+1
|
\
|
|
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
|
ls, stat: don't try to read symlinks
Ron Yorston
2018-04-10
1
-0
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
1
-1
/
+1
|
\
|
|
*
stat: fix a typo: s/romfs/ramfs/, closes 10876
Denys Vlasenko
2018-03-31
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
1
-2
/
+5
|
\
|
|
*
randomconfig fixes
Denys Vlasenko
2017-12-31
1
-2
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-4
/
+6
|
\
|
|
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-3
/
+5
|
*
free,stat: make NOEXEC
Denys Vlasenko
2017-08-07
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-7
/
+7
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-6
/
+6
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-29
1
-0
/
+3
|
\
|
|
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
1
-2
/
+3
|
\
|
|
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-4
/
+3
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-2
/
+4
*
|
Update default configuration
Ron Yorston
2015-11-01
1
-1
/
+0
|
/
*
stat: make -f optional. This allows to build stat for non-linux systems
Denys Vlasenko
2015-10-30
1
-20
/
+61
*
typo fixes
Maninder Singh
2015-05-25
1
-1
/
+1
*
stat: fix printing selinux context and null-dereference
Michael Gernoth
2014-06-27
1
-2
/
+3
*
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2013-03-29
1
-1
/
+1
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-26
/
+32
*
fix unsafe bb_perror_msg(filename) calls
Denys Vlasenko
2012-09-27
1
-2
/
+2
*
android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c
Tias Guns
2012-06-10
1
-0
/
+6
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+61
*
stat: fix mtime/ctime/atime
Eric Lammerts
2010-10-30
1
-4
/
+3
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-2
/
+2
*
stat: remove superfluous setXXent() calls, plug memory leak
Alexander Shishkin
2010-10-21
1
-7
/
+5
[next]