Author: cy
Date: Mon May 29 07:15:28 2017
New Revision: 319099
URL: https://svnweb.freebsd.org/changeset/base/319099
Log:
Revert r318789. It causes hanging NAT tcp sessions.
Modified:
head/sys/contrib/ipfilter/netinet/ip_nat.c
Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c
Author: adrian
Date: Mon May 29 07:27:08 2017
New Revision: 319100
URL: https://svnweb.freebsd.org/changeset/base/319100
Log:
Update AP93 support to the new world order.
* Map change: create a combined kernel+rootfs image. The instructions I'll
post
on the wiki (which will be for a ve
Author: adrian
Date: Mon May 29 07:30:07 2017
New Revision: 319101
URL: https://svnweb.freebsd.org/changeset/base/319101
Log:
[ar71xx] [ar724x] update to work
* add EARLY_PRINTF for debugging
* update module list to be much larger
* add random, otherwise well, stuff doesn't work.
* IP
Author: adrian
Date: Mon May 29 07:57:01 2017
New Revision: 319102
URL: https://svnweb.freebsd.org/changeset/base/319102
Log:
[AP93] fix up the arge0/arge1 hints.
Modified:
head/sys/mips/conf/AP93.hints
Modified: head/sys/mips/conf/AP93.hints
=
Author: wma
Date: Mon May 29 09:20:20 2017
New Revision: 319115
URL: https://svnweb.freebsd.org/changeset/base/319115
Log:
Enable wireless Atheros cards in ARMADA38X
Submitted by: Bartosz Szczepanek
Dominik Ermel
Obtained from: Semihalf
Sponsored by: Stormshield
Author: wma
Date: Mon May 29 09:21:38 2017
New Revision: 319116
URL: https://svnweb.freebsd.org/changeset/base/319116
Log:
Increase timeout in Atheros HAL
It turned out, that some models of the Atheros PCIe
adapters (e.g. AR983x family) may fail to attach
due to insufficient timeout val
Author: wma
Date: Mon May 29 09:22:53 2017
New Revision: 319117
URL: https://svnweb.freebsd.org/changeset/base/319117
Log:
Introduce Genesys GL3224 quirks
The Genesys chip is failing when issueing READ_CAP(16) command.
Force a quirk to disable it and use READ_CAP(10) instead.
Also, d
Author: ae
Date: Mon May 29 09:30:38 2017
New Revision: 319118
URL: https://svnweb.freebsd.org/changeset/base/319118
Log:
Disable IPsec debugging code by default when IPSEC_DEBUG kernel option
is not specified.
Due to the long call chain IPsec code can produce the kernel stack
exhaustio
Author: manu
Date: Mon May 29 12:51:02 2017
New Revision: 319125
URL: https://svnweb.freebsd.org/changeset/base/319125
Log:
mkimg: Correct an off by one error in the PMBR size
The PMBR last sector should be number of sector - 1 (As stated in UEFI Spec
2.6 page 118 table 17).
This fixes
Author: emaste
Date: Mon May 29 13:10:01 2017
New Revision: 319132
URL: https://svnweb.freebsd.org/changeset/base/319132
Log:
bsdgrep: bump version number and add Kyle Evans copyright
The following changes have been made over the last couple of months:
Features:
- With bsdgrep -r
Author: kib
Date: Mon May 29 13:36:32 2017
New Revision: 319137
URL: https://svnweb.freebsd.org/changeset/base/319137
Log:
Correct explanation of the dynamic tokens handling.
Reviewed by: emaste, jonathan
Sponsored by: The FreeBSD Foundation
X-Differential Revision: https://review
Author: kib
Date: Mon May 29 13:38:26 2017
New Revision: 319138
URL: https://svnweb.freebsd.org/changeset/base/319138
Log:
Document direct execution mode for rtld.
Reviewed by: emaste, jonathan (previous version)
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Differential
On 0528T2008, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
> > Author: trasz
> > Date: Sun May 28 18:09:49 2017
> > New Revision: 319080
> > URL: https://svnweb.freebsd.org/changeset/base/319080
> >
> > Log:
> > Fix Xrs; they were pointing to the wrong section.
> >
>
> On 0528T2008, Rodney W. Grimes wrote:
> > [ Charset UTF-8 unsupported, converting... ]
> > > Author: trasz
> > > Date: Sun May 28 18:09:49 2017
> > > New Revision: 319080
> > > URL: https://svnweb.freebsd.org/changeset/base/319080
> > >
> > > Log:
> > > Fix Xrs; they were pointing to the wrong
Author: ngie
Date: Mon May 29 18:34:45 2017
New Revision: 319155
URL: https://svnweb.freebsd.org/changeset/base/319155
Log:
lib/libnv/tests/dnv_test: fix memory leaks for memory allocated via
either strdup or one of the dnvlist* libcalls.
Reported by: Coverity
CID: 1362056-136
Author: ngie
Date: Mon May 29 18:39:28 2017
New Revision: 319156
URL: https://svnweb.freebsd.org/changeset/base/319156
Log:
:nvlist_unpack__duplicate_key : check the result of nvlist_pack(3)
This fixes a potential NULL pointer dereference.
MFC after:3 days
Reported by: Coverity
Author: ngie
Date: Mon May 29 18:45:10 2017
New Revision: 319157
URL: https://svnweb.freebsd.org/changeset/base/319157
Log:
fma_test: mute a warning about unreachable code on amd64 by restructuring
the #ifdef block to only handle the rest of the logic in the loop in the
#else case.
MFC
Author: ngie
Date: Mon May 29 18:49:28 2017
New Revision: 319158
URL: https://svnweb.freebsd.org/changeset/base/319158
Log:
logarithm_test: assert that feclearexcept succeeds
This helps ensure that test preconditons are fulfilled.
MFC after:3 days
Reported by: Coverity
CID:
Author: ngie
Date: Mon May 29 19:02:52 2017
New Revision: 319159
URL: https://svnweb.freebsd.org/changeset/base/319159
Log:
:dnvlist_get_string__default_value: fix a bogus string comparison test
Check actual_value vs "5", not "5" vs itself.
MFC after:3 days
Reported by: Coverity
Author: kwm (ports committer)
Date: Mon May 29 20:11:27 2017
New Revision: 319160
URL: https://svnweb.freebsd.org/changeset/base/319160
Log:
64-bit inode commit bumped libarchive library version, record the old one.
Approved by: emaste@
Modified:
head/ObsoleteFiles.inc
Modified: head/O
Author: kwm (ports committer)
Date: Mon May 29 20:27:31 2017
New Revision: 319161
URL: https://svnweb.freebsd.org/changeset/base/319161
Log:
Also add libzfs and libmilter to the 64-bit inode library bump list.
Make the comment more generic.
Approved by: emaste@
Modified:
head/Obsolete
Author: wulf
Date: Mon May 29 20:43:00 2017
New Revision: 319162
URL: https://svnweb.freebsd.org/changeset/base/319162
Log:
psm: add support for evdev protocol
Both relative and absolute multitouch modes are supported.
To enable psm(4) evdev support one should:
1. Add `device evdev` and
Author: mjg
Date: Tue May 30 02:25:47 2017
New Revision: 319167
URL: https://svnweb.freebsd.org/changeset/base/319167
Log:
mtx: fix whitespace damage in _mtx_trylock_flags_
MFC after:3 days
Modified:
head/sys/kern/kern_mutex.c
Modified: head/sys/kern/kern_mutex.c
===
23 matches
Mail list logo