Author: ngie
Date: Tue Mar 28 06:39:54 2017
New Revision: 316076
URL: https://svnweb.freebsd.org/changeset/base/316076
Log:
sys/boot/common: Make geli(4) support optional in MI sources
This saves a negligible amount of memory for non-geli enabled
bootloaders.
MFC after:1 week
S
On Tue, 28 Mar 2017, Bruce Evans wrote:
[...]
they have to fit below 640K and a few multiples of 64K are already
used for buffers). The limit on 8K is mainly a historical mistake.
A limit of 7.5K simplified booting from 15-sector floppies. 18-sector
My memory says that the limit of 7.5K i
Author: ngie
Date: Tue Mar 28 06:13:16 2017
New Revision: 316074
URL: https://svnweb.freebsd.org/changeset/base/316074
Log:
MFC r313436,r313437,r313438,r314587,r315687:
r313436:
Clarify #includes for hexdump(3) vs sbuf_hexdump(9)
hexdump(3) only requires libutil.h, whereas sbuf_he
Author: ngie
Date: Tue Mar 28 06:13:21 2017
New Revision: 316075
URL: https://svnweb.freebsd.org/changeset/base/316075
Log:
MFC r313436,r313437,r313438,r314587,r315687:
r313436:
Clarify #includes for hexdump(3) vs sbuf_hexdump(9)
hexdump(3) only requires libutil.h, whereas sbuf_he
Author: kib
Date: Tue Mar 28 06:07:59 2017
New Revision: 316073
URL: https://svnweb.freebsd.org/changeset/base/316073
Log:
MFC r315281:
Use atop() instead of OFF_TO_IDX() for convertion of addresses or
addresses offsets, as intended.
MFC r315580 (by alc):
Simplify the logic for clippi
Author: ngie
Date: Tue Mar 28 06:05:26 2017
New Revision: 316072
URL: https://svnweb.freebsd.org/changeset/base/316072
Log:
MFC r315686,r315688:
r315686:
kvm_geterr: handle `kd` == NULL in a deterministic/graceful manner
Return a NUL string instead of just working by accident with
Author: ngie
Date: Tue Mar 28 06:03:43 2017
New Revision: 316071
URL: https://svnweb.freebsd.org/changeset/base/316071
Log:
MFC r315686,r315688:
r315686:
kvm_geterr: handle `kd` == NULL in a deterministic/graceful manner
Return a NUL string instead of just working by accident with
Author: ngie
Date: Tue Mar 28 05:57:20 2017
New Revision: 316070
URL: https://svnweb.freebsd.org/changeset/base/316070
Log:
MFC r315647:
Handle kd == NULL gracefully with kvm_close(3)
Don't segfault in kvm_close(3) if provided a NULL pointer. Instead, return
-1 and set errno to EINVA
On Mon, 27 Mar 2017, Warner Losh wrote:
Log:
Fix build with path names with 'align' or 'nop' in them.
clang is now inserting .file directives with the entire path in
them. This is fine, except that our sed peephole optimizer removes
them if ${SRCTOP} or ${OBJTOP} contains 'align' or 'nop',
Author: delphij
Date: Tue Mar 28 04:48:17 2017
New Revision: 316068
URL: https://svnweb.freebsd.org/changeset/base/316068
Log:
MFC r315871: MFV r315791: ntp 4.2.8p10.
Added:
stable/11/contrib/ntp/sntp/harden/
- copied from r315871, head/contrib/ntp/sntp/harden/
stable/11/contrib/ntp/sn
Author: delphij
Date: Tue Mar 28 04:48:55 2017
New Revision: 316069
URL: https://svnweb.freebsd.org/changeset/base/316069
Log:
MFC r315871: MFV r315791: ntp 4.2.8p10.
Added:
stable/10/contrib/ntp/sntp/harden/
- copied from r315871, head/contrib/ntp/sntp/harden/
stable/10/contrib/ntp/sn
Author: emaste
Date: Tue Mar 28 00:57:33 2017
New Revision: 316067
URL: https://svnweb.freebsd.org/changeset/base/316067
Log:
Remove usfs(4) from arm kernel configs
cfumass(4) is not usable if usfs(4) is loaded or compiled into the
kernel. Remove usfs so that the user may kldload the USB
Author: bdrewery
Date: Tue Mar 28 00:39:41 2017
New Revision: 316066
URL: https://svnweb.freebsd.org/changeset/base/316066
Log:
Release ccb if mode_buffer allocation fails.
MFC after:2 weeks
Obtained from:OneFS
Sponsored by: Dell EMC Isilon
Modified:
head/sys/cam/scsi/scs
Author: karels
Date: Mon Mar 27 23:48:36 2017
New Revision: 316065
URL: https://svnweb.freebsd.org/changeset/base/316065
Log:
Enable route and LLE (ndp) caching in TCP/IPv6
tcp_output.c was using a route on the stack for IPv6, which does not
allow route caching or LLE/ndp caching. Switch
Author: imp
Date: Mon Mar 27 22:53:36 2017
New Revision: 316064
URL: https://svnweb.freebsd.org/changeset/base/316064
Log:
Fix build with path names with 'align' or 'nop' in them.
clang is now inserting .file directives with the entire path in
them. This is fine, except that our sed peeph
Author: adrian
Date: Mon Mar 27 22:34:43 2017
New Revision: 316063
URL: https://svnweb.freebsd.org/changeset/base/316063
Log:
[private] add libevent1 and sqlite3 include files for our private libraries.
This, like including ucl private headers, is useful for writing new base
system tools.
Author: np
Date: Mon Mar 27 22:00:03 2017
New Revision: 316062
URL: https://svnweb.freebsd.org/changeset/base/316062
Log:
cxgbe/iw_cxgbe: Defer the handling of error CQEs and RDMA_TERMINATE to
the thread that deals with socket state changes. This eliminates
various bad races with the ithrea
Author: bapt
Date: Mon Mar 27 21:02:22 2017
New Revision: 316061
URL: https://svnweb.freebsd.org/changeset/base/316061
Log:
Update pci_vendors to 2017-03-16
Modified:
head/share/misc/pci_vendors
Modified: head/share/misc/pci_vendors
===
Author: bapt
Date: Mon Mar 27 21:00:49 2017
New Revision: 316060
URL: https://svnweb.freebsd.org/changeset/base/316060
Log:
Import tzdata 2017b
MFC after:2 days
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/NEWS
head/contrib/tzdata/Theory
head/contrib/tzdata/africa
Author: bapt
Date: Mon Mar 27 20:57:44 2017
New Revision: 316059
URL: https://svnweb.freebsd.org/changeset/base/316059
Log:
tag import of tzdata 2017b
Added:
vendor/tzdata/tzdata2017b/
- copied from r316057, vendor/tzdata/dist/
Replaced:
vendor/tzdata/tzdata2017b/Makefile
- copied
Author: bapt
Date: Mon Mar 27 20:57:12 2017
New Revision: 316058
URL: https://svnweb.freebsd.org/changeset/base/316058
Log:
Import tzdata 2017b
Modified:
vendor/tzdata/dist/Makefile
vendor/tzdata/dist/NEWS
vendor/tzdata/dist/Theory
vendor/tzdata/dist/africa
vendor/tzdata/dist/antarcti
Author: trasz
Date: Mon Mar 27 20:32:12 2017
New Revision: 316057
URL: https://svnweb.freebsd.org/changeset/base/316057
Log:
Document EVENTHANDLER_DEFINE(9).
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/share/man/man9/EVENTHANDLER.9
head/share/man/man9/Makefile
Mod
Author: trasz
Date: Mon Mar 27 20:28:56 2017
New Revision: 316056
URL: https://svnweb.freebsd.org/changeset/base/316056
Log:
The cn_consume was removed in r296716.
MFC after:2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/share/man/man9/VOP_LOOKUP.9
Modified: head/share/man/man9/
Author: emaste
Date: Mon Mar 27 20:24:18 2017
New Revision: 316055
URL: https://svnweb.freebsd.org/changeset/base/316055
Log:
makefs: sort roundup with the other off_t members in fsinfo_t
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/makefs/makefs.h
On 27 March 2017 at 12:01, Ed Maste wrote:
> Author: emaste
> Date: Mon Mar 27 16:01:16 2017
> New Revision: 316029
> URL: https://svnweb.freebsd.org/changeset/base/316029
>
> Log:
> lld: hack version and help output for compatibility with libtool
For the record, I think this is a terrible hack
Author: mizhka
Date: Mon Mar 27 19:26:09 2017
New Revision: 316054
URL: https://svnweb.freebsd.org/changeset/base/316054
Log:
[etherswitch] simplify kernconf for recently added etherswitch drivers
This simple patch adds e6060sw, adm6996fc and ksz8995ma into conf/files.
Submitted by: Hi
Author: ngie
Date: Mon Mar 27 19:17:30 2017
New Revision: 316053
URL: https://svnweb.freebsd.org/changeset/base/316053
Log:
pthread_mutex_consistent: sort SEE ALSO by reference name
MFC after:3 days
Reported by: make manlint
Sponsored by: Dell EMC Isilon
Modified:
head/share/man
Author: mizhka
Date: Mon Mar 27 19:06:29 2017
New Revision: 316052
URL: https://svnweb.freebsd.org/changeset/base/316052
Log:
[etherswitch] add support for Marvell 88E6065 ethernet switch incl. 802.1q
This patch brings 802.1q support for Marvell 88E606x ethernet switches.
Test is done on
Author: ngie
Date: Mon Mar 27 19:01:34 2017
New Revision: 316051
URL: https://svnweb.freebsd.org/changeset/base/316051
Log:
ctldadm: sort #includes per style(9)
- Only include sys/types.h or sys/param.h, not both.
- Sort alphabetically.
MFC after:3 days
Sponsored by: Dell EMC I
Author: ngie
Date: Mon Mar 27 18:59:49 2017
New Revision: 316050
URL: https://svnweb.freebsd.org/changeset/base/316050
Log:
ctld: sort #includes per style(9)
- Only include sys/types.h or sys/param.h, not both.
- Sort alphabetically.
MFC after:3 days
Sponsored by: Dell EMC Isil
Author: ngie
Date: Mon Mar 27 18:40:20 2017
New Revision: 316049
URL: https://svnweb.freebsd.org/changeset/base/316049
Log:
Allow WARNS to be overridden by the end-user
MFC after:3 days
Sponsored by: Dell EMC Isilon
Modified:
head/usr.sbin/ctld/Makefile
Modified: head/usr.sbin/ctl
Author: ngie
Date: Mon Mar 27 18:31:00 2017
New Revision: 316048
URL: https://svnweb.freebsd.org/changeset/base/316048
Log:
MFC r315639:
libcam: NULL out freed `ccb.cdm.matches` and `ccb.cdm.patterns` pointers
This is being done to avoid potential double frees with the values.
Modifie
Author: ngie
Date: Mon Mar 27 18:29:30 2017
New Revision: 316047
URL: https://svnweb.freebsd.org/changeset/base/316047
Log:
MFC r315639:
libcam: NULL out freed `ccb.cdm.matches` and `ccb.cdm.patterns` pointers
This is being done to avoid potential double frees with the values.
Modifie
Author: ngie
Date: Mon Mar 27 18:28:17 2017
New Revision: 316046
URL: https://svnweb.freebsd.org/changeset/base/316046
Log:
MFC r314245:
Fill MK_LIBTHR as far as lib/libthr is concerned
There are other areas of the tree that will need to be evaluated for sanity
if they're supposed to
Author: ngie
Date: Mon Mar 27 18:28:15 2017
New Revision: 316045
URL: https://svnweb.freebsd.org/changeset/base/316045
Log:
MFC r314245:
Fill MK_LIBTHR as far as lib/libthr is concerned
There are other areas of the tree that will need to be evaluated for sanity
if they're supposed to
Author: ngie
Date: Mon Mar 27 18:26:19 2017
New Revision: 316043
URL: https://svnweb.freebsd.org/changeset/base/316043
Log:
MFC r315641,r315642:
r315641:
bsnmp: don't leak snmp_client.fd in open_client_udp(..) on connect(2) failure
r315642:
bsnmp: explicitly test the return v
Author: ngie
Date: Mon Mar 27 18:26:22 2017
New Revision: 316044
URL: https://svnweb.freebsd.org/changeset/base/316044
Log:
MFC r315641,r315642:
r315641:
bsnmp: don't leak snmp_client.fd in open_client_udp(..) on connect(2) failure
r315642:
bsnmp: explicitly test the return v
Author: ngie
Date: Mon Mar 27 18:24:27 2017
New Revision: 316042
URL: https://svnweb.freebsd.org/changeset/base/316042
Log:
MFC r315690:
Delete trailing whitespace (no functional change)
Modified:
stable/10/sbin/route/route.c
Directory Properties:
stable/10/ (props changed)
Modified
Author: ngie
Date: Mon Mar 27 18:24:17 2017
New Revision: 316041
URL: https://svnweb.freebsd.org/changeset/base/316041
Log:
MFC r315690:
Delete trailing whitespace (no functional change)
Modified:
stable/11/sbin/route/route.c
Directory Properties:
stable/11/ (props changed)
Modified
Author: ngie
Date: Mon Mar 27 18:23:45 2017
New Revision: 316040
URL: https://svnweb.freebsd.org/changeset/base/316040
Log:
MFC r315595,r315603:
r315595:
Remove a commented out line before kvm_getprocs(3)
The commented out return value for kvm_getprocs(3) was misleading -- the
u
Author: ngie
Date: Mon Mar 27 18:22:33 2017
New Revision: 316039
URL: https://svnweb.freebsd.org/changeset/base/316039
Log:
MFC r315595,r315601,r315603,r315647:
r315595:
Remove a commented out line before kvm_getprocs(3)
The commented out return value for kvm_getprocs(3) was misle
Author: tuexen
Date: Mon Mar 27 18:20:32 2017
New Revision: 316038
URL: https://svnweb.freebsd.org/changeset/base/316038
Log:
Tweak the Makefiles a bit to allow using "tcp" in MODULES_OVERRIDE
to build the tcp modules.
Sponsored by: Netflix, Inc.
Added:
head/sys/modules/tcp/Makefile
On Mon, Mar 27, 2017 at 11:07 AM, John Baldwin wrote:
> On Sunday, March 26, 2017 08:36:56 AM Michal Meloun wrote:
>> Author: mmel
>> Date: Sun Mar 26 08:36:56 2017
>> New Revision: 315974
>> URL: https://svnweb.freebsd.org/changeset/base/315974
>>
>> Log:
>> Preserve VFP state across signal del
Author: jpaetzel
Date: Mon Mar 27 17:27:46 2017
New Revision: 316037
URL: https://svnweb.freebsd.org/changeset/base/316037
Log:
MFV: 315989
7603 xuio_stat_wbuf_* should be declared (void)
illumos/illumos-gate@99aa8b55058e512798eafbd71f72f916bdc10181
https://github.com/illumos/illumo
Author: markj
Date: Mon Mar 27 17:24:40 2017
New Revision: 316036
URL: https://svnweb.freebsd.org/changeset/base/316036
Log:
Typo.
MFC after:1 week
Modified:
head/share/man/man4/rights.4
Modified: head/share/man/man4/rights.4
=
On Sunday, March 26, 2017 08:36:56 AM Michal Meloun wrote:
> Author: mmel
> Date: Sun Mar 26 08:36:56 2017
> New Revision: 315974
> URL: https://svnweb.freebsd.org/changeset/base/315974
>
> Log:
> Preserve VFP state across signal delivery.
>
> We don't have enouch space to store full VFP co
Author: hselasky
Date: Mon Mar 27 17:18:04 2017
New Revision: 316035
URL: https://svnweb.freebsd.org/changeset/base/316035
Log:
Implement vmalloc_32() in the LinuxKPI.
Obtained from:kmacy @
MFC after:1 week
Sponsored by: Mellanox Technologies
Modifie
Author: hselasky
Date: Mon Mar 27 17:09:11 2017
New Revision: 316034
URL: https://svnweb.freebsd.org/changeset/base/316034
Log:
Add more platforms supporting the direct map feature in the LinuxKPI.
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
head/
Author: hselasky
Date: Mon Mar 27 17:04:11 2017
New Revision: 316033
URL: https://svnweb.freebsd.org/changeset/base/316033
Log:
Implement a series of physical page management related functions in
the LinuxKPI for accessing user-space memory in the kernel.
Add functions to hold and wire ph
Author: markj
Date: Mon Mar 27 16:25:58 2017
New Revision: 316032
URL: https://svnweb.freebsd.org/changeset/base/316032
Log:
Refine r301173 a bit.
- Don't execute any of g_mirror_shutdown_post_sync() when panicking. We
cannot safely idle the mirror or stop synchronization in that state,
Author: markj
Date: Mon Mar 27 16:18:19 2017
New Revision: 316031
URL: https://svnweb.freebsd.org/changeset/base/316031
Log:
Adjust the constraint for "src" in atomic_(f)cmpset_8.
"r" is not sufficient to prevent the use of invalid byte-width registers
with at least gcc.
Reported and
Author: brd (doc,ports committer)
Date: Mon Mar 27 16:01:44 2017
New Revision: 316030
URL: https://svnweb.freebsd.org/changeset/base/316030
Log:
Add some useful examples to the sed man page.
Reviewed by: wblock, bcr
MFC after:1 week
Differential Revision:https://reviews.fre
Author: emaste
Date: Mon Mar 27 16:01:16 2017
New Revision: 316029
URL: https://svnweb.freebsd.org/changeset/base/316029
Log:
lld: hack version and help output for compatibility with libtool
GNU libtool checks the output from invoking the linker with --version
and --help, in order to dete
On Mon, Mar 27, 2017 at 02:55:24PM +, Sean Bruno wrote:
> New Revision: 316026
> URL: https://svnweb.freebsd.org/changeset/base/316026
>
> Log:
> Change the default rss_type to M_HASHTYPE_OPAQUE_HASH.
>
> Submitted by: Venkat Duvvuru
> MFC after: 1 week
> Differential Revisi
Author: brd (doc,ports committer)
Date: Mon Mar 27 15:20:31 2017
New Revision: 316028
URL: https://svnweb.freebsd.org/changeset/base/316028
Log:
Check to see if the kernel has cd9660 before running tests that require it
Approved by: ngie
MFC after:1 week
Differential Revision:
Author: sbruno
Date: Mon Mar 27 15:08:02 2017
New Revision: 316027
URL: https://svnweb.freebsd.org/changeset/base/316027
Log:
Access *correct* ifp data structure when debug sysctl is invoked.
Submitted by: Kevin Bowling
Sponsored by: Limelight Networks
Differential Revision:htt
Author: sbruno
Date: Mon Mar 27 14:55:23 2017
New Revision: 316026
URL: https://svnweb.freebsd.org/changeset/base/316026
Log:
Change the default rss_type to M_HASHTYPE_OPAQUE_HASH.
Submitted by: Venkat Duvvuru
MFC after:1 week
Differential Revision:https://reviews.freebsd.o
Author: pluknet
Date: Mon Mar 27 14:37:35 2017
New Revision: 316025
URL: https://svnweb.freebsd.org/changeset/base/316025
Log:
macOS 10.12 release date added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
=
Author: pluknet
Date: Mon Mar 27 14:32:34 2017
New Revision: 316024
URL: https://svnweb.freebsd.org/changeset/base/316024
Log:
Fix pfil_add_hook() and pfil_remove_hook() type.
Modified:
head/share/man/man9/pfil.9
Modified: head/share/man/man9/pfil.9
==
Author: jamie
Date: Mon Mar 27 13:37:40 2017
New Revision: 316023
URL: https://svnweb.freebsd.org/changeset/base/316023
Log:
Same as r316022 (Fix hexadecimal escape codes in jail.conf(5)),
but do it right this time.
Reported by: Kyle Evans
MFC after:3 days
Modified:
head/usr.sb
Author: jamie
Date: Mon Mar 27 13:27:39 2017
New Revision: 316022
URL: https://svnweb.freebsd.org/changeset/base/316022
Log:
Fix hexadecimal escape codes in jail.conf(5).
PR: 218154
Submitted by: Masahiro Konishi
MFC after:3 days
Modified:
head/usr.sbin/jail/jaillex.l
Author: avg
Date: Mon Mar 27 12:34:29 2017
New Revision: 316021
URL: https://svnweb.freebsd.org/changeset/base/316021
Log:
revert r315959 because it causes build problems
The change introduced a dependency between genassym.c and header files
generated from .m files, but that dependency is
On 27/03/2017 14:05, Chagin Dmitry wrote:
> I believe it, but on my machine genassym.c is processed before device_if.m
Yeah, looks like the order could be arbitrary because the dependency is not
defined.
Anyway, I am reverting the change.
Thank you for the report and sorry for the trouble.
--
A
On Mon, Mar 27, 2017 at 11:30:42AM +0300, Andriy Gapon wrote:
> On 03/26/2017 11:30, Chagin Dmitry wrote:
> > On Sat, Mar 25, 2017 at 06:45:09PM +, Andriy Gapon wrote:
> >> Author: avg
> >> Date: Sat Mar 25 18:45:09 2017
> >> New Revision: 315959
> >> URL: https://svnweb.freebsd.org/changeset/b
Author: avg
Date: Mon Mar 27 11:04:57 2017
New Revision: 316020
URL: https://svnweb.freebsd.org/changeset/base/316020
Log:
update comment describing topo_probe_amd()
MFC after:2 weeks
MFC with: r316017
Modified:
head/sys/x86/x86/mp_x86.c
Modified: head/sys/x86/x86/mp_x86.c
===
Author: bde
Date: Mon Mar 27 10:48:28 2017
New Revision: 316019
URL: https://svnweb.freebsd.org/changeset/base/316019
Log:
Oops, my fix for bright colors broke bright black some more (in cases
that used to work via the bold hack).
Fix the table entry for bright black. Fix spelling of pla
Author: rwatson
Date: Mon Mar 27 10:38:53 2017
New Revision: 316018
URL: https://svnweb.freebsd.org/changeset/base/316018
Log:
Introduce an audit event identifier -> audit event name mapping
database in the kernel audit implementation, similar the exist
class mapping database. This will be
Author: avg
Date: Mon Mar 27 09:45:27 2017
New Revision: 316017
URL: https://svnweb.freebsd.org/changeset/base/316017
Log:
add SMT detection for newer AMD processors
The change seems to be more in the nomenclature than in the way the
topology is advertised by the hardware.
Tested by:
On 03/26/2017 11:30, Chagin Dmitry wrote:
> On Sat, Mar 25, 2017 at 06:45:09PM +, Andriy Gapon wrote:
>> Author: avg
>> Date: Sat Mar 25 18:45:09 2017
>> New Revision: 315959
>> URL: https://svnweb.freebsd.org/changeset/base/315959
>>
>> Log:
>> specific end of interrupt implementation for AM
Author: mav
Date: Mon Mar 27 08:29:46 2017
New Revision: 316016
URL: https://svnweb.freebsd.org/changeset/base/316016
Log:
MFC 315229: Remove remnant of r315163.
Modified:
stable/10/sys/dev/isp/isp_freebsd.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/isp
Author: mav
Date: Mon Mar 27 08:29:02 2017
New Revision: 316014
URL: https://svnweb.freebsd.org/changeset/base/316014
Log:
MFC 315229: Remove remnant of r315163.
Modified:
stable/11/sys/dev/isp/isp_freebsd.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/isp
Author: rwatson
Date: Mon Mar 27 08:29:17 2017
New Revision: 316015
URL: https://svnweb.freebsd.org/changeset/base/316015
Log:
Extend comment describing path canonicalisation in audit.
Sponsored by: DARPA, AFRL
Obtained from:TrustedBSD Project
MFC after:3 days
Modified:
h
Author: ae
Date: Mon Mar 27 08:18:13 2017
New Revision: 316013
URL: https://svnweb.freebsd.org/changeset/base/316013
Log:
ake pfil's locking macros private.
Obtained from:Yandex LLC
MFC after:1 week
Modified:
head/sys/net/pfil.c
head/sys/net/pfil.h
Modified: head/sys/net
Author: ae
Date: Mon Mar 27 07:56:41 2017
New Revision: 316012
URL: https://svnweb.freebsd.org/changeset/base/316012
Log:
Declare module version.
MFC after:1 week
Modified:
head/sys/net/if_enc.c
Modified: head/sys/net/if_enc.c
Author: kib
Date: Mon Mar 27 07:06:45 2017
New Revision: 316011
URL: https://svnweb.freebsd.org/changeset/base/316011
Log:
Timeout DMAR commands.
Implement timeouts for register-based DMAR commands. Tunable/sysctl
hw.dmar.timeout specifies the timeout in nanoseconds, set it to zero
to
Sun, 26 Mar 2017 17:43:18 +0300 було написано Hartmann, O.
:
On Sun, 26 Mar 2017 09:10:02 + (UTC)
Andriy Voskoboinyk wrote:
Author: avos
Date: Sun Mar 26 09:10:01 2017
New Revision: 315981
URL: https://svnweb.freebsd.org/changeset/base/315981
Log:
iwn: omit unneeded bus_dmamap_sync()
Author: avos
Date: Mon Mar 27 07:02:27 2017
New Revision: 316010
URL: https://svnweb.freebsd.org/changeset/base/316010
Log:
iwm: fix build without IWM_DEBUG.
Reported by: O. Hartmann
Reviewed by: adrian
Differential Revision:https://reviews.freebsd.org/D10146
Modified:
hea
77 matches
Mail list logo