summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Increase efiboot.img size used in ISO creationsmh2016-01-131-1/+1
| | | | | | | | | | Due to recent and upcoming changes to add additional functionality to the EFI loader its now bigger than the space allocates for efiboot.img so increase this in line with boot1.efifat. MFC after: 2 weeks X-MFC-With: r293268 Sponsored by: Multiplay
* Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) when creatingcperciva2016-01-121-1/+1
| | | | | | | EC2 images. X-MFC after: if/when the driver fixes get MFCed Relnotes: FreeBSD now supports EC2 Enhanced Networking
* Set FORCE_PKG_REGISTER=1 when installing packages to avoid failuresgjb2016-01-091-0/+1
| | | | | | | | | | | | | when re-using build chroot(8) environments. This is based on the patch in the PR referenced below, but instead of using 'reinstall' in two locations (one of which already uses FORCE_PKG_REGISTER=1), changes the non-embedded behavior. PR: 205998 Submitted by: ngie MFC after: 5 days Sponsored by: The FreeBSD Foundation
* Add a new target to touch the ${.OBJDIR}/release file, whichgjb2016-01-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | indicates the 'release' target has run (in order to prevent subsequent invocations that may clobber original build output). As is, the 'release' target is a dummy target that does nothing more than depend on subsequent targets. Unless 'make obj' is invoked prior to 'make release', .OBJDIR and .CURDIR will always be '/usr/src/release' (or wherever /usr/src is located). When 'make release' invokes 'make real-release' (and subsequent targets), .OBJDIR is not updated, which still leads to src/ tree pollution. While arguably a hack, 'make release' will invoke the original dummy targets as originally intended, but instead of touching an empty file (or returing @true), will call a 'release-done' target that will trigger the behavior that was intended to prevent a subsequent invocation. Discussed with: hrs MFC after: 3 days X-MFC-With: r293173 Sponsored by: The FreeBSD Foundation
* Merge ^/projects/release-install-debug:gjb2016-01-057-21/+67
| | | | | | | | | | | | - Rework MANIFEST generation and parsing via bsdinstall(8). - Allow selecting debugging distribution sets during install. - Rework bsdinstall(8) to fetch remote debug distribution sets when they are not available on the local install medium. - Allow selecting additional non-GENERIC kernels during install. At present, GENERIC is still required, and installed by default. Tested with: head@r293203 Sponsored by: The FreeBSD Foundation
* Prevent memstick installation medium from attempting to mountgjb2016-01-054-0/+8
| | | | | | | | | | | the root filesystem read-write. This causes problems booting the memstick installation medium from write-protected USB flash drives. Submitted by: A.J. Kehoe IV [1], Oliver Jones [2] PR: 187161 [1], 205886 [2] MFC after: 1 week Sponsored by: The FreeBSD Foundation
* Fix path to include .OBJDIR to avoid polluting the sourcegjb2016-01-041-1/+1
| | | | | | | tree during 'make release'. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Add rtwn(4) to the hardware list.brueffer2016-01-041-0/+3
|
* Fix tmpfs(5) '/tmp' mount point.gjb2015-11-251-1/+1
| | | | | | | | A stray trailing space snuck in with one of the recent changes, making r290550 and r290573 effectively no-op. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Remove noatime from tmpfs(5) fstab(5) entry.gjb2015-11-091-1/+1
| | | | | | | Submitted by: Howard Su MFC after: 3 days X-MFC-With: r290550 Sponsored by: The FreeBSD Foundation
* Ensure TEMPROOT is unique, to guard against multiple builds on same machine.sjg2015-11-081-1/+1
| | | | | Differential Revision: D3002 Reviewed by: gjb
* Use tmpfs(5) instead of md(4) for '/tmp' mount.gjb2015-11-081-1/+1
| | | | | | | Submitted by: Nikolai Lifanov Differential Revision: D3506 MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Deprecate MD5 checksum generation in favor of SHA512.gjb2015-10-144-8/+8
| | | | | | | | | | This was discussed during the 10.2-RELEASE cycle, however since we were nearing the end of the cycle, we decided to defer this change until after 10.2-RELEASE. Reminded by: so (delphij), jmg MFC after: 5 days Sponsored by: The FreeBSD Foundation
* Use print as a function, not operator.rodrigc2015-10-081-10/+11
|
* Correct the command-line utility in the r285420 entry:gjb2015-10-071-2/+2
| | | | | | s/jail/jexec/ Sponsored by: The FreeBSD Foundation
* Refine the r286591 entry based on feedback from jilles@.gjb2015-10-071-2/+3
| | | | Sponsored by: The FreeBSD Foundation
* Remove entry for r287469, Skylake/i219 support is not yet complete.gjb2015-10-071-4/+0
| | | | | Reported by: Adam McDougall Sponsored by: The FreeBSD Foundation
* Split the r288943 entry into different entries, since the entiregjb2015-10-071-3/+15
| | | | | | clang/llvm/lldb/etc may not always be in sync with upstream. Sponsored by: The FreeBSD Foundation
* Update the last check revision marker.gjb2015-10-061-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Document r288943, clang, llvm, etc. updated to upstream 3.7.0.gjb2015-10-061-11/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r288669, stack protector "strong" level.gjb2015-10-061-0/+7
| | | | | Help from: pfg Sponsored by: The FreeBSD Foundation
* Document r288654, lagg(4) fec removal.gjb2015-10-061-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Use UBOOT_FILES in the dd(1) input file, as intended.gjb2015-10-063-6/+6
| | | | Sponsored by: The FreeBSD Foundation
* Wrap a long line to make igor(1) happy.gjb2015-10-051-2/+2
| | | | Sponsored by: The FreeBSD Foundation
* Document r288310, ctl(4) updated to support CD-ROMs and othergjb2015-10-051-0/+3
| | | | | | removable devices. Sponsored by: The FreeBSD Foundation
* Document r288303, nc(1) updated to OpenBSD 5.8 version.gjb2015-10-051-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r288176, kernel symbols now installed to /usr/lib/debug/.gjb2015-10-051-0/+7
| | | | Sponsored by: The FreeBSD Foundation
* Document r287917, unbound 1.5.4.gjb2015-10-051-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r287886, fix kqueue write events for files > 2GBgjb2015-10-051-0/+5
| | | | Sponsored by: The FreeBSD Foundation
* Document r287842, ifconfig(8) exit on error if ioctl(2) fails.gjb2015-10-051-0/+5
| | | | Sponsored by: The FreeBSD Foundation
* Document r287798, IPv6 On-Link redirect handling fix.gjb2015-10-051-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r287621, CTL HA reimplementation.gjb2015-10-051-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r287576, service(8) updated to respect /etc/rc.conf.d/.gjb2015-10-051-0/+6
| | | | Sponsored by: The FreeBSD Foundation
* Document r287522, pciconf(8) prefer pciids from ports database,gjb2015-10-051-0/+6
| | | | | | if present. Sponsored by: The FreeBSD Foundation
* Document r287473, sesutil(8) addition.gjb2015-10-052-0/+5
| | | | | | Add Gandi.net to sponsor.ent. Sponsored by: The FreeBSD Foundation
* Document r287469, em(4) update to support I219 chipset.gjb2015-10-051-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r288143, file(1) updated to 5.25.gjb2015-10-051-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r287371, support for HiSilicon HI6220 SoC.gjb2015-10-052-0/+5
| | | | | | Add ABT Systems, Ltd. to sponsor.ent. Sponsored by: The FreeBSD Foundation
* Document r287306, CUBIEBOARD2 kernel configuration renamed to A20.gjb2015-10-051-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r287225, 1-Wire implementation.gjb2015-10-051-0/+5
| | | | Sponsored by: The FreeBSD Foundation
* Document r287222, pf(4) support for 'scrub fragment crop|drop-ovl'gjb2015-10-051-0/+7
| | | | | | removed. Sponsored by: The FreeBSD Foundation
* Document r287117, ioat(4) driver addition.gjb2015-10-051-0/+5
| | | | Sponsored by: The FreeBSD Foundation
* Document r287099, account for ashift when gathering buffers togjb2015-10-051-0/+6
| | | | | | be written to l2arc device Sponsored by: The FreeBSD Foundation
* Document r288090, jemalloc update to 4.0.2.gjb2015-10-051-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r286829, ability to disable em(4) CRC stripping.gjb2015-10-051-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r286795, patch(1) automatic checkout feature removed.gjb2015-10-051-0/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r286750, zoneinfo update to 2015f.gjb2015-10-051-6/+6
| | | | | | While here, move a few misordered entries. Sponsored by: The FreeBSD Foundation
* Document r286591, uart(4) PPS runtime-tunable.gjb2015-10-051-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r286503, r286505, r286506, r286510:gjb2015-10-051-0/+15
| | | | | | | | | apr-1.5.2 serf-1.3.8 svnlite-1.8.14 sqlite3-3.8.11.1 Sponsored by: The FreeBSD Foundation
* Document r286444, BIO_DELETE passthru support in GELI.gjb2015-10-051-0/+7
| | | | Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud