Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mknod: Factor out error functions into common code | Patrick McDermott | 2023-07-06 | 1 | -55/+33 |
* | mknod: Deduplicate error cleanup | Patrick McDermott | 2023-07-05 | 1 | -24/+16 |
* | mknod: Find path relative to pkg data dir | Patrick McDermott | 2023-07-05 | 1 | -1/+23 |
* | mknod: Improve layout of specials file | Patrick McDermott | 2023-07-05 | 1 | -2/+2 |
* | mknod: Fix default mode | Patrick McDermott | 2023-07-05 | 1 | -1/+1 |
* | mknod: Print system error strings | Patrick McDermott | 2023-07-05 | 1 | -7/+19 |
* | mknod: Fix specials file writing | Patrick McDermott | 2023-07-05 | 1 | -19/+19 |
* | mknod: Factor getenv()/execve()/etc. out of main() | Patrick McDermott | 2023-07-05 | 1 | -28/+38 |
* | mknod: Share one buffer between two strings | Patrick McDermott | 2023-07-05 | 1 | -17/+4 |
* | mknod: Don't exit on unknown option | Patrick McDermott | 2023-07-05 | 1 | -1/+0 |
* | mknod: Factor out error printing | Patrick McDermott | 2023-07-05 | 1 | -50/+38 |
* | mknod: Factor strtol() out of main() | Patrick McDermott | 2023-07-05 | 1 | -36/+44 |
* | mknod: Parse mode option argument | Patrick McDermott | 2023-06-27 | 1 | -1/+12 |
* | mknod: New helper utility | Patrick McDermott | 2023-06-26 | 1 | -0/+299 |