summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* MFC r262036jhay2014-03-111-1/+1
| | | | | etcupdate should use the src tree from where the release is built, not the default (/usr/src) tree.
* MFC r262513:gjb2014-03-051-1/+1
| | | | | | Update release/release.conf.sample to reflect changes in r262509. Sponsored by: The FreeBSD Foundation
* MFC r262499, r262505, r262507, r262509:gjb2014-03-054-14/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* MFC: r262574brueffer2014-03-022-0/+3
| | | | Add tws(4) to the hardware notes.
* Docuemnt mount_udf(8) issue.hrs2014-02-111-0/+6
| | | | Submitted by: brueffer
* MFC: r261487brueffer2014-02-112-0/+6
| | | | Add qlxgbe(4) and qlxge(4) to the hardware notes.
* Run ldconfig(8) rc script before building ports sogjb2014-02-101-0/+1
| | | | | | | | | | 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
* MFC: Note merge of sendmail 8.14.8.gshapiro2014-02-011-0/+3
|
* Document an ipfw fwd issue.hrs2014-01-201-0/+8
| | | | Suggested by: jmg
* - Fix a bxe(4) entry. This issue is not related to NFSv4, and poorhrs2014-01-201-8/+11
| | | | | performance is caused by disabling TSO, not the issue itself. - s/&os;-STABLE/&os; &release.current;/
* Fix description of pw(8) regression.gjb2014-01-181-3/+3
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document pw(8) regression when the '-G' flag is used.gjb2014-01-181-0/+6
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Fix wording from r260842.gjb2014-01-181-3/+2
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document a bsdconfig(8) compatibility nit with pkg(7) 1.2.x.gjb2014-01-181-0/+12
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document possible poor NFSv6 performance with bxe(4) when 'tso'gjb2014-01-181-0/+10
| | | | | | | is enabled. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document the killall(1) regression.delphij2014-01-171-1/+13
| | | | | | While I'm there also correct a typo. Reviewed by: gjb (earlier version), hrs
* MFC r260772:gjb2014-01-165-93/+41
| | | | | | | | | | | | | | | | | | 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
* Document a Heimdal fix and interoperability.hrs2014-01-151-0/+15
|
* Document an issue of FreeBSD/i386 on VirtualBox.hrs2014-01-151-1/+26
| | | | Discussed with: glebius and delphij
* MFC of r260691:hrs2014-01-151-48/+92
| | | | | - Fix indent. - Minor clean up after DB5 migration.
* MFC r259686:dteske2014-01-151-0/+4
| | | | | | | | | 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
* Remove a non-applicable sentence.hrs2014-01-151-4/+1
|
* Fix release numbers and branch names.hrs2014-01-152-5/+5
|
* - MFC 260653,260655:hrs2014-01-14257-43036/+116
| | | | | | | | | * 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.
* MFC r259792:gjb2014-01-031-14/+10
| | | | | | | Remove references to SUP_UPDATE and CVS_UPDATE. Include base svn when evaluating if svn(1) exists. Sponsored by: The FreeBSD Foundation
* MFC r259868, r259881, 259955:gjb2013-12-301-20/+19
| | | | | | | | | | | | | | | 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
* MFC r259729:gjb2013-12-251-0/+2
| | | | | | | | 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
* MFC r259808rodrigc2013-12-241-1/+3
| | | | | | | Add pointer to wiki for Hyper-V information. Wiki content for Hyper-V in FreeBSD 10 was significantly updated by Abhishek Gupta <abgupta@microsoft.com>.
* Switch references to -CURRENT to -STABLE.gjb2013-12-231-3/+3
| | | | | | This is a direct commit to stable/10/. Sponsored by: The FreeBSD Foundation
* Update FreeBSD version entity values.gjb2013-12-231-5/+5
| | | | | | | This is a direct commit to stable/10/, because the values differ between stable/10/ and head/. Sponsored by: The FreeBSD Foundation
* MFC r259781:rodrigc2013-12-231-0/+4
| | | | Mention jemalloc upgrade to 3.4.0
* MFC:rodrigc2013-12-231-51/+199
| | | | Merge release note updates.
* MFC r259571:rodrigc2013-12-181-4/+6
| | | | | | | | | | | | Add SVN revision numbers for Mellanox updates. MFC r259573: Add SVN revision numbers for Chelsio updates. MFC r259574: Indent.
* MFC r259426, r259427:gjb2013-12-182-0/+16
| | | | | | | | | | | | | | | | | r259426: Add a pkg(8) repository configuration file for cdrom-based package installation. As part of the 'pkg-stage' target, copy the configuration file to the 'packages/repos/' directory on the DVD filesystem. r259427: Export 'REPOS_DIR' when the selected source medium for package installation is cdrom. This enables bsdconfig(8) to make use of the on-disc pkg(8) repository configuration, which fixes package selection and installation from the dvd installer. Sponsored by: The FreeBSD Foundation
* MFC r259493:rodrigc2013-12-171-0/+15
| | | | | | | | | | | | Add OFED and Mellanox items to release notes. Submitted by: Meny Yossefi <menyy mellanox com> MFC r259490: Add release note items from Chelsio. Submitted by: np
* MFC r258770 (hrs):gjb2013-12-171-1/+2
| | | | | | Add NOPKG to disable pkg-stage. Sponsored by: The FreeBSD Foundation
* MFC r259246:gjb2013-12-171-0/+5
| | | | | | | | Prevent release build errors found during snapshot builds where if NOPORTS=1, pkg-stage.sh cannot build the ports-mgmt/pkg port if WITH_DVD=1. Sponsored by: The FreeBSD Foundation
* MFC r259400:gjb2013-12-141-1/+1
| | | | | | | Reduce disc1.iso size by 74MB by removing lib32 libraries, sendmail, and atf. Sponsored by: The FreeBSD Foundation
* MFC r256430:gjb2013-12-141-1/+2
| | | | | | | | | | Reduce disc1.iso image size by installing the userland with the WITHOUT_PROFILE=1 option set, trimming 56MB from the image. This change was somehow lost during the 10.0-RELEASE cycle, and is intended for MFC to releng/10.0. Sponsored by: The FreeBSD Foundation
* MFC r259274rodrigc2013-12-121-0/+7
| | | | | | Mention BIND removal in release notes. Submitted by: skreuzer
* MFC r257805, r257806, r257807, r257942:gjb2013-12-112-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | r257805: Add a 'mini-memstick.img' release target, which will use the 'bootonly.iso' components to create a smaller memory stick image. This is useful for system recovery, where a full memstick.img image is not necessarily needed (or wanted). In addition, it is possible to do bootonly-style installation, where the base.txz, kernel.txz, etc. are fetched from a remote source. Provide backwards-compatible target (mini-memstick), to keep in sync with the targets documented in release/Makefile. r257806: Remove extra target from 'memstick' that I forgot to remove before previous commit. r257807: Update release(7) to include 'mini-memstick'. r257942: Fix a few style nits. Sponsored by: The FreeBSD Foundation
* MFC r259079:gjb2013-12-102-1/+5
| | | | | | | Add WITH_DVD to RELEASE_RMAKEFLAGS, otherwise it is not actually passed to 'make release'. Sponsored by: The FreeBSD Foundation
* MFC r258914rodrigc2013-12-051-29/+46
| | | | | | | Update release notes. Submitted by: skreuzer Approved by: re (delphij)
* MFC r258786, r258796, r258797, r258847, r258853, r258949:gjb2013-12-053-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r258786: Move OPTIONS_UNSET outside of the PBUILD_FLAGS variable, otherwise the textproc/docproj port build fails. r258796 (hrs): - Prevent TARGET and TARGET_ARCH from being defined as empty when TARGET="" and/or TARGET_ARCH="" is specified. - Remove extra (). r258797 (hrs): Use standard CLEANFILES/CLEANDIRS and clean target in bsd.obj.mk. r258847: Provide reproducibility between builds by building pkg(8) from ports, instead of using pkg-bootstrap. This should resolve a problem that was discovered during 10.0-BETA4 freebsd-update(8) builds, r258853: Turn off the dvdrom target by default. dvd1.iso is now built by specifying 'WITH_DVD=1' during 'make release'. This caused some problems during the freebsd-update builds for 10.0-BETA4. r258949: Ensure WITH_DVD is not empty to prevent 'WITH_DVD= ' from evaluating to true. Approved by: re (hrs) Sponsored by: The FreeBSD Foundation
* MFC r258495:mav2013-12-041-10/+7
| | | | | | | Update description of logical CPU handling in the latest releases and remove obsolete sysctl variable machdep.hlt_logical_cpus. Approved by: re (hrs)
* MFC r258669:gjb2013-11-301-0/+2
| | | | | | | Document the dvdrom target and NODVD variable. Approved by: re (delphij) Sponsored by: The FreeBSD Foundation
* MFC 258570rodrigc2013-11-254-8/+8
| | | | | | | Change sysinstall.8 references to bsdinstall.8. Submitted by: skreuzer Approved by: re (delphij)
* MFC r258432, r258433rodrigc2013-11-233-63/+20
| | | | | | | | Update text related to Intel CPU support and Apple hardware support. Update copyrights Submitted by: skreuzer Approved by: re (hrs, delphij)
* MFC r258305, r258307, r258308, r258309, r258310, r258314, r258317,gjb2013-11-215-3/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r258319, r258320: r258305: Use the IMAGES variable to determine which image files to remove as part of 'make -C /usr/src/release clean'. r258307: Add a script and configuration files to fetch pre-built packages from pkg.FreeBSD.org for inclusion on release medium (dvd1.iso). r258308: Unconditionally copy the build host /etc/resolv.conf into the chroot directory, since hostname resolution may be needed in the case of building a dvd image (with packages) and also setting 'NOPORTS=1'. r258309: Set the PKG_CACHEDIR directory to 'dvd/' instead of 'release/' in preparation of adding a 'dvd1.iso' target. r258310: Add the 'dvd1.iso' target. This mimics the 'release.iso' target, with the additional step of fetching packages for inclusion on the dvd image. The 'pkg-stage' target is used to run 'scripts/pkg-stage.sh' if the '${TARGET}/pkg-stage.conf' configuration file exists (currently only amd64 and i386). Allow dvd1.iso to be skipped if NODVD=1. r258314: Fix how ABI is evaluated so it matches more than a dot-zero case. r258317: Document the 'dvdrom' target. r258319: Remove WITHOUT_PROFILE=1 for the dvd1.iso medium. r258320: Simplify PKG_ABI for pkg-stage.sh. Approved by: re (hrs) Sponsored by: The FreeBSD Foundation
* MFC r258101:gjb2013-11-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | Since the doc/ toolchain conversion to docbook 5.0, JADETEX is no longer a valid option, so remove 'WITHOUT_JADETEX=yes' from PBUILD_FLAGS. While here, also remove 'WITHOUT_X11=yes', since it will cause a dependency conflict by requiring both print/ghostscript9 and print/ghostscript9-nox11. Switch to OPTIONSNG format (WITHOUT_* -> OPTIONS_UNSET='FOO'), and unset the FOP option, which requires Java (although it is disabled by default). Also unset the 'IGOR' option, since textproc/igor is a validation tool, not necessarily a dependency of the doc/ build itself. While here, reduce the line length of PBUILD_FLAGS. Approved by: re (kib) Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud