summaryrefslogtreecommitdiffstats
path: root/helpers/mknod.c
Commit message (Expand)AuthorAgeFilesLines
* mknod: Factor out error functions into common codePatrick McDermott2023-07-061-55/+33
* mknod: Deduplicate error cleanupPatrick McDermott2023-07-051-24/+16
* mknod: Find path relative to pkg data dirPatrick McDermott2023-07-051-1/+23
* mknod: Improve layout of specials filePatrick McDermott2023-07-051-2/+2
* mknod: Fix default modePatrick McDermott2023-07-051-1/+1
* mknod: Print system error stringsPatrick McDermott2023-07-051-7/+19
* mknod: Fix specials file writingPatrick McDermott2023-07-051-19/+19
* mknod: Factor getenv()/execve()/etc. out of main()Patrick McDermott2023-07-051-28/+38
* mknod: Share one buffer between two stringsPatrick McDermott2023-07-051-17/+4
* mknod: Don't exit on unknown optionPatrick McDermott2023-07-051-1/+0
* mknod: Factor out error printingPatrick McDermott2023-07-051-50/+38
* mknod: Factor strtol() out of main()Patrick McDermott2023-07-051-36/+44
* mknod: Parse mode option argumentPatrick McDermott2023-06-271-1/+12
* mknod: New helper utilityPatrick McDermott2023-06-261-0/+299