1. abb5ae3 Fix dmesg -c error output. by Elliott Hughes · 9 years ago
  2. fcd2729 Minor dmesg cleanup. by Rob Landley · 9 years ago
  3. 38a5493 dmesg: add -t suppress timestamp flag by Mark Salyzyn · 9 years ago
  4. 6a66049 Update dmesg, loosely based on a patch from Elliott Hughes. by Rob Landley · 10 years ago
  5. 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
  6. 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
  7. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  8. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago[Renamed from toys/dmesg.c]
  9. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 16 years ago
  10. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 16 years ago
  11. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 16 years ago
  12. fece5cb Add comments about SUSv3 specs (or lack thereof). by Rob Landley · 17 years ago
  13. efda21c Change command main() functions to return void, and exit(toys.exitval) from by Rob Landley · 17 years ago
  14. b5b82d9 Implement dmesg. by Rob Landley · 17 years ago