log toys/posix/df.c @ 1753:0f940c4f9658 draft

age author description
Sun, 01 Mar 2015 16:08:51 -0600 Rob Landley Patches from Elliott Hughes to fix various printf() format strings. draft
Tue, 25 Nov 2014 18:49:34 -0600 Rob Landley Variant of a patch from Ashwini Sharma, making df /dev/node work and tweaking the spacing. draft
Thu, 29 May 2014 05:22:02 -0500 Rob Landley Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. draft
Sun, 16 Mar 2014 16:27:38 -0500 Rob Landley Clarify an unclear comment pointed out by Steve Long. draft
Tue, 04 Feb 2014 06:20:14 -0600 Rob Landley Tweak help text. draft
Fri, 30 Aug 2013 17:34:24 -0500 Rob Landley Allow getmountlist to read fstab too. draft
Fri, 16 Aug 2013 14:46:52 -0500 Rob Landley Normalize df menu entry and tweak help text.
Fri, 10 May 2013 18:57:01 -0500 Rob Landley Convert getmountlist() to xgetmountlist().
Wed, 02 Jan 2013 02:00:35 -0600 Rob Landley Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to.
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.
Sat, 10 Nov 2012 18:24:14 -0600 Rob Landley On 32 bit platforms %ld doesn't match uint64_t, so do long long and %lld (rather than deal with verbose PRIu64 nonsense).
Thu, 08 Nov 2012 15:03:03 -0600 Rob Landley Change df percentage calculation to match posix, spotted by Roy Tam.
Fri, 26 Oct 2012 21:15:31 -0500 Rob Landley Follow symlinks to get actual device name, getmountlist() reverses order for us now, detect stdout to full device.
Mon, 08 Oct 2012 00:02:30 -0500 Rob Landley New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
Sat, 25 Aug 2012 18:08:51 -0500 Rob Landley Regularize command headers, update links to standards documents.
Sat, 25 Aug 2012 14:25:22 -0500 Rob Landley Move commands into "posix", "lsb", and "other" menus/directories. base toys/df.c@2c28514b46c6