Commit Graph

6634 Commits

Author SHA1 Message Date
gjb
722b26e3c0 Document r265388, addition of mpr(4).
Sponsored by:	The FreeBSD Foundation
2014-05-07 12:48:18 +00:00
brueffer
f850b5a0a2 MFC: r265242
Generate hardware notes for mpr(4) and bump copyright for 2014.
2014-05-05 21:34:10 +00:00
gjb
0bda42d935 MFC r264933:
Fix indentation in make-memstick.sh.

Sponsored by:	The FreeBSD Foundation
2014-05-04 00:13:07 +00:00
gjb
c3fb610485 MFC r264794:
Move xdev knobs from release/arm/release.sh and into an
  XDEV_FLAGS variable in ${KERNCONF}.conf file.

Local changes:
  Fix XDEV_FLAGS for stable/10 branch, in particular, remove
  WITH_GCC_BOOTSTRAP=1 and add WITH_GNUCXX=1.

Sponsored by:	The FreeBSD Foundation
2014-04-26 00:51:07 +00:00
gjb
55b80a1d2e MFC r264518, r264697, r264698, r264703:
r264518:
  Fix armv6 build failure: "armv6-freebsd-gcc: not found"

r264697:
  When building the 'xdev' target when WITH_GCC=1 and
  WITHOUT_CLANG_IS_CC=1, it appears WITHOUT_CLANG=1 must
  also be set.

  While here, reorder the lines to put the WITH_* and
  WITHOUT_* entries on the same line.

r264698:
  Fix EOL escape.

r264703:
  Apply a slightly different color hammer to arm/release.sh:

   - gcc(1) fails to build usr.bin/dtc
   - lack of WITH_GNUCXX=1 causes cc1plus(1) calls to fail
   - u-boot fails to build with clang (hard-coded gcc(1) calls)

  Implement the proper incantation of WITH_/WITHOUT_ knobs
  to get arm snapshot builds working again.

  Since the cc(1) binary no longer needs to be cc(1) instead of
  clang(1), remove the chroot(8) post-install cc(1) overwrite.

Sponsored by:	The FreeBSD Foundation
2014-04-23 01:27:53 +00:00
gjb
499e043865 MFC r260689 (partial):
Remove 'of course' statement from upgrading note.

Sponsored by:	The FreeBSD Foundation
2014-04-20 22:57:15 +00:00
gjb
bfa777d36f MFC r264343:
Add SRC_UPDATE_SKIP, DOC_UPDATE_SKIP, and PORTS_UPDATE_SKIP
  variables.  These are intended to allow bypassing the
  'svn co /usr/{src,doc,ports}' step in the chroot when the
  tree exists from external means.

  The use case here is that /usr/src, /usr/doc, and /usr/ports
  in the chroot exist as result of zfs dataset clones, so it
  is possible (and happens quite often) that the included
  distributions may not be consistent.  (This is not the case
  for -RELEASE builds, but does happen for snapshot builds.)

Sponsored by:	The FreeBSD Foundation
2014-04-14 03:57:45 +00:00
gjb
7c94aa998b Document r260431, kern.panic_reboot_wait_time sysctl.
Sponsored by:	The FreeBSD Foundation
2014-04-13 22:41:30 +00:00
gjb
0d9d6402ca Fix order by svn revision.
Sponsored by:	The FreeBSD Foundation
2014-04-13 22:41:28 +00:00
gjb
f4d8cbef4d Document r260385, unmapped I/O in GEOM RAID.
Sponsored by:	The FreeBSD Foundation
2014-04-13 22:41:26 +00:00
gjb
d9a5796275 Document r260338
Sponsored by:	The FreeBSD Foundation
2014-04-13 22:41:24 +00:00
gjb
0c367a5c5e Document r260177, camcontrol '-b' addition.
Sponsored by:	The FreeBSD Foundation
2014-04-13 22:41:22 +00:00
gjb
54852c4432 Move OpenSSH entry to 'contrib' where it belongs.
Sponsored by:	The FreeBSD Foundation
2014-04-12 20:51:38 +00:00
gjb
47e675c819 Remove reference to FreeBSD 6.2-R in the freebsd-update(8) note.
Rewrap.

Sponsored by:	The FreeBSD Foundation
2014-04-12 20:50:31 +00:00
gjb
8c9af7f73b Clean up leading/trailing whitespace.
Rewrap paragraphs and long lines.

Sponsored by:	The FreeBSD Foundation
2014-04-12 20:49:07 +00:00
gjb
c9fa2d7cbf Trim stale entries.
Use consistent <para>&nbsp;</para> for empty sections.

Sponsored by:	The FreeBSD Foundation
2014-04-12 20:42:03 +00:00
gjb
4dd62b7757 Document r264377, OpenSSH update to 6.6p1.
While here, bump copyright year.

Todo: strip old entries from this file since 10.0-RELEASE.

Sponsored by:	The FreeBSD Foundation
2014-04-12 20:32:46 +00:00
gjb
1b6ca6a1ab Document SA-14:05.nfsserver, SA-14:06.openssl.
Sponsored by:	The FreeBSD Foundation
2014-04-09 00:40:15 +00:00
gjb
6f50d7f091 MFC r264027, r264028, r264029, r264030, r264046, r264073:
r264027:
  Add a new release build variable, WITH_COMPRESSED_IMAGES.

  When set to a non-empty value, the installation medium is
  compressed as part of the 'install' target in the release/
  directory.

r264028:
  Clean up trailing whitespace in release/Makefile.

r264029:
  Fix logic error.

r264030:
  If WITH_COMPRESSED_IMAGES is set, add the compressed images
  to the CLEANFILES list.

r264046:
  Use xz(1) instead of gzip(1) to compress release images
  when WITH_COMPRESSED_IMAGES is used.

r264073:
  Allow overriding xz(1) path.

Sponsored by:	The FreeBSD Foundation
2014-04-08 00:53:31 +00:00
gjb
0e5fcf594c Document a potential panic or hang when using sas2flash to
update firmware on mps(4) LSI controllers.

Submitted by:	smh
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2014-04-04 21:35:17 +00:00
gjb
d9741dcfe6 MFC r264107:
Remove only-works-on-amd64 restriction.

Sponsored by:	The FreeBSD Foundation
2014-04-04 07:43:11 +00:00
gjb
5be2c88184 MFC r262810, r262862, r264105:
r262810:
  Merge enabling building FreeBSD/arm images as part of the
  release build process.

r262862:
  Provide backwards-compatibility with release.conf SVNROOT
  entries that do not have a trailing '/'.

r264105:
  Add ZEDBOARD support for release builds.

* Local modifications:
  - Set SRCBRANCH from head/ to stable/10/.
  - Strip svn:merginfo from ^/projects/release-embedded to avoid
    pollution.

Sponsored by:	The FreeBSD Foundation
2014-04-04 07:34:46 +00:00
gjb
5eff512a51 Document that the FreeBSD/i386 instability with
vfs.unmapped_buf_allowed=1 may be present on VMs
running on hypervisors other than VirtualBox.

Sponsored by:	The FreeBSD Foundation
2014-04-03 14:13:57 +00:00
jhay
817ea2b238 MFC r262036
etcupdate should use the src tree from where the release is built, not
the default (/usr/src) tree.
2014-03-11 12:04:58 +00:00
gjb
a5552de0b3 MFC r262513:
Update release/release.conf.sample to reflect changes in r262509.

Sponsored by:	The FreeBSD Foundation
2014-03-05 17:23:29 +00:00
gjb
29fd702b03 MFC r262499, r262505, r262507, r262509:
r262499:
  release.sh:
  - Add a VCSCMD variable that defaults to 'svn checkout',
    and update places 'svn co' is used directly.
  - After sourcing a configuration file, prefix SRCBRANCH,
    PORTBRANCH, and DOCBRANCH with the SVNROOT.
  - Properly capitalize 'FreeBSD.org' in the default SVNROOT.
  - Update Copyright.

  release.conf.sample:
  - Add an example to use git instead of svn, by nullifying
    SVNROOT, and setting SRCBRANCH, DOCBRANCH, and PORTBRANCH
    to the URL fo a git repository.

  release.7:
  - Document VCSCMD.

r262505:
  In release/Makefile, remove exclusion of CVS directories in the
  src/ and ports/ distributions.

  While I am thinking about it, exclude .git directories for src/
  and ports/, as somewhat of a followup to r262499.

r262507:
  Chase r262505, and remove CVS exclusion from picobsd builds.

r262509:
  Rework how WORLD_FLAGS and KERNEL_FLAGS are set, to remove an
  unnecessary expr(1) call.

Sponsored by:	The FreeBSD Foundation
2014-03-05 00:45:28 +00:00
brueffer
ba86c49243 MFC: r262574
Add tws(4) to the hardware notes.
2014-03-02 12:11:55 +00:00
hrs
f666e533af Docuemnt mount_udf(8) issue.
Submitted by:	brueffer
2014-02-11 23:11:11 +00:00
brueffer
8caff4cde9 MFC: r261487
Add qlxgbe(4) and qlxge(4) to the hardware notes.
2014-02-11 08:11:34 +00:00
gjb
cc4ebc4422 Run ldconfig(8) rc script before building ports so
ld-elf.so.hints exists for pkg(8).

This is a direct commit to stable/10 as generate-release.sh
does not exist in head/.

PR:		186554
Sponsored by:	The FreeBSD Foundation
2014-02-10 07:16:46 +00:00
gshapiro
96d8492738 MFC: Note merge of sendmail 8.14.8. 2014-02-01 22:38:34 +00:00
hrs
567342fbad Document an ipfw fwd issue.
Suggested by:	jmg
2014-01-20 05:57:58 +00:00
hrs
cb4a87d340 - Fix a bxe(4) entry. This issue is not related to NFSv4, and poor
performance is caused by disabling TSO, not the issue itself.
- s/&os;-STABLE/&os; &release.current;/
2014-01-20 05:44:45 +00:00
gjb
84f240d845 Fix description of pw(8) regression.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2014-01-18 04:27:13 +00:00
gjb
9e3d6ba01f Document pw(8) regression when the '-G' flag is used.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2014-01-18 04:17:42 +00:00
gjb
ba2f98e1a6 Fix wording from r260842.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2014-01-18 04:06:00 +00:00
gjb
0506af8909 Document a bsdconfig(8) compatibility nit with pkg(7) 1.2.x.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2014-01-18 04:03:05 +00:00
gjb
78cc26793a Document possible poor NFSv6 performance with bxe(4) when 'tso'
is enabled.

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2014-01-18 03:44:43 +00:00
delphij
d51d93481f Document the killall(1) regression.
While I'm there also correct a typo.

Reviewed by:	gjb (earlier version), hrs
2014-01-17 21:37:55 +00:00
gjb
f05153a94a MFC r260772:
Update the pkg-stage target to be more compatible with pkg-1.2:

 - Add a release-dvd.conf pkg(8) configuration file to override
   the default FreeBSD.conf configuration.
 - Remove architecture-specific pkg-stage.conf files, consolidate,
   and move their contents to scripts/pkg-stage.sh.
 - Use 'pkg -vv' to determine the ABI, which is used as the
   cache directory.

  Prior to these changes, it would be possible for pkg-stage to fetch
  conflicting binary packages from multiple repositories.

Tested against:	head@r260522, stable/10@r260522

Sponsored by:	The FreeBSD Foundation
2014-01-16 16:44:23 +00:00
hrs
2789cacd95 Document a Heimdal fix and interoperability. 2014-01-15 19:09:11 +00:00
hrs
08ad613a38 Document an issue of FreeBSD/i386 on VirtualBox.
Discussed with:	glebius and delphij
2014-01-15 18:48:34 +00:00
hrs
aadbdaff96 MFC of r260691:
- Fix indent.
 - Minor clean up after DB5 migration.
2014-01-15 17:51:49 +00:00
dteske
c7d6611e4d MFC r259686:
Move the installer's keymap solution introduced by SVN r259468. The new
location of /etc/rc.local on the install media is more appropriate as it
knows serial vs. non-serial and can also do the change earlier (so that
even the initial Install dialog can benefit from the change).

Discussed with:	nwhitehorn
2014-01-15 08:10:41 +00:00
hrs
95bb8ad4b6 Remove a non-applicable sentence. 2014-01-15 00:12:19 +00:00
hrs
21f388f6a6 Fix release numbers and branch names. 2014-01-15 00:11:09 +00:00
hrs
24a7dad85e - MFC 260653,260655:
* Purge old translations.
* Add missing footer due to DSSSL->XSLT migration and use XML catalog to
  resolve URI.
* Add missing arch= and revision= support.

- Update release.ent and fix release number in Errata.
2014-01-14 23:15:53 +00:00
gjb
cea09d417b MFC r259792:
Remove references to SUP_UPDATE and CVS_UPDATE.
  Include base svn when evaluating if svn(1) exists.

Sponsored by:	The FreeBSD Foundation
2014-01-03 20:27:15 +00:00
gjb
890135ba9f MFC r259868, r259881, 259955:
r259868 (jmmv):
  Delay copying of resolv.conf into the chroot until /etc
  exists.

r259881 (jmmv):
  Put the release objdir inside the chroot.

259955:
  Move build_doc_ports() to the if...fi block from which it is
  called.

Sponsored by:	The FreeBSD Foundation
2013-12-30 02:19:23 +00:00
gjb
d3ac080f01 MFC r259729:
Bootstrap etcupdate(8) as part of the release build, similar
  to what is done for mergemaster(8).  This allows etcupdate(8)
  to work out-of-box after the first upgrade of a system.

Sponsored by:	The FreeBSD Foundation
2013-12-25 06:09:07 +00:00