summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* MFC r323924:gjb2017-09-221-10/+0
| | | | | | | | | Revert r323812 from release/tools/arm.subr, which has broken the build on arm/armv6 images. Pointyhat: gjb (myself) MFC note: releng/10.4 has broken because of this Sponsored by: The FreeBSD Foundation
* MFC r323812:gjb2017-09-202-0/+19
| | | | | | | | | | Bootstrap etcupdate(8) and mergemaster(8) databases when creating virtual machine images and embedded images, similar to what is done when extracting base.txz to the target root filesystem in a new installation. Approved by: re (marius, insta-MFC) Sponsored by: The FreeBSD Foundation
* make-memstick.sh: use 'set -e' to abort if any step failsemaste2017-09-124-16/+8
| | | | | | | | | | Also remove the now-redundant error handling that was only for makefs. This script was run on an older FreeBSD host that lacked efi-on-mbr support in makefs. A warning was emitted on the console (from makefs) but the script continued running and exited with 0. MFC of r308171 (arm64) and r323178 (other architectures).
* MFC r322544:gjb2017-08-231-1/+1
| | | | | | | Always expand the full path to the configuration file specified with the '-c' flag. Sponsored by: The FreeBSD Foundation
* Add an errata entry for ruptime(1), rwho(1), and rwhod(8), notgjb2017-08-091-0/+10
| | | | | | included in the rcmds deprecation. Sponsored by: The FreeBSD Foundation
* Add an errata entry to reflect an incorrect attribution for r315330.gjb2017-07-271-0/+7
| | | | | Reported by: Jim Thompson Sponsored by: The FreeBSD Foundation
* Add a note regarding VirtualBox vboxguest panics during 11.1-RC2.gjb2017-07-261-0/+28
| | | | Sponsored by: The FreeBSD Foundation
* Document a late-discovered issue where 'root on ZFS' installationsgjb2017-07-251-0/+9
| | | | | | on arm64 fail to find the root pool. Sponsored by: The FreeBSD Foundation
* Mention arm64 lacking EFI RTC support, and a workaround.gjb2017-07-251-0/+11
| | | | | Submitted by: emaste Sponsored by: The FreeBSD Foundation
* Trim stale entries from 11.0.gjb2017-07-252-145/+6
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Fix a typo.gjb2017-07-251-2/+2
| | | | | | PR: 220917 (related) Submitted by: fbsdbugs4 _at_ sentry dot org Sponsored by: The FreeBSD Foundation
* Prune one more missed entry from 11.0-RELEASE.gjb2017-07-201-7/+0
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* - Fix the 'release.prev' entity for the 11.1-RELEASE errata.gjb2017-07-202-125/+3
| | | | | | | | - Prune stale entries from 11.0-RELEASE. - Bump copyright year. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* - Set stable/11 from -PRERELEASE back to -STABLE.gjb2017-07-201-3/+3
| | | | | | | - Update version entities in release.ent. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document SA-17:05.heimdal, EN-17:06.hypervgjb2017-07-131-0/+8
| | | | Sponsored by: The FreeBSD Foundation
* MFC r318894: Enable Amazon's "Elastic Network Adapter" in EC2 AMIs.cperciva2017-07-062-1/+4
|
* MFC r320748:gjb2017-07-061-1/+1
| | | | | | | | Allow passing NOPKG= to make(1) to enable the pkg-stage target from getting executed when NOPKG is defined but empty. Approved by: re (kib, insta-MFC) Sponsored by: The FreeBSD Foundation
* MFC r320599:gjb2017-07-061-19/+19
| | | | | | | | | | | Fix Vagrant image upload after recent API changes. - Update ATLAS_UPLOAD_URL to avoid various regular expressions from failing to match due to redirections. - Use ATLAS_UPLOAD_URL throughout the script. - Adjust several regular expression patterns. Sponsored by: The FreeBSD Foundation
* Fix an incorrect revision number.gjb2017-06-251-1/+1
| | | | | | Submitted by: David Marec <david dot marec at @davenulle dot .org> Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r320218, primes(6) updated to new limit of 2^64-1.gjb2017-06-221-0/+11
| | | | | | | Document r320164, qlnxe(4) firmware and hardware support updates. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Fix units in the r320088 entry. [1]gjb2017-06-191-5/+5
| | | | | | | | While here, move to a more appropriate section. Submitted by: rpokala [1] Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r320088, default EFI partition size change.gjb2017-06-191-0/+5
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r319884, make(1) version 20170510.gjb2017-06-131-0/+3
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r319621:gjb2017-06-081-1/+1
| | | | | | | | | Ensure ${_CW} is uppercase when passing '-c' to mk-vmimage.sh, otherwise with 'CLOUDWARE=vagrant-virtualbox', the path to the configuration file may be incorrect. Approved by: re (marius) Sponsored by: The FreeBSD Foundation
* Currently stable/11 is using custom DTS for beaglebone(-black) while CURRENTmanu2017-06-081-0/+4
| | | | | | | | | | | | is using the upstream ones from Linux. U-Boot ports have been changed to use the upstream names so 11.1-PRERELEASE doesn't boot. Since we cannot MFC the DTS easily (a lot of drivers would have to be modified) add links on the dts with upstream names. This is a direct commit to stable/11 Approved by: re (marius)
* MFC r319603, r319608, r319609:gjb2017-06-081-0/+2
| | | | | | | | | | | | Create a hard link for sun7i-a20-cubieboard2.dtb to allow the cubieboard2 to find the correct dtb file. Note: r319608 and r319609 are included, but are no-op changes to the original change, and only included to prevent these commits from showing up on the MFC tracking page. Approved by: re (marius) Sponsored by: The FreeBSD Foundation
* Revert r319607, which documents items that existed in 11.0-RELEASE.gjb2017-06-061-9/+0
| | | | | | Submitted by: jhb Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r295930, truss(1) '-H' flag.gjb2017-06-051-0/+9
| | | | | | | | Document r308154, cxgbe(4) additional virtual interface support. Submitted by: jhb Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r319388, cxgbetool(8) addition.gjb2017-06-021-0/+4
| | | | | | Submitted by: jhb Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Note groff(1) is planned for deprecation as of 12.0.gjb2017-06-011-0/+5
| | | | | Submitted by: rgrimes Sponsored by: The FreeBSD Foundation
* Document r319435, mpr(4) tri-mode support.gjb2017-06-011-1/+4
| | | | Sponsored by: The FreeBSD Foundation
* Reorder the NAT_T and IPSEC_NAT_T sentences.gjb2017-06-011-4/+4
| | | | | Submitted by: bjk Sponsored by: The FreeBSD Foundation
* Fix grammar: s/warning/warnings/gjb2017-06-011-2/+3
| | | | | Submitted by: bjk Sponsored by: The FreeBSD Foundation
* Fix a grammar nit.gjb2017-06-011-1/+1
| | | | | Submitted by: bjk Sponsored by: The FreeBSD Foundation
* Fix grammar.gjb2017-06-011-2/+2
| | | | | Submitted by: vangyzen Sponsored by: The FreeBSD Foundation
* Fix a typo.gjb2017-06-011-1/+1
| | | | | Submitted by: vangyzen Sponsored by: The FreeBSD Foundation
* Document r310372, libmd fd(4) function additions.gjb2017-06-011-0/+4
| | | | | Submitted by: emaste Sponsored by: The FreeBSD Foundation
* Document r305845, UEFI boot loader build reproducibility.gjb2017-06-011-0/+22
| | | | | | | | | | | Document r307631, groff(1) reproducibility fixes. Document r309183, makewhatis(1) reproducibility fixes. Document r312249, newvers.sh reproducibility fixes. Document r312730, WITH_REPRODUCIBLE_BUILD src.conf(5) knob. Submitted by: emaste Sponsored by: The FreeBSD Foundation
* Document r305837, readelf(1) ARM program and section header reporting.gjb2017-06-011-0/+11
| | | | | | | | Document r305844, ELF Tool Chain updated to r3490. Document r309125, strings(1) exit status fix. Submitted by: emaste Sponsored by: The FreeBSD Foundation
* Document r305514, getdtablesize(2) in capability mode.gjb2017-06-011-0/+13
| | | | | | | | Document r305516, kern.proc.nfds in capability mode. Document r306213, bspatch(1) capsicum support. Submitted by: emaste Sponsored by: The FreeBSD Foundation
* Document r319349, byacc(1) version 20170201.gjb2017-05-311-0/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r319244, rpcbind(8) warmstart support knob.gjb2017-05-311-0/+6
| | | | Sponsored by: The FreeBSD Foundation
* Document r319269, cxgbe(4) firmware update.gjb2017-05-311-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* MFC r318872:gjb2017-05-281-0/+5
| | | | | | | Enable DHCP and IPv6 autoconfig on non-cloud VM images. PR: 203653 Sponsored by: The FreeBSD Foundation
* MFC r314935 (thompsa):gjb2017-05-261-1/+2
| | | | | | | Change ec2.conf to use the pkg tool from a chroot rather than trying to bootstrap it and fail from the livecd readonly filesystem. Sponsored by: The FreeBSD Foundation
* Further expand the r318785 entry, noting vfs.zfs.debugflags can begjb2017-05-251-1/+4
| | | | | | | set in loader.conf(5), whereas vfs.zfs.debug_flags could not. Submitted by: avg Sponsored by: The FreeBSD Foundation
* Document r312790, EC2 IPv6 by default.gjb2017-05-251-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r318660, Amazon EFS support in the NFS client.gjb2017-05-251-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r318660, various NFS client fixes.gjb2017-05-251-1/+7
| | | | Sponsored by: The FreeBSD Foundation
* Document r318785, vfs.zfs.debug_flags -> vfs.zfs.debugflags rename.gjb2017-05-251-1/+4
| | | | Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud