aboutsummaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* ARM64: move to GPT scheme in sysinstallWojciech Macek2016-07-071-1/+1
| | | | | | | | | | | | | | | It's time to abandon MBR installations on ARM64 platforms. Obtained from: Semihalf Submitted by: Dominik Ermel <der@semihalf.com> Sponsored by: Cavium Reviewed by: gjb, emaste, marcel Approved by: re (gjb) Differential Revision: https://reviews.freebsd.org/D6798 Notes: svn path=/head/; revision=302387
* Document r302221, file has been updated to version 5.28Steven Kreuzer2016-07-051-2/+2
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=302357
* Remove reference to casperdSteven Kreuzer2016-07-051-6/+0
| | | | | | | | Reported by: bapt Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=302356
* Document 300207, Support for Shingled Magnetic Recording (SMR) drives.Steven Kreuzer2016-07-051-0/+4
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=302355
* Document 302332, Native graphics support has been added to bhyveSteven Kreuzer2016-07-051-0/+3
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=302351
* Document 300777, Add support for GPIO, Sensors and interrupts on AXP209 PMICSteven Kreuzer2016-07-011-0/+4
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=302311
* Document r299688, Add support for H3 SoCSteven Kreuzer2016-07-011-0/+3
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=302310
* Document r263698, Add code for enabling second CPU core for A20 SoC.Steven Kreuzer2016-07-011-0/+4
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=302309
* Enable indirect segment I/Os by default in the Xen blkfront driver whenColin Percival2016-06-291-5/+0
| | | | | | | | | | | | | | | running on EC2. Due to improvements in EC2, the performance penalty which was present on some EC2 instances no longer exists, and enabling this feature now consistently yields ~20% higher throughput with equal or lower latency. Reverts: r286063 Approved by: re (gjb) MFC after: 2 weeks Relnotes: Improved disk throughput on EC2 Notes: svn path=/head/; revision=302288
* Update the release notes following r302182.Glen Barber2016-06-241-3/+2
| | | | | | | | Approved by: re (implicit, relnotes) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=302185
* Turn off MSI-X interrupt migration by default in EC2 instances; this worksColin Percival2016-06-241-0/+6
| | | | | | | | | | | around a bug in older versions of Xen and unbreaks SR-IOV (aka. "EC2 Enhanced Networking"). Approved by: re (gjb) Thanks to: jhb, Jeremiah Lott Notes: svn path=/head/; revision=302184
* Note ipfilter support in blacklist-helper script in relnotesKurt Lidl2016-06-171-0/+3
| | | | | | | | Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=301991
* Bump /tmp from 30m to 50m for ARM release images.Emmanuel Vadot2016-06-161-1/+1
| | | | | | | | | | | 30m isn't enough for pkg anymore to extract packagesite.txz. 40m is fine for now but let's take a safer way as we don't know when pkg will need more. Reported by: many Approved by: re (gjb), andrew (mentor) Notes: svn path=/head/; revision=301945
* Relnotes entries for blacklist projectKurt Lidl2016-06-101-0/+23
| | | | | | | | Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=301797
* Switch from console="comconsole" to boot_multicons="YES" in EC2.Colin Percival2016-06-091-2/+4
| | | | | | | | | | Amazon recently introduced an API for capturing screenshots of an emulated VGA device; this commit makes that (somewhat) useful. MFC after: 3 weeks Notes: svn path=/head/; revision=301732
* Document 292432, OpenBSM updated to version 1.2 alpha 4.Steven Kreuzer2016-06-091-0/+3
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=301730
* Document 300879, acpica updated to version 20160527Steven Kreuzer2016-06-091-0/+4
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=301729
* Document 291125, xz updated to version 5.2.2Steven Kreuzer2016-06-091-2/+2
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=301728
* Add 'env - PATH=$$PATH' to bsdec2-image-upload make command, in order toColin Percival2016-06-091-1/+1
| | | | | | | | | | | avoid environment pollution problems. That port uses <bsd.prog.mk> but is not compatible with the latest mk bits in HEAD. Reported by: gjb No rush, but make sure it's in the tree before tomorrow by: gjb Notes: svn path=/head/; revision=301716
* Document 300880, Leading spaces are stripped from SCSI disk serial numbersSteven Kreuzer2016-06-081-0/+7
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=301631
* Apply mergemaster r255428:Xin LI2016-06-081-1/+1
| | | | | | | | | | Pass -n (do not emit comments) when saving mtree information for future mergemaster(8) runs. MFC after: 3 days Notes: svn path=/head/; revision=301584
* Document 300779, Dummynet AQM version 0.2.1Steven Kreuzer2016-06-071-0/+4
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=301546
* One of the already implemented options in release/Makefile is NOSRC. WhenRenato Botelho2016-06-032-6/+13
| | | | | | | | | | | | | | | it's defined, installation image is shipped without source distribution (src.txz) Add the hability of defining NOSRC in release.conf and pass it to 'make release' argument Approved by: gjb Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D6710 Notes: svn path=/head/; revision=301280
* Chase NTP update.Xin LI2016-06-031-2/+2
| | | | Notes: svn path=/head/; revision=301248
* Turn off nfsv4acls for arm/armv6 builds, which has an impactGlen Barber2016-06-011-1/+0
| | | | | | | | | | | | | on performance, especially with SD cards on certain SoCs. Requested by: trasz Discussed with: ian, kientzle MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=301101
* Document r300240, net.inet.tcp.ecn.enable now is a three way settingSteven Kreuzer2016-05-311-0/+37
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=301064
* Document r300906, ZFS fault management daemonSteven Kreuzer2016-05-311-0/+5
| | | | | | | Approved by: re (gjb, implicit, relnotes) Notes: svn path=/head/; revision=301063
* Replace linux-f10 packages with updated linux-c6.Glen Barber2016-05-271-1/+1
| | | | | | | | | PR: 208280 Submitted by: Johannes Meixner Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300860
* Make Makefile.mirrors -ALPHA${N}-aware.Glen Barber2016-05-271-2/+2
| | | | | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300814
* Remove vestigial cloudware-install bits missed in r300767.Glen Barber2016-05-262-7/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300776
* Update a commented line to replace recently-removed images withGlen Barber2016-05-261-1/+1
| | | | | | | | | images that are published. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300768
* Remove the cw*-install target.Glen Barber2016-05-261-9/+0
| | | | | | | | | | | All operations are performed on the original output file, and nothing is ever done with the copied file (as in, no modifications and/or publication from the copied file). Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300767
* Disconnect the OPENSTACK target from the CLOUDWARE list.Glen Barber2016-05-261-1/+0
| | | | | | | | | | | | | | | This was reported to not work as expected, and feedback following the report was never received. In addition, we do not publish these anywhere publicly. The configuration file is not (yet) removed, in hopes that the remaining details on the original issues can be resolved, and we can publish the resulting images in the future. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300762
* Disconnect the AZURE target from the CLOUDWARE list.Glen Barber2016-05-261-2/+1
| | | | | | | | | | | | | | | | Microsoft has graciously overtaken publication of FreeBSD on Azure since 10.3-RELEASE. Many thanks to Microsoft for their support of FreeBSD on Azure. The configuration file and Makefile.azure are not (yet) planned to be removed, as they may be useful in the future. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=300761
* Bump copyright yearSteven Kreuzer2016-05-241-0/+1
| | | | | | | Approved by: gjb@ (implicit) Notes: svn path=/head/; revision=300613
* Document r298998, OpenSSL updated to 1.0.2h.Steven Kreuzer2016-05-231-2/+2
| | | | | | | Approved by: gjb@ (implicit with re@ hat on) Notes: svn path=/head/; revision=300524
* Document r296190, openresolv updated to 3.7.3.Steven Kreuzer2016-05-231-2/+2
| | | | | | | Approved by: gjb@ (implicit with re@ hat on) Notes: svn path=/head/; revision=300513
* Document r298161, sqlite3 updated to 3.12.1.Steven Kreuzer2016-05-231-2/+2
| | | | | | | Approved by: gjb@ (implicit with re@ hat on) Notes: svn path=/head/; revision=300512
* Document r298192, file(1) updated to 5.26.Steven Kreuzer2016-05-231-2/+2
| | | | | | | Approved by: gjb@ (implicit with re@ hat on) Notes: svn path=/head/; revision=300511
* Document r296633, OpenSSH updated to 7.2p2.Steven Kreuzer2016-05-121-2/+2
| | | | | | | Approved by: gjb@ (implicit with re@ hat on) Notes: svn path=/head/; revision=299557
* Document r298695, ntp updated to 4.2.8p7.Steven Kreuzer2016-05-111-2/+2
| | | | | | | Approved by: gjb@ (implicit with re@ hat on) Notes: svn path=/head/; revision=299492
* Add (commented) 'vital' flag to the runtime packages. Support forGlen Barber2016-05-101-0/+5
| | | | | | | | | | | | | | | | | | | | | it is expected in pkg-1.8.0, which will cause 'pkg del -afy' to not destroy a system by forcefully removing everything. As there are valid use cases for doing such (test jails, for example), it will be overrideable. In addition, ensure /dev and /tmp exist, as /dev is not created by default currently, and pkg(8) requires /tmp to exist, which is also not created by default. This needs to be moved to the clibs package, since runtime depends on that package, however I need to first verify that it will work as it is expected. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=299291
* picobsd: minor spelling fixes.Pedro F. Giffuni2016-05-012-2/+2
| | | | Notes: svn path=/head/; revision=298880
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatJared McNeill2016-04-212-2/+2
| | | | | | | | | | | supports A20, A31, and A31S. Adds support for the BananaPi M2 (A31S) board. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed by: jmcneill Differential Revision: https://reviews.freebsd.org/D5580 Notes: svn path=/head/; revision=298422
* Document r296417, clang, llvm, etc. updated to upstream 3.8.0Steven Kreuzer2016-04-211-10/+10
| | | | | | | | Approved by: gjb@ Differential Revision: D6037 Notes: svn path=/head/; revision=298404
* MFHGlen Barber2016-04-161-1/+1
|\ | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=298092
| * Remove misspelled and redundant MK_INSTALLIB=no.Bryan Drewery2016-04-131-1/+1
| | | | | | | | Notes: svn path=/head/; revision=297938
* | MFHGlen Barber2016-04-042-2/+6
|\| | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=297567
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-2/+1
| | | | | | | | | | | | | | | | | | | | Reviewed by: emaste, hselasky (partial), brooks (brief) Discussed on: arch@ Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D5742 Notes: svn path=/head/; revision=297434
| * Add paragraph about isp(4) improvements.Alexander Motin2016-03-171-0/+5
| | | | | | | | Notes: svn path=/head/; revision=296983