summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mknod: Don't exit on unknown optionPatrick McDermott2023-07-051-1/+0
* mknod: Factor out error printingPatrick McDermott2023-07-052-55/+47
* mknod: Factor strtol() out of main()Patrick McDermott2023-07-051-36/+44
* tests/build: Test mknodPatrick McDermott2023-06-274-6/+18
* helpers/mode: Fix "t" permPatrick McDermott2023-06-271-7/+23
* tests/mode: Test "s" and "t" permsPatrick McDermott2023-06-271-1/+5
* helpers/mode: Fix permcopy shiftsPatrick McDermott2023-06-271-6/+6
* tests/mode: Add more test casesPatrick McDermott2023-06-271-2/+10
* helpers/mode: Fix new mode initializationPatrick McDermott2023-06-271-1/+1
* tests: Test helpers/modePatrick McDermott2023-06-274-0/+63
* mknod: Parse mode option argumentPatrick McDermott2023-06-271-1/+12
* helpers/mode: ParsePatrick McDermott2023-06-274-1/+330
* TODO: UpdatePatrick McDermott2023-06-261-2/+5
* po: Update POTFILES.inPatrick McDermott2023-06-261-1/+2
* main: Make globals static constPatrick McDermott2023-06-261-4/+4
* build: Install helpers under libexecdirPatrick McDermott2023-06-262-1/+27
* mknod: New helper utilityPatrick McDermott2023-06-264-1/+312
* build: Check for mknod funcs, progPatrick McDermott2023-06-261-4/+32
* main: Report failure to read specials filePatrick McDermott2023-06-191-1/+9
* Fix license noticesPatrick McDermott2023-06-1820-45/+45
* specials.txt: Remove temporary example filePatrick McDermott2023-06-171-3/+0
* README: Explain chown and mknod without privsPatrick McDermott2023-06-171-4/+11
* opk/read: Fix device number lengthsPatrick McDermott2023-06-171-0/+6
* tests: Test -s optionPatrick McDermott2023-06-171-8/+7
* main: Add -s optionPatrick McDermott2023-06-171-2/+15
* opk/write: Fix temporary archive file name bufferPatrick McDermott2023-06-171-1/+1
* Merge branch 'feature/test-suite'Patrick McDermott2023-06-1714-0/+1077
|\
| * tests: Verify contents of built packagePatrick McDermott2023-06-171-1/+22
| * tests: Add common functions (copied from opkbuild)Patrick McDermott2023-06-172-1/+71
| * tests: Add package build testPatrick McDermott2023-06-173-1/+38
| * tests: Make version test always return truePatrick McDermott2023-06-171-0/+2
| * tests: Add package work areaPatrick McDermott2023-06-175-0/+14
| * tests: Add version output testPatrick McDermott2023-06-172-1/+38
| * tests: Drop `set -x`Patrick McDermott2023-06-171-2/+0
| * build: Add test frameworkPatrick McDermott2023-06-176-0/+898
|/
* opk/write: Handle specials overridesPatrick McDermott2023-05-281-0/+22
* opk/write: Simplify goto blocksPatrick McDermott2023-05-281-39/+23
* opk/write: Fix path length handling, add virt pathPatrick McDermott2023-05-283-40/+47
* opk/write: Clarify variable namesPatrick McDermott2023-05-281-15/+18
* opk: Read specials filePatrick McDermott2023-05-173-0/+27
* specials: Read and search special files listPatrick McDermott2023-05-175-4/+178
* cli.txt: Update constraintsPatrick McDermott2023-05-171-1/+1
* cli.txt: Add device special file optionPatrick McDermott2023-05-171-2/+4
* cli.txt: Split options by modePatrick McDermott2023-05-141-16/+22
* cli.txt: Add -u, -g, and -rPatrick McDermott2023-05-141-1/+8
* TODO: SPF 2.0 work donePatrick McDermott2023-05-131-1/+1
* TODO: Also need mknodPatrick McDermott2023-05-131-2/+2
* README: UpdatePatrick McDermott2023-05-121-3/+2
* opk/read: Ignore -Wmaybe-uninitialized false posPatrick McDermott2023-05-121-0/+6
* opk/read: Indent other pragmasPatrick McDermott2023-05-121-3/+3