summaryrefslogtreecommitdiffstats
path: root/helpers
Commit message (Collapse)AuthorAgeFilesLines
* mknod: Factor out error functions into common codePatrick McDermott2023-07-062-55/+35
|
* Deduplicate defs.h under common/Patrick McDermott2023-07-064-345/+4
| | | | And add `-I"$(top_srcdir)/common"` to CPPFLAGS.
* build: Generate executables in subdirectoriesPatrick McDermott2023-07-062-1/+2
|
* mknod: Deduplicate error cleanupPatrick McDermott2023-07-051-24/+16
|
* mknod: Find path relative to pkg data dirPatrick McDermott2023-07-051-1/+23
| | | | All tests now pass.
* 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
|
* helpers/mode: Fix "t" permPatrick McDermott2023-06-271-7/+23
| | | | Well that's ugly.
* helpers/mode: Fix permcopy shiftsPatrick McDermott2023-06-271-6/+6
|
* helpers/mode: Fix new mode initializationPatrick McDermott2023-06-271-1/+1
|
* mknod: Parse mode option argumentPatrick McDermott2023-06-271-1/+12
|
* helpers/mode: ParsePatrick McDermott2023-06-274-1/+330
|
* mknod: New helper utilityPatrick McDermott2023-06-262-0/+300