summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Document EN-16:19, EN-16:20, EN-16:21, SA-16:36, SA-16:37, SA-16:38.gjb2016-12-072-0/+39
| | | | Sponsored by: The FreeBSD Foundation
* MFC 306999: Add a missing word.jhb2016-11-221-1/+1
|
* Document SA-16:33-35.gjb2016-11-021-0/+16
| | | | Sponsored by: The FreeBSD Foundation
* Document EN-16:17-18, SA-16:26-32gjb2016-10-312-0/+43
| | | | Sponsored by: The FreeBSD Foundation
* Document EN-16:10 through EN-16:16.gjb2016-08-121-0/+56
| | | | Sponsored by: The FreeBSD Foundation
* MFC r303897:gjb2016-08-121-1/+7
| | | | | | | | Pass overrides to make(1) when building ports for arm/armv6 targets, similar to what is done for the run-autotools-fixup override for non-arm targets. Sponsored by: The FreeBSD Foundation
* MFC r303782:gjb2016-08-101-3/+3
| | | | | | | Fix GCE image publication. The gcutil utility is deprecated in favor of gcloud. Sponsored by: The FreeBSD Foundation
* Document missing ENs and SAs.gjb2016-08-082-2/+103
| | | | | Reviewed by: brd Sponsored by: The FreeBSD Foundation
* Increase the IMX (CUBOX-HUMMINGBOARD, WANDBOARD) image size togjb2016-08-083-2/+4
| | | | | | | | | | | | successfully build. While here, add the SRCBRANCH to the CUBOX-HUMMINGBOARD.conf and GUMSTIX.conf. This is a direct commit to stable/10, as the images for stable/11 are already larger than this. Sponsored by: The FreeBSD Foundation
* MFC r303003:gjb2016-07-211-0/+3
| | | | | | | Make sure we clean up the rdoc and reldoc directories if NODOC is not set. Sponsored by: The FreeBSD Foundation
* MFH r301732, r302288cperciva2016-07-161-7/+4
| | | | | | | Updates to EC2 loader.conf: * Use console=comconsole (r301732) since EC2 now has a "VGA" console; * Enable blkif indirect segment I/O (r302288) since EC2 now consistently gets better disk performance with this option enabled.
* Limit VOLUME_LABEL (first argument to the mkisoimages scripts)gjb2016-07-031-1/+1
| | | | | | | | | | | to 32 characters. This is a direct commit to stable/10, as UEFI support natively exists for 11.0-CURRENT and unsupported in 9-STABLE. Submitted by: Rick Miller PR: 210463 Sponsored by: The FreeBSD Foundation
* MFC r301584: Apply mergemaster r255428:delphij2016-06-111-1/+1
| | | | | Pass -n (do not emit comments) when saving mtree information for future mergemaster(8) runs.
* MFC r301101:gjb2016-06-041-1/+0
| | | | | | | Turn off nfsv4acls for arm/armv6 builds, which has an impact on performance, especially with SD cards on certain SoCs. Sponsored by: The FreeBSD Foundation
* Merge r299077, which provides ability to override NO_INSTALLEXTRAKERNELS.glebius2016-05-041-0/+2
| | | | | | | | | | Override NO_INSTALLEXTRAKERNELS for the release build. Historically, in the stable/10 branch the regular 'installkernel' target DID NOT install extra kernels, while the release build DID. This change finally restores POLA, I hope. Reported by: Fedor <f att.org.ru> Reviewed by: gjb
* Trim old entries.hrs2016-03-072-202/+2
|
* - Use FPI and catalog resolution instead of system entities. This changehrs2016-03-076-68/+32
| | | | | | | | fixes build with a non-standard DOC_PREFIX, but it is still a temporal measure because some of them should be done by using XInclude, not by entity reference. - Trim old entries and bump version numbers.
* Document SA-16:11.gjb2016-02-011-0/+8
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r293831:smh2016-01-281-1/+1
| | | | | | | | | Increase efiboot.img size used in ISO creation This changes mkisoimages-uefi.sh instead of mkisoimages.sh in r293831 due to refactor not MFC'ed. Sponsored by: Multiplay
* Document SA-16:08, SA-16:09, SA-16:10.gjb2016-01-271-0/+15
| | | | Sponsored by: The FreeBSD Foundation
* Document SA-16:07gjb2016-01-151-0/+8
| | | | Sponsored by: The FreeBSD Foundation
* Fix dates for previous errata update.gjb2016-01-151-6/+6
| | | | Sponsored by: The FreeBSD Foundation
* Document EN-16:01, EN-16:02, EN-16:03, SA-15:27, SA-16:01,gjb2016-01-143-1/+70
| | | | | | | | SA-16:02, SA-16:03, SA-16:04, SA-16:05, SA-16:06. Bump copyright date. Sponsored by: The FreeBSD Foundation
* MFC 293452:gjb2016-01-141-0/+1
| | | | | | | | Set FORCE_PKG_REGISTER=1 when installing packages to avoid failures when re-using build chroot(8) environments. PR: 205998 Sponsored by: The FreeBSD Foundation
* MFC r293188:gjb2016-01-124-0/+8
| | | | | | | | | | Prevent memstick installation medium from attempting to mount the root filesystem read-write. This causes problems booting the memstick installation medium from write-protected USB flash drives. PR: 187161, 205886 Sponsored by: The FreeBSD Foundation
* MFC r293173, r293231:gjb2016-01-091-1/+5
| | | | | | | | | | | | | r293173: Fix path to include .OBJDIR to avoid polluting the source tree during 'make release'. r293231: Add a new target to touch the ${.OBJDIR}/release file, which indicates the 'release' target has run (in order to prevent subsequent invocations that may clobber original build output). Sponsored by: The FreeBSD Foundation
* MFC r278449, r278926:gjb2015-12-302-7/+8
| | | | | | | | | | | | | r278449: Enable multi-threaded xz(1) compression for release install media. r278926 (rpaulo): Use xz(1) via pipe when compressing the release distribution tarballs. Tested on: stable/10@r292855 Sponsored by: The FreeBSD Foundation
* Document SA-15:26gjb2015-12-071-0/+7
| | | | Sponsored by: The FreeBSD Foundation
* 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
OpenPOWER on IntegriCloud