log scripts/genconfig.sh @ 1501:c51a4dbe5db7 draft

age author description
Sat, 28 Jun 2014 20:16:11 -0500 Rob Landley Add fallocate probe for uClibc. draft
Wed, 23 Apr 2014 17:23:09 -0500 Rob Landley Add example directory, move hello.c into it, add skeleton.c to demonstrate more complciated stuff (multiple commands per file, etc), and have genconfig.sh sort backwards so posix is first and example last in menuconfig. draft
Wed, 23 Apr 2014 08:38:29 -0500 Rob Landley As long as uClibc's still around and requires you to jump through hoops to get iconv(), probe and build defconfig without it if it's not there. draft
Wed, 16 Apr 2014 07:49:32 -0500 Rob Landley Probe for the existence of FIFREEZE and make fsfreeze depend on it. draft
Tue, 15 Apr 2014 21:59:42 -0500 Rob Landley Probes for O_NOFOLLOW that compile and run something aren't compatible with cross compiling, so just #define it to 0 if it's not in fcntl.h where posix-2008 says. draft
Tue, 16 Apr 2013 22:45:47 -0500 Rob Landley Make genconfig use CFLAGS because building against a libc that isn't installed on the host may need --static to run the results.
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
Mon, 10 Dec 2012 21:08:42 -0600 Rob Landley Add stat submission to new "pending" directory, along with infrastructure to support pending.
Sat, 08 Dec 2012 21:10:10 -0600 Rob Landley Add README file to each toys/ directory, teach build infrastructure to get fancy name from that. This means adding new directories shouldn't require touching build scripts.
Sat, 25 Aug 2012 14:25:22 -0500 Rob Landley Move commands into "posix", "lsb", and "other" menus/directories.
Mon, 19 Mar 2012 20:15:08 -0500 Rob Landley Have probe for unshare test for actual unshare() function in libc.
Sun, 04 Mar 2012 01:24:06 -0600 Georgi Chorbadzhiyski Fix build on slackware-current.
Sat, 03 Mar 2012 10:56:11 -0600 Rob Landley Fix from Georgi Chorbadzhiyski to make cross compiling more robust. 0.2.1
Thu, 23 Feb 2012 21:03:18 -0600 Rob Landley Don't mix the the probed symbols with the command symbols.
Mon, 13 Feb 2012 08:44:32 -0600 Rob Landley The unshare test needs $CC defined, source configure to get it.
Fri, 03 Feb 2012 23:16:28 -0600 Rob Landley Add autodetect for container support.
Sun, 20 Jan 2008 19:00:16 -0600 Rob Landley Fluff out hello.c to supply more example code as a skeleton for new commands,
Sat, 19 Jan 2008 17:08:39 -0600 Rob Landley Zap toys/Config.in and instead create generated/Config.in from contents of