summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Document SA-14:19gjb2014-09-161-0/+7
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r265171 by nwhitehorn: Use mkimg instead of md(4) and gpart [for powerpc].emaste2014-09-151-32/+1
| | | | Approved by: re
* MFC r271480, r271483, r271491:gjb2014-09-151-8/+5
| | | | | | | | | | | | | | | | r271480: Set PKG_CACHEDIR to an 'All/' directory one level lower to fix 'pkg repo' generating repository metadata for the on-disc packages. r271483: Fix duplicate PKG_ABI in the PKG_CACHEDIR path. r271491: Simplify dvd package population with pkg-1.3. Approved by: re (rodrigc) Sponsored by: The FreeBSD Foundation
* Include the 'mini' (bootonly) UEFI memstick imagegjb2014-09-121-0/+8
| | | | | | | | | in the list of IMAGES. This is a direct commit to stable/10. Approved by: re (marius) Sponsored by: The FreeBSD Foundation
* Connect the UEFI-capable disc1.iso and dvd1.iso variantsgjb2014-09-121-0/+25
| | | | | | | | | to the build. This is a direct commit to stable/10. Approved by: re (marius) Sponsored by: The FreeBSD Foundation
* MFC r271331:gjb2014-09-124-2/+9
| | | | | | | | | | | | Change how the recommended mailing list to track is added to the footer of the release/doc/ pages by moving a hard-coded value (that is subject to human error to change) to release.ent where other values are regularly changed, and adding parsing logic to release.xsl. Approved by: re (implicit, relnotes) Sponsored by: The FreeBSD Foundation
* MFC r264995 (nwhitehorn):emaste2014-09-121-0/+60
| | | | | | | | | | | | | | | | | | | Add script to setup bootable CD ISOs for both BIOS and EFI systems. Tested and working on QEMU. Actually using this script as the regular image generator, like with the memstick one, will require that the kernel support EFI too. In particular, the following two things are required: 1. vt(9) be the default console driver 2. vt_efifb and vt_vga be able to coexist usefully in the same kernel One other note here is that this requires newfs_msdos and mdconfig, which is really ugly. NetBSD's makefs at least seems to support FAT now. If that actually works, it should be imported and we can get rid of the mdconfig mess. Approved by: re Relnotes: Yes Sponsored by: The FreeBSD Foundation
* Connect the UEFI-capable memstick.img to the build.gjb2014-09-091-0/+10
| | | | | | | | This is a direct commit to stable/10, as the script in head/ does UEFI by default. Approved by: re (rodrigc) Sponsored by: The FreeBSD Foundation
* Document SA-14:18.gjb2014-09-091-0/+6
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC UEFI memstick build scriptemaste2014-09-091-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r264935 (gjb): Add a separate script to build the memstick.img and the mini-memstick.img with UEFI support. As the comments in the file suggest, 1) there must be existing ${.OBJDIR}/usr/src/release/{release,bootonly}; 2) TARGET/TARGET_ARCH must be amd64; and 3) it must be a vt(4)-enabled kernel with vt_efifb (*not* vt_vga). This script is not hooked into release/Makefile in any way until further testing is complete. r264992 (nwhitehorn): Make a dual-boot BIOS/UEFI memstick image. Testing required before this gets renamed make-memstick.sh. r265017 (nwhitehorn): loader's GPT support on BIOS does not seem to like the root filesystem being the last filesystem on the disk for some reason when made by this script. Add a vestigial swap partition to allow this to boot with QEMU BIOS. Approved by: re Sponsored by: The FreeBSD Foundation
* - Document 263725, ctld(8) 'portal-group' is overrideable.gjb2014-09-081-0/+11
| | | | | | | | - Document 263726, ctld(8) 'auth-group' default entry. Submitted by: trasz Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r263720, hostname- and IP-based restrictions addedgjb2014-09-081-0/+5
| | | | | | | | to ctld(8). Submitted by: trasz Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271260, support for /etc/rc.d/<service>/gjb2014-09-081-0/+8
| | | | | | | subdirectories. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271234, mrsas(4) enabled in GENERIC for amd64gjb2014-09-081-0/+5
| | | | | | | and i386. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271205, powerpc ATI Radeon 9700 backlight fix.gjb2014-09-081-0/+5
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271153, KSTACK_PAGES increased 4 -> 8 on powerpc64.gjb2014-09-081-0/+5
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* - Refine entry for r271130 since a follow-up commitgjb2014-09-081-3/+34
| | | | | | | | | | | | adds 64-bit libstand. - Document r271135, initial UEFI boot support. - Document r271136, boot1.efi, boot1.efifat, loader.efi installed to /boot. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271130, sys/boot/libstand moved to 32-bit specificgjb2014-09-081-0/+7
| | | | | | | directory naming convention. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271128, several performance enhancements to vt(4).gjb2014-09-081-0/+4
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271116, ofwfb updated to work withgjb2014-09-081-0/+14
| | | | | | | x11-servers/xorg-server. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271111, vt(4) enabled for PS3.gjb2014-09-081-0/+5
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271095, vt(4) keymap support added to the sysconsgjb2014-09-081-0/+4
| | | | | | | rc(8) startup script. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Document r271069, Mac Mini 3,1 support added to asmc(4).gjb2014-09-041-0/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r262566, sshd(8) startup script creates ed25519 keysgjb2014-09-041-0/+5
| | | | | | if ENOENT on startup. Sponsored by: The FreeBSD Foundation
* Document r264438, mdconfig(8) rc.conf(5) listing is no longergjb2014-09-041-0/+4
| | | | | | required to be sequential. Sponsored by: The FreeBSD Foundation
* Document r259141, jail(8) ipv6 allocation startup bug.gjb2014-09-041-0/+5
| | | | Sponsored by: The FreeBSD Foundation
* Document libc updates from illumos and Apple.gjb2014-09-031-0/+4
| | | | | Submitted by: pfg Sponsored by: The FreeBSD Foundation
* Minor rewording to the r260387 entry.gjb2014-09-031-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r270890, pathchk(1): Ensure bytes >= 128 are consideredgjb2014-09-031-0/+4
| | | | | | non-portable characters. Sponsored by: The FreeBSD Foundation
* Document r270997, zdb(8) included in /rescue.gjb2014-09-032-0/+9
| | | | Sponsored by: The FreeBSD Foundation
* Document r270810, hptnr(4) update to 1.0.1.gjb2014-09-032-0/+6
| | | | Sponsored by: The FreeBSD Foundation
* Document r270892, autofs(5)gjb2014-09-031-0/+10
| | | | Sponsored by: The FreeBSD Foundation
* Minor rewording to the r260385 entry.gjb2014-09-031-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Remove a generalized sentence regarding iSCSI updates thatgjb2014-09-031-3/+0
| | | | | | should be covered by the past few commits. Sponsored by: The FreeBSD Foundation
* Expand r262855 to illustrate how to enable the test suite.gjb2014-09-031-1/+4
| | | | | Submitted by: jmmv Sponsored by: The FreeBSD Foundation
* Document r265524, iSCSI performance optimizations.gjb2014-09-031-0/+7
| | | | | Submitted by: trasz Sponsored by: The FreeBSD Foundation
* Document r265524, iSCSI lock contention optimizations.gjb2014-09-031-0/+5
| | | | | Submitted by: trasz Sponsored by: The FreeBSD Foundation
* Document r265523, kern.iscsi.fail_on_disconnectiongjb2014-09-031-0/+8
| | | | | Submitted by: trasz Sponsored by: The FreeBSD Foundation
* Document r269065, iSCSI redirection handlinggjb2014-09-031-0/+9
| | | | | Submitted by: trasz Sponsored by: The FreeBSD Foundation
* Bump revision ID after r270817gjb2014-08-291-3/+3
| | | | Sponsored by: The FreeBSD Foundation
* Document r270817, tzdata2014f.pluknet2014-08-291-1/+1
|
* Minor wording changes.gjb2014-08-281-3/+4
| | | | Sponsored by: The FreeBSD Foundation
* FDP style nits.gjb2014-08-281-62/+74
| | | | Sponsored by: The FreeBSD Foundation
* Minor rewording to a few sections.gjb2014-08-281-5/+5
| | | | Sponsored by: The FreeBSD Foundation
* We do not differentiate the SMP from GENERIC kernel anymore,gjb2014-08-281-1/+1
| | | | | | so remove mention of it. Sponsored by: The FreeBSD Foundation
* Use <acronym> and <literal> in a few places where needed.gjb2014-08-281-14/+14
| | | | | | Minor rewording to r264732 entry. Sponsored by: The FreeBSD Foundation
* Fix typo.mav2014-08-281-2/+2
| | | | Submitted by: Hugo Lombard <hal@elizium.za.net>
* Add FreeBSD/ARM notes.gjb2014-08-281-3/+77
| | | | | | | | | These do not have corresponding revision numbers, since the updates took place over a large span of revisions, not one revision in particular. Submitted/prepared by: ian Sponsored by: The FreeBSD Foundation
* Document ZVOLs got BIO_DELETE support.mav2014-08-281-0/+2
|
* Document volmode ZVOL property addition.mav2014-08-281-0/+6
|
OpenPOWER on IntegriCloud