| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some style issues in rev 1.58. | obrien | 2004-04-22 | 1 | -13/+12 |
* | Fix printing of the "Mounted on" values for 'df -i'. | obrien | 2004-04-22 | 1 | -2/+4 |
* | Add -c option simular to du(1). | obrien | 2004-04-18 | 1 | -13/+47 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | And a bandaid so that the output of "available space" is correct when | le | 2004-03-09 | 1 | -1/+2 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -1/+1 |
* | Use int rather than size_t storage for printf field widths to avoid | iedowse | 2004-02-08 | 1 | -43/+41 |
* | Fix format strings (intmax_t is %jd, not %qd) | kris | 2003-11-12 | 1 | -2/+2 |
* | Update the statfs structure with 64-bit fields to allow | mckusick | 2003-11-12 | 1 | -23/+25 |
* | Be a little bit more correct WRT counting numbers vs. integer numbers. | obrien | 2003-09-13 | 1 | -10/+10 |
* | Fixed exit code in previous commit. "var++" to set a flag to nonzero | bde | 2003-06-03 | 1 | -5/+9 |
* | From the df man page: | jkh | 2003-06-02 | 1 | -0/+9 |
* | WARNS cleaning for the Alpha. On alpha, size_t is a long, and it | markm | 2003-05-03 | 1 | -13/+17 |
* | Fix a shedload of warnings, some memory leaks and clean up WARNS | markm | 2003-05-03 | 1 | -39/+61 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
* | Back out rev 1.44; getbsize(3)'s original interface has been restored. | mike | 2002-12-30 | 1 | -4/+3 |
* | Fix for changed getbsize arg type. | markm | 2002-10-23 | 1 | -3/+4 |
* | Fix 'SYNOPSIS' and 'usage' | trhodes | 2002-08-26 | 1 | -1/+1 |
* | s/filesystem/file system/ as discussed on -developers | trhodes | 2002-08-21 | 1 | -7/+7 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 1 | -12/+21 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -3/+2 |
* | Unconditionally update the maximum field width statistics when we | iedowse | 2002-05-18 | 1 | -5/+3 |
* | Remove the private code for reading UFS superblocks, this does not belong | phk | 2002-05-12 | 1 | -110/+34 |
* | Make the columns in the output of df(1) line up, even for very large | iedowse | 2002-03-26 | 1 | -39/+106 |
* | Warnings fixes inspired by lint, a commercial lint and WARNS=4. | markm | 2002-02-22 | 1 | -5/+4 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -41/+23 |
* | Make ``df -l'' work when no network filesystems are loaded. | ru | 2001-12-19 | 1 | -2/+4 |
* | Do not dot terminate errx() strings | charnier | 2001-12-11 | 1 | -1/+1 |
* | Remove a misplaced space. | obrien | 2001-08-01 | 1 | -1/+1 |
* | Fix style bugs introduced by rev 1.28. No functional changes. | wollman | 2001-07-16 | 1 | -11/+12 |
* | Add parens to get the cast that was meant in previous commit. | nectar | 2001-06-05 | 1 | -2/+2 |
* | Wrong. The size of size_t is *not* the same as the size of an integer. | mjacob | 2001-06-05 | 1 | -2/+4 |
* | Added the -l option to df, so to be compatable with other unicies. | pirzyk | 2001-06-04 | 1 | -2/+55 |
* | BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha. | kris | 2001-05-20 | 1 | -14/+15 |
* | Fix operation of df on unmounted filesystems, and add the ability to run df | kris | 2001-05-09 | 1 | -4/+38 |
* | GC some dead code relating to running df on unmounted block devices, | kris | 2001-05-08 | 1 | -35/+1 |
* | Add -g for gigabyte sizes. | jwd | 2000-06-03 | 1 | -1/+5 |
* | add human readable output (-h and -H) | mharo | 1999-12-15 | 1 | -11/+131 |
* | Most modern OSs have the ability to flag certain mounts as ones to | julian | 1999-11-01 | 1 | -5/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Cleaning out old stuff from one of my source trees: | peter | 1998-12-16 | 1 | -5/+14 |
* | Style police: keep a variable list in alphabetical order, and add | joerg | 1997-10-13 | 1 | -5/+5 |
* | Make df(1) exit with non-success status if something went wrong. | joerg | 1997-10-12 | 1 | -11/+18 |
* | Add Bruce's _NEW_VFSCONF flag to make this compile cleanly and | steve | 1997-08-07 | 1 | -4/+7 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
* | Merged from Lite2. The -t option is now handled better. The only visible | bde | 1997-03-13 | 1 | -104/+37 |
* | This is a funny one: df for a device that was not mounted used to fail | guido | 1997-03-10 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Include <ufs/ufs/ufsmount.h>. | jkh | 1997-02-17 | 1 | -0/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |