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 (Expand)Author
2017-02-21sh: Add a mkdir builtin from base r298107Bryan Drewery
2017-02-21sh: Add pwait as a builtinBryan Drewery
2017-02-21Import pwait(1) from base r298107Bryan Drewery
2017-02-21Disable SIGINFO traps while in some builtins.Bryan Drewery
2017-02-20sh: Add a sleep builtinBryan Drewery
2017-02-20clock_monotonic -> clock, and support -epoch to replace 'date +%s'Bryan Drewery
2017-02-19sh: Add builtin for realpathBryan Drewery
2017-02-19sh: Convert cachec to a builtinBryan Drewery
2017-02-18sh: Make locked_mkdir a builtinBryan Drewery
2017-02-18Rename src/sh to src/poudriere-sh.Bryan Drewery
2017-02-18sh: Make dirempty a builtinBryan Drewery
2017-02-18sh: Make clock_monotonic a builtinBryan 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
2016-12-25Use khash instead of uthash, it is a bit faster and consumer less memoryBaptiste Daroussin
2016-12-24Modify cached so that it uses POSIX mqBaptiste Daroussin
2016-05-20Add compat for strchrnul(3) for FreeBSD 9.3Bryan Drewery
2016-03-23Sort sh sources listBryan Drewery
2016-01-07Update libnv to the latest head @ r293361Bryan Drewery
2015-07-21Add a preliminary poudriere <image> subcommandBaptiste Daroussin
2015-06-07Fix build on older FreeBSD due to sh. If F_DUPFD_CLOEXEC is unavailable then ...Bryan Drewery
2015-06-06Add a helper 'clock_monotonic' to use clock_gettime(CLOCK_MONOTONIC) rather t...Bryan Drewery
2015-04-19Api.sh wasn't hooked upBryan Drewery
2015-04-19Import /bin/sh from FreeBSD r281718Bryan Drewery
2015-04-17Rewrite lock_acquire() to not spam 'sleep 0.1'Bryan Drewery
2015-03-23Allow all COLOR variables to be overridden in poudriere.conf.Bryan Drewery
2015-03-13Update to latest libuclBaptiste Daroussin
2015-03-13Update libnv to the latest version from FreeBSD headBaptiste Daroussin
2014-11-13Add a new cached daemon so far it only handle the name/origin cacheBaptiste Daroussin
2014-09-26gen-make-wiki: Write to a clone of the github wikiBryan Drewery
2014-09-26Update gen-man-wiki targetBryan Drewery
2014-09-16Import timeout(1) from base r268861Bryan Drewery
2014-09-16Add apache example from ehauptBryan Drewery
2014-07-18Update libucl to latest versionBaptiste Daroussin
2014-06-16Rename messages.sh to colors.shBryan Drewery
2014-05-10HTML: Update to jQuery 1.11.1 and add map file for uncompressed debuggingBryan Drewery
2014-05-08Install assets to proper dirsBryan Drewery
2014-05-08Install index.htmlBryan Drewery
2014-05-08Enable -Wall -O2 by defaultBryan Drewery
2014-05-08HTML: Add jquery-datatables-row-grouping 1.2.9 from https://code.google.com/p...Bryan Drewery
2014-05-08HTML: Version the external filesBryan Drewery
2014-05-08Update to DataTables 1.10.0Bryan Drewery
2014-05-08HTML: Add a jail page showing all builds for a particular MASTERNAMEBryan Drewery
2014-05-08Install nginx.conf example for upcoming new web layoutBryan Drewery
2014-05-08New web layout, Move all static HTML to root with /data referencing build data.Bryan Drewery
2014-05-08HTML: Install a robots.txt and disallow indexing all the logsBryan Drewery
2014-05-08HTML: Create top-level .data.json as well with a summary of jails and their s...Bryan Drewery
2014-05-08HTML: Build jail .data.json from the .data.mini.json files from each buildBryan Drewery
2014-05-04Move HTML handling into html.shBryan Drewery