log lib/getmountlist.c @ 823:0429050a224b

age author description
Sat, 17 Nov 2012 22:06:00 -0600 Rob Landley Fix leak (call endmntent).
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.
Wed, 08 Feb 2012 19:29:39 -0600 Rob Landley Use stpcpy() (posix 2008) for slight code shrink.
Mon, 30 Oct 2006 01:38:00 -0500 landley Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
Thu, 26 Oct 2006 12:04:37 -0400 landley Rest of thinko fix.
Thu, 26 Oct 2006 12:04:17 -0400 landley Thinko fix.
Wed, 18 Oct 2006 18:38:16 -0400 landley Next drop of toysh, plus more infratructure.
Thu, 05 Oct 2006 16:18:03 -0400 landley Infrastructure, first drop of toy shell, and a bit of work on df.