summaryrefslogtreecommitdiffstats
path: root/bin/df/df.c
Commit message (Expand)AuthorAgeFilesLines
* Staticify internal routines.delphij2009-06-231-1/+1
* Make "human-readable" (-H/-h) output also "humanize" inode counts.simon2009-06-071-4/+30
* Implement -T option as found in Linux df(1). When given, file system typepjd2008-11-231-5/+15
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-4/+4
* Back out all POSIXified *env() changes.ache2007-05-011-4/+4
* Eliminate error with -W* strict flags and make putenv() calls conforming toache2007-04-301-4/+4
* getblocksize expects pointer to long as a second argument, notkan2007-04-061-2/+2
* Fix a bug where the mutual exclusivity of the -l and -t options is notwill2007-03-081-1/+4
* Based on The Open Group Base Specifications Issue 6 IEEE Std 1003.1, ourcsjp2006-09-201-2/+11
* Prefer strlcpy to strncpy. In one case, this saves us from re-zeroingimp2006-08-201-2/+2
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* Currently if a mount point is not accessible by the calling user,csjp2004-07-201-5/+15
* Convert fsbtoblk() from a macro to a function. The redundantdas2004-06-041-8/+13
* Use humanize_number(3) to format sizes into a human readable form.pjd2004-05-241-86/+17
* Fix some style issues in rev 1.58.obrien2004-04-221-13/+12
* Fix printing of the "Mounted on" values for 'df -i'.obrien2004-04-221-2/+4
* Add -c option simular to du(1).obrien2004-04-181-13/+47
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* And a bandaid so that the output of "available space" is correct whenle2004-03-091-1/+2
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-1/+1
* Use int rather than size_t storage for printf field widths to avoidiedowse2004-02-081-43/+41
* Fix format strings (intmax_t is %jd, not %qd)kris2003-11-121-2/+2
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-121-23/+25
* Be a little bit more correct WRT counting numbers vs. integer numbers.obrien2003-09-131-10/+10
* Fixed exit code in previous commit. "var++" to set a flag to nonzerobde2003-06-031-5/+9
* From the df man page:jkh2003-06-021-0/+9
* WARNS cleaning for the Alpha. On alpha, size_t is a long, and itmarkm2003-05-031-13/+17
* Fix a shedload of warnings, some memory leaks and clean up WARNSmarkm2003-05-031-39/+61
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
* Back out rev 1.44; getbsize(3)'s original interface has been restored.mike2002-12-301-4/+3
* Fix for changed getbsize arg type.markm2002-10-231-3/+4
* Fix 'SYNOPSIS' and 'usage'trhodes2002-08-261-1/+1
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-7/+7
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-12/+21
* Consistently use __FBSDIDobrien2002-06-301-3/+2
* Unconditionally update the maximum field width statistics when weiedowse2002-05-181-5/+3
* Remove the private code for reading UFS superblocks, this does not belongphk2002-05-121-110/+34
* Make the columns in the output of df(1) line up, even for very largeiedowse2002-03-261-39/+106
* Warnings fixes inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-5/+4
* o __P has been reovedimp2002-02-021-41/+23
* Make ``df -l'' work when no network filesystems are loaded.ru2001-12-191-2/+4
* Do not dot terminate errx() stringscharnier2001-12-111-1/+1
* Remove a misplaced space.obrien2001-08-011-1/+1
* Fix style bugs introduced by rev 1.28. No functional changes.wollman2001-07-161-11/+12
* Add parens to get the cast that was meant in previous commit.nectar2001-06-051-2/+2
* Wrong. The size of size_t is *not* the same as the size of an integer.mjacob2001-06-051-2/+4
* Added the -l option to df, so to be compatable with other unicies.pirzyk2001-06-041-2/+55
* BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.kris2001-05-201-14/+15
* Fix operation of df on unmounted filesystems, and add the ability to run dfkris2001-05-091-4/+38
* GC some dead code relating to running df on unmounted block devices,kris2001-05-081-35/+1
OpenPOWER on IntegriCloud