Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-06ignore test/prep file generated during running testsMina Galić
2020-04-30Fix some missing git ignoresBryan Drewery
2020-04-15Use libtoolBryan Drewery
2020-04-14Regen autotoolsBryan Drewery
2020-04-14tests: Use automake's check frameworkBryan Drewery
2018-03-14Remove USE_PTSORT=no support and only use ptsort.Bryan Drewery
2017-06-07Properly ignore generated src/poudriere-sh/builtins.defBryan Drewery
2017-03-08Support VPATH buildsBryan Drewery
2017-03-08touch is only a builtinBryan Drewery
2017-03-08sh: Make touch a builtinBryan Drewery
2017-02-23Make setproctitle a pure builtin and don't exec it otherwiseBryan Drewery
2017-02-23Add missing ignore for cachec build objectBryan Drewery
2017-02-23Import rm from FreeBSD r298107.Bryan Drewery
This is both to support it as a builtin and more importantly to fix support for 'rm -x' on older releases. There has been a patch in the port for several years to disable the -x usage that can now come out.
2017-02-23Sort pkglibexec_PROGRAMSBryan Drewery
2017-02-22sh: Add setproctitle builtin.Bryan Drewery
Obviously this won't work unless our sh is used. That's fine.
2017-02-21Import pwait(1) from base r298107Bryan Drewery
2017-02-20clock_monotonic -> clock, and support -epoch to replace 'date +%s'Bryan Drewery
2017-02-18Add plumbing to append to external/sh/builtins.def via src/sh/builtins.defBryan Drewery
2017-02-18sh: Generate builtins.[ch] at build timeBryan Drewery
2017-02-16Connect ptsortBryan Drewery
Issue #387
2017-02-16Import ptsort 0.20170215 from https://www.github.com/dag-erling/ptsortBryan Drewery
Issue #387
2016-06-24Add basic test supportBryan Drewery
2015-07-16Update .gitignoresPhilip M. Gollucci
Issue #323
2015-06-06Add a helper 'clock_monotonic' to use clock_gettime(CLOCK_MONOTONIC) rather ↵Bryan Drewery
than non-monotonic 'date +%s'
2015-04-19Import /bin/sh from FreeBSD r281718Bryan Drewery
2015-04-17Rewrite lock_acquire() to not spam 'sleep 0.1'Bryan Drewery
This now uses a lockf(1)-inspired helper named 'locked_mkdir'. It uses lockf(1)-style locking with open(O_EXLOCK) to serialize 'locked_mkdir' itself for the mkdir(2) call. The act of creating a directory is considered obtaining the lock since it is not bound to a specific process and is atomic. If the directory already exists (or is a file) then kqueue(2) is used to wait to mkdir(2) once it is deleted. A timeout is added that is shared between the O_EXLOCK lock and kqueue(2) wait.
2014-11-13Add config.log to gitignoreBaptiste Daroussin
2014-09-16Update .gitignoreBryan Drewery
2014-05-13Add a .gitignoreBryan Drewery