-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update HAproxy's Makefile Linux new target name #216
Update HAproxy's Makefile Linux new target name #216
Commits on Jan 15, 2019
-
multimedia/ffmpeg1: add option to generate tools
Filip Hajny authored and Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 49ddbcd - Browse repository at this point
Copy the full SHA 49ddbcdView commit details -
www/nginx: Add compiled-in Passenger support
Filip Hajny authored and Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 55cd00f - Browse repository at this point
Copy the full SHA 55cd00fView commit details -
mk/pkginstall: DATASET-780, permit existing users
There should be an option with packages to re-use an existing user or group, even if a specific uid/gid is provided. This commit introduces a user variable to configure this: PKGINSTALL_IGNORE_UIDGID. When PKGINSTALL_IGNORE_UIDGID is true then pkg_install will not try to create the user/group as specified. If the user/group does not exist but the specified uid/gid is, then the uid/gid will be stripped so that the system can allocate one at random.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 610d524 - Browse repository at this point
Copy the full SHA 610d524View commit details -
mk/wrapper: add support for _WRAP_EXTRA_LIBS
This allows specifying additional libraries in the output phase, and is a special case compared to _WRAP_EXTRA_ARGS as we need to ensure that these libaries are not applied when using Sun ld in -r mode.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 636ba00 - Browse repository at this point
Copy the full SHA 636ba00View commit details -
devel/binutils: avoid unwanted dependencies
* Disable zlib so that we don't pull in platform libz. * Set OVERRIDE_DIRDEPTH.depcomp=1 to disable depcomp-override
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d10fb9c - Browse repository at this point
Copy the full SHA d10fb9cView commit details -
www/varnish: add dependency on gcc (DATASET-877)
Filip Hajny authored and Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 6fd9280 - Browse repository at this point
Copy the full SHA 6fd9280View commit details -
math/R: Set R_LD_LIBRARY_PATH to fix GCC libs
Filip Hajny authored and Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for a747b86 - Browse repository at this point
Copy the full SHA a747b86View commit details -
Add USE_GCC_RUNTIME as necessary.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 8820e9b - Browse repository at this point
Copy the full SHA 8820e9bView commit details -
multimedia/ffmpeg2: disable asm (-fno-omit-frame-pointer)
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 5bed3b9 - Browse repository at this point
Copy the full SHA 5bed3b9View commit details -
pkgtools/cwrappers: support CWRAPPERS_LDADD.
This allows arguments to be added when a wrapper is generating an object, and is useful for inserting a specific library into each, for example -lumem on SunOS.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for cbc4b68 - Browse repository at this point
Copy the full SHA cbc4b68View commit details -
databases/postgresql94: patch modules for joyent/postgresql-contrib
Filip Hajny authored and Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 3d5fb30 - Browse repository at this point
Copy the full SHA 3d5fb30View commit details -
mk: add support for projects linked to SMF
Filip Hajny authored and Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for f46fa09 - Browse repository at this point
Copy the full SHA f46fa09View commit details -
mk: record REQUIRES based on DT_NEEDED not ldd.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for a785eeb - Browse repository at this point
Copy the full SHA a785eebView commit details -
lang/perl5: fix full_ar wrkdir references
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for aac32e0 - Browse repository at this point
Copy the full SHA aac32e0View commit details -
mk: pass ABI flag to the as(1) wrapper.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 3d0d9ae - Browse repository at this point
Copy the full SHA 3d0d9aeView commit details -
devel/libtool: apply our changes:
- Remove TOOLS_BASEDIR references. - Set search path with COMPILER_LIB_DIRS. - Don't hardcode GCC library paths. - Can't use -nostdlib (due to the above change). mk/compiler/gcc.mk: remove libtool-base handling. We need this to ensure that sys_lib_search_path_spec is correct and prefers the runtime library. Without this we see failures where packages using libtool try to use both libstdc++.so's. Ensure we can use an external libtool for binutils.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for a38fc6b - Browse repository at this point
Copy the full SHA a38fc6bView commit details -
pkg_install: explicitly disable lzma.
Avoids accidentally picking up a broken/non-working one from the environment, or linking against one we don't have installed everywhere.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for c39ab9a - Browse repository at this point
Copy the full SHA c39ab9aView commit details -
lang/python: CHECK_WRKREF+=buildlink fixes.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for f7bb03d - Browse repository at this point
Copy the full SHA f7bb03dView commit details -
databases/php-oci8: build against joyent/instantclient
Filip Hajny authored and Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 051712a - Browse repository at this point
Copy the full SHA 051712aView commit details -
mk: create .pkginfo file during 'package' phase.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 2f50d9e - Browse repository at this point
Copy the full SHA 2f50d9eView commit details -
pkg_install: compile openssl statically
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 153a01f - Browse repository at this point
Copy the full SHA 153a01fView commit details -
libfetch: fix proxy connections
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 986f20f - Browse repository at this point
Copy the full SHA 986f20fView commit details -
bootstrap: Do not save compiler flags to mk.conf.
We already set them explicitly in pkgbuild and besides avoiding duplicates this also allows us to change them without having to rebuild bootstrap.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for bd3eeaf - Browse repository at this point
Copy the full SHA bd3eeafView commit details -
mk: Any errors creating .pkginfo should be ignored.
Resolves issues when bootstrapping without a suitable pkg_info available, as the bootstrap pkg_info is unable to operate on binary packages. Fixes TritonDataCenter/pkgsrc-legacy#564
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for a3b120b - Browse repository at this point
Copy the full SHA a3b120bView commit details -
openssl: Remove perl runtime dependency.
It is only used for c_rehash and a couple of other example tools, and users can install perl manually if they require them. It bloats too much by default for something that is used so little, if at all.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for cd5b00b - Browse repository at this point
Copy the full SHA cd5b00bView commit details -
lang/gcc7: Apply our GCC changes.
- Add ALTERNATIVES files. - Include necessary object files in the -libs package. - Prune unnecessary libraries from the -libs package. - Set local prefix to LOCALBASE (except tools build), and link against it by default. - Disable -fomit-frame-pointer, we like stack traces. - Disable --as-needed to avoid libgcc_s dependency. - Disable __stack_chk_fail_local (fixes 32-bit) - Support -fclone-functions, -fstrict-calling-conventions, -msave-args - Fix check-shlibs in -libs - Fix TritonDataCenter/pkgsrc-legacy#264 (avoid tls emulation)
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for ee7126c - Browse repository at this point
Copy the full SHA ee7126cView commit details -
lang/gcc49: Apply our GCC changes.
- Add ALTERNATIVES files. - Include the .o files in the -libs packages. - Prune unnecessary libraries from the -libs package. - Set local prefix to LOCALBASE (except tools build), and link against it by default. - Disable -fomit-frame-pointer, we like stack traces. - Disable __stack_chk_fail_local (fixes 32-bit) - DATASET-953 disable full gcc47 dependency - Implement -fstrict-calling-conventions, from richlowe. - Cleanup DEPENDS when using -libs - Fix check-shlibs in -libs - Fix TritonDataCenter/pkgsrc-legacy#264 (avoid tls emulation) - Fix for building with newer GCC.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d78a228 - Browse repository at this point
Copy the full SHA d78a228View commit details -
mk/pkginstall: make accounts NP by default
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d0076d5 - Browse repository at this point
Copy the full SHA d0076d5View commit details -
mk: Enable CTF logging (Joyent specific)
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 2ce469e - Browse repository at this point
Copy the full SHA 2ce469eView commit details -
Ignore files under PKGBUILD_BASEDIR for scanning.
These update a lot but not in a way that will affect the scan results, and if that is the case then we remove old bulklogs anyway.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 0e10902 - Browse repository at this point
Copy the full SHA 0e10902View commit details -
This adds a chroot handling script and a few additional variables to pbulk.conf: - $chroot_create and $chroot_delete point to scripts which create and delete a sandbox respectively, each taking a path argument of the chroot location. - $chroot_dir is the base directory where chroots are created. - $build_chroots and $scan_chroots specify the number of build and scan chroots to create respectively. If the number of chroots is 1, they are named: ${chroot_dir}-build ${chroot_dir}-scan otherwise they are named i=1..N: ${chroot_dir}-build-${i} ${chroot_dir}-scan-${i} The chroot_dir variable isn't brilliantly named, but at this point is baked into too many of our pbulk branches to change. Currently users of this need to provide their own create/delete scripts, though hopefully at some point I'll provide sysutils/mksandbox wrappers as examples for getting started.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for e3019a4 - Browse repository at this point
Copy the full SHA e3019a4View commit details -
Support specifying pbulk.conf on the command line.
This allows a single pbulk install to handle multiple builds easily without having to switch out the main pbulk.conf each time.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 90ca640 - Browse repository at this point
Copy the full SHA 90ca640View commit details -
These are passed in as SUBDIR entries by the top-level Makefile.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d5b4fcf - Browse repository at this point
Copy the full SHA d5b4fcfView commit details -
Support optional $client_clean_local script.
This allows local customisations to the client-clean script, for example our OSX /tmp ramdisk cleanup: https://github.com/joyent/pkgbuild/blob/master/scripts/client-clean-osx which is necessary to keep the ramdisk usage pruned.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 7812cbe - Browse repository at this point
Copy the full SHA 7812cbeView commit details -
Don't recursively mark packages as restricted.
This is useful when e.g. using Oracle Java which cannot be redistributed. It should still be possible to install packages which depend upon it after the user has installed the restricted package manually first.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 4623b4d - Browse repository at this point
Copy the full SHA 4623b4dView commit details -
Increase maximum top broken package count to 25.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 43d2e8c - Browse repository at this point
Copy the full SHA 43d2e8cView commit details -
Replace hardcoded ".tgz" with $pkg_sufx
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 468aee6 - Browse repository at this point
Copy the full SHA 468aee6View commit details -
Move OS variable generation to the first build.
There's no guarantee that the pbulk master is running the same OS version that the pbulk clients are.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 6c02493 - Browse repository at this point
Copy the full SHA 6c02493View commit details -
Ensure each build starts with clean passwd files.
Skipped on Darwin as it has a centralised OpenDirectory database, however finding a way to do this on Darwin would be greatly beneficial.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d4ef771 - Browse repository at this point
Copy the full SHA d4ef771View commit details -
Support uploading reports to Manta.
Assumes pbulk.conf is populated with the appropriate variables and that nodejs and the 'manta' npm package is installed under $MANTA_PATH.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 68a6fc9 - Browse repository at this point
Copy the full SHA 68a6fc9View commit details -
Generate checksum and pkginfo at package build time.
This saves a decent amount of time at the end of a pbulk run (around 20 minutes) by avoiding a single-threaded operation to generate them. XXX: not currently handled by custom $sync_package scripts
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 894e566 - Browse repository at this point
Copy the full SHA 894e566View commit details -
Save package build time for performance analysis.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for cc09438 - Browse repository at this point
Copy the full SHA cc09438View commit details -
Add support for $local_bulklog
This is a directory where the bulklog files are written to temporarily before either being moved to $bulklog at the end of a failed build or removed. This avoids failures when writing to an NFS-backed $bulklog (seen most commonly with 'gmake: write error'), and also improves performance.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 7d16325 - Browse repository at this point
Copy the full SHA 7d16325View commit details -
Enable pkg-build script logging.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 82a3dd9 - Browse repository at this point
Copy the full SHA 82a3dd9View commit details -
Pull in xz for pkg_summary and the machine report.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d7a29a2 - Browse repository at this point
Copy the full SHA d7a29a2View commit details -
Add support for $script_phase_pre_upload.
This is set to a script that is executed by the upload script prior to starting the actual upload, and is useful for performing any sanity checks on what is about to be uploaded. Add variables used by Joyent to ensure a certain number of packages built ($pkg_rsync_min) and that a list of core packages all built successfully ($pkg_rsync_required_pkgs) to the example config.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 55d812d - Browse repository at this point
Copy the full SHA 55d812dView commit details -
Exit pool loop when we've seen all returned events.
Avoids issues seen on SunOS and Darwin where LIST_NEXT would return garbage. Use event_del() while here.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for f86a72c - Browse repository at this point
Copy the full SHA f86a72cView commit details -
Jonathan Perkin committed
Jan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 2aaec86 - Browse repository at this point
Copy the full SHA 2aaec86View commit details -
Add support for --link-dest atomic updates.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 9c82401 - Browse repository at this point
Copy the full SHA 9c82401View commit details -
Jonathan Perkin committed
Jan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 529ee5e - Browse repository at this point
Copy the full SHA 529ee5eView commit details -
Jonathan Perkin committed
Jan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 5bc8162 - Browse repository at this point
Copy the full SHA 5bc8162View commit details -
Category links are no more, remove support for them.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for e324d54 - Browse repository at this point
Copy the full SHA e324d54View commit details -
Ensure the options cache directory is created.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d672f06 - Browse repository at this point
Copy the full SHA d672f06View commit details -
Use --partial-dir to avoid rsync mirror failures.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for fdf643e - Browse repository at this point
Copy the full SHA fdf643eView commit details -
Add parallelism to pkg_{files,summary} creation.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for c2286ba - Browse repository at this point
Copy the full SHA c2286baView commit details -
Send report mail after finishing report upload.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for fae6b03 - Browse repository at this point
Copy the full SHA fae6b03View commit details -
fix "set -e" failure in new pkg_summary generation.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 1aa2f21 - Browse repository at this point
Copy the full SHA 1aa2f21View commit details -
Apply pbulk support for MySQL/Percona.
This updates the mysql.buildlink3.mk file to support multiple versions, and adds some support for building multiple p5-DBD-mysql and py-mysqldb packages.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for ae25f42 - Browse repository at this point
Copy the full SHA ae25f42View commit details -
Add pbulkmulti support for php pgsql.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for e4ddd07 - Browse repository at this point
Copy the full SHA e4ddd07View commit details -
myodbc: Test multi-mysql version.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 1423249 - Browse repository at this point
Copy the full SHA 1423249View commit details -
Merge branch 'joyent/feature/ctf/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 972260d - Browse repository at this point
Copy the full SHA 972260dView commit details -
Merge branch 'joyent/feature/pbulk/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 8bb22b7 - Browse repository at this point
Copy the full SHA 8bb22b7View commit details -
Merge branch 'joyent/feature/pbulkmulti/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 92976c6 - Browse repository at this point
Copy the full SHA 92976c6View commit details -
Add 'joyent' and 'wip' submodules.
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for d6f3eb6 - Browse repository at this point
Copy the full SHA d6f3eb6View commit details -
Jonathan Perkin committed
Jan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for e6ae314 - Browse repository at this point
Copy the full SHA e6ae314View commit details -
gcc{49,7}: Test tools path fixes from miscfix
Jonathan Perkin committedJan 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 698114b - Browse repository at this point
Copy the full SHA 698114bView commit details
Commits on Jan 16, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 16, 2019 Configuration menu - View commit details
-
Copy full SHA for ab359eb - Browse repository at this point
Copy the full SHA ab359ebView commit details
Commits on Jan 21, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 8dd2b01 - Browse repository at this point
Copy the full SHA 8dd2b01View commit details
Commits on Jan 22, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 22, 2019 Configuration menu - View commit details
-
Copy full SHA for fadc653 - Browse repository at this point
Copy the full SHA fadc653View commit details
Commits on Jan 23, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 29f58bd - Browse repository at this point
Copy the full SHA 29f58bdView commit details
Commits on Jan 25, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 2798c87 - Browse repository at this point
Copy the full SHA 2798c87View commit details
Commits on Jan 27, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 3e4a474 - Browse repository at this point
Copy the full SHA 3e4a474View commit details -
Jonathan Perkin committed
Jan 27, 2019 Configuration menu - View commit details
-
Copy full SHA for c06307d - Browse repository at this point
Copy the full SHA c06307dView commit details
Commits on Jan 28, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 28, 2019 Configuration menu - View commit details
-
Copy full SHA for ef85f50 - Browse repository at this point
Copy the full SHA ef85f50View commit details
Commits on Jan 29, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 108843f - Browse repository at this point
Copy the full SHA 108843fView commit details
Commits on Jan 30, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 2e34d37 - Browse repository at this point
Copy the full SHA 2e34d37View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJan 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 2209280 - Browse repository at this point
Copy the full SHA 2209280View commit details
Commits on Feb 1, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 983aa5b - Browse repository at this point
Copy the full SHA 983aa5bView commit details
Commits on Feb 2, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 81b6fe5 - Browse repository at this point
Copy the full SHA 81b6fe5View commit details
Commits on Feb 4, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 06c8c9f - Browse repository at this point
Copy the full SHA 06c8c9fView commit details
Commits on Feb 6, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 8acec9a - Browse repository at this point
Copy the full SHA 8acec9aView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 6, 2019 Configuration menu - View commit details
-
Copy full SHA for e07578a - Browse repository at this point
Copy the full SHA e07578aView commit details
Commits on Feb 7, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 783a5b8 - Browse repository at this point
Copy the full SHA 783a5b8View commit details -
Jonathan Perkin committed
Feb 7, 2019 Configuration menu - View commit details
-
Copy full SHA for e34a757 - Browse repository at this point
Copy the full SHA e34a757View commit details
Commits on Feb 9, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 8400a5e - Browse repository at this point
Copy the full SHA 8400a5eView commit details
Commits on Feb 10, 2019
-
gcc7: Ensure the correct values objects are used.
Based on a patch from richlowe, expanded to handle all current possible -std= variants except e.g. "-std=iso9899:1999" as it's not clear how to handle the embedded colon in the startfile syntax.
Jonathan Perkin committedFeb 10, 2019 Configuration menu - View commit details
-
Copy full SHA for d3ce743 - Browse repository at this point
Copy the full SHA d3ce743View commit details
Commits on Feb 13, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 13, 2019 Configuration menu - View commit details
-
Copy full SHA for bdb7b95 - Browse repository at this point
Copy the full SHA bdb7b95View commit details
Commits on Feb 16, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 16, 2019 Configuration menu - View commit details
-
Copy full SHA for b95d0fb - Browse repository at this point
Copy the full SHA b95d0fbView commit details
Commits on Feb 18, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 066caf9 - Browse repository at this point
Copy the full SHA 066caf9View commit details
Commits on Feb 20, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 20, 2019 Configuration menu - View commit details
-
Copy full SHA for da7fcb9 - Browse repository at this point
Copy the full SHA da7fcb9View commit details
Commits on Feb 22, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 7f64bff - Browse repository at this point
Copy the full SHA 7f64bffView commit details
Commits on Feb 23, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 23, 2019 Configuration menu - View commit details
-
Copy full SHA for de548cb - Browse repository at this point
Copy the full SHA de548cbView commit details
Commits on Feb 24, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 7be6b29 - Browse repository at this point
Copy the full SHA 7be6b29View commit details
Commits on Feb 25, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 25, 2019 Configuration menu - View commit details
-
Copy full SHA for d3b1238 - Browse repository at this point
Copy the full SHA d3b1238View commit details
Commits on Feb 26, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 8acc41c - Browse repository at this point
Copy the full SHA 8acc41cView commit details
Commits on Feb 28, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedFeb 28, 2019 Configuration menu - View commit details
-
Copy full SHA for b7a4f36 - Browse repository at this point
Copy the full SHA b7a4f36View commit details -
Jonathan Perkin committed
Feb 28, 2019 Configuration menu - View commit details
-
Copy full SHA for f69658d - Browse repository at this point
Copy the full SHA f69658dView commit details
Commits on Mar 1, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 1, 2019 Configuration menu - View commit details
-
Copy full SHA for a99e8f0 - Browse repository at this point
Copy the full SHA a99e8f0View commit details
Commits on Mar 4, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 62f6b59 - Browse repository at this point
Copy the full SHA 62f6b59View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 4, 2019 Configuration menu - View commit details
-
Copy full SHA for a72a8e5 - Browse repository at this point
Copy the full SHA a72a8e5View commit details
Commits on Mar 6, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 39da573 - Browse repository at this point
Copy the full SHA 39da573View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 6, 2019 Configuration menu - View commit details
-
Copy full SHA for f9b7d1b - Browse repository at this point
Copy the full SHA f9b7d1bView commit details -
Jonathan Perkin committed
Mar 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 7dbd055 - Browse repository at this point
Copy the full SHA 7dbd055View commit details
Commits on Mar 7, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 7, 2019 Configuration menu - View commit details
-
Copy full SHA for d505cb0 - Browse repository at this point
Copy the full SHA d505cb0View commit details -
Jonathan Perkin committed
Mar 7, 2019 Configuration menu - View commit details
-
Copy full SHA for c8fc78f - Browse repository at this point
Copy the full SHA c8fc78fView commit details
Commits on Mar 9, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 9, 2019 Configuration menu - View commit details
-
Copy full SHA for fc096fb - Browse repository at this point
Copy the full SHA fc096fbView commit details -
Jonathan Perkin committed
Mar 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 157ff52 - Browse repository at this point
Copy the full SHA 157ff52View commit details
Commits on Mar 10, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 10, 2019 Configuration menu - View commit details
-
Copy full SHA for a543804 - Browse repository at this point
Copy the full SHA a543804View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 10, 2019 Configuration menu - View commit details
-
Copy full SHA for f65227a - Browse repository at this point
Copy the full SHA f65227aView commit details -
Jonathan Perkin committed
Mar 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 44dde02 - Browse repository at this point
Copy the full SHA 44dde02View commit details
Commits on Mar 11, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 11, 2019 Configuration menu - View commit details
-
Copy full SHA for a1d14b0 - Browse repository at this point
Copy the full SHA a1d14b0View commit details
Commits on Mar 12, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 73c1f25 - Browse repository at this point
Copy the full SHA 73c1f25View commit details
Commits on Mar 13, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 2110ceb - Browse repository at this point
Copy the full SHA 2110cebView commit details
Commits on Mar 14, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 3c5c85b - Browse repository at this point
Copy the full SHA 3c5c85bView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for e11cda0 - Browse repository at this point
Copy the full SHA e11cda0View commit details
Commits on Mar 15, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 15, 2019 Configuration menu - View commit details
-
Copy full SHA for dc262a6 - Browse repository at this point
Copy the full SHA dc262a6View commit details
Commits on Mar 17, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 17, 2019 Configuration menu - View commit details
-
Copy full SHA for bf63dac - Browse repository at this point
Copy the full SHA bf63dacView commit details
Commits on Mar 18, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 6a60f37 - Browse repository at this point
Copy the full SHA 6a60f37View commit details
Commits on Mar 26, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 9da61d0 - Browse repository at this point
Copy the full SHA 9da61d0View commit details -
Jonathan Perkin committed
Mar 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 9efab5c - Browse repository at this point
Copy the full SHA 9efab5cView commit details
Commits on Mar 27, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 9ebd9ae - Browse repository at this point
Copy the full SHA 9ebd9aeView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 27, 2019 Configuration menu - View commit details
-
Copy full SHA for f7c0204 - Browse repository at this point
Copy the full SHA f7c0204View commit details
Commits on Mar 28, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 93abd51 - Browse repository at this point
Copy the full SHA 93abd51View commit details -
Jonathan Perkin committed
Mar 28, 2019 Configuration menu - View commit details
-
Copy full SHA for ed192e6 - Browse repository at this point
Copy the full SHA ed192e6View commit details
Commits on Apr 6, 2019
-
Merge branch 'trunk' into joyent/release/trunk
Jonathan Perkin committedApr 6, 2019 Configuration menu - View commit details
-
Copy full SHA for ddacb52 - Browse repository at this point
Copy the full SHA ddacb52View commit details
Commits on Apr 8, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedApr 8, 2019 Configuration menu - View commit details
-
Copy full SHA for eb2c6cd - Browse repository at this point
Copy the full SHA eb2c6cdView commit details
Commits on Apr 10, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedApr 10, 2019 Configuration menu - View commit details
-
Copy full SHA for f9fa850 - Browse repository at this point
Copy the full SHA f9fa850View commit details
Commits on Apr 17, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedApr 17, 2019 Configuration menu - View commit details
-
Copy full SHA for b356634 - Browse repository at this point
Copy the full SHA b356634View commit details
Commits on Apr 20, 2019
-
Jonathan Perkin committed
Apr 20, 2019 Configuration menu - View commit details
-
Copy full SHA for dbbe179 - Browse repository at this point
Copy the full SHA dbbe179View commit details
Commits on Apr 29, 2019
-
Merge branch 'trunk' into joyent/release/trunk
Jonathan Perkin committedApr 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 92f9685 - Browse repository at this point
Copy the full SHA 92f9685View commit details
Commits on May 2, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 38795ac - Browse repository at this point
Copy the full SHA 38795acView commit details
Commits on May 3, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 4180b5f - Browse repository at this point
Copy the full SHA 4180b5fView commit details
Commits on May 4, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 8e6e7fd - Browse repository at this point
Copy the full SHA 8e6e7fdView commit details
Commits on May 5, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 5, 2019 Configuration menu - View commit details
-
Copy full SHA for e7b0093 - Browse repository at this point
Copy the full SHA e7b0093View commit details
Commits on May 10, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 980cc58 - Browse repository at this point
Copy the full SHA 980cc58View commit details -
Update 'joyent' and 'wip' submodules.
Jonathan Perkin committedMay 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 7ab3de8 - Browse repository at this point
Copy the full SHA 7ab3de8View commit details
Commits on May 15, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 278ff7d - Browse repository at this point
Copy the full SHA 278ff7dView commit details -
Jonathan Perkin committed
May 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 4b00ddf - Browse repository at this point
Copy the full SHA 4b00ddfView commit details
Commits on May 21, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 01a156a - Browse repository at this point
Copy the full SHA 01a156aView commit details
Commits on May 22, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 22, 2019 Configuration menu - View commit details
-
Copy full SHA for b728234 - Browse repository at this point
Copy the full SHA b728234View commit details
Commits on May 27, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 8f95535 - Browse repository at this point
Copy the full SHA 8f95535View commit details
Commits on May 30, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 42a763f - Browse repository at this point
Copy the full SHA 42a763fView commit details
Commits on May 31, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 31, 2019 Configuration menu - View commit details
-
Copy full SHA for fde0707 - Browse repository at this point
Copy the full SHA fde0707View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedMay 31, 2019 Configuration menu - View commit details
-
Copy full SHA for d4254cf - Browse repository at this point
Copy the full SHA d4254cfView commit details
Commits on Jun 1, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 1, 2019 Configuration menu - View commit details
-
Copy full SHA for c2972b3 - Browse repository at this point
Copy the full SHA c2972b3View commit details
Commits on Jun 2, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 2, 2019 Configuration menu - View commit details
-
Copy full SHA for cf1ff08 - Browse repository at this point
Copy the full SHA cf1ff08View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 2654dcb - Browse repository at this point
Copy the full SHA 2654dcbView commit details -
Jonathan Perkin committed
Jun 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 6fba734 - Browse repository at this point
Copy the full SHA 6fba734View commit details
Commits on Jun 4, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for e42e42e - Browse repository at this point
Copy the full SHA e42e42eView commit details -
Jonathan Perkin committed
Jun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for c9a64b0 - Browse repository at this point
Copy the full SHA c9a64b0View commit details
Commits on Jun 5, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 5, 2019 Configuration menu - View commit details
-
Copy full SHA for aae51cb - Browse repository at this point
Copy the full SHA aae51cbView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 5, 2019 Configuration menu - View commit details
-
Copy full SHA for b3e0a62 - Browse repository at this point
Copy the full SHA b3e0a62View commit details -
gettext-lib: Test automatic -lintl fix.
Jonathan Perkin committedJun 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 077033d - Browse repository at this point
Copy the full SHA 077033dView commit details
Commits on Jun 7, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 52c928e - Browse repository at this point
Copy the full SHA 52c928eView commit details -
gettext-lib: Try BUILDLINK_LDFLAGS instead.
Jonathan Perkin committedJun 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 728ed97 - Browse repository at this point
Copy the full SHA 728ed97View commit details
Commits on Jun 10, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 3c18004 - Browse repository at this point
Copy the full SHA 3c18004View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 9d25bb2 - Browse repository at this point
Copy the full SHA 9d25bb2View commit details
Commits on Jun 12, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 4621223 - Browse repository at this point
Copy the full SHA 4621223View commit details
Commits on Jun 13, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 0fe66c4 - Browse repository at this point
Copy the full SHA 0fe66c4View commit details
Commits on Jun 18, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 11bacde - Browse repository at this point
Copy the full SHA 11bacdeView commit details -
Jonathan Perkin committed
Jun 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 95dc31b - Browse repository at this point
Copy the full SHA 95dc31bView commit details
Commits on Jun 19, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 19, 2019 Configuration menu - View commit details
-
Copy full SHA for e2b18ab - Browse repository at this point
Copy the full SHA e2b18abView commit details
Commits on Jun 20, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 20, 2019 Configuration menu - View commit details
-
Copy full SHA for cdcddae - Browse repository at this point
Copy the full SHA cdcddaeView commit details
Commits on Jun 21, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for c6e5ccf - Browse repository at this point
Copy the full SHA c6e5ccfView commit details -
Jonathan Perkin committed
Jun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 80e56ef - Browse repository at this point
Copy the full SHA 80e56efView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 21, 2019 Configuration menu - View commit details
-
Copy full SHA for c5d6142 - Browse repository at this point
Copy the full SHA c5d6142View commit details
Commits on Jun 24, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 746cc81 - Browse repository at this point
Copy the full SHA 746cc81View commit details
Commits on Jun 25, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 109e09a - Browse repository at this point
Copy the full SHA 109e09aView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 25, 2019 Configuration menu - View commit details
-
Copy full SHA for f02ac22 - Browse repository at this point
Copy the full SHA f02ac22View commit details
Commits on Jun 26, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 26, 2019 Configuration menu - View commit details
-
Copy full SHA for c1dadfd - Browse repository at this point
Copy the full SHA c1dadfdView commit details
Commits on Jun 27, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 8f553c6 - Browse repository at this point
Copy the full SHA 8f553c6View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 3717c97 - Browse repository at this point
Copy the full SHA 3717c97View commit details -
Jonathan Perkin committed
Jun 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 47fdbfd - Browse repository at this point
Copy the full SHA 47fdbfdView commit details
Commits on Jun 28, 2019
-
mk: Improve +BUILD_INFO generation time.
Cache REQUIRES entries so that we don't need to continue forking for every one. Reduces time for net/samba4 from 10 minutes to 6 seconds.
Jonathan Perkin committedJun 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 425efe8 - Browse repository at this point
Copy the full SHA 425efe8View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 112309d - Browse repository at this point
Copy the full SHA 112309dView commit details
Commits on Jun 29, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJun 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 4dcf844 - Browse repository at this point
Copy the full SHA 4dcf844View commit details
Commits on Jul 1, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 4d2272d - Browse repository at this point
Copy the full SHA 4d2272dView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 05dd8b4 - Browse repository at this point
Copy the full SHA 05dd8b4View commit details
Commits on Jul 3, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 3, 2019 Configuration menu - View commit details
-
Copy full SHA for f316820 - Browse repository at this point
Copy the full SHA f316820View commit details
Commits on Jul 5, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 44e0030 - Browse repository at this point
Copy the full SHA 44e0030View commit details
Commits on Jul 6, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 837fc01 - Browse repository at this point
Copy the full SHA 837fc01View commit details
Commits on Jul 7, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 75cf1f5 - Browse repository at this point
Copy the full SHA 75cf1f5View commit details
Commits on Jul 8, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 1796467 - Browse repository at this point
Copy the full SHA 1796467View commit details
Commits on Jul 11, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 864a98b - Browse repository at this point
Copy the full SHA 864a98bView commit details
Commits on Jul 13, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 13, 2019 Configuration menu - View commit details
-
Copy full SHA for ed04c22 - Browse repository at this point
Copy the full SHA ed04c22View commit details -
Jonathan Perkin committed
Jul 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 42ec763 - Browse repository at this point
Copy the full SHA 42ec763View commit details
Commits on Jul 14, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 9f8c379 - Browse repository at this point
Copy the full SHA 9f8c379View commit details
Commits on Jul 15, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 9f299f4 - Browse repository at this point
Copy the full SHA 9f299f4View commit details
Commits on Jul 16, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 16, 2019 Configuration menu - View commit details
-
Copy full SHA for c7875df - Browse repository at this point
Copy the full SHA c7875dfView commit details
Commits on Jul 17, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 57f7f4e - Browse repository at this point
Copy the full SHA 57f7f4eView commit details
Commits on Jul 19, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 19, 2019 Configuration menu - View commit details
-
Copy full SHA for ab67939 - Browse repository at this point
Copy the full SHA ab67939View commit details
Commits on Jul 20, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 921571c - Browse repository at this point
Copy the full SHA 921571cView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 691a808 - Browse repository at this point
Copy the full SHA 691a808View commit details
Commits on Jul 22, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 22, 2019 Configuration menu - View commit details
-
Copy full SHA for aae3559 - Browse repository at this point
Copy the full SHA aae3559View commit details
Commits on Jul 23, 2019
-
mk/mysql: Add support for mysql80 and percona80.
Jonathan Perkin committedJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 6f99c5c - Browse repository at this point
Copy the full SHA 6f99c5cView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 7344254 - Browse repository at this point
Copy the full SHA 7344254View commit details -
Jonathan Perkin committed
Jul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for c091985 - Browse repository at this point
Copy the full SHA c091985View commit details -
Add mysql80-{client,server} packages for testing.
Jonathan Perkin committedJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for e62de07 - Browse repository at this point
Copy the full SHA e62de07View commit details -
Jonathan Perkin committed
Jul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 44ea19f - Browse repository at this point
Copy the full SHA 44ea19fView commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 7b88fde - Browse repository at this point
Copy the full SHA 7b88fdeView commit details
Commits on Jul 25, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 25, 2019 Configuration menu - View commit details
-
Copy full SHA for f1040cb - Browse repository at this point
Copy the full SHA f1040cbView commit details
Commits on Jul 27, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 04506c6 - Browse repository at this point
Copy the full SHA 04506c6View commit details -
Jonathan Perkin committed
Jul 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 4be2201 - Browse repository at this point
Copy the full SHA 4be2201View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 27, 2019 Configuration menu - View commit details
-
Copy full SHA for f49247a - Browse repository at this point
Copy the full SHA f49247aView commit details
Commits on Jul 29, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 29, 2019 Configuration menu - View commit details
-
Copy full SHA for d58e78f - Browse repository at this point
Copy the full SHA d58e78fView commit details
Commits on Jul 30, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedJul 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 7372630 - Browse repository at this point
Copy the full SHA 7372630View commit details
Commits on Aug 1, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedAug 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 95462af - Browse repository at this point
Copy the full SHA 95462afView commit details
Commits on Aug 2, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedAug 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 1b131bd - Browse repository at this point
Copy the full SHA 1b131bdView commit details
Commits on Aug 8, 2019
-
Jonathan Perkin committed
Aug 8, 2019 Configuration menu - View commit details
-
Copy full SHA for b357107 - Browse repository at this point
Copy the full SHA b357107View commit details
Commits on Aug 26, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedAug 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 96ce226 - Browse repository at this point
Copy the full SHA 96ce226View commit details -
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedAug 26, 2019 Configuration menu - View commit details
-
Copy full SHA for 77e7576 - Browse repository at this point
Copy the full SHA 77e7576View commit details
Commits on Aug 27, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 59ab6e5 - Browse repository at this point
Copy the full SHA 59ab6e5View commit details
Commits on Aug 29, 2019
-
Merge remote-tracking branch 'netbsd/trunk' into joyent/release/trunk
Jonathan Perkin committedAug 29, 2019 Configuration menu - View commit details
-
Copy full SHA for a4b7caf - Browse repository at this point
Copy the full SHA a4b7cafView commit details
Commits on Aug 30, 2019
-
Update HAproxy's Makefile Linux new target name
Thomas Chrétien committedAug 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 103bd32 - Browse repository at this point
Copy the full SHA 103bd32View commit details