summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some revision numbers.rodrigc2013-12-221-2/+2
|
* Re-order ZFS items.rodrigc2013-12-221-14/+14
|
* Mention TRIM support for ZFS.rodrigc2013-12-221-0/+8
|
* Add revision number for iSCSI initiator.rodrigc2013-12-221-1/+1
|
* Mention that GCC is not built on platforms where CLANG is the default systemrodrigc2013-12-221-0/+8
| | | | compiler.
* Add revision number for BIND removal.rodrigc2013-12-221-1/+1
|
* Add item for clang 3.3 update.rodrigc2013-12-221-0/+5
|
* Move the installer's keymap solution introduced by SVN r259468. The newdteske2013-12-211-0/+4
| | | | | | | | 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). MFC after: 3 days
* Fix doc build.gjb2013-12-191-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Add item for pkg(8).rodrigc2013-12-191-12/+4
|
* Add entry for bhyve.rodrigc2013-12-191-0/+5
|
* Indent.rodrigc2013-12-181-1/+2
|
* Add SVN revision numbers for Chelsio updates.rodrigc2013-12-181-2/+3
|
* Add SVN revision numbers for Mellanox updates.rodrigc2013-12-181-2/+2
|
* Add OFED and Mellanox items to release notes.rodrigc2013-12-171-0/+9
| | | | Submitted by: Meny Yossefi <menyy mellanox com>
* Add release note items from Chelsio.rodrigc2013-12-171-0/+6
| | | | Submitted by: np
* Add a pkg(8) repository configuration file for cdrom-based packagegjb2013-12-152-0/+16
| | | | | | | | | | | installation. As part of the 'pkg-stage' target, copy the configuration file to the 'packages/repos/' directory on the DVD filesystem. MFC after: 3 days X-MFC-Before: -RC3 Sponsored by: The FreeBSD Foundation
* revise the helper functions to lookup binaries and theirluigi2013-12-151-44/+63
| | | | shared libraries.
* Reduce disc1.iso size by 74MB by removing lib32 libraries, sendmail,gjb2013-12-141-1/+1
| | | | | | | | and atf. MFC after: 3 days X-MFC-To-10: immediate (-RC2 requirement) Sponsored by: The FreeBSD Foundation
* Mention BIND removal in release notes.rodrigc2013-12-121-0/+7
| | | | Submitted by: skreuzer
* Prevent release build errors found during snapshot builds where ifgjb2013-12-121-0/+5
| | | | | | | | NOPORTS=1, pkg-stage.sh cannot build the ports-mgmt/pkg port if WITH_DVD=1. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Add WITH_DVD to RELEASE_RMAKEFLAGS, otherwise it is not actuallygjb2013-12-072-1/+5
| | | | | | | | passed to 'make release'. MFC after: 3 days X-Before-RC2: yes Sponsored by: The FreeBSD Foundation
* Ensure WITH_DVD is not empty to prevent 'WITH_DVD= ' from evaluatinggjb2013-12-051-1/+1
| | | | | | | | | to true. Submitted by: hrs MFC after: 3 days X-MFC-to-10: immediate Sponsored by: The FreeBSD Foundation
* Update release notes.rodrigc2013-12-041-29/+46
| | | | Submitted by: skreuzer
* Turn off the dvdrom target by default. dvd1.iso is now built bygjb2013-12-021-2/+2
| | | | | | | | | | specifying 'WITH_DVD=1' during 'make release'. This caused some problems during the freebsd-update builds for 10.0-BETA4. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Provide reproducibility between builds by building pkg(8) from ports,gjb2013-12-021-1/+1
| | | | | | | | | | | | instead of using pkg-bootstrap. This should resolve a problem that was discovered during 10.0-BETA4 freebsd-update(8) builds, Reported by: secteam (delphij) MFC after: 3 days X-MFC-to-10: possibly immediately, pending freebsd-update(8) builds Sponsored by: The FreeBSD Foundation
* Use standard CLEANFILES/CLEANDIRS and clean target in bsd.obj.mk.hrs2013-12-011-9/+5
|
* - Prevent TARGET and TARGET_ARCH from being defined as empty whenhrs2013-12-011-4/+8
| | | | | TARGET="" and/or TARGET_ARCH="" is specified. - Remove extra ().
* Move OPTIONS_UNSET outside of the PBUILD_FLAGS variable, otherwise thegjb2013-11-301-2/+2
| | | | | | | | | textproc/docproj port build fails. Pointyhat: gjb MFC after: 3 days X-Before-RC1: yes Sponsored by: The FreeBSD Foundation
* Add NOPKG to disable pkg-stage.hrs2013-11-301-1/+2
|
* Document the dvdrom target and NODVD variable, forgotten with r258310.gjb2013-11-271-0/+2
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Change sysinstall.8 references to bsdinstall.8.rodrigc2013-11-254-8/+8
| | | | Submitted by: skreuzer
* MFreleng/8.4 r251256 (by hrs):mav2013-11-231-10/+7
| | | | | | | Update description of logical CPU handling in the latest releases and remove obsolete sysctl variable machdep.hlt_logical_cpus. MFC after: 3 days
* Update text related to Intel CPU support and Apple hardware support.rodrigc2013-11-211-63/+7
| | | | Submitted by: skreuzer
* Update copyrightsrodrigc2013-11-212-0/+13
| | | | Submitted by: skreuzer
* Simplify PKG_ABI for pkg-stage.sh.gjb2013-11-182-2/+2
| | | | | | | Submitted by: hrs MFC after: 3 days X-MFC-With: r258310 Sponsored by: The FreeBSD Foundation
* Remove WITHOUT_PROFILE=1 for the dvd1.iso medium.gjb2013-11-181-2/+1
| | | | | | | Requested by: hrs MFC after: 3 days X-MFC-With: r258310 Sponsored by: The FreeBSD Foundation
* Fix how ABI is evaluated so it matches more than a dot-zerogjb2013-11-182-2/+2
| | | | | | | | case. MFC after: 3 days X-MFC-With: r258310 Sponsored by: The FreeBSD Foundation
* Add the 'dvd1.iso' target. This mimics the 'release.iso' target,gjb2013-11-181-1/+35
| | | | | | | | | | | | | | | 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. MFC after: 3 days X-MFC-With: r258305, r258307, r258308, r258309 Sponsored by: The FreeBSD Foundation
* Set the PKG_CACHEDIR directory to 'dvd/' instead of 'release/'gjb2013-11-182-2/+2
| | | | | | | | in preparation of adding a 'dvd1.iso' target. MFC after: 3 days X-MFC-With: r258305, r258307, r258308 Sponsored by: The FreeBSD Foundation
* Unconditionally copy the build host /etc/resolv.conf intogjb2013-11-181-1/+1
| | | | | | | | | | the chroot directory, since hostname resolution may be needed in the case of building a dvd image (with packages) and also setting 'NOPORTS=1'. MFC after: 3 days X-MFC-With: r258305, r258307 Sponsored by: The FreeBSD Foundation
* Add a script and configuration files to fetch pre-built packagesgjb2013-11-183-0/+111
| | | | | | | | | | | | | | | | | | | | | | | from pkg.FreeBSD.org for inclusion on release medium (dvd1.iso). The script sources ${.CURDIR}/${TARGET}/pkg-stage.conf, which sets several environment variables, such as the pkg(8) ABI, PACKAGESITE, PKG_DBDIR, and PKG_CACHEDIR. PKG_CACHEDIR is set to the directory on the release medium used by bsdconfig(8) (/packages/${ABI}). ABI is determined by output of 'make -C /usr/src/release -V REVISION'. See pkg.conf(5) for descripton on other variables set here. The list of packages to include are set within the configuration file. The script and configuration files are intended to be run by the 'make dvd' target within the release directory, and assume the release is built within a chroot environment (such as by using release.sh). Relevant updates to release/Makefile will follow. Sponsored by: The FreeBSD Foundation
* Use the IMAGES variable to determine which image files to removegjb2013-11-181-1/+1
| | | | | | | as part of 'make -C /usr/src/release clean'. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Since the doc/ toolchain conversion to docbook 5.0, JADETEXgjb2013-11-131-1/+2
| | | | | | | | | | | | | | | | | | | | 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. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Update log message. Picobsd stopped using kgzip a while ago.pluknet2013-11-111-1/+1
|
* Fix a few style nits.gjb2013-11-111-3/+3
| | | | | | MFC after: 3 days X-MFC-After: 10.0-RELEASE Sponsored by: The FreeBSD Foundation
* Remove generate-release.sh from head/.gjb2013-11-081-125/+0
| | | | | | | | | | | | | | The release.sh (based heavily on generate-release.sh) has been used for the 9.2-RELEASE and 10.0-RELEASE cycles, so make sure there is no confusion on what is currently being used by having two similar scripts. A big "thank you" to Nathan Whitehorn, the author of the generate-release.sh script, for writing this utility. No objection: nwhitehorn MFC after: never Sponsored by: The FreeBSD Foundation
* Remove extra target from 'memstick' that I forgot to remove beforegjb2013-11-071-1/+1
| | | | | | | | | previous commit. MFC after: 1 week X-MFC-After: 10.0-RELEASE X-MFC-With: r257805 Sponsored by: The FreeBSD Foundation
* Add a 'mini-memstick.img' release target, which will use thegjb2013-11-071-1/+8
| | | | | | | | | | | | | | | | | '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. Prompted by: wblock MFC after: 1 week X-MFC-after: 10.0-RELEASE Sponsored by: The FreeBSD Foundation
* - Update release noted to DocBook 5.0 so that they work with the new treegabor2013-11-07150-1903/+1410
|
OpenPOWER on IntegriCloud