Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mknod: Factor strtol() out of main() | Patrick McDermott | 2023-07-05 | 1 | -36/+44 |
| | |||||
* | tests/build: Test mknod | Patrick McDermott | 2023-06-27 | 4 | -6/+18 |
| | | | | Currently doesn't work. | ||||
* | helpers/mode: Fix "t" perm | Patrick McDermott | 2023-06-27 | 1 | -7/+23 |
| | | | | Well that's ugly. | ||||
* | tests/mode: Test "s" and "t" perms | Patrick McDermott | 2023-06-27 | 1 | -1/+5 |
| | |||||
* | helpers/mode: Fix permcopy shifts | Patrick McDermott | 2023-06-27 | 1 | -6/+6 |
| | |||||
* | tests/mode: Add more test cases | Patrick McDermott | 2023-06-27 | 1 | -2/+10 |
| | | | | permcopy is broken. | ||||
* | helpers/mode: Fix new mode initialization | Patrick McDermott | 2023-06-27 | 1 | -1/+1 |
| | |||||
* | tests: Test helpers/mode | Patrick McDermott | 2023-06-27 | 4 | -0/+63 |
| | |||||
* | mknod: Parse mode option argument | Patrick McDermott | 2023-06-27 | 1 | -1/+12 |
| | |||||
* | helpers/mode: Parse | Patrick McDermott | 2023-06-27 | 4 | -1/+330 |
| | |||||
* | TODO: Update | Patrick McDermott | 2023-06-26 | 1 | -2/+5 |
| | |||||
* | po: Update POTFILES.in | Patrick McDermott | 2023-06-26 | 1 | -1/+2 |
| | | | | git grep -l -- '[^_]_("' | ||||
* | main: Make globals static const | Patrick McDermott | 2023-06-26 | 1 | -4/+4 |
| | |||||
* | build: Install helpers under libexecdir | Patrick McDermott | 2023-06-26 | 2 | -1/+27 |
| | |||||
* | mknod: New helper utility | Patrick McDermott | 2023-06-26 | 4 | -1/+312 |
| | |||||
* | build: Check for mknod funcs, prog | Patrick McDermott | 2023-06-26 | 1 | -4/+32 |
| | | | | | calloc(), execve(), fdopen(), mkfifo(), open(), rename(), sleep(), and mknod | ||||
* | main: Report failure to read specials file | Patrick McDermott | 2023-06-19 | 1 | -1/+9 |
| | |||||
* | Fix license notices | Patrick McDermott | 2023-06-18 | 20 | -45/+45 |
| | |||||
* | specials.txt: Remove temporary example file | Patrick McDermott | 2023-06-17 | 1 | -3/+0 |
| | | | | Now available at tests/pkg/specials | ||||
* | README: Explain chown and mknod without privs | Patrick McDermott | 2023-06-17 | 1 | -4/+11 |
| | |||||
* | opk/read: Fix device number lengths | Patrick McDermott | 2023-06-17 | 1 | -0/+6 |
| | | | | log10(1) == 0 | ||||
* | tests: Test -s option | Patrick McDermott | 2023-06-17 | 1 | -8/+7 |
| | |||||
* | main: Add -s option | Patrick McDermott | 2023-06-17 | 1 | -2/+15 |
| | |||||
* | opk/write: Fix temporary archive file name buffer | Patrick McDermott | 2023-06-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/test-suite' | Patrick McDermott | 2023-06-17 | 14 | -0/+1077 |
|\ | |||||
| * | tests: Verify contents of built package | Patrick McDermott | 2023-06-17 | 1 | -1/+22 |
| | | |||||
| * | tests: Add common functions (copied from opkbuild) | Patrick McDermott | 2023-06-17 | 2 | -1/+71 |
| | | |||||
| * | tests: Add package build test | Patrick McDermott | 2023-06-17 | 3 | -1/+38 |
| | | |||||
| * | tests: Make version test always return true | Patrick McDermott | 2023-06-17 | 1 | -0/+2 |
| | | |||||
| * | tests: Add package work area | Patrick McDermott | 2023-06-17 | 5 | -0/+14 |
| | | |||||
| * | tests: Add version output test | Patrick McDermott | 2023-06-17 | 2 | -1/+38 |
| | | |||||
| * | tests: Drop `set -x` | Patrick McDermott | 2023-06-17 | 1 | -2/+0 |
| | | |||||
| * | build: Add test framework | Patrick McDermott | 2023-06-17 | 6 | -0/+898 |
|/ | | | | | | | | build-aux/tap-driver.sh: https://git.savannah.gnu.org/cgit/automake.git/plain/lib/tap-driver.sh tests/aux/tap-functions.sh: https://git.savannah.gnu.org/cgit/automake.git/plain/t/ax/tap-functions.sh | ||||
* | opk/write: Handle specials overrides | Patrick McDermott | 2023-05-28 | 1 | -0/+22 |
| | |||||
* | opk/write: Simplify goto blocks | Patrick McDermott | 2023-05-28 | 1 | -39/+23 |
| | | | | Also fixes "warning: label ‘out0’ defined but not used". | ||||
* | opk/write: Fix path length handling, add virt path | Patrick McDermott | 2023-05-28 | 3 | -40/+47 |
| | |||||
* | opk/write: Clarify variable names | Patrick McDermott | 2023-05-28 | 1 | -15/+18 |
| | |||||
* | opk: Read specials file | Patrick McDermott | 2023-05-17 | 3 | -0/+27 |
| | |||||
* | specials: Read and search special files list | Patrick McDermott | 2023-05-17 | 5 | -4/+178 |
| | | | | specials.txt is a temporary example file. | ||||
* | cli.txt: Update constraints | Patrick McDermott | 2023-05-17 | 1 | -1/+1 |
| | |||||
* | cli.txt: Add device special file option | Patrick McDermott | 2023-05-17 | 1 | -2/+4 |
| | |||||
* | cli.txt: Split options by mode | Patrick McDermott | 2023-05-14 | 1 | -16/+22 |
| | |||||
* | cli.txt: Add -u, -g, and -r | Patrick McDermott | 2023-05-14 | 1 | -1/+8 |
| | |||||
* | TODO: SPF 2.0 work done | Patrick McDermott | 2023-05-13 | 1 | -1/+1 |
| | |||||
* | TODO: Also need mknod | Patrick McDermott | 2023-05-13 | 1 | -2/+2 |
| | | | | And fix a typing error. | ||||
* | README: Update | Patrick McDermott | 2023-05-12 | 1 | -3/+2 |
| | |||||
* | opk/read: Ignore -Wmaybe-uninitialized false pos | Patrick McDermott | 2023-05-12 | 1 | -0/+6 |
| | |||||
* | opk/read: Indent other pragmas | Patrick McDermott | 2023-05-12 | 1 | -3/+3 |
| | |||||
* | analyzer*.log: Remove | Patrick McDermott | 2023-05-12 | 2 | -5629/+0 |
| | |||||
* | opk/read: Make GCC 12 analyzer STFU | Patrick McDermott | 2023-05-12 | 3 | -0/+5669 |
| | | | | | | What a mess. Fixes most of analyzer*.log (thousands of lines of error messages). |