summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dirent: Add function to allocate & build long nameHEADmasterPatrick McDermott2023-07-313-1/+75
* tests: Fix dirent test with is_dir=1Patrick McDermott2023-07-311-1/+1
* tests: Add dirent testsPatrick McDermott2023-07-314-1/+78
* opk/read: Move #pragmaPatrick McDermott2023-07-301-1/+1
* opk/read: Prevent buffer overflow with long namesPatrick McDermott2023-07-301-0/+9
* ustar: Support reading GNU long name/link recordsPatrick McDermott2023-07-302-30/+105
* opk/read: Only ignore analyzer warnings in new GCCPatrick McDermott2023-07-301-14/+33
* opk/read: Ignore another -Wmaybe-uninitializedPatrick McDermott2023-07-301-0/+2
* ustar: Add function to free member structurePatrick McDermott2023-07-303-16/+30
* ustar: s/=_/= _/Patrick McDermott2023-07-301-1/+1
* dirent: Distinguish overflow from argument errorPatrick McDermott2023-07-301-11/+14
* opk/write: Wrap a long linePatrick McDermott2023-07-301-2/+2
* main: Add option restrictionsPatrick McDermott2023-07-061-6/+38
* tests: Update to use executables in subdirectoriesPatrick McDermott2023-07-062-4/+4
* tests: Update to use common codePatrick McDermott2023-07-062-5/+7
* m4: Update Git exclusionsPatrick McDermott2023-07-061-8/+10
* opkg-opk: Use common error functionsPatrick McDermott2023-07-065-117/+98
* mknod: Factor out error functions into common codePatrick McDermott2023-07-065-57/+124
* Deduplicate defs.h under common/Patrick McDermott2023-07-0610-37/+10
* Rename src/ to opkg-opk/Patrick McDermott2023-07-0622-13/+12
* build: Generate executables in subdirectoriesPatrick McDermott2023-07-067-16/+17
* TODO: UpdatePatrick McDermott2023-07-051-2/+7
* opk/write: Fix memory leaksPatrick McDermott2023-07-051-2/+2
* mknod: Deduplicate error cleanupPatrick McDermott2023-07-051-24/+16
* tests: Check specials file contentsPatrick McDermott2023-07-051-1/+7
* mknod: Find path relative to pkg data dirPatrick McDermott2023-07-052-3/+25
* mknod: Improve layout of specials filePatrick McDermott2023-07-051-2/+2
* tests: Remove node placeholderPatrick McDermott2023-07-051-1/+2
* mknod: Fix default modePatrick McDermott2023-07-051-1/+1
* mknod: Print system error stringsPatrick McDermott2023-07-052-9/+21
* mknod: Fix specials file writingPatrick McDermott2023-07-052-24/+24
* 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-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