aboutsummaryrefslogtreecommitdiff
path: root/scripts/genconfig.sh
AgeCommit message (Expand)Author
2015-08-29Menuconfig option for musl-libc pretending mmu is just pining for the fijords.Rob Landley
2015-07-03Probe for fork() instead of relying on a distro-specific #define.Rob Landley
2015-05-09Probe for -Wno-string-plus-int.Rob Landley
2015-04-19Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 brokeRob Landley
2015-01-16AOSP master has <pty.h> and builds netcat/nc.Elliott Hughes
2014-11-19Fixups for the android/bionic build probes patch.Rob Landley
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham
2014-06-28Add fallocate probe for uClibc.Rob Landley
2014-04-23Add example directory, move hello.c into it, add skeleton.c to demonstrate mo...Rob Landley
2014-04-23As long as uClibc's still around and requires you to jump through hoops to ge...Rob Landley
2014-04-16Probe for the existence of FIFREEZE and make fsfreeze depend on it.Rob Landley
2014-04-15Probes for O_NOFOLLOW that compile and run something aren't compatible with c...Rob Landley
2013-04-16Make genconfig use CFLAGS because building against a libc that isn't installe...Rob Landley
2013-03-11Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't...0.4.4Rob Landley
2012-12-10Add stat submission to new "pending" directory, along with infrastructure to ...Rob Landley
2012-12-08Add README file to each toys/ directory, teach build infrastructure to get fa...Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-03-19Have probe for unshare test for actual unshare() function in libc.Rob Landley
2012-03-04Fix build on slackware-current.Georgi Chorbadzhiyski
2012-03-03Fix from Georgi Chorbadzhiyski to make cross compiling more robust.0.2.1Rob Landley
2012-02-23Don't mix the the probed symbols with the command symbols.Rob Landley
2012-02-13The unshare test needs $CC defined, source configure to get it.Rob Landley
2012-02-03Add autodetect for container support.Rob Landley
2008-01-20Fluff out hello.c to supply more example code as a skeleton for new commands,Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley