On Wed, Nov 12, 2014 at 4:46 PM, Jung-uk Kim wrote:
> Author: jkim
> Date: Thu Nov 13 00:46:53 2014
> New Revision: 274460
> URL: https://svnweb.freebsd.org/changeset/base/274460
>
> Log:
> Increase MAXTABLE to the maxmimum possible value. The default value is too
> low for complex parsers.
Author: dchagin
Date: Thu Nov 13 05:28:06 2014
New Revision: 274463
URL: https://svnweb.freebsd.org/changeset/base/274463
Log:
Regen for r274462.
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscall
Author: dchagin
Date: Thu Nov 13 05:26:14 2014
New Revision: 274462
URL: https://svnweb.freebsd.org/changeset/base/274462
Log:
Add the ppoll() system call.
Export kern_poll() needed by an upcoming Linuxulator change.
Differential Revision:https://reviews.freebsd.org/D1133
Review
Author: np
Date: Thu Nov 13 03:59:36 2014
New Revision: 274461
URL: https://svnweb.freebsd.org/changeset/base/274461
Log:
iw_cxgbe: don't forget to close the socket in c4iw_connect if soconnect
fails.
Submitted by: hariprasad at chelsio dot com
Modified:
head/sys/dev/cxgbe/iw_cxgbe/cm.
Thanks!
This does some pretty impressive lock contention reducing. It's not
zero (it's the same kind of producer/consumer contention that's
currently problematic) but it's much less than before. This means that
netmap can be used with multiple rings on multiple CPUs.
I'll tackle profiling poll()
Author: jkim
Date: Thu Nov 13 00:46:53 2014
New Revision: 274460
URL: https://svnweb.freebsd.org/changeset/base/274460
Log:
Increase MAXTABLE to the maxmimum possible value. The default value is too
low for complex parsers. Note it was one of those memory optimization hacks
back in the day
Author: luigi
Date: Thu Nov 13 00:40:34 2014
New Revision: 274459
URL: https://svnweb.freebsd.org/changeset/base/274459
Log:
add support for private knote lock (reduces lock contention),
adapting OS_selrecord accordingly.
Problem and fix suggested by adrian and jmg
Modified:
head/sys/dev/
Author: delphij
Date: Thu Nov 13 00:30:17 2014
New Revision: 274458
URL: https://svnweb.freebsd.org/changeset/base/274458
Log:
Derive copyright year from src/COPYRIGHT.
MFC after:2 weeks
Modified:
head/sys/conf/newvers.sh
Modified: head/sys/conf/newvers.sh
==
Author: luigi
Date: Thu Nov 13 00:14:25 2014
New Revision: 274457
URL: https://svnweb.freebsd.org/changeset/base/274457
Log:
we need full barriers here
Modified:
head/sys/dev/netmap/netmap_monitor.c
head/sys/dev/netmap/netmap_pipe.c
Modified: head/sys/dev/netmap/netmap_monitor.c
==
Author: np
Date: Wed Nov 12 23:29:22 2014
New Revision: 274456
URL: https://svnweb.freebsd.org/changeset/base/274456
Log:
Fix some bad interaction between cxgbe(4) and lacp lagg(4) that could
leave a port permanently disabled when a copper cable is unplugged and
then plugged right back in.
Author: ae
Date: Wed Nov 12 22:58:52 2014
New Revision: 274455
URL: https://svnweb.freebsd.org/changeset/base/274455
Log:
We don't return sp pointer, thus NULL assignment isn't needed.
And reference to sp will be freed at the end.
MFC after:1 week
Sponsored by: Yandex LLC
Modified:
Author: ae
Date: Wed Nov 12 22:51:30 2014
New Revision: 274454
URL: https://svnweb.freebsd.org/changeset/base/274454
Log:
ipsec6_process_packet is called before ip6_output fixes ip6_plen.
Update ip6_plen before bpf processing to be able see correct value.
MFC after:1 week
Sponsored
Author: bapt
Date: Wed Nov 12 22:27:53 2014
New Revision: 274453
URL: https://svnweb.freebsd.org/changeset/base/274453
Log:
Fix wrong message when using pw -V with a non existent directory
Add a regression test about it
PR: 194971
Submitted by: Freddy DISSAUX
Added:
head/u
On Nov 12, 2014, at 3:07 PM, NGie Cooper wrote:
> On Thu, Nov 6, 2014 at 9:21 AM, Garrett Cooper wrote:
>> On Nov 6, 2014, at 9:19, Warner Losh wrote:
>>
>>> Author: imp
>>> Date: Thu Nov 6 17:19:41 2014
>>> New Revision: 274186
>>> URL: https://svnweb.freebsd.org/changeset/base/274186
>>>
On Thu, Nov 6, 2014 at 9:21 AM, Garrett Cooper wrote:
> On Nov 6, 2014, at 9:19, Warner Losh wrote:
>
>> Author: imp
>> Date: Thu Nov 6 17:19:41 2014
>> New Revision: 274186
>> URL: https://svnweb.freebsd.org/changeset/base/274186
>>
>> Log:
>> Ignore errors from rm -rf to support high -j build
Author: zbb
Date: Wed Nov 12 21:41:15 2014
New Revision: 274452
URL: https://svnweb.freebsd.org/changeset/base/274452
Log:
Make uart_bus_fdt a decendant of ofwbus
This will allow to attach UART drivers lying directly on the root node
instead of simple-bus compatible bus only.
Obtaine
Author: zbb
Date: Wed Nov 12 21:38:31 2014
New Revision: 274451
URL: https://svnweb.freebsd.org/changeset/base/274451
Log:
Make PL011 UART to wait on putc only when TX FIFO is full
Instead of waiting for empty TX FIFO it is more reasonable to
block on full FIFO. As soon as FIFO slot is fr
Author: np
Date: Wed Nov 12 20:57:29 2014
New Revision: 274450
URL: https://svnweb.freebsd.org/changeset/base/274450
Log:
Fix previous change to this file (r273811).
This has been submitted upstream and should show up there soon.
Submitted by: Hariprasad at Chelsio dot com
Modified:
Author: dim
Date: Wed Nov 12 20:01:10 2014
New Revision: 274442
URL: https://svnweb.freebsd.org/changeset/base/274442
Log:
Pull in r221709 from upstream llvm trunk (by Frédéric Riss):
Totally forget deallocated SDNodes in SDDbgInfo.
What would happen before that commit is that the
Author: andrew
Date: Wed Nov 12 17:56:38 2014
New Revision: 274439
URL: https://svnweb.freebsd.org/changeset/base/274439
Log:
Add the FDT table GUID. This is used to pass the device tree blob from UEFI
to the loader in a similar way to the ACPI tables.
This will be used on arm64 but is no
Author: kib
Date: Wed Nov 12 17:31:38 2014
New Revision: 274438
URL: https://svnweb.freebsd.org/changeset/base/274438
Log:
For posix_fallocate(2) and posix_fadvise(2), return ESPIPE when
underlying file does not have DFLAG_SEEKABLE set [1].
For posix_fallocate(2), simplify error handling
Author: pfg
Date: Wed Nov 12 16:23:56 2014
New Revision: 274437
URL: https://svnweb.freebsd.org/changeset/base/274437
Log:
ifdef ext2_print_inode which is not really used.
ext2_print_inode is not really used but it was nice to
have for initial development work. #ifdef it under a
new EXT
Author: des
Date: Wed Nov 12 16:07:33 2014
New Revision: 274436
URL: https://svnweb.freebsd.org/changeset/base/274436
Log:
Fix spelling and wording.
Modified:
head/lib/libexpat/Makefile
Modified: head/lib/libexpat/Makefile
=
Bruce Evans writes:
> On Tue, 11 Nov 2014, [utf-8] Dag-Erling Smørgrav wrote:
>
>> Bruce Evans writes:
>>> -Wcast-qual is not a very good warning option since the official way
>>> to remove qualifiers in C is to cast them away. Casting them away is
>>> better than using the __DECONST() abominat
Author: hselasky
Date: Wed Nov 12 14:52:44 2014
New Revision: 274435
URL: https://svnweb.freebsd.org/changeset/base/274435
Log:
Decode more fields when dumping USB descriptors.
- Some minor style changes while at it.
Submitted by: Dmitry Luhtionov
MFC after:1 week
Modified:
head
Author: ae
Date: Wed Nov 12 14:00:49 2014
New Revision: 274434
URL: https://svnweb.freebsd.org/changeset/base/274434
Log:
Fix ips_out_nosa errors accounting.
MFC after:1 week
Sponsored by: Yandex LLC
Modified:
head/sys/netipsec/ipsec_output.c
Modified: head/sys/netipsec/ipsec_outp
Author: glebius
Date: Wed Nov 12 10:17:46 2014
New Revision: 274423
URL: https://svnweb.freebsd.org/changeset/base/274423
Log:
Merge from projects/sendfile:
- Use KASSERT()s instead of panic().
- Use sbavail() instead of sb_cc.
Sponsored by: Nginx, Inc.
Sponsored by: Netflix
Modified
Author: glebius
Date: Wed Nov 12 09:57:15 2014
New Revision: 274421
URL: https://svnweb.freebsd.org/changeset/base/274421
Log:
In preparation of merging projects/sendfile, transform bare access to
sb_cc member of struct sockbuf to a couple of inline functions:
sbavail() and sbused()
Author: gjb
Date: Wed Nov 12 08:36:42 2014
New Revision: 274418
URL: https://svnweb.freebsd.org/changeset/base/274418
Log:
Fix an mdoc(7) macro that is not an option in the provided
description.
Bump Dd.
As CDDL License dictates, update the Copyright accordingly.
Sponsored by: T
On Wed, Nov 12, 2014 at 12:10:27AM +, Marcel Moolenaar wrote:
> Author: marcel
> Date: Wed Nov 12 00:10:27 2014
> New Revision: 274410
> URL: https://svnweb.freebsd.org/changeset/base/274410
>
> Log:
> SEEK_DATA has interesting behaviour for sparse files on ZFS. A sparse file
> with 128K
30 matches
Mail list logo