| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert fsbtoblk() from a macro to a function. The redundant | David Schultz | 2004-06-04 | 1 | -8/+13 |
* | Use humanize_number(3) to format sizes into a human readable form. | Pawel Jakub Dawidek | 2004-05-24 | 2 | -88/+19 |
* | Bump document date for the latest functional change. | Ruslan Ermilov | 2004-05-16 | 1 | -5/+2 |
* | Fix some style issues in rev 1.58. | David E. O'Brien | 2004-04-22 | 1 | -13/+12 |
* | Add 'g' to SYNOPSIS. | David E. O'Brien | 2004-04-22 | 1 | -1/+1 |
* | Fix printing of the "Mounted on" values for 'df -i'. | David E. O'Brien | 2004-04-22 | 1 | -2/+4 |
* | Add -c option simular to du(1). | David E. O'Brien | 2004-04-18 | 3 | -15/+51 |
* | Remove clause 3 from the UCB licenses. | Mark Murray | 2004-04-06 | 2 | -8/+0 |
* | And a bandaid so that the output of "available space" is correct when | Lukas Ertl | 2004-03-09 | 1 | -1/+2 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -1/+1 |
* | Use int rather than size_t storage for printf field widths to avoid | Ian Dowse | 2004-02-08 | 1 | -43/+41 |
* | Fix format strings (intmax_t is %jd, not %qd) | Kris Kennaway | 2003-11-12 | 1 | -2/+2 |
* | Update the statfs structure with 64-bit fields to allow | Kirk McKusick | 2003-11-12 | 1 | -23/+25 |
* | Be a little bit more correct WRT counting numbers vs. integer numbers. | David E. O'Brien | 2003-09-13 | 1 | -10/+10 |
* | Get this area compiling with the highest WARNS= that it works with. | Mark Murray | 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 | Bruce Evans | 2003-06-03 | 1 | -3/+1 |
* | Fixed exit code in previous commit. "var++" to set a flag to nonzero | Bruce Evans | 2003-06-03 | 1 | -5/+9 |
* | From the df man page: | Jordan K. Hubbard | 2003-06-02 | 1 | -0/+9 |
* | df(1) and ls(1) print units in 'four or fewer' not 'three or less'. | Tom Rhodes | 2003-05-06 | 1 | -2/+2 |
* | WARNS cleaning for the Alpha. On alpha, size_t is a long, and it | Mark Murray | 2003-05-03 | 1 | -13/+17 |
* | Fix a shedload of warnings, some memory leaks and clean up WARNS | Mark Murray | 2003-05-03 | 1 | -39/+61 |
* | Quiet warnings about copyright[]. | David E. O'Brien | 2003-05-01 | 1 | -2/+2 |
* | Back out rev 1.44; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -4/+3 |
* | Fix for changed getbsize arg type. | Mark Murray | 2002-10-23 | 1 | -3/+4 |
* | Fix 'SYNOPSIS' and 'usage' | Tom Rhodes | 2002-08-26 | 2 | -2/+2 |
* | s/filesystem/file system/ as discussed on -developers | Tom Rhodes | 2002-08-21 | 2 | -22/+22 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | Maxime Henrion | 2002-08-10 | 1 | -12/+21 |
* | Consistently use __FBSDID | David E. O'Brien | 2002-06-30 | 1 | -3/+2 |
* | Unconditionally update the maximum field width statistics when we | Ian Dowse | 2002-05-18 | 1 | -5/+3 |
* | Remove the private code for reading UFS superblocks, this does not belong | Poul-Henning Kamp | 2002-05-12 | 2 | -110/+36 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-16 | 1 | -1/+3 |
* | Make the columns in the output of df(1) line up, even for very large | Ian Dowse | 2002-03-26 | 1 | -39/+106 |
* | Warnings fixes inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 1 | -5/+4 |
* | o __P has been reoved | Warner Losh | 2002-02-02 | 1 | -41/+23 |
* | Make ``df -l'' work when no network filesystems are loaded. | Ruslan Ermilov | 2001-12-19 | 1 | -2/+4 |
* | Do not dot terminate errx() strings | Philippe Charnier | 2001-12-11 | 1 | -1/+1 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | David E. O'Brien | 2001-12-04 | 1 | -2/+0 |
* | Remove a misplaced space. | David E. O'Brien | 2001-08-01 | 1 | -1/+1 |
* | Fix style bugs introduced by rev 1.28. No functional changes. | Garrett Wollman | 2001-07-16 | 1 | -11/+12 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
* | WARNS= -> WARNS?= | Dima Dorfman | 2001-06-22 | 1 | -1/+1 |
* | Add parens to get the cast that was meant in previous commit. | Jacques Vidrine | 2001-06-05 | 1 | -2/+2 |
* | Wrong. The size of size_t is *not* the same as the size of an integer. | Matt Jacob | 2001-06-05 | 1 | -2/+4 |
* | Added the -l option to df, so to be compatable with other unicies. | Jim Pirzyk | 2001-06-04 | 2 | -4/+59 |
* | Remove vestiges of MFS. | Ruslan Ermilov | 2001-06-01 | 1 | -2/+2 |
* | BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha. | Kris Kennaway | 2001-05-20 | 2 | -14/+17 |
* | Fix operation of df on unmounted filesystems, and add the ability to run df | Kris Kennaway | 2001-05-09 | 1 | -4/+38 |
* | GC some dead code relating to running df on unmounted block devices, | Kris Kennaway | 2001-05-08 | 2 | -37/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | Ruslan Ermilov | 2001-02-01 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |