#
892bdccc |
| 19-May-2018 |
Mark Johnston <markj@FreeBSD.org> |
Enable kernel dump features in GENERIC for most platforms.
This turns on support for kernel dump encryption and compression, and netdump. arm and mips platforms are omitted for now, since they are m
Enable kernel dump features in GENERIC for most platforms.
This turns on support for kernel dump encryption and compression, and netdump. arm and mips platforms are omitted for now, since they are more constrained and don't benefit as much from these features.
Reviewed by: cem, manu, rgrimes Tested by: manu (arm64) Relnotes: yes Differential Revision: https://reviews.freebsd.org/D15465
show more ...
|
#
2695c9c1 |
| 02-May-2018 |
Sean Bruno <sbruno@FreeBSD.org> |
Retire ixgb(4)
This driver was for an early and uncommon legacy PCI 10GbE for a single ASIC, Intel 82597EX. Intel quickly shifted to the long lived ixgbe family.
Submitted by: kbowling Reviewed by:
Retire ixgb(4)
This driver was for an early and uncommon legacy PCI 10GbE for a single ASIC, Intel 82597EX. Intel quickly shifted to the long lived ixgbe family.
Submitted by: kbowling Reviewed by: brooks imp jeffrey.e.pieper@intel.com Relnotes: yes Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D15234
show more ...
|
#
b6bf2e7c |
| 14-Jan-2018 |
Ed Maste <emaste@FreeBSD.org> |
Enable VIMAGE in i386 GENERIC (revert r327840)
We've switched back to ld.bfd on i386 for now.
PR: 225077 Sponsored by: The FreeBSD Foundation
|
#
c79126f2 |
| 12-Jan-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r327624 through r327885.
|
#
d162bbc1 |
| 11-Jan-2018 |
Ed Maste <emaste@FreeBSD.org> |
Temporarily disable VIMAGE on i386
An lld-linked i386 kernel hangs on boot, after em(4) starts. This seems similar to the issue that prompted us to disable VIMAGE on arm64 in r326179. Disable VIMA
Temporarily disable VIMAGE on i386
An lld-linked i386 kernel hangs on boot, after em(4) starts. This seems similar to the issue that prompted us to disable VIMAGE on arm64 in r326179. Disable VIMAGE on i386 for now while we investigate.
PR: 225077 Sponsored by: The FreeBSD Foundation
show more ...
|
#
695d2543 |
| 10-Jan-2018 |
Warner Losh <imp@FreeBSD.org> |
Retire pmtimer driver. Move time fixing into apm driver. Move Iwasaki-san's copyright over. Remove FIXME code that couldn't possibly work. Call tc_settime() with our estimate of the delta we've been
Retire pmtimer driver. Move time fixing into apm driver. Move Iwasaki-san's copyright over. Remove FIXME code that couldn't possibly work. Call tc_settime() with our estimate of the delta we've been alseep (the one we print) to adjust the time. Not sure what to do about callouts, so keep the small #ifdef in place there.
Differential Revision: https://reviews.freebsd.org/D13823
show more ...
|
#
4b49587c |
| 06-Jan-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r327341 through r327623.
|
#
d14e21a8 |
| 30-Dec-2017 |
Warner Losh <imp@FreeBSD.org> |
Remove two stray references to wl driver, removed some time ago.
|
#
4fc74049 |
| 29-Dec-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r327169 through r327340.
|
#
9a1bf495 |
| 28-Dec-2017 |
John Baldwin <jhb@FreeBSD.org> |
Remove a few more dangling references to ie(4).
|
#
c15269cc |
| 30-Nov-2017 |
Scott Long <scottl@FreeBSD.org> |
It's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT from the standard kernels. They are still available as custom compile options.
|
#
c2c014f2 |
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
#
3c5ab8c1 |
| 30-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r325119
|
#
a2aef24a |
| 29-Oct-2017 |
Eitan Adler <eadler@FreeBSD.org> |
Update several more URLs
- Primarily http -> https - Primarily FreeBSD project URLs
|
#
0a8f81bc |
| 22-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r324837
While here, diff reduce some of the changes in sys/boot by moving MK_COVERAGE=no to sys/boot/Makefile.inc .
|
#
8e94025b |
| 20-Oct-2017 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went into HEAD. Enable VIMAGE in GENERIC kernels and some others (where GENERIC does not exist) on HEAD.
Disable building LINT-VIMAGE wi
With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went into HEAD. Enable VIMAGE in GENERIC kernels and some others (where GENERIC does not exist) on HEAD.
Disable building LINT-VIMAGE with VIMAGE being default.
This should give it a lot more exposure in the run-up to 12 to help us evaluate whether to keep it on by default or not. We are also hoping to get better performance testing. The feature can be disabled using nooptions.
Requested by: many Reviewed by: kristof, emaste, hiren X-MFC after: never Relnotes: yes Differential Revision: https://reviews.freebsd.org/D12639
show more ...
|
#
e5d34ca9 |
| 23-Sep-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r320180
|
#
c77037f1 |
| 19-Sep-2017 |
Josh Paetzel <jpaetzel@FreeBSD.org> |
Fix indentation for r323068
PR: 220170 Reported by: lidl MFC after: 3 days Pointyhat to: jpaetzel
|
#
b754c279 |
| 13-Sep-2017 |
Navdeep Parhar <np@FreeBSD.org> |
MFH @ r323558.
|
#
5be4ad9e |
| 09-Sep-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r323343
|
#
9d0ec2a9 |
| 01-Sep-2017 |
Josh Paetzel <jpaetzel@FreeBSD.org> |
Revert r323087
This needs more thinking out and consensus, and the commit message was wrong AND there was a typo in the commit.
pointyhat: jpaetzel
|
#
0be04b10 |
| 01-Sep-2017 |
Josh Paetzel <jpaetzel@FreeBSD.org> |
Take options IPSEC out of GENERIC
PR: 220170 Submitted by: delphij Reviewed by: ae, glebius MFC after: 2 weeks Differential Revision: D11806
|
#
3b65550e |
| 31-Aug-2017 |
Josh Paetzel <jpaetzel@FreeBSD.org> |
Allow kldload tcpmd5
PR: 220170 MFC after: 2 weeks
|
#
25ef829b |
| 06-Mar-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
Revert r314669, r314670: Bring back the i486 option in GENERIC by default.
The code related to i386 CPU variants configuration has received many changes in the last years: most of the features are d
Revert r314669, r314670: Bring back the i486 option in GENERIC by default.
The code related to i386 CPU variants configuration has received many changes in the last years: most of the features are detected automatically, so there are no performance penalties from keeping the 486 support enabled.
Re-instate the 486 support: while the general configuration could still be cleaned a bit, there is no advantage in removing it.
Differential Revision: https://reviews.freebsd.org/D9879
show more ...
|
#
a5730cc5 |
| 04-Mar-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
Drop i486 from the default i386 GENERIC kernel configuration.
80486 production was stopped by Intel on September 2007. Dropping the 486 configuration option from the GENERIC kernel improves performa
Drop i486 from the default i386 GENERIC kernel configuration.
80486 production was stopped by Intel on September 2007. Dropping the 486 configuration option from the GENERIC kernel improves performance slightly.
Removing I486_CPU is consistent at this time: we don't support any processor without a FPU and the PC-98 arch, which frequently involved i486 CPUs, is also gone so we don't test such platforms anymore.
Relnotes: yes MFC after: 2 weeks https://reviews.freebsd.org/D9879
show more ...
|