summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/mktemp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn12 days1-48/+0
|
* Make our mktemp(3) callback-driven and split into multiple files.millert2024-01-191-126/+11
| | | | | | 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@
* Move mktemp.c to stdlib where it belongs.millert2024-01-191-0/+163
OK deraadt@