7110 Commits

Author SHA1 Message Date
gjb
d5f5ec6e1a MFC r291306:
Fix tmpfs(5) '/tmp' mount point.

Sponsored by:	The FreeBSD Foundation
2015-11-28 02:17:04 +00:00
gjb
2893d99e1e 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
gjb
80bd9cee4a 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
dteske
faa618ac7f MFC r287635: Fix argument quoting and remove unnecessary braces 2015-11-02 21:58:19 +00:00
dteske
1e61126a76 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
gjb
1933ba006a 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
bdrewery
a5a007aeef 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
bdrewery
fd64b90b59 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
gjb
61fe868d05 Refine the r287037 entry based on feedback from jilles@.
Sponsored by:	The FreeBSD Foundation
2015-10-07 02:13:02 +00:00
gjb
fd0437ce23 Document r286751, tzdata 2015f.
Sponsored by:	The FreeBSD Foundation
2015-10-06 18:51:41 +00:00
gjb
6db33ebb1c Document r288710, sesutil(8) addition.
Add Gandi.net to sponsor.ent.

Sponsored by:	The FreeBSD Foundation
2015-10-06 17:42:37 +00:00
gjb
81d5da8e19 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
gjb
7a5afd76cc Document r288167, fix kqueue write events for files > 2GB
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:16 +00:00
gjb
655f62d3d1 Document r288732, CTL HA reimplementation.
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:13 +00:00
gjb
ba36131499 Document r287746, pciconf(8) prefer pciids from ports database,
if present.

Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:11 +00:00
gjb
d90583a181 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
gjb
16e2d8b938 Document r287037, uart(4) PPS runtime-tunable.
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:06 +00:00
gjb
df7da43e6f Document r287802, xen(4) blkif indirect segment I/O support.
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:04 +00:00
gjb
d9905af883 Document r288202, ar(1) '-D' option enabled by default.
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:15:01 +00:00
gjb
e848553e9b 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
gjb
0a246d3df0 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
gjb
8dfa6a7f91 Document r287122, NTFS support in mkimg(1).
Sponsored by:	The FreeBSD Foundation
2015-10-05 20:14:55 +00:00
gjb
09cf7d031e 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
gjb
ff233881cc 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
gjb
a79133b7d5 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
gjb
def912bcea Document SA-15:24.
Sponsored by:	The FreeBSD Foundation
2015-09-29 19:14:52 +00:00
gjb
8a19916dfe Document EN-15:16, EN-15:17, EN-15:18.
Sponsored by:	The FreeBSD Foundation
2015-09-16 23:33:12 +00:00
cperciva
a6f66e44de 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
gjb
d4feb69e90 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
gjb
c992f980b1 Document SA-15:21, SA-15:22, EN-15:15.
Sponsored by:	The FreeBSD Foundation
2015-08-27 15:21:58 +00:00
gjb
0505b0e9ea Remove a broken link.
While here, prefer https where possible.

Sponsored by:	The FreeBSD Foundation
2015-08-19 17:51:03 +00:00
gjb
cc688135d4 Document two post-release EN items as resolved.
Sponsored by:	The FreeBSD Foundation
2015-08-19 17:42:32 +00:00
gjb
76e74d8323 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
gjb
389d1321af 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
gjb
3152c1918c Prune the 10-STABLE release notes page after 10.2-RELEASE.
Sponsored by:	The FreeBSD Foundation
2015-08-14 00:19:09 +00:00
gjb
ed48261da8 Fix the gnome package name.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-08-13 19:04:41 +00:00
gjb
1717104aa9 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
gjb
a99cffa12b 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
gjb
dc8140f43b 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
gjb
62b52ff329 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
gjb
d655b217fa Fix a typo.
Submitted by:	pkelsey
Sponsored by:	The FreeBSD Foundation
2015-08-06 14:13:01 +00:00
gjb
42c87af3f5 Document SA-15:18, SA-15:19.
Sponsored by:	The FreeBSD Foundation
2015-08-05 22:30:49 +00:00
gjb
f430b4904c 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
brueffer
cdb611ddfc MFC: r285859
Auto-generate hardware notes for pms(4).
2015-07-29 17:05:42 +00:00
gjb
855288edce Document SA-15:14 through SA-15:17.
Sponsored by:	The FreeBSD Foundation
2015-07-28 20:38:52 +00:00
gjb
87b74142db Fix the description for r274486.
Submitted by:	glebius
Sponsored by:	The FreeBSD Foundation
2015-07-28 15:03:56 +00:00
gjb
d8cc27b9d0 Further refine the PAE_TABLES entry, based on feedback from
alc.

Sponsored by:	The FreeBSD Foundation
2015-07-26 17:57:35 +00:00
gjb
b55b825a16 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
gjb
e8cb2fb1da 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
gjb
784290aa55 Document FreeBSD-SA-15:13.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2015-07-22 16:38:07 +00:00