summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Document r299688, Add support for H3 SoCskreuzer2016-07-011-0/+3
| | | | Approved by: re (gjb, implicit, relnotes)
* Document r263698, Add code for enabling second CPU core for A20 SoC.skreuzer2016-07-011-0/+4
| | | | Approved by: re (gjb, implicit, relnotes)
* Enable indirect segment I/Os by default in the Xen blkfront driver whencperciva2016-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
* Update the release notes following r302182.gjb2016-06-241-3/+2
| | | | | Approved by: re (implicit, relnotes) Sponsored by: The FreeBSD Foundation
* Turn off MSI-X interrupt migration by default in EC2 instances; this workscperciva2016-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
* Note ipfilter support in blacklist-helper script in relnoteslidl2016-06-171-0/+3
| | | | | Approved by: re (gjb) Sponsored by: The FreeBSD Foundation
* Bump /tmp from 30m to 50m for ARM release images.manu2016-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)
* Relnotes entries for blacklist projectlidl2016-06-101-0/+23
| | | | | Approved by: re (gjb) Sponsored by: The FreeBSD Foundation
* Switch from console="comconsole" to boot_multicons="YES" in EC2.cperciva2016-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
* Document 292432, OpenBSM updated to version 1.2 alpha 4.skreuzer2016-06-091-0/+3
| | | | Approved by: re (gjb, implicit, relnotes)
* Document 300879, acpica updated to version 20160527skreuzer2016-06-091-0/+4
| | | | Approved by: re (gjb, implicit, relnotes)
* Document 291125, xz updated to version 5.2.2skreuzer2016-06-091-2/+2
| | | | Approved by: re (gjb, implicit, relnotes)
* Add 'env - PATH=$$PATH' to bsdec2-image-upload make command, in order tocperciva2016-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
* Document 300880, Leading spaces are stripped from SCSI disk serial numbersskreuzer2016-06-081-0/+7
| | | | Approved by: re (gjb, implicit, relnotes)
* Apply mergemaster r255428:delphij2016-06-081-1/+1
| | | | | | | Pass -n (do not emit comments) when saving mtree information for future mergemaster(8) runs. MFC after: 3 days
* Document 300779, Dummynet AQM version 0.2.1skreuzer2016-06-071-0/+4
| | | | Approved by: re (gjb, implicit, relnotes)
* One of the already implemented options in release/Makefile is NOSRC. Whengarga2016-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
* Chase NTP update.delphij2016-06-031-2/+2
|
* Turn off nfsv4acls for arm/armv6 builds, which has an impactgjb2016-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
* Document r300240, net.inet.tcp.ecn.enable now is a three way settingskreuzer2016-05-311-0/+37
| | | | Approved by: re (gjb, implicit, relnotes)
* Document r300906, ZFS fault management daemonskreuzer2016-05-311-0/+5
| | | | Approved by: re (gjb, implicit, relnotes)
* Replace linux-f10 packages with updated linux-c6.gjb2016-05-271-1/+1
| | | | | | PR: 208280 Submitted by: Johannes Meixner Sponsored by: The FreeBSD Foundation
* Make Makefile.mirrors -ALPHA${N}-aware.gjb2016-05-271-2/+2
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Remove vestigial cloudware-install bits missed in r300767.gjb2016-05-262-7/+1
| | | | Sponsored by: The FreeBSD Foundation
* Update a commented line to replace recently-removed images withgjb2016-05-261-1/+1
| | | | | | images that are published. Sponsored by: The FreeBSD Foundation
* Remove the cw*-install target.gjb2016-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
* Disconnect the OPENSTACK target from the CLOUDWARE list.gjb2016-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
* Disconnect the AZURE target from the CLOUDWARE list.gjb2016-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
* Bump copyright yearskreuzer2016-05-241-0/+1
| | | | Approved by: gjb@ (implicit)
* Document r298998, OpenSSL updated to 1.0.2h.skreuzer2016-05-231-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r296190, openresolv updated to 3.7.3.skreuzer2016-05-231-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r298161, sqlite3 updated to 3.12.1.skreuzer2016-05-231-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r298192, file(1) updated to 5.26.skreuzer2016-05-231-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r296633, OpenSSH updated to 7.2p2.skreuzer2016-05-121-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Document r298695, ntp updated to 4.2.8p7.skreuzer2016-05-111-2/+2
| | | | Approved by: gjb@ (implicit with re@ hat on)
* Add (commented) 'vital' flag to the runtime packages. Support forgjb2016-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
* picobsd: minor spelling fixes.pfg2016-05-012-2/+2
|
* Replace the A20 kernel config with a generic ALLWINNER kernel config thatjmcneill2016-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
* Document r296417, clang, llvm, etc. updated to upstream 3.8.0skreuzer2016-04-211-10/+10
| | | | | Approved by: gjb@ Differential Revision: D6037
* MFHgjb2016-04-161-1/+1
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Remove misspelled and redundant MK_INSTALLIB=no.bdrewery2016-04-131-1/+1
| |
* | MFHgjb2016-04-042-2/+6
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-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
| * Add paragraph about isp(4) improvements.mav2016-03-171-0/+5
| |
* | Avoid adding the '-release' suffix to non-debug kernel packages.gjb2016-03-081-1/+1
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Prefix lib32, profile, debug, and development packagesgjb2016-03-087-26/+24
| | | | | | | | | | | | with 'runtime-' for consistency with other packages. Sponsored by: The FreeBSD Foundation
* | Include a 'package-pkg' target, intended for use forgjb2016-02-241-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | architectures we do not provide upstream pkg(8) packages. This is not tied to anything as-is, and likely will break your system if used (based on experience with testing with powerpc). There is an overwhelming amount of evil happening here, so until the issues are fixed, it will not be tied into the 'packages' target. Sponsored by: The FreeBSD Foundation
* | Create a package for HAST.gjb2016-02-081-0/+2
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Add comment/description for clibs, rescue, and sendmail packages.gjb2016-02-081-0/+6
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | Sort.gjb2016-02-081-37/+36
| | | | | | | | Sponsored by: The FreeBSD Foundation
OpenPOWER on IntegriCloud