Commit Graph

7227 Commits

Author SHA1 Message Date
Glen Barber
47f5c1044c MFC r303003:
Make sure we clean up the rdoc and reldoc directories if NODOC
 is not set.

Sponsored by:	The FreeBSD Foundation
2016-07-21 00:52:53 +00:00
Colin Percival
42b3246495 MFH r301732, r302288
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.
2016-07-16 08:17:14 +00:00
Glen Barber
3e0cca2014 Limit VOLUME_LABEL (first argument to the mkisoimages scripts)
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
2016-07-03 00:31:33 +00:00
Xin LI
89ae0c2ca4 MFC r301584: Apply mergemaster r255428:
Pass -n (do not emit comments) when saving mtree information for future
mergemaster(8) runs.
2016-06-11 05:53:50 +00:00
Glen Barber
2efe053271 MFC r301101:
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
2016-06-04 00:32:26 +00:00
Gleb Smirnoff
3b4367747c Merge r299077, which provides ability to override NO_INSTALLEXTRAKERNELS.
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
2016-05-04 17:27:49 +00:00
Hiroki Sato
abda779c91 Trim old entries. 2016-03-07 10:59:28 +00:00
Hiroki Sato
6b515352c4 - Use FPI and catalog resolution instead of system entities. This change
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.
2016-03-07 10:56:38 +00:00
Glen Barber
33276b46c2 Document SA-16:11.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2016-02-01 03:24:38 +00:00
Steven Hartland
07f778dc5b MFC r293831:
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
2016-01-28 12:03:30 +00:00
Glen Barber
8d03167c81 Document SA-16:08, SA-16:09, SA-16:10.
Sponsored by:	The FreeBSD Foundation
2016-01-27 14:12:10 +00:00
Glen Barber
af69ffefbe Document SA-16:07
Sponsored by:	The FreeBSD Foundation
2016-01-15 05:48:28 +00:00
Glen Barber
df2e65820a Fix dates for previous errata update.
Sponsored by:	The FreeBSD Foundation
2016-01-15 05:38:27 +00:00
Glen Barber
db68c497ef Document EN-16:01, EN-16:02, EN-16:03, SA-15:27, SA-16:01,
SA-16:02, SA-16:03, SA-16:04, SA-16:05, SA-16:06.

Bump copyright date.

Sponsored by:	The FreeBSD Foundation
2016-01-14 11:11:46 +00:00
Glen Barber
80abe683f5 MFC 293452:
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
2016-01-14 00:26:31 +00:00
Glen Barber
9c231ca371 MFC r293188:
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
2016-01-12 02:12:40 +00:00
Glen Barber
0cca812323 MFC r293173, r293231:
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
2016-01-09 00:31:24 +00:00
Glen Barber
046ccd439a MFC r278449, r278926:
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
2015-12-30 13:12:54 +00:00
Glen Barber
be17caf8f0 Document SA-15:26
Sponsored by:	The FreeBSD Foundation
2015-12-07 19:19:51 +00:00
Glen Barber
7489903b9a MFC r291306:
Fix tmpfs(5) '/tmp' mount point.

Sponsored by:	The FreeBSD Foundation
2015-11-28 02:17:04 +00:00
Glen Barber
536ee4ce7d Document EN-15:19.kqueue, EN-15:20.vm, SA-15:25.ntp
Sponsored by:	The FreeBSD Foundation
2015-11-17 18:22:56 +00:00
Glen Barber
8fb13f6327 MFC r290550, r290573:
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
2015-11-13 17:25:14 +00:00
Devin Teske
f13a93c985 MFC r287635: Fix argument quoting and remove unnecessary braces 2015-11-02 21:58:19 +00:00
Devin Teske
3b5d89093e MFC r287696:
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
2015-11-02 21:46:58 +00:00
Glen Barber
9f68a8665c MFC r289337:
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
2015-10-19 00:36:54 +00:00
Bryan Drewery
1e4550df41 The fmake fix in r289049 was wrong. Need to use a real variable for
.if checks rather than the iteration variable.  Tested this pattern
more (rather than just looking for error) and found the right behavior.
2015-10-09 19:18:02 +00:00
Bryan Drewery
d3c6f3b2fa Direct commit to fix warnings with fmake when building from top-level.
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} ==
2015-10-08 18:33:47 +00:00
Glen Barber
f3200197bb Refine the r287037 entry based on feedback from jilles@.
Sponsored by:	The FreeBSD Foundation
2015-10-07 02:13:02 +00:00
Glen Barber
7886043bfc Document r286751, tzdata 2015f.
Sponsored by:	The FreeBSD Foundation
2015-10-06 18:51:41 +00:00
Glen Barber
dbd8543768 Document r288710, sesutil(8) addition.
Add Gandi.net to sponsor.ent.

Sponsored by:	The FreeBSD Foundation
2015-10-06 17:42:37 +00:00
Glen Barber
1c52c630a4 Document r288810, ctl(4) updated to support CD-ROMs and other
removable devices.

Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:18 +00:00
Glen Barber
4aef905906 Document r288167, fix kqueue write events for files > 2GB
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:16 +00:00
Glen Barber
3c80724c20 Document r288732, CTL HA reimplementation.
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:13 +00:00
Glen Barber
0a179f7b21 Document r287746, pciconf(8) prefer pciids from ports database,
if present.

Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:11 +00:00
Glen Barber
7169e3283f Document r287665, account for ashift when gathering buffers to
be written to l2arc device.
Add ClusterHQ to sponsor.ent.

Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:08 +00:00
Glen Barber
5cf1c8f98d Document r287037, uart(4) PPS runtime-tunable.
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:06 +00:00
Glen Barber
c6b61ff8f5 Document r287802, xen(4) blkif indirect segment I/O support.
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:04 +00:00
Glen Barber
0a013a2a09 Document r288202, ar(1) '-D' option enabled by default.
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:01 +00:00
Glen Barber
940575132e Document r286082, libarchive(3) bugfix for sparse files in tar(1)
archives.

Sponsored by:	The FreeBSD Foundation
2015-10-05 20:14:59 +00:00
Glen Barber
3353e85809 Document r286064, jail(8) -l flag and default shell execution when
no commands are specified.

Sponsored by:	The FreeBSD Foundation
2015-10-05 20:14:57 +00:00
Glen Barber
05c8da8233 Document r287122, NTFS support in mkimg(1).
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:14:55 +00:00
Glen Barber
f7dfda583b MFC r288374:
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
2015-10-02 02:08:40 +00:00
Glen Barber
5f5247cb22 MFC r288370:
In vm_copy_base(), turn off SU+J on the resultant filesystem,
  leaving only SU enabled.

Sponsored by:	The FreeBSD Foundation
2015-10-02 02:06:36 +00:00
Glen Barber
80102650de MFC r288341, r288345, r288347:
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
2015-10-01 00:47:30 +00:00
Glen Barber
8b5801c098 Document SA-15:24.
Sponsored by:	The FreeBSD Foundation
2015-09-29 19:14:52 +00:00
Glen Barber
e639c52a1a Document EN-15:16, EN-15:17, EN-15:18.
Sponsored by:	The FreeBSD Foundation
2015-09-16 23:33:12 +00:00
Colin Percival
8b32684601 MFC r286062, r286063
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.
2015-09-14 19:37:51 +00:00
Glen Barber
acb117ca5b MFC r287368:
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
2015-09-04 01:13:40 +00:00
Glen Barber
e777d1a8d3 Document SA-15:21, SA-15:22, EN-15:15.
Sponsored by:	The FreeBSD Foundation
2015-08-27 15:21:58 +00:00
Glen Barber
f34b45d459 Remove a broken link.
While here, prefer https where possible.

Sponsored by:	The FreeBSD Foundation
2015-08-19 17:51:03 +00:00
Glen Barber
c2d430d28f Document two post-release EN items as resolved.
Sponsored by:	The FreeBSD Foundation
2015-08-19 17:42:32 +00:00
Glen Barber
dd1cf7a647 Document SA-15:20, EN-15:11, EN-15:12, EN-15:13.
Sponsored by:	The FreeBSD Foundation
2015-08-18 20:27:03 +00:00
Glen Barber
202a4574fb Document an error in the release notes regarding revision r282199.
Submitted by:	amdmi3
Sponsored by:	The FreeBSD Foundation
2015-08-16 12:09:55 +00:00
Glen Barber
8d145ce299 Prune the 10-STABLE release notes page after 10.2-RELEASE.
Sponsored by:	The FreeBSD Foundation
2015-08-14 00:19:09 +00:00
Glen Barber
e500c0e5b1 Fix the gnome package name.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-13 19:04:41 +00:00
Glen Barber
f84087a0ad Document a known issue with the VirtualBox Vagrant provider failing
to boot on the first invocation of 'vagrant up'.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-13 18:50:54 +00:00
Glen Barber
324f099df7 Update the errata article.xml file for 10.2-RELEASE.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-13 18:41:53 +00:00
Glen Barber
33a79b4bcd Prune Security Advisories and Errata Notices from the 10.2-RELEASE
errata page.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-13 18:40:32 +00:00
Glen Barber
8f6794d0de Update FreeBSD version numbers in preparation of properly creating
the 10.2-RELEASE errata.html page.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-13 18:39:32 +00:00
Glen Barber
95b649f57c Fix a typo.
Submitted by:	pkelsey
Sponsored by:	The FreeBSD Foundation
2015-08-06 14:13:01 +00:00
Glen Barber
b26b85851e Document SA-15:18, SA-15:19.
Sponsored by:	The FreeBSD Foundation
2015-08-05 22:30:49 +00:00
Glen Barber
5ed82e4321 Add a 'First rev' marker, indicating the releng/ branch point
of the most recent release.

Sponsored by:	The FreeBSD Foundation
2015-08-03 19:15:19 +00:00
Christian Brueffer
b4cb3eafd3 MFC: r285859
Auto-generate hardware notes for pms(4).
2015-07-29 17:05:42 +00:00
Glen Barber
ae8b184b1e Document SA-15:14 through SA-15:17.
Sponsored by:	The FreeBSD Foundation
2015-07-28 20:38:52 +00:00
Glen Barber
bee8691305 Fix the description for r274486.
Submitted by:	glebius
Sponsored by:	The FreeBSD Foundation
2015-07-28 15:03:56 +00:00
Glen Barber
c4dde1429c Further refine the PAE_TABLES entry, based on feedback from
alc.

Sponsored by:	The FreeBSD Foundation
2015-07-26 17:57:35 +00:00
Glen Barber
c6a349a35c Refine the PAE_TABLES entry based on feedback from kib
and jhb.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-23 18:11:52 +00:00
Glen Barber
ab3f0c98b0 MFC r285722, r285733:
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
2015-07-23 15:32:58 +00:00
Glen Barber
f627f40459 Document FreeBSD-SA-15:13.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-22 16:38:07 +00:00
Xin LI
fa6bf1fcc3 Document r285612, MFC of ntp 4.2.8p3.
Approved by:	re (gjb)
2015-07-15 19:38:14 +00:00
Glen Barber
1014dc8677 MFC r285427:
Do not mount /var/log and /var/tmp as md(4)-backed devices.

Approved by:	re (marius)
Sponsored by:	The FreeBSD Foundation
2015-07-15 18:18:07 +00:00
Glen Barber
e0cb690354 Remove the r283505 entry for now, pending refinement based
on feedback from andrew@ and ian@.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 23:41:19 +00:00
Glen Barber
1f80064d71 Document r284096, dtb module for AM335x systems
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 21:46:12 +00:00
Glen Barber
43fb2b0f89 Document r284094, rpi.dtb module and installation default.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 21:46:09 +00:00
Glen Barber
f3167b65b0 Document r284555, sfxge(4) 7XXX-series NIC support.
Add Solarflare Communications to sponsors.ent.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 21:46:06 +00:00
Glen Barber
bc5ca952c3 Document r282826, SIFTR kernel configuration option.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 21:46:03 +00:00
Glen Barber
5cca33104a Document r282065, PAE_TABLES option.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 21:46:00 +00:00
Glen Barber
16399f35bc Document r275249, timeo, actimeo, noac, proto mount_nfs(8) options.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 21:45:58 +00:00
Glen Barber
0f14b1c23c Reword the r283505 entry.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 20:10:41 +00:00
Glen Barber
2dc9fc3b50 Document r281323, bzipfs support in EFI loader.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 20:10:39 +00:00
Glen Barber
86455b8f77 Document r283505, relocatable kernel and ubldr.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 20:10:36 +00:00
Glen Barber
6aae0cee6a Document r283500: Toradex Apalis support, and AUDMUX, SDMA, and
SSI support.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 20:10:34 +00:00
Glen Barber
b75230b0df Document r278599, support for Exynos 5420 and SMP enabled
by default.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 20:10:31 +00:00
Glen Barber
10884615c6 Document r278079, support to poweroff the BeagleBone Black via
shutdown(8) and poweroff(8) added.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 20:10:29 +00:00
Glen Barber
a92778e732 Fix another typo. Sigh.
Submitted by:	brueffer
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 17:01:55 +00:00
Glen Barber
4ebc224b71 Document r284499, cdce(4) support for RTL8153 chipset.
Submitted by:	Ben Woods
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 16:57:14 +00:00
Glen Barber
a1b65fb626 Fix typo.
Submitted by:	matteo
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 15:38:45 +00:00
Glen Barber
f73f96ad6f Document r281708, psm(4) enhancements.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 01:32:25 +00:00
Glen Barber
f4e3d24db8 Document r276686, reaper facility.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 01:32:23 +00:00
Glen Barber
c585a31567 Document r284018, fix for panic when destroying vnet jail with
gre(4).

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 01:32:20 +00:00
Glen Barber
e5874d3811 Document r276068, fix for panic when destroying vnet jail with
gif(4).

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-14 01:32:18 +00:00
Glen Barber
9b1101c6e4 Document r275807, compat.linux.osrelease updated after
support for CentOS 6 ports has been added.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 20:07:36 +00:00
Glen Barber
092128f450 Document r274486, pfil(9) default hash change.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 20:07:34 +00:00
Glen Barber
8382d411ea Document r279157, ral(4) support for Ralink RT5390 and RT5392
chipsets.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 20:07:32 +00:00
Glen Barber
ae638deb44 Document r283076, nvd(4) and nvme(4) included in GENERIC.
Add Intel to sponsors.ent (note, &intel; cannot be used here).

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 20:07:29 +00:00
Glen Barber
c6588335b4 Document r276403, bhyve support for AMD processors with SVM/AMD-V.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 20:07:26 +00:00
Glen Barber
1cd0cca173 Document r275273, virtio_console(4) addition.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 20:07:24 +00:00
Glen Barber
0b7989557d Sort by svn revision.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 18:54:10 +00:00
Glen Barber
05529510f1 Reword previous mkimg(1) update.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 18:54:08 +00:00
Glen Barber
9a1af14de9 Document r284523, mkimg(1) '-c' option.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 18:54:06 +00:00
Glen Barber
e8ae6754f8 Document r278968, EFI support added to mkimg(1).
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 18:54:03 +00:00
Glen Barber
e669397e72 Document r284365, vxlan(4) addition.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 18:54:01 +00:00
Glen Barber
c0cd95deae Document r284066, gre(4) overhaul.
Add Yandex LLC to sponsors.ent.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 18:53:58 +00:00
Glen Barber
0632724692 Document r282861, apple-boot, apple-hfs, apple-ufs support in gpart(8).
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 18:53:55 +00:00
Glen Barber
0016c810f1 Document r283548, mkimg(1) now used for i386 memstick images.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:46:01 +00:00
Glen Barber
eebfb311ff Document r277520, 510.status-world-kernel addition.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:45:58 +00:00
Glen Barber
ad678ba0aa Document r283161, native FreeBSD/arm build support in release tools.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:45:56 +00:00
Glen Barber
3bd770e2a7 Document r283972, 3wire ttys class.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:45:54 +00:00
Glen Barber
d8152b8e4b Document r284009, growfs rc(8) script addition.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:45:51 +00:00
Glen Barber
41aa5d2659 Document r284775, ttyu{1,2,3} enabled by default on arm.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:45:49 +00:00
Glen Barber
4400c6034c Document r283270, nc(1) update to OpenBSD 5.7's version.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:45:46 +00:00
Glen Barber
abaf5fc28d Document r284398, tzdata update to 2015e.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:45:44 +00:00
Glen Barber
b225950165 Document r283258, date(1) '-r' compatibility with the GNU version.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-13 15:45:42 +00:00
Glen Barber
579b89ff53 Remove duplicate file(1) update entry.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-09 22:44:28 +00:00
Glen Barber
5d111cb6d3 Document SA-15:12.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-09 17:45:08 +00:00
Glen Barber
56debbc0a9 Document r285330, OpenSSL update to 1.0.1p.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-09 17:25:02 +00:00
Glen Barber
b1d29d271d MFC r276383, r276400:
r276383:
  Delay dropping to the mountroot prompt for 10 seconds
  in case the root device is not yet ready.

 r276400:
  Use the correct loader.conf(5) entry for deferring the
  mountroot prompt.

Approved by:	re (marius)
Reminded by:	hrs
Sponsored by:	The FreeBSD Foundation
2015-07-09 15:56:51 +00:00
Glen Barber
d54d1eba98 Document r285305, sendmail update to 8.15.2.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-09 05:46:37 +00:00
Glen Barber
3d53bb9771 Document r285236, TSO and checksum offloading support in
hv_netvsc(4).

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-08 12:08:58 +00:00
Glen Barber
0792e8fa98 Document r285206, unbound updated to 1.5.3.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-08 12:08:55 +00:00
Glen Barber
924bd3f9dd Document r285092, pw(8) '-R' option.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-08 12:08:53 +00:00
Glen Barber
2c5309ac64 MFC r284004 (parital):
Use the pw(8) '-R' flag to change the relative root directory
 when creating operating within the DESTDIR.

Approved by:	re (marius)
Sponsored by:	The FreeBSD Foundation
2015-07-04 00:43:23 +00:00
Glen Barber
37847493cd Document EN-15:08 (revised), EN-15:09, EN-15:10.
Sponsored by:	The FreeBSD Foundation
2015-07-02 20:41:50 +00:00
Glen Barber
e6d47b09e1 MFC r284893, r284895-r284897, r284942, r284968, r284996, r285005:
r284893 (brd):
  Add initial support for building Vagrant images for VMWare.
  Next steps will be adding Virtualbox support and uploading
  to Hashicorp Atlas for others to consume.

 r284895:
  Add default VAGRANT_IMG variable.

 r284896:
  Remove _ACCOUNT and add _USERNAME, _NAME, _VERSION for the
  VAGRANT_${VAR} variables extracted from VAGRANT_UPLOAD_CONF.

  Set ATLAS_${VAR} to VAGRANT_${VAR} if VAGRANT_UPLOAD_CONF
  is set.  There is intent to intentionally have separate
  variants of configuration entries, but the defaults do not
  yet have any reason to be different.

 r284897:
  Instead of hard-coding the PROVIDERS for upload, add the
  VAGRANT_PROVIDERS variable.  Right now, it defaults to only
  vmware_desktop, virtualbox support is to follow at some point.

  While here, fix the hashicorp URL: s/vagrant/atlas/, which
  was result of a sed(1) replace (and my fault).

 r284942 (brd):
  Add Support for uploading Vagrant images to Hashicorp Atlas.

 r284968:
  Default the VAGRANT_VERSION to ${REVISION}-${BRANCH} if
  not set, which expands to '11.0-CURRENT', for example.

  If the branch is -CURRENT, -STABLE, or -PRERELEASE, suffix
  the VAGRANT_VERSION with the snapshot date.

 r284996:
  Fix the gcloud port/package name.

 r285005:
  Remove the HH-MM suffix from the build date suffix.

  It was useful when working out several kinks when testing
  automated image uploading when retrying was necessary, but
  now it is making things much too messy.

Sponsored by:	The FreeBSD Foundation
2015-07-02 16:17:05 +00:00
Glen Barber
de2d28db69 MFC r284882, r284884:
r284882:
  Add initial support for automatically uploading GCE virtual
  machine images to the Google Compute Engine platform.

  Remove gce-package.sh.

 r284884:
  Fix a vi-invoked typo.

Sponsored by:	The FreeBSD Foundation
2015-06-30 00:51:43 +00:00
Glen Barber
b236c3b78f Document FreeBSD-EN-15:06.file, FreeBSD-EN-15:07.zfs,
FreeBSD-EN-15:08.sendmail, FreeBSD-SA-15:10.openssl.

Sponsored by:	The FreeBSD Foundation
2015-06-25 20:01:27 +00:00
Glen Barber
b6340aca98 Update the svn revision marker.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:37 +00:00
Glen Barber
4ab2dc0953 Document r284778, file(1) updated to 5.23.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:35 +00:00
Glen Barber
6c3c9a0cb0 Document r284665:
- kern.racct.enable tunable and RACCT_DISABLED kernel
  configuration option.
- RACCT/RCTL in GENERIC by default.

Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:33 +00:00
Glen Barber
a41629b11b Document rr284522, EM_MULTIQUEUE kernel configuration option.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:31 +00:00
Glen Barber
c08ff57eca Document r284460, ACPICA updated to 20150515.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:29 +00:00
Glen Barber
26d88b6a38 Document r284330, OpenSSL updated to 1.0.1o.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:27 +00:00
Glen Barber
d59074908a Document r283875, chmod, chflags, chown and chgrp recursive
symlink processing.
Add Multiplay to sponsors.ent.

Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:24 +00:00
Glen Barber
d44ffaee84 Document r283280, several improvements/updates to the HyperV drivers.
Add Microsoft Open Source Technology Center to sponsors.ent.

Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:22 +00:00
Glen Barber
8d792b508b Document r283262, boot-time memory test on amd64 platforms is now
disabled by default.

Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:20 +00:00
Glen Barber
f04474728e Document r283242, autofs(5) '-noauto' map addition.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:17 +00:00
Glen Barber
36bab6bb70 Add ScaleEngine, Inc. to sponsors.ent.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:15 +00:00
Glen Barber
76322578a5 Document r283223, autofs(5) '-media' map.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:13 +00:00
Glen Barber
a76064f1a5 Document r282974, uefisign(8) added.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:11 +00:00
Glen Barber
3c3c538a29 Document r282870, freebsd-update(8) prevents upgrading a system
with pending (incomplete) updates.

Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:09 +00:00
Glen Barber
e1315baa4c Document r282746, openresolv updated to 3.7.0.
Sponsored by:	The FreeBSD Foundation
2015-06-25 18:45:07 +00:00
Glen Barber
548c6feef7 MFC r284780, r284811, r284812:
r284780:
  Ensure ASSUME_ALWAYS_YES is set when deleting pkg(8) from the
  DESTDIR, otherwise it can get stuck in ttyin.

 r284811:
  Consider PRERELEASE builds snapshots, in addition to CURRENT
  and STABLE.

 r284812:
  Change the hour:minute delimiter from ':' to '-', since
  the former is an invalid character in EC2 images.

Approved by:	re (glebius, insta-MFC)
Sponsored by:	The FreeBSD Foundation
2015-06-25 14:58:50 +00:00
Glen Barber
02b1ae96c2 MFC r284660, r284676:
r284660:
  Remove the Azure-local vm_extra_create_disk(), since we no longer
  need qemu-img to convert the final VHD image to an Azure-compatible
  format.

  Although the waagent utility is installed from ports, create the
  symlink to /usr/sbin, pending investigation on where this is
  hard-coded, so it can be reported upstream.

 r284676:
  Append the hour and minute to the snapshot suffix for EC2
  AMIs and Azure VM images.  This is particularly helpful for
  testing to avoid name collisions, but also useful for cases
  where a necessary rebuild is done before the date changes.

Sponsored by:	The FreeBSD Foundation
2015-06-24 18:56:28 +00:00
Glen Barber
c52703953e MFC r284617:
Fix path to waagent.

Sponsored by:	The FreeBSD Foundation
2015-06-22 00:54:47 +00:00
Glen Barber
25a080cf58 MFC r284567:
Add Makefile.azure, used to upload VHD images to the
  Microsoft Azure environment, similar to the EC2 AMIs.

Sponsored by:	The FreeBSD Foundation
2015-06-21 04:39:34 +00:00
Glen Barber
c4b657dc62 MFC r284333:
Reduce the arm/armv6 image size from 1G to 480M.

  Since the images are effectively mostly zeros at 1G,
  reduce the size to allow installation on smaller SD
  cards, such as 512Mb.

  While here, stop writing the /boot.txt file on the
  WANDBOARD, which isn't used anyway.

Sponsored by:	The FreeBSD Foundation
2015-06-17 16:29:32 +00:00
Glen Barber
1927a7e81e MFC r283920, r283991, r283992, r284102:
r283920:
 Add a configuration file to support the Cubox/Hummingboard SoC.

r283991:
 Add initial support for building images for the Duovero Gumstix
 board.

r283992:
 Fix a whitespace nit.

r284102:
 Set the correct UBLDR_LOADADDR for the Wandboard and
 Cubox/Hummingboard images.

Sponsored by:	The FreeBSD Foundation
2015-06-08 15:24:24 +00:00
Glen Barber
b71525c542 MFC r283896:
In arm_create_disk(), disable soft updates journaling.

 Disabling soft updates journaling appears to resolve issues
 with kernel panics, and may also be generally bad to have
 enabled for SD cards.

Sponsored by:	The FreeBSD Foundation
2015-06-08 15:12:47 +00:00
Glen Barber
ceecf9b2bb MFC r283894, r283895, r283913, r284004, r284010:
r283894 [1]:
  Disable arm_create_user().

 r283895 [1]:
  Re-enable arm_create_user(), and pass the '-V DESTDIR/etc' to
  pw(8) to set the correct /etc directory for the user/group
  files.

 r283913:
  Pass the '-b' argument to pw(8) so the '/home' directory is
  created in the correct place.

 r284004:
  Make sure /home exists within the DESTDIR before creating the
  'freebsd' user account.

 r284010 [2]:
  Work around a potential bug in pw(8) when '-m' is specified.

 [1] For recording merge history only.
 [2] This commit post-dates the pw(8) '-R' addition in head/,
     which is needed for conflict resolution from r284004.

Sponsored by:	The FreeBSD Foundation
2015-06-08 15:08:09 +00:00
Glen Barber
932efdb54c MFC r283919:
Remove trailing tabs to avoid spamming stdout with long lines.

Sponsored by:	The FreeBSD Foundation
2015-06-05 00:28:38 +00:00