summaryrefslogtreecommitdiffstats
path: root/src/opk/read.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename src/ to opkg-opk/Patrick McDermott2023-07-061-669/+0
|
* Fix license noticesPatrick McDermott2023-06-181-4/+4
|
* opk/read: Fix device number lengthsPatrick McDermott2023-06-171-0/+6
| | | | log10(1) == 0
* opk/read: Ignore -Wmaybe-uninitialized false posPatrick McDermott2023-05-121-0/+6
|
* opk/read: Indent other pragmasPatrick McDermott2023-05-121-3/+3
|
* opk/read: Make GCC 12 analyzer STFUPatrick McDermott2023-05-121-0/+40
| | | | | | What a mess. Fixes most of analyzer*.log (thousands of lines of error messages).
* opk/read: Only extract and/or print regular filesPatrick McDermott2023-05-121-0/+14
|
* opk/read: List device major and minor numbersPatrick McDermott2023-05-121-7/+41
|
* opk/read: Fix possible FD leakPatrick McDermott2023-05-111-0/+1
|
* ustar: Make mtime unsignedPatrick McDermott2023-05-071-1/+1
|
* opk/read: Separate error handlingPatrick McDermott2023-05-031-8/+20
| | | | Only free member if opkg_opk_ustar_list() succeeds.
* opk/read: Rename static functionsPatrick McDermott2023-04-291-23/+23
|
* opk: Split reading out into opk/readPatrick McDermott2023-04-291-0/+556