index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
df.c
Age
Commit message (
Expand
)
Author
2012-12-07
df: do not print duplicate entries and rootfs by default
Ondrej Oprala
2012-11-22
df: reorder default field list of --output option
Bernhard Voelker
2012-11-08
df: document the new --output option
Bernhard Voelker
2012-11-08
df: add --output to select which fields to display
Bernhard Voelker
2012-08-26
df: allow translators to reorder "1K-blocks" header
Nguyễn Thái Ngọc Duy
2012-08-14
df: fail when the mount list is required but cannot be read
Bernhard Voelker
2012-08-04
df: fix exit code and error messages with --total
Bernhard Voelker
2012-07-16
df: don't output control characters in a mount point name
Pádraig Brady
2012-07-11
df: warn if soon-to-be-removed --megabyte option is used
Bernhard Voelker
2012-01-27
maint: use single copyright year range
Jim Meyering
2012-01-09
maint: src/*.[ch]: convert more `...' to '...'
Jim Meyering
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
2012-01-09
maint: convert `...' to '...' in --help output
Jim Meyering
2012-01-07
maint: use new emit_try_help in place of equivalent fprintf
Jim Meyering
2012-01-03
df: work around long-named /dev/disk/by-uuid/... symlinks
Jim Meyering
2012-01-01
maint: update all copyright year number ranges
Jim Meyering
2011-07-02
maint: use "const" and "pure" function attributes where possible
Jim Meyering
2011-05-21
maint: fix comment typos in df.c
Ivan Sichmann Freitas
2011-05-05
df: fix crash in mem exhaustion edge case
Pádraig Brady
2011-04-03
maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT
Jim Meyering
2011-03-23
df: fix alignment of columns
Pádraig Brady
2011-01-01
maint: update all copyright year number ranges
Jim Meyering
2010-12-28
coreutils: keep lines within 80-column limits
Paul Eggert
2010-08-27
stat: add %m to output the mount point for a file
Aaron Burgemeister
2010-08-25
df: always print the device name for bind mounted files
Pádraig Brady
2010-06-29
doc: df, du, ls: improve --blocksize description in --help
Jim Meyering
2010-05-31
maint: make spacing around "=" consistent, even in IF_LINT
Jim Meyering
2010-05-31
maint: replace each "for (;;)" with "while (true)"
Jim Meyering
2010-01-01
df: use fputs in place of printf in a few more places
Jim Meyering
2010-01-01
maint: update all FSF copyright year lists to include 2010
Jim Meyering
2010-01-01
df: add comments to help translators align column headers
Stéphane Raimbault
2009-09-23
maint: Use logical rather than bitwise operators on bools
Pádraig Brady
2009-09-23
maint: df.c: adapt to newer gnulib
Jim Meyering
2009-09-21
doc: mention the texinfo documentation in --help
Pádraig Brady
2009-09-10
doc: improve various BLOCKSIZE and SIZE help
Ondřej Vašík
2009-09-03
df: don't fail due to an unreadable argument
Jim Meyering
2009-08-25
global: convert indentation-TABs to spaces
Jim Meyering
2009-04-28
df: adjust comment to match recent code change
Jim Meyering
2009-04-28
df: use open(2), not stat, to trigger automounting
Tomas Smetana
2009-04-07
maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems
Pádraig Brady
2009-03-26
df: port the known-value fix to AIX as well
Paul Eggert
2009-03-26
df: fix a bug when totaling unknown values
Paul Eggert
2008-09-03
df: new option: --total to print grand totals
Kamil Dudka
2008-06-27
factor out time_t-to-string conversion idiom
Jim Meyering
2008-06-16
remove redundant const directives
Jim Meyering
2008-06-14
add "const" attribute, where possible
Jim Meyering
2008-06-03
use gnulib's progname module
Jim Meyering
2008-06-02
declare program_name consistently
Jim Meyering
2008-05-26
convert the rest to use proper_name -- manually
Jim Meyering
2008-05-26
use gnulib's proper_name_utf8 function, but *not* proper_name
Jim Meyering
[next]