summaryrefslogtreecommitdiffstats
path: root/src/df.c
AgeCommit message (Expand)AuthorLines
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert-1/+0
2006-08-22(print_header, show_dev): Use a column width thatPaul Eggert-6/+18
2006-08-15* NEWS: Mention that df exits with nonzero status if it generatesPaul Eggert-12/+11
2006-07-25* src/df.c (n_valid_args): Declare global to be static.Jim Meyering-1/+1
2006-07-20* src/df.c (main): Fail and don't print the headers if noJim Meyering-5/+8
2006-01-24(show_dev): If the file system claims to have more available than totalPaul Eggert-12/+9
2005-12-28Don't include <assert.h>; it wasn't used.Jim Meyering-1/+0
2005-11-26(show_point): Ignore inaccessible file systems.Paul Eggert-3/+10
2005-10-15(main): Warn about the deprecated --kilobytes option.Jim Meyering-3/+9
2005-08-16(show_dev): New arg STAT_FILE. All uses changed.Paul Eggert-7/+13
2005-06-02Don't use "path" or "filename".Paul Eggert-11/+10
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-12Assume `free (NULL)' works.Jim Meyering-2/+1
2005-03-28(find_mount_point, show_point): Use NULL, not `0'.Jim Meyering-3/+3
2004-09-21Remove unused "case 0".Paul Eggert-2/+0
2004-08-02(inode_format, show_all_fs, show_local_fs,Paul Eggert-74/+71
2004-06-30(usage, main): Output "file system" rather than "filesystem".Jim Meyering-38/+38
2004-05-06(main): Use xnmalloc, rather than xmalloc.Jim Meyering-1/+1
2004-05-04(show_disk, show_point): If several filesystems areJim Meyering-104/+91
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering-4/+4
2003-11-02(add_fs_type, add_excluded_fs_type, main): Use `sizeof *var' ratherJim Meyering-4/+3
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering-3/+3
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering-3/+3
2003-09-18revert previous changeJim Meyering-1/+1
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering-1/+1
2003-09-03(AUTHORS): Remove Larry McVoy's name, since the relativelyJim Meyering-1/+1
2003-07-12(find_mount_point): Emit a diagnostic for eachJim Meyering-13/+30
2003-07-12(find_mount_point): Don't let free clobber errno upon failed chdirJim Meyering-6/+9
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering-4/+0
2003-06-17(main): Call initialize_main.Jim Meyering-0/+1
2003-05-14(usage): Don't use `,' as the thousands separatorJim Meyering-1/+1
2003-05-13Handle argc < optind.Jim Meyering-28/+29
2003-04-11Remove anachronistic casts of xmalloc,Jim Meyering-2/+2
2003-03-04(find_mount_point): Call error here, now that restore_cwd no longer does it.Jim Meyering-2/+3
2003-03-01(print_header): Don't embed spaces in a separate `Type'Jim Meyering-7/+2
2003-02-20Now, df always displays the device file name corresponding to theJim Meyering-21/+10
2003-02-19(print_header): Rather than using a hard-coded literalJim Meyering-2/+5
2003-02-05(show_entry): Update sole use of show_disk.Jim Meyering-1/+1
2003-02-04`df /dev/block-or-char-device-file--not-mounted' now reportsJim Meyering-4/+16
2003-02-04(show_disk): Move function to precede find_mount_point.Jim Meyering-19/+19
2003-01-11Include "canonicalize.h".Jim Meyering-72/+4
2003-01-10Include "xgetcwd.h".Jim Meyering-3/+2
2002-11-08(print_header): Use primitives from inttostr.h, notJim Meyering-34/+68
2002-10-03Mark translatable string with `N_ (...)'.Jim Meyering-1/+1
2002-09-22Remove all inclusions of inttypes.h,Jim Meyering-3/+0
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering-3/+3
2002-07-10(show_dev): Make the `Use%' column align withJim Meyering-2/+2
2002-07-08df now rounds all quantities up, as per POSIX.Jim Meyering-14/+10
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering-1/+1