Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make our mktemp(3) callback-driven and split into multiple files. | millert | 2024-01-19 | 1 | -0/+83 |
Previously, calling any of the mktemp(3) family would pull in lstat(2), open(2) and mkdir(2). Now, only the necessary system calls will be reachable from the binary. OK deraadt@ guenther@ |