aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/mknod.c
AgeCommit message (Expand)Author
2018-11-17Convert more GLOBALS argument vars to the new single letter code style.Rob Landley
2016-03-02For years the man pages have said to #include <sys/types.h> to getRob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-07-01Improve -Z error reporting.Elliott Hughes
2015-06-15Use lsm_set_create() to set security blanket context before mknod, avoidingRob Landley
2015-05-31mknod: Add -Z optionJosé Bollo
2015-03-10Add -m to mknodRob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-10-05Cleanup mknod.Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley