Author: royger
Date: Tue Mar 13 09:38:53 2018
New Revision: 330834
URL: https://svnweb.freebsd.org/changeset/base/330834
Log:
vt_vga: check if VGA is available from ACPI FADT table
On x86 the IA-PC Boot Flags in the FADT can signal whether VGA is
available or not.
Sponsored by:
Author: royger
Date: Tue Mar 13 09:42:33 2018
New Revision: 330835
URL: https://svnweb.freebsd.org/changeset/base/330835
Log:
at_rtc: check in ACPI FADT boot flags if the RTC is present
Or else disable the device. Note that the detection can be bypassed by
setting the hw.atrtc.enable opti
Author: tsoome
Date: Tue Mar 13 09:58:29 2018
New Revision: 330837
URL: https://svnweb.freebsd.org/changeset/base/330837
Log:
biosdisk.c should not set d_opendata.
Same as 330807, d_opendata is owned by open_disk and we should not
set it.
Mstand/i386/libi386/biosdisk.c
Modified:
Author: emaste
Date: Tue Mar 13 13:09:10 2018
New Revision: 330842
URL: https://svnweb.freebsd.org/changeset/base/330842
Log:
Use C99 designated initializers for struct execsw
It it makes use slightly more clear and facilitates grepping.
Modified:
head/sys/kern/imgact_aout.c
head/sys/k
Author: kevans
Date: Tue Mar 13 15:01:23 2018
New Revision: 330843
URL: https://svnweb.freebsd.org/changeset/base/330843
Log:
efirtc: Pass a dummy tmcap pointer to efi_get_time_locked
As noted in the comment, UEFI spec claims the capabilities pointer is
optional, but some implementations
Author: kevans
Date: Tue Mar 13 15:02:46 2018
New Revision: 330844
URL: https://svnweb.freebsd.org/changeset/base/330844
Log:
Correct minor typo in comment, efi_dmcap -> efi_tmcap
Modified:
head/sys/dev/efidev/efirt.c
Modified: head/sys/dev/efidev/efirt.c
Author: nwhitehorn
Date: Tue Mar 13 15:03:58 2018
New Revision: 330845
URL: https://svnweb.freebsd.org/changeset/base/330845
Log:
Execute PowerPC64/AIM kernel from direct map region when possible.
When the kernel can be in real mode in early boot, we can execute from
high addresses aliase
Author: mav
Date: Tue Mar 13 15:29:13 2018
New Revision: 330846
URL: https://svnweb.freebsd.org/changeset/base/330846
Log:
Add some argument checks to be more user-friendly.
MFC after:2 weeks
Sponsored by: iXsystems, Inc.
Modified:
head/sbin/nvmecontrol/format.c
Modified: head/sbi
Author: imp
Date: Tue Mar 13 16:33:00 2018
New Revision: 330864
URL: https://svnweb.freebsd.org/changeset/base/330864
Log:
Prefer uintXX_t to u_intXX_t
A foolish consistency is the hobgoblin of little minds, adored by
little statesmen and philosophers and divines. With consistency a
gre
Author: emaste
Date: Tue Mar 13 16:40:29 2018
New Revision: 330866
URL: https://svnweb.freebsd.org/changeset/base/330866
Log:
Use C99 boolean type for translate_osrel
Migrate to modern types before creating MD Linuxolator bits for new
architectures.
Reviewed by: cem
Sponsored by:
Author: kevans
Date: Tue Mar 13 17:10:52 2018
New Revision: 330868
URL: https://svnweb.freebsd.org/changeset/base/330868
Log:
EFIRT: SetVirtualAddressMap with 1:1 mapping after exiting boot services
This fixes a problem encountered on the Lenovo Thinkpad X220/Yoga 11e where
runtime servic
This broke the powerpc (32-bit) build.
On Tue, Mar 13, 2018 at 10:03 AM, Nathan Whitehorn
wrote:
> Author: nwhitehorn
> Date: Tue Mar 13 15:03:58 2018
> New Revision: 330845
> URL: https://svnweb.freebsd.org/changeset/base/330845
>
> Log:
> Execute PowerPC64/AIM kernel from direct map region wh
Author: nwhitehorn
Date: Tue Mar 13 18:24:21 2018
New Revision: 330870
URL: https://svnweb.freebsd.org/changeset/base/330870
Log:
Restore missing temporary variable, deleted by accident in r330845. This
unbreaks the ppc32 AIM build.
Reported by: jhibbits
Modified:
head/sys/powerpc/aim
Author: kib
Date: Tue Mar 13 18:27:23 2018
New Revision: 330871
URL: https://svnweb.freebsd.org/changeset/base/330871
Log:
Revert the chunk from r330410 in vm_page_reclaim_run().
There, the pages freed might be managed but the page's lock is not
owned. For KPI correctness, the page lock
Author: jhb
Date: Tue Mar 13 18:30:26 2018
New Revision: 330872
URL: https://svnweb.freebsd.org/changeset/base/330872
Log:
Add a "jail" keyword to list the name of a jail rather than its ID.
Inspired by: mwlucas
Reviewed by: jamie
MFC after:1 week
Differential Revision:h
Author: trasz
Date: Tue Mar 13 19:49:06 2018
New Revision: 330875
URL: https://svnweb.freebsd.org/changeset/base/330875
Log:
Add "usbconfig dump_all_desc", a subcommand to dump all device and config
descriptors.
Reviewed by: hselasky@
MFC after:2 weeks
Sponsored by: The FreeBSD F
Author: brooks
Date: Tue Mar 13 19:56:10 2018
New Revision: 330876
URL: https://svnweb.freebsd.org/changeset/base/330876
Log:
Fix ISP_FC_LIP and ISP_RESCAN on big-endian 64-bit systems.
For _IO() ioctls, addr is a pointer to uap->data which is a caddr_t.
When the caddr_t stores an int, de
Author: dteske
Date: Tue Mar 13 20:31:07 2018
New Revision: 330878
URL: https://svnweb.freebsd.org/changeset/base/330878
Log:
Fix typo and lint/igor warnings
Modified:
head/lib/libdpv/dpv.3
Modified: head/lib/libdpv/dpv.3
==
Author: dteske
Date: Tue Mar 13 20:35:32 2018
New Revision: 330879
URL: https://svnweb.freebsd.org/changeset/base/330879
Log:
Fix lint/igor warnings
Modified:
head/lib/libfigpar/figpar.3
Modified: head/lib/libfigpar/figpar.3
===
Author: brooks
Date: Tue Mar 13 20:39:06 2018
New Revision: 330880
URL: https://svnweb.freebsd.org/changeset/base/330880
Log:
Don't overflow the kernel struct mdio in the MDIOCLIST ioctl.
Always terminate the list with -1 and document the ioctl behavior.
This preserves existing behavior a
Author: brooks
Date: Tue Mar 13 20:54:18 2018
New Revision: 330881
URL: https://svnweb.freebsd.org/changeset/base/330881
Log:
md_pad is used by MDIOCLIST and not available for future use.
MFC after:1 week
Modified:
head/sys/sys/mdioctl.h
Modified: head/sys/sys/mdioctl.h
Author: jhb
Date: Tue Mar 13 21:42:38 2018
New Revision: 330882
URL: https://svnweb.freebsd.org/changeset/base/330882
Log:
Simplify error handling in t4_tom.ko module loading.
- Change t4_ddp_mod_load() to return void instead of always returning
success. This avoids having to pretend t
Author: glebius
Date: Tue Mar 13 22:54:29 2018
New Revision: 330883
URL: https://svnweb.freebsd.org/changeset/base/330883
Log:
Fix typo that misteriously passes compilation.
Modified:
head/stand/userboot/userboot/main.c
Modified: head/stand/userboot/userboot/main.c
==
Author: jhb
Date: Tue Mar 13 23:05:51 2018
New Revision: 330884
URL: https://svnweb.freebsd.org/changeset/base/330884
Log:
Support for TLS offload of TOE connections on T6 adapters.
The TOE engine in Chelsio T6 adapters supports offloading of TLS
encryption and TCP segmentation for offloa
Author: imp
Date: Tue Mar 13 23:36:15 2018
New Revision: 330885
URL: https://svnweb.freebsd.org/changeset/base/330885
Log:
We need opt_compat.h after r330819 and 330820.
Add opt_compat.h to fix the stand-alone build case.
Sponsored by: Netflix.
Modified:
head/sys/modules/cam/Makefil
Author: dteske
Date: Tue Mar 13 23:37:33 2018
New Revision: 330886
URL: https://svnweb.freebsd.org/changeset/base/330886
Log:
Install files added in SVN's r295373, r295457, r295542
Reported by: woodsb02
MFC after:3 days
X-MFC to: stable/11
Modified:
head/share/examples/Makef
Author: np
Date: Wed Mar 14 00:04:58 2018
New Revision: 330887
URL: https://svnweb.freebsd.org/changeset/base/330887
Log:
cxgbetool(8): Add the ability to decode hardware TCBs.
Obtained from:Chelsio Communications
MFC after:1 week
Sponsored by: Chelsio Communications
Added:
On Tue, Mar 13, 2018 at 11:36:15PM +, Warner Losh wrote:
> Author: imp
> Date: Tue Mar 13 23:36:15 2018
> New Revision: 330885
> URL: https://svnweb.freebsd.org/changeset/base/330885
>
> Log:
> We need opt_compat.h after r330819 and 330820.
>
> Add opt_compat.h to fix the stand-alone bu
Author: kevans
Date: Wed Mar 14 02:35:49 2018
New Revision: 330891
URL: https://svnweb.freebsd.org/changeset/base/330891
Log:
ubldr: Bump heap size from 512K to 1M
lualoader in itself only uses another ~200K, but there seems to be no reason
not to bump it a little higher to give us some m
On Mar 13, 2018 6:07 PM, "Brooks Davis" wrote:
On Tue, Mar 13, 2018 at 11:36:15PM +, Warner Losh wrote:
> Author: imp
> Date: Tue Mar 13 23:36:15 2018
> New Revision: 330885
> URL: https://svnweb.freebsd.org/changeset/base/330885
>
> Log:
> We need opt_compat.h after r330819 and 330820.
>
>
Author: cem
Date: Wed Mar 14 03:00:17 2018
New Revision: 330894
URL: https://svnweb.freebsd.org/changeset/base/330894
Log:
Update to Zstandard 1.3.3
Includes patch to conditionalize use of __builtin_clz(ll) on __has_builtin().
The issue is tracked upstream at https://github.com/facebook/z
On Tue, 13 Mar 2018 23:05:51 + (UTC)
John Baldwin wrote:
> Author: jhb
> Date: Tue Mar 13 23:05:51 2018
> New Revision: 330884
> URL: https://svnweb.freebsd.org/changeset/base/330884
>
> Log:
> Support for TLS offload of TOE connections on T6 adapters.
>
> The TOE engine in Chelsio T6
On Wed, 14 Mar 2018 06:25:10 +0100
"O. Hartmann" wrote:
> On Tue, 13 Mar 2018 23:05:51 + (UTC)
> John Baldwin wrote:
>
> > Author: jhb
> > Date: Tue Mar 13 23:05:51 2018
> > New Revision: 330884
> > URL: https://svnweb.freebsd.org/changeset/base/330884
> >
> > Log:
> > Support for TLS of
33 matches
Mail list logo