CVS: cvs.openbsd.org: src
Theo de Raadt <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/17 16:41:38 Modified files: etc : rc Log message: I noticed boot-time /tmp pruning could take a substantial amount of time. The purpose is two-fold, to remove cruft, and stop newly authenticated users from seeing it. Took about 20 drafts to get it right. The /tmp files are now pushed into a mktemp directory, then deleted async, except a few are removed immediately for the case of the filesystem being full. After daemon startup has completed, we wait for the removal job to complete (let's keep an eye on this, because it is possible we actually don't need to wait) draft iterations with millert, afresh1, and dgl