1. 434cefb Add fallocate probe for uClibc. by Rob Landley · 10 years ago
  2. f9070f3 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. by Rob Landley · 10 years ago
  3. 5fe77cf 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. by Rob Landley · 10 years ago
  4. 76e1cb3 Probe for the existence of FIFREEZE and make fsfreeze depend on it. by Rob Landley · 10 years ago
  5. 15027d6 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. by Rob Landley · 10 years ago
  6. ac1d20a Make genconfig use CFLAGS because building against a libc that isn't installed on the host may need --static to run the results. by Rob Landley · 11 years ago
  7. 25b043b Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008. by Rob Landley · 11 years ago
  8. b1c002a Add stat submission to new "pending" directory, along with infrastructure to support pending. by Rob Landley · 12 years ago
  9. aa777fe 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. by Rob Landley · 12 years ago
  10. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago
  11. f9fdd3c Have probe for unshare test for actual unshare() function in libc. by Rob Landley · 12 years ago
  12. 2c27fcf Fix build on slackware-current. by Georgi Chorbadzhiyski · 13 years ago
  13. 344c267 Fix from Georgi Chorbadzhiyski to make cross compiling more robust. by Rob Landley · 13 years ago
  14. 1b7ad01 Don't mix the the probed symbols with the command symbols. by Rob Landley · 13 years ago
  15. 2bd3a5d The unshare test needs $CC defined, source configure to get it. by Rob Landley · 13 years ago
  16. 27f5779 Add autodetect for container support. by Rob Landley · 13 years ago
  17. 7c04f01 Fluff out hello.c to supply more example code as a skeleton for new commands, by Rob Landley · 17 years ago
  18. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 17 years ago