log

age author description
Wed, 13 Mar 2013 18:03:09 -0500 Rob Landley Added tag 0.4.4 for changeset 52e69f6710ca
Wed, 13 Mar 2013 00:39:51 -0500 Rob Landley Remove more debug code from find.
Wed, 13 Mar 2013 00:34:56 -0500 Rob Landley A couple quick fixes to find so I can try it out.
Wed, 13 Mar 2013 00:27:40 -0500 Rob Landley Find by Gurang Shastri.
Mon, 11 Mar 2013 22:23:46 -0500 Rob Landley Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008. 0.4.4
Sat, 09 Mar 2013 12:01:36 -0600 Rob Landley O_NOFOLLOW is specified by posix-2008 and varies by target, don't try to supply them for broken headers.
Tue, 05 Mar 2013 03:06:42 -0600 Rob Landley Call stat "stat" instead of "st" in menuconfig. Use xmalloc() instead of malloc.
Tue, 05 Mar 2013 02:48:12 -0600 Rob Landley Fix whitespace in submitted stat command.
Tue, 05 Mar 2013 02:33:12 -0600 Rob Landley Fix another allyesconfig build break in the pending directory.
Sun, 24 Feb 2013 13:48:15 -0600 Rob Landley Sed's still just a stub, but clean it up enough so it at least compiles.
Sun, 24 Feb 2013 12:51:40 -0600 Rob Landley Add readahead.
Sun, 24 Feb 2013 11:11:02 -0600 Rob Landley Comment updates and a policy statement about avoiding #define GNU_dammit
Sat, 23 Feb 2013 18:32:08 -0600 Rob Landley Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.)
Fri, 22 Feb 2013 12:03:17 -0600 Rob Landley Fix a warning when debug code enabled.