1. 3737aae Minor toysh cleanup: remove another unnecessary option. by Rob Landley · 10 years ago
  2. f3e56f4 Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). by Rob Landley · 10 years ago
  3. 369a4e0 Brush the dust off toysh. by Rob Landley · 10 years ago
  4. dd009d6 Move some unfinished commands to the "pending" directory. by Rob Landley · 12 years ago[Renamed from toys/posix/sh.c]
  5. 5e9d865 Fix invalid free in toysh. by Felix Janda · 12 years ago
  6. caf39c2 Add rebound support to intercept error_exit() and longjmp instead. by Rob Landley · 12 years ago
  7. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  8. c0e56ed New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. by Rob Landley · 12 years ago
  9. ee429cf Roy Tam pointed out that sh.c didn't get fully converted. by Rob Landley · 12 years ago
  10. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  11. 58b7d96 Toysh is our posix sh, so move from "other" to "posix" and use sh as the base command name. by Rob Landley · 12 years ago[Renamed (85%) from toys/other/toysh.c]
  12. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago[Renamed from toys/toysh.c]
  13. 9e2b6db Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free. by Rob Landley · 12 years ago
  14. 49861be Replace ?: gcc extension with standard code by Kevin Chase · 13 years ago
  15. 2b54b1a Nathan McSween convinced me compilers that inline memset() can optimize the bzero case pretty well. by Rob Landley · 13 years ago
  16. d118871 Don't make toysh default to y until it does something useful. by Rob Landley · 13 years ago
  17. 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
  18. 0f8c4c5 Add TOYFLAG_UMASK. by Rob Landley · 17 years ago
  19. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 17 years ago
  20. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  21. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 17 years ago
  22. 5c67e35 Update links and add some more spec comments. by Rob Landley · 17 years ago
  23. fece5cb Add comments about SUSv3 specs (or lack thereof). by Rob Landley · 17 years ago
  24. efda21c Change command main() functions to return void, and exit(toys.exitval) from by Rob Landley · 17 years ago
  25. ac442b4 Zap a warning. by Rob Landley · 17 years ago
  26. 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
  27. 503d0f5 Get toysh.c to start using the option parsing logic, and some minor cleanup. by Rob Landley · 17 years ago
  28. b841cd2 Allow applets with optarg string NULL to use toy.optargs[]. by Rob Landley · 17 years ago
  29. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  30. de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 18 years ago
  31. 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago
  32. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  33. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  34. 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago