1. 628eb9b More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyped in unistd.h. The fact glibc refuses to do so without a wacky #define is a glibc bug, treat it as such. by Rob Landley · 12 years ago
  2. ee00a7f Remove "feature test macros", replace non-portable fdprintf() with standard fprintf(). by Rob Landley · 13 years ago
  3. 522d906 Implement Apple and Android versions of getline(), getdelim(), and clearenv(). by Georgi Chorbadzhiyski · 13 years ago
  4. f05f660 Consolidate headers. by Rob Landley · 13 years ago
  5. 7051a96 Shut up even MORE gcc/glibc spurious warnings. by Rob Landley · 15 years ago
  6. efa93b9 Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd. by Rob Landley · 17 years ago
  7. 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 18 years ago
  8. fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 18 years ago
  9. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  10. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago