Commit History

Author SHA1 Message Date
  Rob Landley c3f3f842c5 Replace \033 with \e in strings. 2 years ago
  Elliott Hughes 7ee66e9aec dmesg.c: fix off-by-one. 3 years ago
  Rob Landley 709e13af3a Switch to FLAG() macros. 4 years ago
  Elliott Hughes 141a075c0e Clean up some --help formatting. 5 years ago
  Rob Landley 503e636229 Convert more GLOBALS argument vars to the new single letter code style. 5 years ago
  Rob Landley 1f33eeb683 Promote dmesg back to lsb. 7 years ago
  Rob Landley fd866b2f05 Declaring todo bankruptcy, dmesg goes back into pending until I get a chance 7 years ago
  Elliott Hughes 461b90c341 Fix dmesg -c and -C. 7 years ago
  Rob Landley 1b738848d0 First cleanup pass on new dmesg. 7 years ago
  Elliott Hughes a583afc812 Implement "dmesg -w". 7 years ago
  Elliott Hughes abb5ae3903 Fix dmesg -c error output. 9 years ago
  Rob Landley fcd2729305 Minor dmesg cleanup. 9 years ago
  Mark Salyzyn 38a5493031 dmesg: add -t suppress timestamp flag 9 years ago
  Rob Landley 6a66049f50 Update dmesg, loosely based on a patch from Elliott Hughes. 9 years ago
  Rob Landley 7aa651a6a4 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. 11 years ago
  Rob Landley c0e56edaf2 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. 11 years ago
  Rob Landley f91b7c89bc Regularize command headers, update links to standards documents. 12 years ago
  Rob Landley 3a9241add9 Move commands into "posix", "lsb", and "other" menus/directories. 12 years ago