Author: marius
Date: Wed Jan 13 21:38:52 2016
New Revision: 293853
URL: https://svnweb.freebsd.org/changeset/base/293853
Log:
MFC: r292943, r292960
- (Ab)use udivx for dividing the u_int pc_cpuid when implementing
CPU_ISSET(), CPU_SET() etc. in sparc64 asm. This approach has the
ben
Author: marius
Date: Fri Jan 15 00:05:58 2016
New Revision: 294056
URL: https://svnweb.freebsd.org/changeset/base/294056
Log:
Update stable/10 from 10.2-STABLE to 10.3-PRERELEASE,
marking the official start of the code slush.
Set the default mdoc(7) version to 10.3, and update the
clang
Author: marius
Date: Wed Jan 27 22:31:08 2016
New Revision: 294958
URL: https://svnweb.freebsd.org/changeset/base/294958
Log:
Sync the e1000 drivers with what's in head as of r294327, modulo parts
that don't apply to stable/10 (driver API, if_inc_counter(), RSS changes
etc.) and modulo r2874
Author: marius
Date: Wed Jan 27 22:48:04 2016
New Revision: 294959
URL: https://svnweb.freebsd.org/changeset/base/294959
Log:
MFC: r294362, r294414, r294753
- Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnation
to actually wait until the TX FIFOs of UARTs have be drai
Author: marius
Date: Wed Jan 27 22:50:04 2016
New Revision: 294961
URL: https://svnweb.freebsd.org/changeset/base/294961
Log:
- Add an entry for the SIIG Cyber 2SP1 PCIe adapter, which is based
on an Oxford Semiconductor OX16PCI954 but uses only two ports and
a non-default clock rate. [1
Author: marius
Date: Mon Feb 1 22:16:41 2016
New Revision: 295130
URL: https://svnweb.freebsd.org/changeset/base/295130
Log:
MFC: r295032
Use '^[>+][^+]' instead of '^[>+]' with grep(1) when filtering the
diff(1) output between two files in "new_only"-mode. Otherwise,
with the default
Author: marius
Date: Thu Feb 4 23:56:01 2016
New Revision: 295287
URL: https://svnweb.freebsd.org/changeset/base/295287
Log:
MFC: r295133
As it turns out, one of the more or less recent changes to em(4)
causes watchdog timeouts when using TSO4 at link speeds below
Gigabit, at least wit
Author: marius
Date: Fri Feb 5 00:12:13 2016
New Revision: 295288
URL: https://svnweb.freebsd.org/changeset/base/295288
Log:
Update stable/10 to BETA1 in preparation for 10.3-BETA1 builds.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/
Author: marius
Date: Fri Feb 5 00:14:24 2016
New Revision: 295289
URL: https://svnweb.freebsd.org/changeset/base/295289
Log:
Update stable/10 to BETA1 in preparation for 10.3-BETA1 builds, take 2.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/s
Author: marius
Date: Fri Feb 12 00:03:39 2016
New Revision: 295552
URL: https://svnweb.freebsd.org/changeset/base/295552
Log:
Update stable/10 to BETA2 in preparation for 10.3-BETA2 builds.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/
Author: marius
Date: Sun Feb 21 22:34:09 2016
New Revision: 295870
URL: https://svnweb.freebsd.org/changeset/base/295870
Log:
MFC: r264565
Do not set M_BESTFIT if a strategy has already been provided. This
fixes problems when using M_FIRSTFIT.
MFC: r280805
Add four new DDB comm
Author: marius
Date: Mon Feb 22 00:49:35 2016
New Revision: 295872
URL: https://svnweb.freebsd.org/changeset/base/295872
Log:
MFC: r287299 [1]
Add a gop command to help diagnose VT efifb problems. The gop
command has the following sub-commands:
list- list all possible
Author: marius
Date: Tue Feb 23 01:09:35 2016
New Revision: 295905
URL: https://svnweb.freebsd.org/changeset/base/295905
Log:
In preparation for 10.3-RELEASE, temporarily revert the MFC of r291244
done as part of r292895 on stable/10 as that change causes hangs with
ZFS and the cause on at l
Author: marius
Date: Fri Feb 26 00:09:50 2016
New Revision: 296073
URL: https://svnweb.freebsd.org/changeset/base/296073
Log:
MFC: r295906
Fix and clean up usage of DMA and TSO segments:
- At Intel it is believed that most of their products support "only"
40 DMA segments so lower {EM,
Author: marius
Date: Fri Feb 26 00:10:52 2016
New Revision: 296074
URL: https://svnweb.freebsd.org/changeset/base/296074
Log:
Update stable/10 to BETA3 in preparation for 10.3-BETA3 builds.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/
Author: marius
Date: Fri Mar 4 01:29:09 2016
New Revision: 296374
URL: https://svnweb.freebsd.org/changeset/base/296374
Log:
- Reset stable/10 back to -PRERELEASE status now that releng/10.3
has been branched.
- Update __FreeBSD_version to reflect the new -STABLE branch.
Approved by:
Author: marius
Date: Mon Apr 4 12:15:06 2016
New Revision: 297554
URL: https://svnweb.freebsd.org/changeset/base/297554
Log:
Now that 10.3-RELEASE is out, move stable/10 back to STABLE.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/new
Author: marius
Date: Mon Apr 4 12:21:04 2016
New Revision: 297555
URL: https://svnweb.freebsd.org/changeset/base/297555
Log:
MFC: r292563
loader.efi: strip trailing whitespace
MFC: r293244 (remainder missing in r294275)
Introduce and use new EFI_ERROR_CODE macro for EFI errors
M
Author: marius
Date: Sun Feb 8 20:44:44 2015
New Revision: 278399
URL: https://svnweb.freebsd.org/changeset/base/278399
Log:
MFC: r276299
- Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI device
for the lookup.
- For devices affected by PCI_QUIRK_MSI_INTX_BUG, ensu
Author: marius
Date: Sun Feb 8 21:12:48 2015
New Revision: 278403
URL: https://svnweb.freebsd.org/changeset/base/278403
Log:
MFC: r276313
Const'ify a firmware image missed in r251142.
Modified:
stable/10/sys/dev/bce/if_bcefw.h
Directory Properties:
stable/10/ (props changed)
Modifi
Author: marius
Date: Sun Feb 8 21:31:40 2015
New Revision: 278405
URL: https://svnweb.freebsd.org/changeset/base/278405
Log:
MFC: r276344
- Const'ify the ahci_ids table.
- Use DEVMETHOD_END.
- Use NULL instead of 0 for pointers.
Modified:
stable/10/sys/dev/ahci/ahci.c
stable/10/sy
Author: marius
Date: Sun Feb 8 21:41:18 2015
New Revision: 278407
URL: https://svnweb.freebsd.org/changeset/base/278407
Log:
MFC: r266744, r267712, r276351, r277043
- Add PCI ID for AMT based serial interface found on the Lenovo T61.
- add support for MosChip MCS9922... This is found on
Author: marius
Date: Sun Feb 8 22:27:17 2015
New Revision: 278415
URL: https://svnweb.freebsd.org/changeset/base/278415
Log:
MFC: r275870
Use the correct macro for listing the maximum bus space size.
Modified:
stable/10/sys/dev/mwl/if_mwl_pci.c
Directory Properties:
stable/10/ (prop
Author: marius
Date: Sun Feb 8 22:29:57 2015
New Revision: 278418
URL: https://svnweb.freebsd.org/changeset/base/278418
Log:
MFC: r275871
Update the use of bus space macros to be more correct.
Modified:
stable/10/sys/dev/malo/if_malo_pci.c
Directory Properties:
stable/10/ (props cha
Author: marius
Date: Sun Feb 8 23:04:32 2015
New Revision: 278423
URL: https://svnweb.freebsd.org/changeset/base/278423
Log:
MFC: r274054 (missed in r276076)
Fix XEN kernel build.
Modified:
stable/10/sys/i386/xen/mp_machdep.c
Directory Properties:
stable/10/ (props changed)
Modifie
Author: marius
Date: Sun Feb 8 23:09:01 2015
New Revision: 278424
URL: https://svnweb.freebsd.org/changeset/base/278424
Log:
MFC: r276377, r276714
- No longer exclude malo(4) and mwl(4), they have been fixed in r275870
(MFCed to stable/10 in r278415) and r275871 (MFCed to stable/10 in
Author: marius
Date: Tue Feb 10 21:40:31 2015
New Revision: 278533
URL: https://svnweb.freebsd.org/changeset/base/278533
Log:
MFC: r273050
class, subclass and progif were never used, so don't bother setting
them.
Modified:
stable/10/sys/dev/sdhci/sdhci_pci.c
Directory Properties:
sta
Author: marius
Date: Tue Feb 10 21:44:28 2015
New Revision: 278535
URL: https://svnweb.freebsd.org/changeset/base/278535
Log:
MFC: r276469
- Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device ID
to change to 0xe822, which may be persistent across reboots and, thus,
Author: marius
Date: Sun Feb 15 20:02:29 2015
New Revision: 278808
URL: https://svnweb.freebsd.org/changeset/base/278808
Log:
MFC: r278532
Fix compilation with GCC in the PAE case.
Modified:
stable/10/sys/dev/malo/if_malo.c
stable/10/sys/dev/mwl/if_mwl.c
Directory Properties:
stable/
Author: marius
Date: Sun Feb 15 20:53:50 2015
New Revision: 278812
URL: https://svnweb.freebsd.org/changeset/base/278812
Log:
MFC: r266990 (missed in r265946)
Fix build UDP-Lite with VIMAGE enabled when building with gcc.
Modified:
stable/10/sys/netinet/udp_var.h
Directory Properties:
Author: marius
Date: Tue Feb 24 22:28:44 2015
New Revision: 279258
URL: https://svnweb.freebsd.org/changeset/base/279258
Log:
MFC: r278870
Unbreak sparc64 after r276630 (MFCed to stable/10 in r277317) by calling
__sparc_sigtramp_setup signal trampoline as part of the MD __sys_sigaction
Author: marius
Date: Sun Jul 5 19:32:10 2015
New Revision: 285174
URL: https://svnweb.freebsd.org/changeset/base/285174
Log:
MFC: r281751
Refine the workaround for Intel HSD131 [1] added in r269052 (MFCed to
stable/10 in r269592):
- Use the full mask described by the erratum as with a
Author: marius
Date: Sun Jul 5 20:16:38 2015
New Revision: 285177
URL: https://svnweb.freebsd.org/changeset/base/285177
Log:
MFC: r281337
Don't enable RX and TX before their initial configuration is done, i. e.
after setting up interrupt moderation but before turning interrupts on.
Thi
Author: marius
Date: Thu Jul 30 00:24:21 2015
New Revision: 286052
URL: https://svnweb.freebsd.org/changeset/base/286052
Log:
MFC: r281752
Make a comment reflect reality.
Modified:
stable/10/sys/arm/allwinner/a20/a20_mp.c
Directory Properties:
stable/10/ (props changed)
Modified: st
Author: marius
Date: Thu Jul 30 00:28:27 2015
New Revision: 286053
URL: https://svnweb.freebsd.org/changeset/base/286053
Log:
MFC: r284447, r284552
Merge from NetBSD:
o rev. 1.10: Nuke trailing whitespace.
o rev. 1.15: Fix typo in comment.
o rev. 1.16: Add the following registers from
Author: marius
Date: Thu Jul 30 02:06:29 2015
New Revision: 286055
URL: https://svnweb.freebsd.org/changeset/base/286055
Log:
MFC: r285839
o Revert the other functional half of r239864, i. e. the merge of r134227
from x86 to use smp_ipi_mtx spin lock not only for smp_rendezvous_cpus()
Author: marius
Date: Thu Jul 30 02:23:09 2015
New Revision: 286059
URL: https://svnweb.freebsd.org/changeset/base/286059
Log:
MFC: r285843
- Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signaling
uart_bus_attach() during its test that 20 iterations weren't sufficient
Author: marius
Date: Wed Dec 16 00:56:38 2015
New Revision: 292308
URL: https://svnweb.freebsd.org/changeset/base/292308
Log:
MFC: r257066 (partial)
Mark unused parameters of bus_space_subregion(9) as such.
Modified:
stable/10/sys/sparc64/include/bus.h
Directory Properties:
stable/10/
Author: marius
Date: Sun Dec 27 14:39:47 2015
New Revision: 292771
URL: https://svnweb.freebsd.org/changeset/base/292771
Log:
MFC: r291121
Merge from r290547:
Since r289279 bufinit() uses mp_ncpus so adapt to what x86 does and
set this variable already in cpu_mp_setmaxid().
While at i
Author: marius
Date: Sun Dec 27 15:18:01 2015
New Revision: 292775
URL: https://svnweb.freebsd.org/changeset/base/292775
Log:
MFC: r286785, r291088, r291120
- Reformat x86 bounce buffer synchronization code to reduce indentation.
No functional change.
- Avoid a NULL pointer dereference i
Author: marius
Date: Sun Dec 27 17:12:54 2015
New Revision: 292780
URL: https://svnweb.freebsd.org/changeset/base/292780
Log:
MFC: r271864
Move rl(4) to dev/rl.
Added:
stable/10/sys/dev/rl/
- copied from r271864, head/sys/dev/rl/
Replaced:
stable/10/sys/dev/rl/if_rl.c
- copie
Author: marius
Date: Sun Dec 27 17:34:18 2015
New Revision: 292783
URL: https://svnweb.freebsd.org/changeset/base/292783
Log:
MFC: r287768, r290566, r290946
- Although it doesn't make a whole lot of sense to enable RX and TX
before their initial configuration is done, it turns out that
Author: marius
Date: Sun Dec 27 17:51:10 2015
New Revision: 292785
URL: https://svnweb.freebsd.org/changeset/base/292785
Log:
MFC: r287767
- Sanity check that the parent ranges given in the "ranges" property
of PCI-EBus-bridges actually match the BARs as specified in and
required by
Author: marius
Date: Sun Dec 27 17:58:58 2015
New Revision: 292787
URL: https://svnweb.freebsd.org/changeset/base/292787
Log:
MFC: r287728
Merge r286374 from x86:
Formally pair store_rel(&smp_started) with load_acq(&smp_started).
Similarly to x86, this change is mostly a NOP due to t
Author: marius
Date: Sun Dec 27 19:37:47 2015
New Revision: 292789
URL: https://svnweb.freebsd.org/changeset/base/292789
Log:
MFC: r287726
- Factor out the common and generic parts of the sparc64 host-PCI-bridge
drivers into the revived sys/sparc64/pci/ofw_pci.c, previously already
Author: marius
Date: Sun Dec 27 19:47:56 2015
New Revision: 292790
URL: https://svnweb.freebsd.org/changeset/base/292790
Log:
MFC: r285912
- Use __FBSDID().
- Const'ify cons_to_vga_colors.
- Fix line wrapping.
Modified:
stable/10/sys/dev/vt/colors/vt_termcolors.c
Directory Properties
Author: marius
Date: Sun Dec 27 20:49:32 2015
New Revision: 292792
URL: https://svnweb.freebsd.org/changeset/base/292792
Log:
MFC: r285909, r285913 (partial)
- Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL/0xff again. This
variant of Microsoft RNDIS, i. e. their unofficial version
Author: marius
Date: Sun Dec 27 20:52:32 2015
New Revision: 292794
URL: https://svnweb.freebsd.org/changeset/base/292794
Log:
MFC: r285840
- In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writing
raw data to the doorbell offset in order to clarify the intent and for
Author: marius
Date: Sun Dec 27 21:08:09 2015
New Revision: 292798
URL: https://svnweb.freebsd.org/changeset/base/292798
Log:
MFC: r285684 (partial)
Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes},
fixing parallel builds.
Modified:
stable/10/gnu/usr.bin/Makef
Author: marius
Date: Mon Jul 31 22:19:39 2017
New Revision: 321825
URL: https://svnweb.freebsd.org/changeset/base/321825
Log:
Update stable/10 from 10.3-STABLE to 10.4-PRERELEASE as part of
the 10.4 release cycle, also belatedly marking the official start
of the code slush.
Set the defa
Author: marius
Date: Tue Aug 1 21:41:14 2017
New Revision: 321895
URL: https://svnweb.freebsd.org/changeset/base/321895
Log:
MFC: r281733, r298033, r301131
- Remove set but unused variable.
- Use NULL instead of 0 for pointers.
- Fix tzsetup not installing /etc/localtime for UTC.
Modi
Author: marius
Date: Wed Aug 2 20:27:30 2017
New Revision: 321946
URL: https://svnweb.freebsd.org/changeset/base/321946
Log:
Apply the other half of merges to sdhci_imx(4) and sdhci_fsl(4) that
somehow stayed local when committing r318198, probably due to the
associated tree conflicts.
Author: marius
Date: Fri Aug 4 21:38:34 2017
New Revision: 322063
URL: https://svnweb.freebsd.org/changeset/base/322063
Log:
MFC: r290156, r318354
pmap_change_attr: Only fixup DMAP for DMAPed ranges
Modified:
stable/10/sys/amd64/amd64/pmap.c
Directory Properties:
stable/10/ (props c
Author: marius
Date: Sat Aug 5 12:33:00 2017
New Revision: 322094
URL: https://svnweb.freebsd.org/changeset/base/322094
Log:
MFC: r306375
Add a WITHOUT_DIALOG src.conf(5) knob.
It also turns off dependencies (bsdinstall, bsdconfig, dpv, tzsetup).
Added:
stable/10/tools/build/option
Author: marius
Date: Sat Aug 5 12:34:31 2017
New Revision: 322095
URL: https://svnweb.freebsd.org/changeset/base/322095
Log:
Regenerate src.conf.5 after r322094.
Modified:
stable/10/share/man/man5/src.conf.5
Modified: stable/10/share/man/man5/src.conf.5
=
Author: marius
Date: Sat Aug 5 12:54:07 2017
New Revision: 322096
URL: https://svnweb.freebsd.org/changeset/base/322096
Log:
MFC: r274394, r274399, r307802
- Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.
- Hide dialog specific code behind HAVE_DIALOG. It allows to build a
Author: marius
Date: Sat Aug 5 14:49:40 2017
New Revision: 322098
URL: https://svnweb.freebsd.org/changeset/base/322098
Log:
Fix a stable/10-specific mismerge in r322096; the MK_NCURSESW handling
should be within the MK_DIALOG block as libncurses{,w} isn't required
when building tzsetup(8)
Author: marius
Date: Sun Aug 6 16:07:34 2017
New Revision: 322120
URL: https://svnweb.freebsd.org/changeset/base/322120
Log:
MFC: r319350, r320620, r321385, r321490, r321588, r321948
o Use SDHCI_CAN_DRIVE_TYPE_{A,C,D} to check for driver type support in
SDHCI_CAPABILITIES2 instead of S
Author: marius
Date: Sun Aug 6 16:12:56 2017
New Revision: 322122
URL: https://svnweb.freebsd.org/changeset/base/322122
Log:
MFC: r321589
- Check the slot type capability, set SDHCI_SLOT_{EMBEDDED,NON_REMOVABLE}
for embedded slots. Fail in the sdhci(4) initialization for slot type
Author: marius
Date: Thu Aug 10 21:39:22 2017
New Revision: 322376
URL: https://svnweb.freebsd.org/changeset/base/322376
Log:
MFC: r322097, r322203
- Since r301131 (MFCed to stable/10 in r321895), /etc/localtime is also
installed when selecting UTC in interactive configurations. Thus, t
Author: marius
Date: Fri Aug 11 00:41:43 2017
New Revision: 322389
URL: https://svnweb.freebsd.org/changeset/base/322389
Log:
MFC: r322209
- If available, use TRIM instead of ERASE for implementing BIO_DELETE.
This also involves adding a quirk table as TRIM is broken for some
Kingst
Author: marius
Date: Fri Aug 18 00:11:02 2017
New Revision: 322637
URL: https://svnweb.freebsd.org/changeset/base/322637
Log:
Update stable/10 to BETA1 in preparation for 10.4-BETA1 builds.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/
Author: marius
Date: Sun Aug 20 16:52:27 2017
New Revision: 322724
URL: https://svnweb.freebsd.org/changeset/base/322724
Log:
MFC: r266470, r273546, r276017, r277932, r279153, r279778, r279780, r278797,
r278861, r280283, r280284, r280294, r280452, r280558, r280571, r281863,
r282049
Author: marius
Date: Sun Aug 20 21:21:46 2017
New Revision: 322737
URL: https://svnweb.freebsd.org/changeset/base/322737
Log:
Switch the pkg(8) configuration for the default installation and the
dvd1.iso to use the quarterly set, i. e. 2017Q3, during the 10.4-BETA
phase.
Approved by: r
Author: marius
Date: Thu Aug 24 20:52:28 2017
New Revision: 322859
URL: https://svnweb.freebsd.org/changeset/base/322859
Log:
MFC: r322726
Bring back the much more readable unified format for differences in
/etc/{group,master.passwd}. This was originally turned on for all of
/etc/{alias
Author: marius
Date: Fri Aug 25 00:11:29 2017
New Revision: 322867
URL: https://svnweb.freebsd.org/changeset/base/322867
Log:
Update stable/10 to BETA2 in preparation for 10.4-BETA2 builds.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/
Author: marius
Date: Thu Aug 31 23:59:46 2017
New Revision: 323080
URL: https://svnweb.freebsd.org/changeset/base/323080
Log:
MFC: r308643, r312427, r312641, r322986
- Update WOL support for newer em(4) devices. [1]
- Add support for Kaby Lake generation i219 (4) and i219 (5) devices.
-
Author: marius
Date: Fri Sep 1 00:16:03 2017
New Revision: 323081
URL: https://svnweb.freebsd.org/changeset/base/323081
Log:
Update stable/10 to BETA3 in preparation for 10.4-BETA3 builds.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/
Author: marius
Date: Fri Sep 1 19:11:47 2017
New Revision: 323113
URL: https://svnweb.freebsd.org/changeset/base/323113
Log:
Fix a typo in the hard link creation for a WANDBOARD DTB file. Just
like r322666 which introduced this bug, this is a direct commit to
stable/10.
Approved by: r
On Wed, Sep 06, 2017 at 08:08:54PM +0300, Slawa Olhovchenkov wrote:
> On Fri, Sep 01, 2017 at 12:16:03AM +0000, Marius Strobl wrote:
>
> > Author: marius
> > Date: Fri Sep 1 00:16:03 2017
> > New Revision: 323081
> > URL: https://svnweb.freebsd.org/chan
Author: marius
Date: Thu Sep 7 23:28:35 2017
New Revision: 323291
URL: https://svnweb.freebsd.org/changeset/base/323291
Log:
MFC: r321293
date: avoid crash on invalid time
PR: 220828
Approved by: re (kib)
Modified:
stable/10/bin/date/date.c
Directory Properties:
stab
Author: marius
Date: Fri Sep 8 00:11:35 2017
New Revision: 323293
URL: https://svnweb.freebsd.org/changeset/base/323293
Log:
- Ever since the workaround for the silicon bug of TSO4 causing MAC hangs
was committed in r295133 (MFCed to stable/10 in r295287), CSUM_TSO gets
always disabled
Author: marius
Date: Fri Sep 8 00:11:58 2017
New Revision: 323294
URL: https://svnweb.freebsd.org/changeset/base/323294
Log:
Update stable/10 to BETA4 in preparation for 10.4-BETA4 builds.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/
On Wed, Sep 06, 2017 at 09:04:10PM +0200, Marius Strobl wrote:
> On Wed, Sep 06, 2017 at 08:08:54PM +0300, Slawa Olhovchenkov wrote:
> > On Fri, Sep 01, 2017 at 12:16:03AM +0000, Marius Strobl wrote:
> >
> > > Author: marius
> > > Date: Fri Sep 1 00:16:0
Author: marius
Date: Wed Sep 13 21:56:49 2017
New Revision: 323565
URL: https://svnweb.freebsd.org/changeset/base/323565
Log:
MFC: r323382, MFV: r323381
Permit a deflateParams() parameter change as soon as possible.
This change fixes compression errors seen when the embedded Tomcat
w
Author: marius
Date: Fri Sep 15 00:32:22 2017
New Revision: 323605
URL: https://svnweb.freebsd.org/changeset/base/323605
Log:
- Reset stable/10 back to -PRERELEASE status now that releng/10.4
has been branched.
- Update __FreeBSD_version to reflect the new -STABLE branch.
- Switch the pk
Author: marius
Date: Sun Sep 17 01:32:45 2017
New Revision: 323660
URL: https://svnweb.freebsd.org/changeset/base/323660
Log:
MFC: r322669
In fetch_resolve() if the port number or service name is included
in the host argument (e. g. "www.freebsd.org:443"), correctly set
the service poin
Author: marius
Date: Wed Sep 20 21:22:20 2017
New Revision: 323830
URL: https://svnweb.freebsd.org/changeset/base/323830
Log:
Unbreak netmap(4) support in ixgbe(4) after r315333:
- Both ixgbe_netmap.c and ixv_netmap.c assumed a netmap(4) driver
newer than what's actually in stable/10.
-
Author: marius
Date: Wed Sep 20 21:51:10 2017
New Revision: 323835
URL: https://svnweb.freebsd.org/changeset/base/323835
Log:
MFC: r320916
Reset unsupported SFP tuneable back to original entry name.
Modified:
stable/10/sys/dev/ixgbe/if_ix.c
Directory Properties:
stable/10/ (props cha
Author: marius
Date: Thu Sep 21 19:24:11 2017
New Revision: 323870
URL: https://svnweb.freebsd.org/changeset/base/323870
Log:
MFC: r275751
Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).
A _NEW flag passed to _init_flags() to avoid check for double-init.
Modified:
stable/10/sh
Author: marius
Date: Thu Sep 21 19:30:32 2017
New Revision: 323871
URL: https://svnweb.freebsd.org/changeset/base/323871
Log:
MFC: r285215
remove _NORMAL flag which isn't suppose to be used w/ _alloc_ctx...
MFC: r285289
address an issue where consumers, like IPsec, can reuse the s
Author: marius
Date: Fri Sep 22 04:57:42 2017
New Revision: 323900
URL: https://svnweb.freebsd.org/changeset/base/323900
Log:
- Akin r302691 in head, synchronize the build stripping for the disc1
image with that of the bootonly image (but similarly modulo games
and groff(1)) as the amd64
Author: marius
Date: Tue Oct 3 13:20:17 2017
New Revision: 324238
URL: https://svnweb.freebsd.org/changeset/base/324238
Log:
Now that 10.4-RELEASE is out, move stable/10 back to STABLE.
Approved by: re (implicit)
Modified:
stable/10/sys/conf/newvers.sh
Modified: stable/10/sys/conf/new
Author: marius
Date: Wed Mar 14 23:59:52 2018
New Revision: 330959
URL: https://svnweb.freebsd.org/changeset/base/330959
Log:
MFC: 327314
With the advent of interrupt remapping, Intel has repurposed bit 11
(now: Interrupt_Index[15]) and assigned the previously reserved bits
55:48 (Inter
Author: marius
Date: Thu Mar 15 22:42:28 2018
New Revision: 331031
URL: https://svnweb.freebsd.org/changeset/base/331031
Log:
MFC: r287805
Unconditionally build CTF tools in the bootstrap-tools phase of the build.
Stale CTF tools are a frequent source of DTrace issues, and they compile
Author: marius
Date: Thu Mar 15 22:51:13 2018
New Revision: 331033
URL: https://svnweb.freebsd.org/changeset/base/331033
Log:
MFC: r327315
Add quirks for Intel Denverton eMMC 5.0 controllers.
Modified:
stable/10/sys/dev/sdhci/sdhci_pci.c
Directory Properties:
stable/10/ (props change
Author: marius
Date: Thu Mar 15 22:58:34 2018
New Revision: 331035
URL: https://svnweb.freebsd.org/changeset/base/331035
Log:
MFC: r327339, r327924
- There is no need to keep the tuning error and re-tuning interrupts
enabled (though, no interrupt generation enabled for them) all the
Author: marius
Date: Thu Mar 15 23:01:04 2018
New Revision: 331037
URL: https://svnweb.freebsd.org/changeset/base/331037
Log:
MFC: r327355, r327926
- Don't allow userland to switch partitions; it's next to impossible
to recover from that, especially when something goes wrong.
- When u
Author: marius
Date: Thu Mar 15 23:02:52 2018
New Revision: 331039
URL: https://svnweb.freebsd.org/changeset/base/331039
Log:
MFC: r327929
Use the correct revision specifier (EXT_CSD revision rather than
system specification version) for deciding whether the EXT_CSD
register includes th
Author: marius
Date: Mon Mar 19 14:28:58 2018
New Revision: 331206
URL: https://svnweb.freebsd.org/changeset/base/331206
Log:
MFC: r328834
o Let rtld(1) set up psABI user trap handlers prior to executing the
objects' init functions instead of doing the setup via a constructor
in lib
Author: marius
Date: Thu May 3 15:41:04 2018
New Revision: 333214
URL: https://svnweb.freebsd.org/changeset/base/333214
Log:
MFC: r327312, r327842, r327865
- Add initial support for Intel Ice Lake and Cannon Lake Ethernet MACs.
- Add workaround for Intel Sky Lake and Kabby Lake Ethernet
Author: marius
Date: Thu May 3 15:47:49 2018
New Revision: 333216
URL: https://svnweb.freebsd.org/changeset/base/333216
Log:
MFC: r330803
Use FALLTHROUGH.
Modified:
stable/10/sys/dev/e1000/e1000_82575.c
stable/10/sys/dev/e1000/e1000_mbx.c
stable/10/sys/dev/e1000/e1000_phy.c
stable
Author: marius
Date: Wed Sep 5 20:47:51 2018
New Revision: 338477
URL: https://svnweb.freebsd.org/changeset/base/338477
Log:
MFC: r338304
The read accessors generated by __BUS_ACCESSOR() have the problem that
they don't check the result of BUS_READ_IVAR(9) and silently return stack
gar
Author: marius
Date: Thu Sep 13 09:20:07 2018
New Revision: 338634
URL: https://svnweb.freebsd.org/changeset/base/338634
Log:
MFC: r338261, r338512
- According to section 2.2.5 of the SDHCI specification version 4.20,
SDHCI_TRNS_ACMD12 is to be set only for multiple-block read/write
Author: marius
Date: Thu Sep 13 09:26:16 2018
New Revision: 338636
URL: https://svnweb.freebsd.org/changeset/base/338636
Log:
MFC: r333613
The broken DDR52 support of Intel Bay Trail eMMC controllers rumored
in the commit log of r321385 has been confirmed via the public VLI54
erratum. T
Author: marius
Date: Thu Sep 13 10:18:50 2018
New Revision: 338638
URL: https://svnweb.freebsd.org/changeset/base/338638
Log:
MFC: r333614, r333647, r338275, r338280, r338513
- Let mmcsd_ioctl() ensure appropriate privileges via priv_check(9).
- If present, take advantage of the R/W cache
Author: marius
Date: Wed Nov 21 18:54:38 2018
New Revision: 340741
URL: https://svnweb.freebsd.org/changeset/base/340741
Log:
MFC: r340495
- Restore setting the clock for devices which support the default/legacy
transfer mode only (lost with r321385). [1]
- Similarly, don't try to set
Author: marius
Date: Thu Nov 22 13:18:58 2018
New Revision: 340764
URL: https://svnweb.freebsd.org/changeset/base/340764
Log:
MFC: r339007, r340543, r340654
- Add ACPI identifier for AMD eMMC 5.0 controller [1]
- Add a quirk handling for AMDI0040 controllers allowing them to do HS400. [2]
Author: marius
Date: Sat Jan 5 19:35:10 2019
New Revision: 342790
URL: https://svnweb.freebsd.org/changeset/base/342790
Log:
MFC: r336610 (partial), r339207, r339267
- Or in the DMA coalescing Rx threshold so the other bits set in E1000_DMACR
remain intact as intended in igb_init_dmac(
Author: marius
Date: Sun Jan 27 19:05:18 2019
New Revision: 343505
URL: https://svnweb.freebsd.org/changeset/base/343505
Log:
MFC: r342634 (partial)
o Don't allocate resources for SDMA in sdhci(4) if the controller or the
front-end doesn't support SDMA or the latter implements a platfor
1 - 100 of 119 matches
Mail list logo