summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Temp.pm
AgeCommit message (Expand)Author
2023-06-13move to use v5.36;Marc Espie
2019-07-24explain some detailsMarc Espie
2019-07-22separate the atend behavior, because dpb wants a pure signal interceptMarc Espie
2019-07-17backout previous commits for now; some of this is shared with dpb andStuart Henderson
2019-07-14a bunch of changes, all related to error-handling:Marc Espie
2019-07-10deal with temp dir creation failures.Marc Espie
2019-07-07use last_errorMarc Espie
2019-07-04unbreak, mkdtemp returns a scalarMarc Espie
2019-07-03refine the error handlingMarc Espie
2019-07-03make error message more explicit, so that ppl don't get confused by theMarc Espie
2018-10-04fix stupidityMarc Espie
2018-02-10rewrite file around fh_file, temp file creation with signal protection,Marc Espie
2015-03-04better error reports if PKG_TMPDIR is not writable, okay millert@Marc Espie
2014-02-07reclaim: we don't need to keep tracking temporary files/directories weMarc Espie
2012-04-28File::Path::rmtree is very stupid and spews out warning messages if there'sMarc Espie
2012-04-27use our light-weight OpenBSD::MkTemp, which is safer, more accurate,Marc Espie
2011-03-07run makewhatis during pkg_create in verbose mode.Marc Espie
2010-12-24handle failures from ports tree with more care.Marc Espie
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-06-30allow say and errsay to work without parameters, as it's ways common.Marc Espie
2010-06-30whitespace cleanupMarc Espie
2010-05-10whitespace fixesMarc Espie
2010-01-09oopsMarc Espie
2010-01-09move signal catching up, so we can clean repos and temp files at once.Marc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2007-06-16use OpenBSD::Paths contentsMarc Espie
2007-06-14Really cleanup temporary directories.Matthias Kilian
2007-06-12tag directories and files with pid, so that we clean them up when theMarc Espie
2007-05-07take over tempfile/dir cleaning entirelyMarc Espie
2007-05-07zap old unused codeMarc Espie
2007-05-07make sure all temporary file handling goes through OpenBSD::TempMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2005-10-10allows for tempfiles.Marc Espie
2005-08-21catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die.Marc Espie
2005-08-19trap SIGINT so that tempdirs get removed.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2003-11-04Add logging facilities (temp module exposes its temporary directory)Marc Espie
2003-10-16new import of my pkgtools, after a slight naming disagreement with theMarc Espie