| Commit message (Expand) | Author | Age | Files | Lines |
* | Staticify internal routines. | delphij | 2009-06-23 | 1 | -1/+1 |
* | Make "human-readable" (-H/-h) output also "humanize" inode counts. | simon | 2009-06-07 | 2 | -6/+37 |
* | Implement -T option as found in Linux df(1). When given, file system type | pjd | 2008-11-23 | 2 | -7/+19 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -4/+4 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -4/+4 |
* | Eliminate error with -W* strict flags and make putenv() calls conforming to | ache | 2007-04-30 | 1 | -4/+4 |
* | getblocksize expects pointer to long as a second argument, not | kan | 2007-04-06 | 1 | -2/+2 |
* | Fix a bug where the mutual exclusivity of the -l and -t options is not | will | 2007-03-08 | 1 | -1/+4 |
* | Fix markup. | ru | 2007-02-28 | 1 | -2/+3 |
* | Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, our | csjp | 2006-09-20 | 1 | -2/+11 |
* | Prefer strlcpy to strncpy. In one case, this saves us from re-zeroing | imp | 2006-08-20 | 1 | -2/+2 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -7/+7 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -1/+2 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-09 | 1 | -1/+2 |
* | Currently if a mount point is not accessible by the calling user, | csjp | 2004-07-20 | 2 | -6/+18 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -6/+12 |
* | Convert fsbtoblk() from a macro to a function. The redundant | das | 2004-06-04 | 1 | -8/+13 |
* | Use humanize_number(3) to format sizes into a human readable form. | pjd | 2004-05-24 | 2 | -88/+19 |
* | Bump document date for the latest functional change. | ru | 2004-05-16 | 1 | -5/+2 |
* | Fix some style issues in rev 1.58. | obrien | 2004-04-22 | 1 | -13/+12 |
* | Add 'g' to SYNOPSIS. | obrien | 2004-04-22 | 1 | -1/+1 |
* | 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 | 3 | -15/+51 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 2 | -8/+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 |
* | Get this area compiling with the highest WARNS= that it works with. | markm | 2003-06-13 | 1 | -4/+3 |
* | Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS section | bde | 2003-06-03 | 1 | -3/+1 |
* | 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 |
* | df(1) and ls(1) print units in 'four or fewer' not 'three or less'. | trhodes | 2003-05-06 | 1 | -2/+2 |
* | 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 | 2 | -2/+2 |
* | s/filesystem/file system/ as discussed on -developers | trhodes | 2002-08-21 | 2 | -22/+22 |
* | - 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 | 2 | -110/+36 |
* | Use `The .Nm utility' | charnier | 2002-04-16 | 1 | -1/+3 |
* | 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 |