1. a913d92 Probe for -Wno-string-plus-int. by Rob Landley · 9 years ago
  2. 5b493dc Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke by Rob Landley · 9 years ago
  3. c2415d1 AOSP master has <pty.h> and builds netcat/nc. by Elliott Hughes · 9 years ago
  4. 5614785 Fixups for the android/bionic build probes patch. by Rob Landley · 10 years ago
  5. 46ddf0e probe for getspnam(), forkpty(), utmpx, replace sethostname() by Isaac Dunham · 10 years ago
  6. 434cefb Add fallocate probe for uClibc. by Rob Landley · 10 years ago
  7. 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
  8. 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
  9. 76e1cb3 Probe for the existence of FIFREEZE and make fsfreeze depend on it. by Rob Landley · 10 years ago
  10. 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
  11. 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
  12. 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
  13. b1c002a Add stat submission to new "pending" directory, along with infrastructure to support pending. by Rob Landley · 11 years ago
  14. 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
  15. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago
  16. f9fdd3c Have probe for unshare test for actual unshare() function in libc. by Rob Landley · 12 years ago
  17. 2c27fcf Fix build on slackware-current. by Georgi Chorbadzhiyski · 12 years ago
  18. 344c267 Fix from Georgi Chorbadzhiyski to make cross compiling more robust. by Rob Landley · 12 years ago
  19. 1b7ad01 Don't mix the the probed symbols with the command symbols. by Rob Landley · 12 years ago
  20. 2bd3a5d The unshare test needs $CC defined, source configure to get it. by Rob Landley · 12 years ago
  21. 27f5779 Add autodetect for container support. by Rob Landley · 12 years ago
  22. 7c04f01 Fluff out hello.c to supply more example code as a skeleton for new commands, by Rob Landley · 16 years ago
  23. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 16 years ago