summaryrefslogtreecommitdiff
path: root/src/df.c
Commit message (Expand)AuthorAgeFilesLines
* (main): Use xnmalloc, rather than xmalloc.Jim Meyering2004-05-061-1/+1
* (show_disk, show_point): If several filesystems areJim Meyering2004-05-041-104/+91
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-4/+4
* (add_fs_type, add_excluded_fs_type, main): Use `sizeof *var' ratherJim Meyering2003-11-021-4/+3
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-3/+3
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-3/+3
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* (AUTHORS): Remove Larry McVoy's name, since the relativelyJim Meyering2003-09-031-1/+1
* (find_mount_point): Emit a diagnostic for eachJim Meyering2003-07-121-13/+30
* (find_mount_point): Don't let free clobber errno upon failed chdirJim Meyering2003-07-121-6/+9
* It appears that the `#pragma alloca' included via "system.h" isJim Meyering2003-07-121-4/+0
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* (usage): Don't use `,' as the thousands separatorJim Meyering2003-05-141-1/+1
* Handle argc < optind.Jim Meyering2003-05-131-28/+29
* Remove anachronistic casts of xmalloc,Jim Meyering2003-04-111-2/+2
* (find_mount_point): Call error here, now that restore_cwd no longer does it.Jim Meyering2003-03-041-2/+3
* (print_header): Don't embed spaces in a separate `Type'Jim Meyering2003-03-011-7/+2
* Now, df always displays the device file name corresponding to theJim Meyering2003-02-201-21/+10
* (print_header): Rather than using a hard-coded literalJim Meyering2003-02-191-2/+5
* (show_entry): Update sole use of show_disk.Jim Meyering2003-02-051-1/+1
* `df /dev/block-or-char-device-file--not-mounted' now reportsJim Meyering2003-02-041-4/+16
* (show_disk): Move function to precede find_mount_point.Jim Meyering2003-02-041-19/+19
* Include "canonicalize.h".Jim Meyering2003-01-111-72/+4
* Include "xgetcwd.h".Jim Meyering2003-01-101-3/+2
* (print_header): Use primitives from inttostr.h, notJim Meyering2002-11-081-34/+68
* Mark translatable string with `N_ (...)'.Jim Meyering2002-10-031-1/+1
* Remove all inclusions of inttypes.h,Jim Meyering2002-09-221-3/+0
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-3/+3
* (show_dev): Make the `Use%' column align withJim Meyering2002-07-101-2/+2
* df now rounds all quantities up, as per POSIX.Jim Meyering2002-07-081-14/+10
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* (BLOCK_SIZE_OPTION): Remove; no longer needed now that we have 'B'.Jim Meyering2001-12-211-17/+23
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-021-4/+2
* (usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering2001-11-231-0/+5
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-231-2/+8
* (show_point): Use canonicalize_file_name, if possible.Jim Meyering2001-09-011-10/+25
* (strip_trailing_slashes): Likewise.Jim Meyering2001-05-121-9/+2
* (show_point): Before accepting an entry as a match, make sure thatJim Meyering2000-11-231-1/+3
* (print_header): Mark strings for translation.Jim Meyering2000-11-061-7/+7
* Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering2000-07-301-6/+7
* (show_dev): Round disk usage percentage up, not to nearest value.Jim Meyering2000-06-271-17/+26
* (df_readable): New arg for rounding style.Jim Meyering2000-06-161-10/+13
* (show_point) [HAVE_REALPATH && !HAVE_RESOLVEPATH]:Jim Meyering2000-06-041-1/+1
* Arrange to call close_stdout only upon exit.Jim Meyering2000-05-131-2/+2
* (show_point): Ignore shortcuts based on pathJim Meyering2000-03-021-2/+2
* (main): Count the stat'able arguments.Jim Meyering2000-02-111-7/+16
* (#pragma alloca): Add if _AIX is defined.Jim Meyering2000-01-021-19/+120
* (ceil_percent): Remove.Jim Meyering1999-12-221-34/+30
* (BLOCK_SIZE_OPTION, SYNC_OPTION, NO_SYNC_OPTION): DefineJim Meyering1999-12-091-6/+15