1. 9c1c5ec Replace TOY_LIST_LEN with more generic ARRAY_LEN() by Rob Landley · 12 years ago
  2. 756f794 Adding initial implementation of taskset by Elie De Brauwer · 12 years ago
  3. 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
  4. e3b171e Georgi pointed out that some overly-pedantic C libraries require you to include both "string.h" and "strings.h". (Most don't.) by Rob Landley · 12 years ago
  5. 0b11a16 Adding initial version of login.c by Elie De Brauwer · 12 years ago
  6. 43e9d33 Comment and whitespace changes. by Rob Landley · 12 years ago
  7. 6da3be9 Yet another header for technical susv4 compliance. by Rob Landley · 12 years ago
  8. f05f660 Consolidate headers. by Rob Landley · 12 years ago
  9. 2c16281 Adding swapon and swapoff by Elie De Brauwer · 12 years ago
  10. 9494ffc Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h. by Rob Landley · 12 years ago
  11. 37c05d6 Cleaning out one more old gpl notice that no longer applies after the switch to BSD in november. by Rob Landley · 12 years ago
  12. e0377fb Add TOYBOX_SUID. by Rob Landley · 15 years ago
  13. 6f45849 Make a warning go away on Fedora 11. by Rob Landley · 15 years ago
  14. 53dda1a Comment tweaks. by Rob Landley · 15 years ago
  15. ae2e4b7 Add netcat server mode, -l, -L, and -t. by Rob Landley · 16 years ago
  16. 0f8c4c5 Add TOYFLAG_UMASK. by Rob Landley · 16 years ago
  17. 26bf9e6 Add toys.optc, an argv-style count for toys.optargs. by Rob Landley · 16 years ago
  18. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 17 years ago
  19. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  20. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 17 years ago
  21. 58ecc3e Move some generated files into the "generated" subdirectory. by Rob Landley · 17 years ago
  22. 07c78d3 Make touch work reliably when file doesn't exist and clean up headers a bit. by Rob Landley · 17 years ago
  23. 9abf136 Need to commit this too. :) by Rob Landley · 17 years ago
  24. f3c56e7 Remove strings.h which Maximilian Attems points out is obsolete: by Rob Landley · 17 years ago
  25. f2f98fa Add sleep. by Rob Landley · 17 years ago
  26. c92fde0 Add sync and an incomplete version of mdev. by Rob Landley · 17 years ago
  27. fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 17 years ago
  28. 3ac8d26 More work on mke2fs. by Rob Landley · 17 years ago
  29. 6b7092f More work on mke2fs. by Rob Landley · 17 years ago
  30. e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
  31. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  32. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
  33. 6973a1d Add my old micro-bunzip library. Needs some cleanup... by Rob Landley · 18 years ago
  34. 1521a9e Add cat -v. by Rob Landley · 18 years ago
  35. 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago
  36. f2311a4 Add pwd. Consolidate toy list information under toylist.h. by Rob Landley · 18 years ago
  37. 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
  38. 9b3fc7d Add a hello world applet, partly as an example and partly for testing purposes. by Rob Landley · 18 years ago
  39. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  40. 00f87f1 Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). by landley · 18 years ago
  41. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  42. 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago
  43. c562150 Next snapshot. Tries to grab something out of lib in order to build, I have by landley · 18 years ago