summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* MFC r291306:gjb2015-11-281-1/+1
| | | | | | Fix tmpfs(5) '/tmp' mount point. Sponsored by: The FreeBSD Foundation
* Document EN-15:19.kqueue, EN-15:20.vm, SA-15:25.ntpgjb2015-11-172-0/+23
| | | | Sponsored by: The FreeBSD Foundation
* MFC r290550, r290573:gjb2015-11-131-1/+1
| | | | | | | | | | r290550: Use tmpfs(5) instead of md(4) for '/tmp' mount. r290573: Remove noatime from tmpfs(5) fstab(5) entry. Sponsored by: The FreeBSD Foundation
* MFC r287635: Fix argument quoting and remove unnecessary bracesdteske2015-11-025-63/+63
|
* MFC r287696:dteske2015-11-021-3/+4
| | | | | | | | | | | The <arch>/mkisoimages.sh script in release knows how to add extra bits from an "xtra-bits-dir". This feature is unusable from release/Makefile. Add an XTRADIR setting to use it. MFC r287697: Whitespace alignment Differential Revision: https://reviews.freebsd.org/D3633 Reviewed by: kmacy Relnotes: yes
* MFC r289337:gjb2015-10-194-8/+8
| | | | | | | | | | Deprecate MD5 checksum generation in favor of SHA512. 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. Sponsored by: The FreeBSD Foundation
* The fmake fix in r289049 was wrong. Need to use a real variable forbdrewery2015-10-091-5/+7
| | | | | .if checks rather than the iteration variable. Tested this pattern more (rather than just looking for error) and found the right behavior.
* Direct commit to fix warnings with fmake when building from top-level.bdrewery2015-10-081-5/+5
| | | | | | | | | | The top-level Makefile.inc1 uses 'make -C release -V' to lookup revision information, which causes Makefile.vm and Makefile.vagrant to be included. fmake has 2 issues here: 1. It doesn't like the empty result of .if ${VAR:Mfoo} 2. It doesn't like .if ${loop_item} ==
* Refine the r287037 entry based on feedback from jilles@.gjb2015-10-071-2/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r286751, tzdata 2015f.gjb2015-10-061-0/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r288710, sesutil(8) addition.gjb2015-10-062-0/+5
| | | | | | Add Gandi.net to sponsor.ent. Sponsored by: The FreeBSD Foundation
* Document r288810, ctl(4) updated to support CD-ROMs and othergjb2015-10-051-0/+3
| | | | | | removable devices. Sponsored by: The FreeBSD Foundation
* Document r288167, fix kqueue write events for files > 2GBgjb2015-10-051-1/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document r288732, CTL HA reimplementation.gjb2015-10-051-1/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r287746, pciconf(8) prefer pciids from ports database,gjb2015-10-051-0/+6
| | | | | | if present. Sponsored by: The FreeBSD Foundation
* Document r287665, account for ashift when gathering buffers togjb2015-10-052-1/+7
| | | | | | | be written to l2arc device. Add ClusterHQ to sponsor.ent. Sponsored by: The FreeBSD Foundation
* Document r287037, uart(4) PPS runtime-tunable.gjb2015-10-051-1/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r287802, xen(4) blkif indirect segment I/O support.gjb2015-10-051-1/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r288202, ar(1) '-D' option enabled by default.gjb2015-10-051-0/+5
| | | | Sponsored by: The FreeBSD Foundation
* Document r286082, libarchive(3) bugfix for sparse files in tar(1)gjb2015-10-051-1/+3
| | | | | | archives. Sponsored by: The FreeBSD Foundation
* Document r286064, jail(8) -l flag and default shell execution whengjb2015-10-051-0/+6
| | | | | | no commands are specified. Sponsored by: The FreeBSD Foundation
* Document r287122, NTFS support in mkimg(1).gjb2015-10-051-1/+4
| | | | Sponsored by: The FreeBSD Foundation
* MFC r288374:gjb2015-10-027-0/+14
| | | | | | | | | | | In addition to the ubldr file, also copy ubldr.bin to the MS-DOS partition. This will help with transitioning to a single arm/armv6 userland build which could be used for all FreeBSD/armv6 images without UBLDR_LOADADDR being set for each board (ultimately requiring a separate buildworld for each currently). Sponsored by: The FreeBSD Foundation
* MFC r288370:gjb2015-10-021-1/+1
| | | | | | | In vm_copy_base(), turn off SU+J on the resultant filesystem, leaving only SU enabled. Sponsored by: The FreeBSD Foundation
* MFC r288341, r288345, r288347:gjb2015-10-011-0/+12
| | | | | | | | | | | | | | | | | r288341: Honor VMFORMATS and VMSIZE if set in release.conf. [1] r288345: In followup to r288341, ensure VMFORMATS and VMSIZE are not set to empty values, which would result in nonintuitive build errors. r288347: Append VMFORMATS and VMSIZE to RELEASE_RMAKEFLAGS only if WITH_VMIMAGES is set. PR: 203420 [1] Sponsored by: The FreeBSD Foundation
* Document SA-15:24.gjb2015-09-291-0/+7
| | | | Sponsored by: The FreeBSD Foundation
* Document EN-15:16, EN-15:17, EN-15:18.gjb2015-09-161-0/+24
| | | | Sponsored by: The FreeBSD Foundation
* MFC r286062, r286063cperciva2015-09-141-0/+5
| | | | | | | Add support to blkfront for blkif indirect segment I/Os. Turn this support off by default in EC2 builds due to performance issues on some EC2 instance types.
* MFC r287368:gjb2015-09-041-2/+2
| | | | | | | | Remove '-' separating OSRELEASE and SNAPSHOT_DATE for vagrant builds, and prepend it to SNAPSHOT_DATE to prevent a trailing '-' in the final box name for a release build. Sponsored by: The FreeBSD Foundation
* Document SA-15:21, SA-15:22, EN-15:15.gjb2015-08-272-0/+15
| | | | Sponsored by: The FreeBSD Foundation
* Remove a broken link.gjb2015-08-191-3/+2
| | | | | | While here, prefer https where possible. Sponsored by: The FreeBSD Foundation
* Document two post-release EN items as resolved.gjb2015-08-191-0/+4
| | | | Sponsored by: The FreeBSD Foundation
* Document SA-15:20, EN-15:11, EN-15:12, EN-15:13.gjb2015-08-182-6/+26
| | | | Sponsored by: The FreeBSD Foundation
* Document an error in the release notes regarding revision r282199.gjb2015-08-161-0/+11
| | | | | Submitted by: amdmi3 Sponsored by: The FreeBSD Foundation
* Prune the 10-STABLE release notes page after 10.2-RELEASE.gjb2015-08-141-417/+21
| | | | Sponsored by: The FreeBSD Foundation
* Fix the gnome package name.gjb2015-08-131-1/+1
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document a known issue with the VirtualBox Vagrant provider failinggjb2015-08-131-0/+17
| | | | | | | to boot on the first invocation of 'vagrant up'. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Update the errata article.xml file for 10.2-RELEASE.gjb2015-08-131-43/+51
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Prune Security Advisories and Errata Notices from the 10.2-RELEASEgjb2015-08-132-229/+6
| | | | | | | errata page. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Update FreeBSD version numbers in preparation of properly creatinggjb2015-08-131-5/+5
| | | | | | | the 10.2-RELEASE errata.html page. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Fix a typo.gjb2015-08-061-1/+1
| | | | | Submitted by: pkelsey Sponsored by: The FreeBSD Foundation
* Document SA-15:18, SA-15:19.gjb2015-08-051-0/+15
| | | | Sponsored by: The FreeBSD Foundation
* Add a 'First rev' marker, indicating the releng/ branch pointgjb2015-08-031-0/+1
| | | | | | of the most recent release. Sponsored by: The FreeBSD Foundation
* MFC: r285859brueffer2015-07-291-0/+2
| | | | Auto-generate hardware notes for pms(4).
* Document SA-15:14 through SA-15:17.gjb2015-07-281-0/+22
| | | | Sponsored by: The FreeBSD Foundation
* Fix the description for r274486.gjb2015-07-281-1/+1
| | | | | Submitted by: glebius Sponsored by: The FreeBSD Foundation
* Further refine the PAE_TABLES entry, based on feedback fromgjb2015-07-261-7/+10
| | | | | | alc. Sponsored by: The FreeBSD Foundation
* Refine the PAE_TABLES entry based on feedback from kibgjb2015-07-231-1/+10
| | | | | | | and jhb. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r285722, r285733:gjb2015-07-237-66/+362
| | | | | | | | | | | | | | | | | | r285722 (brd): Add support for building VirtualBox Vagrant images. Abstract the build, package and upload to handle building either type. r285733 Fix an out-of-order execution issue regarding pkg(8): - pkg(8) cannot be removed before subsequent reinvocations - The PKG_CACHEDIR cannot be cleaned after the repo*.sqlite has been removed - pkg(8) cannot be removed as a precursor to any of the other steps involved here Approved by: re (kib) Sponsored by: The FreeBSD Foundation
* Document FreeBSD-SA-15:13.gjb2015-07-221-0/+8
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud