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
/
du.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2021-06-28
1
-12
/
+21
|
\
|
*
du: support -b "apparent size"
Denys Vlasenko
2021-06-16
1
-12
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-1
/
+1
|
\
|
|
*
*: --help text tweaks
Denys Vlasenko
2021-04-14
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-12
1
-2
/
+2
|
\
|
|
*
du: don't count duplicate arguments. Closes 5288
Ron Yorston
2019-02-19
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-4
/
+2
|
\
|
|
*
config: more tweaks
Denys Vlasenko
2018-12-28
1
-4
/
+2
*
|
du: use Windows-compatible print formats
Ron Yorston
2018-02-13
1
-1
/
+1
|
/
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-4
/
+10
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-3
/
+3
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-4
/
+20
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-4
/
+4
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-1
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
du: extra compat: with -k and -m, round sizes up
Denys Vlasenko
2015-10-15
1
-14
/
+23
*
du: document incompatibility with standard tool
Denys Vlasenko
2012-12-14
1
-0
/
+4
*
du: trim help text a bit more
Denys Vlasenko
2012-03-05
1
-7
/
+5
*
du: remove stray whitespace in help text
Denys Vlasenko
2012-03-05
1
-1
/
+1
*
du: use long long for size field
Ian Wienand
2012-02-28
1
-5
/
+5
*
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-09-21
1
-0
/
+3
*
*: 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
/
+37
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
libbb/human_readable.c: shrink; and reduce bss usage
Denys Vlasenko
2009-10-13
1
-2
/
+5
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-4
/
+4
*
du: fix "du /dir /dir" case
Denis Vlasenko
2008-11-11
1
-47
/
+35
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-9
/
+4
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
1
-2
/
+2
*
du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)
Denis Vlasenko
2007-09-03
1
-64
/
+64
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-2
/
+2
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+2
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.
Bernhard Reutner-Fischer
2007-04-05
1
-4
/
+2
*
missed hunk of "stop using big static buffer for inode hash"
Denis Vlasenko
2007-03-14
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #1
Denis Vlasenko
2007-01-29
1
-1
/
+1
*
du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.
Denis Vlasenko
2006-12-18
1
-35
/
+31
*
reshuffle libbb.h contents so that order of decls makes sense
Denis Vlasenko
2006-10-27
1
-3
/
+3
*
remove bb_printf and the like
Denis Vlasenko
2006-10-26
1
-3
/
+3
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-1
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-5
/
+5
*
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
1
-7
/
+2
*
These should have been part of 15767 too.
Rob Landley
2006-08-03
1
-1
/
+1
*
Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a
Rob Landley
2006-04-25
1
-4
/
+4
[next]