Commit History

Author SHA1 Message Date
  Rob Landley 503e636229 Convert more GLOBALS argument vars to the new single letter code style. 5 years ago
  Rob Landley 7ca5dc4232 For years the man pages have said to #include <sys/types.h> to get 8 years ago
  Rob Landley d3a435e53c Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format 8 years ago
  Elliott Hughes 8c0d2d2bc5 Improve -Z error reporting. 9 years ago
  Rob Landley 34434df7c1 Use lsm_set_create() to set security blanket context before mknod, avoiding 9 years ago
  José Bollo 7c8a2f4adf mknod: Add -Z option 9 years ago
  Rob Landley 4216f59cec Add -m to mknod 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 a631a3b45b Cleanup mknod. 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