On 08/26/16 at 09:23P, Sepherosa Ziehau wrote:
> On Fri, Aug 26, 2016 at 1:54 AM, hiren panchasara
> wrote:
> > On 08/02/16 at 06:36P, Sepherosa Ziehau wrote:
> >> Author: sephe
> >> Date: Tue Aug 2 06:36:47 2016
> >> New Revision: 303656
> >> URL: https://svnweb.freebsd.org/changeset/base/303656
Author: sephe
Date: Fri Aug 26 05:18:27 2016
New Revision: 304834
URL: https://svnweb.freebsd.org/changeset/base/304834
Log:
hyperv/hn: Use vmbus xact for RNDIS set.
And use new RNDIS set to configure NDIS offloading parameters.
MFC after:1 week
Sponsored by: Microsoft
Differen
Author: sephe
Date: Fri Aug 26 05:15:08 2016
New Revision: 304833
URL: https://svnweb.freebsd.org/changeset/base/304833
Log:
hyperv/hn: Save the adopted NDIS version for RNDIS to use later.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebs
Author: sephe
Date: Fri Aug 26 05:12:09 2016
New Revision: 304832
URL: https://svnweb.freebsd.org/changeset/base/304832
Log:
hyperv/hn: Use vmbus xact for RNDIS query.
And switch MAC address query to use new RNDIS query function.
MFC after:1 week
Sponsored by: Microsoft
Differe
Author: jhibbits
Date: Fri Aug 26 03:36:37 2016
New Revision: 304829
URL: https://svnweb.freebsd.org/changeset/base/304829
Log:
Prevent BSS from being cleared twice on BookE
Summary:
First time BSS is cleared in booke_init(), Second time it's cleared in
powerpc_init(). Any variable ini
Author: cem
Date: Fri Aug 26 02:46:47 2016
New Revision: 304828
URL: https://svnweb.freebsd.org/changeset/base/304828
Log:
ddb: Add 'show active trace' command
'show active trace', or 'acttrace' for short, prints backtraces from running
threads only.
Reviewed by: mjg
Differential
Author: np
Date: Fri Aug 26 01:28:31 2016
New Revision: 304827
URL: https://svnweb.freebsd.org/changeset/base/304827
Log:
cxgbe/cxgbei: There is no need for multiple modules in the KLD.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/cxgbei/cxgbei.c
head/sys/dev/cxgbe
On Fri, Aug 26, 2016 at 1:54 AM, hiren panchasara
wrote:
> On 08/02/16 at 06:36P, Sepherosa Ziehau wrote:
>> Author: sephe
>> Date: Tue Aug 2 06:36:47 2016
>> New Revision: 303656
>> URL: https://svnweb.freebsd.org/changeset/base/303656
>>
>> Log:
>> tcp/lro: Implement hash table for LRO entrie
On Fri, Aug 26, 2016 at 1:52 AM, hiren panchasara
wrote:
> On 08/05/16 at 09:08P, Sepherosa Ziehau wrote:
>> Author: sephe
>> Date: Fri Aug 5 09:08:00 2016
>> New Revision: 303766
>> URL: https://svnweb.freebsd.org/changeset/base/303766
>>
>> Log:
>> tcp/lro: If timestamps mismatch or it's a FI
Author: bdrewery
Date: Thu Aug 25 23:55:56 2016
New Revision: 304826
URL: https://svnweb.freebsd.org/changeset/base/304826
Log:
WITH_META_MODE: Don't let subdir traversals for 'make install' re-enable meta
mode.
MFC after:2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
On 8/25/2016 1:55 PM, Ed Schouten wrote:
> Hi Bryan,
>
> 2016-08-25 19:43 GMT+02:00 Bryan Drewery :
readelf -a /lib/libc.so.7|grep basename
>>> 2149: 00076200 231 FUNCGLOBAL DEFAULT 11
>>> basename@@FBSD_1.0 (2)
>>> 2514: 00076140 184 FUNCGLOBAL DEFAULT 11
Author: gnn
Date: Thu Aug 25 23:24:57 2016
New Revision: 304825
URL: https://svnweb.freebsd.org/changeset/base/304825
Log:
Unlike Solaris, in FreeBSD p_args can be 0 so check for that
instead of walking down to ar_args blindly.
Reported by: Amanda Strnad
Reviewed by: markj, jhb
MFC
Author: np
Date: Thu Aug 25 23:06:12 2016
New Revision: 304824
URL: https://svnweb.freebsd.org/changeset/base/304824
Log:
cxgbe/cxgbei: Convert the driver-private PDU flags to enums and replace
pdu_ prefix with icp_ in struct icl_cxgbei_pdu.
Sponsored by: Chelsio Communications
Modified:
Author: adrian
Date: Thu Aug 25 22:32:10 2016
New Revision: 304823
URL: https://svnweb.freebsd.org/changeset/base/304823
Log:
[mips] flip from =v to =r - let the compiler choose a temp register.
=v is some ye olde gcc "use this specific register as the temp register"
thing that they've de
Author: np
Date: Thu Aug 25 21:55:17 2016
New Revision: 304822
URL: https://svnweb.freebsd.org/changeset/base/304822
Log:
cxgbe/cxgbei: Read the chip's configuration to determine the actual
hardware send and receive PDU limits. Report these limits to ICL and
take them into account when sett
Author: emaste
Date: Thu Aug 25 21:33:39 2016
New Revision: 304821
URL: https://svnweb.freebsd.org/changeset/base/304821
Log:
bspatch: remove output file in the case of error
Reviewed by: oshogbo
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd
Author: ache
Date: Thu Aug 25 21:14:26 2016
New Revision: 304819
URL: https://svnweb.freebsd.org/changeset/base/304819
Log:
Original fgetln() from 44lite return sucess for line tail errors,
i.e. partial line, but set __SERR and errno in the same time, which
is inconsistent.
Now both OpenBS
Hi Bryan,
2016-08-25 19:43 GMT+02:00 Bryan Drewery :
>>> readelf -a /lib/libc.so.7|grep basename
>> 2149: 00076200 231 FUNCGLOBAL DEFAULT 11
>> basename@@FBSD_1.0 (2)
>> 2514: 00076140 184 FUNCGLOBAL DEFAULT 11
>> basename_r@@FBSD_1.2 (4)
I think the reason for
On Thu, Aug 25, 2016 at 1:20 PM, Kristof Provost wrote:
> On 25 Aug 2016, at 22:14, John Baldwin wrote:
>> I hate even writing this mail, and it looks like the topic wasn't really
>> discussed in the review, but I think libifconfig is probably the "better"
>> name if the goal is to move most of if
On Thu, Aug 25, 2016 at 10:20:29PM +0200, Kristof Provost wrote:
> On 25 Aug 2016, at 22:14, John Baldwin wrote:
> > I hate even writing this mail, and it looks like the topic wasn't
> > really discussed in the review, but I think libifconfig is probably
> > the "better" name if the goal is to move
On 08/25/2016 15:20, Kristof Provost wrote:
> On 25 Aug 2016, at 22:14, John Baldwin wrote:
>> On Thursday, August 25, 2016 07:40:25 PM Kristof Provost wrote:
>>> Author: kp
>>> Date: Thu Aug 25 19:40:25 2016
>>> New Revision: 304815
>>> URL: https://svnweb.freebsd.org/changeset/base/304815
>>>
>>>
Some inline comments :)
Cheers,
Mariusz
[...]
> +libifc_handle_t *
> +libifc_open(void)
> +{
> + struct libifc_handle *h;
> +
> + h = calloc(1, sizeof(struct libifc_handle));
This can fail, and we are using NULL references.
> +
> + for (int i = 0; i <= AF_MAX; i++) {
> +
On 25 Aug 2016, at 22:14, John Baldwin wrote:
On Thursday, August 25, 2016 07:40:25 PM Kristof Provost wrote:
Author: kp
Date: Thu Aug 25 19:40:25 2016
New Revision: 304815
URL: https://svnweb.freebsd.org/changeset/base/304815
Log:
Add libifc, a library implementing core functionality that ex
On Thursday, August 25, 2016 07:40:25 PM Kristof Provost wrote:
> Author: kp
> Date: Thu Aug 25 19:40:25 2016
> New Revision: 304815
> URL: https://svnweb.freebsd.org/changeset/base/304815
>
> Log:
> Add libifc, a library implementing core functionality that exists in
> ifconfig(8) today.
>
Author: kp
Date: Thu Aug 25 19:40:25 2016
New Revision: 304815
URL: https://svnweb.freebsd.org/changeset/base/304815
Log:
Add libifc, a library implementing core functionality that exists in
ifconfig(8) today.
libifc (pronounced lib-ifconfig) aims to be a light abstraction layer between
Author: ak (ports committer)
Date: Thu Aug 25 19:36:58 2016
New Revision: 304814
URL: https://svnweb.freebsd.org/changeset/base/304814
Log:
Remove last remnants of acd(4), mcd(4), and scd(4) drivers.
Approved by: jhb
Modified:
head/bin/dd/dd.1
head/sbin/ggate/ggatec/ggatec.8
head/sb
Author: kib
Date: Thu Aug 25 19:15:02 2016
New Revision: 304812
URL: https://svnweb.freebsd.org/changeset/base/304812
Log:
In both do_rw_wrlock() and do_rw_rdlock() after r304808, do not
obliterate possible error from sleep with errors from
umtxq_check_susp(), when looping to clear URWLOCK_{
On 08/25/16 at 01:33P, Lawrence Stewart wrote:
> Author: lstewart
> Date: Thu Aug 25 13:33:32 2016
> New Revision: 304803
> URL: https://svnweb.freebsd.org/changeset/base/304803
>
> Log:
> Pass the number of segments coalesced by LRO up the stack by repurposing the
> tso_segsz pkthdr field dur
On 08/16/16 at 03:11P, Randall Stewart wrote:
> Author: rrs
> Date: Tue Aug 16 15:11:46 2016
> New Revision: 304223
> URL: https://svnweb.freebsd.org/changeset/base/304223
>
> Log:
> Here we update the modular tcp to be able to switch to an
> alternate TCP stack in other then the closed state
On 08/01/16 at 05:02P, Andrew Gallatin wrote:
> Author: gallatin
> Date: Mon Aug 1 17:02:21 2016
> New Revision: 303626
> URL: https://svnweb.freebsd.org/changeset/base/303626
>
> Log:
> Rework IPV6 TCP path MTU discovery to match IPv4
>
> - Re-write tcp_ctlinput6() to closely mimic the IP
On 08/02/16 at 06:36P, Sepherosa Ziehau wrote:
> Author: sephe
> Date: Tue Aug 2 06:36:47 2016
> New Revision: 303656
> URL: https://svnweb.freebsd.org/changeset/base/303656
>
> Log:
> tcp/lro: Implement hash table for LRO entries.
>
> This significantly improves HTTP workload performance
On 08/05/16 at 09:08P, Sepherosa Ziehau wrote:
> Author: sephe
> Date: Fri Aug 5 09:08:00 2016
> New Revision: 303766
> URL: https://svnweb.freebsd.org/changeset/base/303766
>
> Log:
> tcp/lro: If timestamps mismatch or it's a FIN, force flush.
>
> This keeps the segments/ACK/FIN delivery
On 8/25/16 9:29 AM, Guido Falsi wrote:
> On 08/25/16 18:24, Bryan Drewery wrote:
> --- _bootstrap-tools-usr.bin/xinstall ---
> xinstall.o: In function `install':
> /usr/local/nanobsd/rr-trunk/src/usr.bin/xinstall/xinstall.c:(.text+0xf55):
> undefined reference to `basename@FBSD_1.0'
Author: ache
Date: Thu Aug 25 17:30:00 2016
New Revision: 304811
URL: https://svnweb.freebsd.org/changeset/base/304811
Log:
Remove "Fast path", it bypass __wcrtomb() and all its error checking.
One of affected encoding example: US-ASCII
MFC after: 7 days
Modified:
head/lib/libc/st
Author: ache
Date: Thu Aug 25 17:13:04 2016
New Revision: 304810
URL: https://svnweb.freebsd.org/changeset/base/304810
Log:
Don't check for __SERR which may stick from one of any previous stdio
functions.
__SERR is for user and the rest of stdio code do not check it
for error sensing inter
Author: ngie
Date: Thu Aug 25 17:07:43 2016
New Revision: 304809
URL: https://svnweb.freebsd.org/changeset/base/304809
Log:
Add non-TRUSTEDBSD prefixed knobs for the _PC_ACL* and {CAP,INF,MAC}_PRESENT
knobs
It's not necessarily intuitive that the variables to query contain TRUSTEDBSD
in
Author: kib
Date: Thu Aug 25 16:35:42 2016
New Revision: 304808
URL: https://svnweb.freebsd.org/changeset/base/304808
Log:
Prevent leak of URWLOCK_READ_WAITERS flag for urwlocks.
If there was some error, e.g. the sleep was interrupted, as in the
referenced PR, do_rw_rdlock() did not clear
On 08/25/16 18:24, Bryan Drewery wrote:
--- _bootstrap-tools-usr.bin/xinstall ---
xinstall.o: In function `install':
/usr/local/nanobsd/rr-trunk/src/usr.bin/xinstall/xinstall.c:(.text+0xf55):
undefined reference to `basename@FBSD_1.0'
>
> readelf -a /lib/libc.so.7|grep basename
On 8/25/16 9:17 AM, Guido Falsi wrote:
> On 08/25/16 18:05, Bryan Drewery wrote:
>> On 8/25/16 1:27 AM, Guido Falsi wrote:
>>> On 08/24/16 21:49, Ed Schouten wrote:
2016-08-24 20:30 GMT+02:00 Bryan Drewery :
> That would only fix stable/11, stable/10, stable/9, releng/11.0.
>
> It
On 08/25/16 18:05, Bryan Drewery wrote:
> On 8/25/16 1:27 AM, Guido Falsi wrote:
>> On 08/24/16 21:49, Ed Schouten wrote:
>>> 2016-08-24 20:30 GMT+02:00 Bryan Drewery :
That would only fix stable/11, stable/10, stable/9, releng/11.0.
It won't fix releng/10.3, releng/10.2, releng/10.1
On 8/25/16 1:27 AM, Guido Falsi wrote:
> On 08/24/16 21:49, Ed Schouten wrote:
>> 2016-08-24 20:30 GMT+02:00 Bryan Drewery :
>>> That would only fix stable/11, stable/10, stable/9, releng/11.0.
>>>
>>> It won't fix releng/10.3, releng/10.2, releng/10.1, releng/9.3, etc...
>>> without an EN.
>>>
>>>
Author: allanjude
Date: Thu Aug 25 15:08:33 2016
New Revision: 304807
URL: https://svnweb.freebsd.org/changeset/base/304807
Log:
Capsicumize bspatch
Move all of the fopen() and open() calls to the top of main()
Restrict each FD to least privilege (read/seek only, write only, etc)
Author: andrew
Date: Thu Aug 25 14:42:29 2016
New Revision: 304806
URL: https://svnweb.freebsd.org/changeset/base/304806
Log:
Fix an assert, it should check if, when moving from 1 l1 to 512 l2 blocks,
the l2 entry is a block type and not an l3 page.
While here fix the string to correct th
Author: jmcneill
Date: Thu Aug 25 13:59:19 2016
New Revision: 304805
URL: https://svnweb.freebsd.org/changeset/base/304805
Log:
Add support for Allwinner A64.
Reviewed by: andrew, manu
Relnotes: yes
Modified:
head/sys/arm64/conf/GENERIC
head/sys/conf/files.arm64
Modified: head/
Author: bde
Date: Thu Aug 25 13:46:52 2016
New Revision: 304804
URL: https://svnweb.freebsd.org/changeset/base/304804
Log:
Less-quick fix for locking fixes in r172250. r172250 added a second
syscons spinlock for the output routine alone. It is better to extend
the coverage of the first sys
Author: lstewart
Date: Thu Aug 25 13:33:32 2016
New Revision: 304803
URL: https://svnweb.freebsd.org/changeset/base/304803
Log:
Pass the number of segments coalesced by LRO up the stack by repurposing the
tso_segsz pkthdr field during RX processing, and use the information in TCP
for
more c
In message <3deee68f-3b30-8305-6985-422797f66...@freebsd.org>, Andrey
Chernov w
rites:
> On 25.08.2016 5:58, Cy Schubert wrote:
> > Author: cy
> > Date: Thu Aug 25 02:58:41 2016
> > New Revision: 304781
> > URL: https://svnweb.freebsd.org/changeset/base/304781
> >
> > Log:
> > Add logic to repl
Author: cy
Date: Thu Aug 25 13:24:11 2016
New Revision: 304802
URL: https://svnweb.freebsd.org/changeset/base/304802
Log:
Remove the gratuitous check for $FreeBSD$ and rename the function
to ntpd_init_leapfile, to ensure a copy exists in /var/db if a copy
isn't already there.
Reported b
On 25.08.2016 5:58, Cy Schubert wrote:
> Author: cy
> Date: Thu Aug 25 02:58:41 2016
> New Revision: 304781
> URL: https://svnweb.freebsd.org/changeset/base/304781
>
> Log:
> Add logic to replace the working ntp leap-seconds file in /var/db
> if it contains a $FreeBSD$ header. The header will
Author: andrew
Date: Thu Aug 25 12:42:41 2016
New Revision: 304801
URL: https://svnweb.freebsd.org/changeset/base/304801
Log:
Don't set *dev in the zfs root case, it may be NULL and will correctly be
set later in the function. This fixes a potential NULL pointer dereference
found on arm64.
Author: bde
Date: Thu Aug 25 12:04:57 2016
New Revision: 304800
URL: https://svnweb.freebsd.org/changeset/base/304800
Log:
Fix logic errors in bounds checks in previous commit. The 2-entry stack
was overrun for grab levels larger than 2.
Reported by: pluknet
Modified:
head/sys/dev/sy
Author: andrew
Date: Thu Aug 25 10:53:03 2016
New Revision: 304799
URL: https://svnweb.freebsd.org/changeset/base/304799
Log:
Map coherent memory in a non-coherent dma tag as uncached. This is similar
to what the 32-bit arm code does, with the exception that it always assumes
the tag is non-
Author: jmcneill
Date: Thu Aug 25 10:29:41 2016
New Revision: 304798
URL: https://svnweb.freebsd.org/changeset/base/304798
Log:
Add support for Allwinner A64 PLL_PERIPH0/PLL_PERIPH1 and PLL_HSIC clocks.
Reviewed by: andrew, manu
Modified:
head/sys/arm/allwinner/clk/aw_pll.c
Modified: h
Author: jmmv
Date: Thu Aug 25 10:28:47 2016
New Revision: 304797
URL: https://svnweb.freebsd.org/changeset/base/304797
Log:
Make use of Kyua's work directories.
Change the vnode tests to use the current directory when creating temporary
files, which we can assume is a volatile work direct
Author: jmcneill
Date: Thu Aug 25 10:27:22 2016
New Revision: 304796
URL: https://svnweb.freebsd.org/changeset/base/304796
Log:
Switch parent clock when setting frequency if a new parent is a better
candidate for the target rate.
Reviewed by: andrew, manu
Modified:
head/sys/arm/allwin
Author: jmcneill
Date: Thu Aug 25 10:24:14 2016
New Revision: 304795
URL: https://svnweb.freebsd.org/changeset/base/304795
Log:
Add support for Allwinner multi-parent bus gates.
Reviewed by: andrew, manu
Modified:
head/sys/arm/allwinner/clk/aw_gate.c
Modified: head/sys/arm/allwinner/cl
Author: jmcneill
Date: Thu Aug 25 10:20:27 2016
New Revision: 304794
URL: https://svnweb.freebsd.org/changeset/base/304794
Log:
Expose DC1SW as a regulator switch. On Pine64 this is used to control EMAC
PHY power.
Reviewed by: andrew, manu
Modified:
head/sys/arm/allwinner/axp81x.c
Mo
Author: jmcneill
Date: Thu Aug 25 10:14:56 2016
New Revision: 304793
URL: https://svnweb.freebsd.org/changeset/base/304793
Log:
Remove dependency on allwinner_soc_family() as it is not available on arm64.
Reviewed by: andrew, manu
Modified:
head/sys/arm/allwinner/aw_rtc.c
Modified: hea
On 08/24/16 21:49, Ed Schouten wrote:
> 2016-08-24 20:30 GMT+02:00 Bryan Drewery :
>> That would only fix stable/11, stable/10, stable/9, releng/11.0.
>>
>> It won't fix releng/10.3, releng/10.2, releng/10.1, releng/9.3, etc...
>> without an EN.
>>
>> It won't fix stable/11 - 1, stable/10 - 1, etc.
59 matches
Mail list logo