Commit History

Author SHA1 Message Date
  Rob Landley a913d92bad Probe for -Wno-string-plus-int. 9 years ago
  Rob Landley 5b493dc48d Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke 9 years ago
  Elliott Hughes c2415d16a8 AOSP master has <pty.h> and builds netcat/nc. 9 years ago
  Rob Landley 561478541d Fixups for the android/bionic build probes patch. 9 years ago
  Isaac Dunham 46ddf0e34b probe for getspnam(), forkpty(), utmpx, replace sethostname() 9 years ago
  Rob Landley 434cefb863 Add fallocate probe for uClibc. 10 years ago
  Rob Landley f9070f36ad 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. 10 years ago
  Rob Landley 5fe77cf9ed 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. 10 years ago
  Rob Landley 76e1cb3ada Probe for the existence of FIFREEZE and make fsfreeze depend on it. 10 years ago
  Rob Landley 15027d6de0 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. 10 years ago
  Rob Landley ac1d20a607 Make genconfig use CFLAGS because building against a libc that isn't installed on the host may need --static to run the results. 11 years ago
  Rob Landley 25b043bff9 Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008. 11 years ago
  Rob Landley b1c002ac55 Add stat submission to new "pending" directory, along with infrastructure to support pending. 11 years ago
  Rob Landley aa777fe07d 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. 11 years ago
  Rob Landley 3a9241add9 Move commands into "posix", "lsb", and "other" menus/directories. 12 years ago
  Rob Landley f9fdd3c2ff Have probe for unshare test for actual unshare() function in libc. 12 years ago
  Georgi Chorbadzhiyski 2c27fcfa8d Fix build on slackware-current. 12 years ago
  Rob Landley 344c267e9f Fix from Georgi Chorbadzhiyski to make cross compiling more robust. 12 years ago
  Rob Landley 1b7ad01f5e Don't mix the the probed symbols with the command symbols. 12 years ago
  Rob Landley 2bd3a5df73 The unshare test needs $CC defined, source configure to get it. 12 years ago
  Rob Landley 27f5779a7a Add autodetect for container support. 12 years ago
  Rob Landley 7c04f01bc7 Fluff out hello.c to supply more example code as a skeleton for new commands, 16 years ago
  Rob Landley 2896480c49 Zap toys/Config.in and instead create generated/Config.in from contents of 16 years ago