Author: hrs
Date: Mon Sep 15 07:20:40 2014
New Revision: 271610
URL: http://svnweb.freebsd.org/changeset/base/271610
Log:
Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and
net.inet.ip.process_options vnet-aware. Revert changes in r271545.
Suggested by: bz
Modified:
hea
On Sun, 14 Sep 2014 21:21:04 + (UTC)
Ian Lepore wrote:
...
> Modified: head/sys/arm/arm/gic.c
> ==
> --- head/sys/arm/arm/gic.cSun Sep 14 20:13:07 2014
> (r271600) +++ head/sys/arm/arm/gic.c Sun Sep 14 21:21:03
On Sun, Sep 14, 2014 at 10:13:19PM +, Alexander Motin wrote:
> Author: mav
> Date: Sun Sep 14 22:13:19 2014
> New Revision: 271604
> URL: http://svnweb.freebsd.org/changeset/base/271604
>
> Log:
> Add couple memory barries to serialize tdq_cpu_idle and tdq_load accesses.
Serialize what again
On 11/09/2014 19:21, Steven Hartland wrote:
> Author: smh
> Date: Thu Sep 11 16:21:51 2014
> New Revision: 271429
> URL: http://svnweb.freebsd.org/changeset/base/271429
>
> Log:
> Persist vdev_resilver_txg changes to avoid panic caused by validation
> vs a vdev_resilver_txg value from a previo
- Original Message -
From: "Andriy Gapon"
On 11/09/2014 19:21, Steven Hartland wrote:
Author: smh
Date: Thu Sep 11 16:21:51 2014
New Revision: 271429
URL: http://svnweb.freebsd.org/changeset/base/271429
Log:
Persist vdev_resilver_txg changes to avoid panic caused by validation
v
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 15.09.2014 11:51, Konstantin Belousov wrote:
> On Sun, Sep 14, 2014 at 10:13:19PM +, Alexander Motin wrote:
>> Author: mav Date: Sun Sep 14 22:13:19 2014 New Revision: 271604
>> URL: http://svnweb.freebsd.org/changeset/base/271604
>>
>> Log:
On 15/09/2014 12:04, Steven Hartland wrote:
> - Original Message - From: "Andriy Gapon"
>
>
>> On 11/09/2014 19:21, Steven Hartland wrote:
>>> Author: smh
>>> Date: Thu Sep 11 16:21:51 2014
>>> New Revision: 271429
>>> URL: http://svnweb.freebsd.org/changeset/base/271429
>>>
>>> Log:
>>>
On Mon, Sep 15, 2014 at 12:04:51PM +0300, Alexander Motin wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On 15.09.2014 11:51, Konstantin Belousov wrote:
> > On Sun, Sep 14, 2014 at 10:13:19PM +, Alexander Motin wrote:
> >> Author: mav Date: Sun Sep 14 22:13:19 2014 New Revision
Author: des
Date: Mon Sep 15 09:45:10 2014
New Revision: 271614
URL: http://svnweb.freebsd.org/changeset/base/271614
Log:
Remove incorrect props
Modified:
Directory Properties:
head/contrib/openpam/CREDITS (props changed)
head/contrib/openpam/HISTORY (props changed)
head/contrib/openp
Hans,
I second on Adrians suggestions.
Also, this chunk:
H> Modified: head/sys/netinet/tcp_output.c
H>
==
H> --- head/sys/netinet/tcp_output.cSat Sep 13 07:45:03 2014
(r271503)
H> +++ head/sys/netinet/tc
On Sat, Sep 13, 2014 at 06:13:08PM +, Alexander V. Chernikov wrote:
A> @@ -1099,15 +1117,39 @@ vlan_transmit(struct ifnet *ifp, struct
A> * Send it, precisely as ether_output() would have.
A> */
A> error = (p->if_transmit)(p, m);
A> -if (!error) {
A> -ifp->if_o
Hiroki,
On Mon, Sep 15, 2014 at 07:20:40AM +, Hiroki Sato wrote:
H> Modified: head/sys/netinet/ip_options.c
H>
==
H> --- head/sys/netinet/ip_options.cMon Sep 15 06:21:28 2014
(r271609)
H> +++ head/sys/ne
Author: glebius
Date: Mon Sep 15 11:14:23 2014
New Revision: 271615
URL: http://svnweb.freebsd.org/changeset/base/271615
Log:
Add a brief description of CTLFLAG_VNET flag. Since the VIMAGE is
absolutely not documented, I see no reason in long descriptions
here.
Modified:
head/share/man/ma
Author: mav
Date: Mon Sep 15 11:17:36 2014
New Revision: 271616
URL: http://svnweb.freebsd.org/changeset/base/271616
Log:
Add comments describing r271604 change.
MFC after:3 days
Modified:
head/sys/kern/sched_ule.c
Modified: head/sys/kern/sched_ule.c
Author: des
Date: Mon Sep 15 11:32:08 2014
New Revision: 271617
URL: http://svnweb.freebsd.org/changeset/base/271617
Log:
r271256 fixed one segfault condition but introduced another due to the
wrong operator being used in the tty check.
Reported by: avg@
MFH: 3 days
Modified:
Author: kib
Date: Mon Sep 15 12:28:29 2014
New Revision: 271619
URL: http://svnweb.freebsd.org/changeset/base/271619
Log:
Provide the unique implementation for the VOP_GETPAGES() method used
by ffs and ext2fs. Remove duplicated call to vm_page_zero_invalid(),
done by VOP and by vm_pager_get
Author: des
Date: Mon Sep 15 13:40:09 2014
New Revision: 271624
URL: http://svnweb.freebsd.org/changeset/base/271624
Log:
Upgrade to OpenPAM Ourouparia.
Added:
head/contrib/openpam/lib/libpam/openpam_strlset.c
- copied unchanged from r271612,
vendor/openpam/dist/lib/libpam/openpam_strls
Author: hrs
Date: Mon Sep 15 14:43:58 2014
New Revision: 271628
URL: http://svnweb.freebsd.org/changeset/base/271628
Log:
Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*.
Suggested by: glebius
Modified:
head/sys/netinet/ip_options.c
Modified: head/sys/netinet/ip_options.c
Gleb Smirnoff wrote
in <2014091502.gs60...@freebsd.org>:
gl> Hiroki,
gl>
gl> On Mon, Sep 15, 2014 at 07:20:40AM +, Hiroki Sato wrote:
gl> H> Modified: head/sys/netinet/ip_options.c
gl> H>
==
gl> H> --- head/s
Author: royger
Date: Mon Sep 15 15:15:52 2014
New Revision: 271629
URL: http://svnweb.freebsd.org/changeset/base/271629
Log:
xen: don't set suspend/resume methods for the PIRQ PIC
The suspend/resume of event channels is already handled by the xen_intr_pic.
If those methods are set on the
On Mon, Sep 15, 2014 at 2:04 AM, Steven Hartland wrote:
> - Original Message - From: "Andriy Gapon"
>
>
> On 11/09/2014 19:21, Steven Hartland wrote:
>>
>>> Author: smh
>>> Date: Thu Sep 11 16:21:51 2014
>>> New Revision: 271429
>>> URL: http://svnweb.freebsd.org/changeset/base/271429
>
Author: ian
Date: Mon Sep 15 15:36:00 2014
New Revision: 271630
URL: http://svnweb.freebsd.org/changeset/base/271630
Log:
The private peripheral interrupts start at offset 16, not 0. Also, use
names rather than inline mystery constants for these offsets.
Pointed out by: andrew
Mod
Author: glebius
Date: Mon Sep 15 15:49:29 2014
New Revision: 271631
URL: http://svnweb.freebsd.org/changeset/base/271631
Log:
Remove redundant declaration. vnode.h should be included before vnode_pager.h.
Modified:
head/sys/vm/vnode_pager.h
Modified: head/sys/vm/vnode_pager.h
===
Hi Andrey,
When I didn't have the clean override, "make clean" was not cleaning properly
when I built a standalone loadable driver. Perhaps we can change "clean" in
bxe/Makefile and bce/Makefile to "dclean".
Thanks
David S.
-Original Message-
From: Andrey V. Elsukov [mailto:a...@freebsd
Author: alc
Date: Mon Sep 15 17:14:09 2014
New Revision: 271634
URL: http://svnweb.freebsd.org/changeset/base/271634
Log:
Three improvements to vnode_pager_generic_getpages():
Eliminate an exclusive object lock acquisition and release on the expected
execution path.
Do page zeroing b
Author: jhb
Date: Mon Sep 15 17:20:13 2014
New Revision: 271635
URL: http://svnweb.freebsd.org/changeset/base/271635
Log:
Add stricter checking of some mmap() arguments:
- Fail with EINVAL if an invalid protection mask is passed to mmap().
- Fail with EINVAL if an unknown flag is passed to m
> On Sep 15, 2014, at 9:31, David Somayajulu
> wrote:
>
> Hi Andrey,
> When I didn't have the clean override, "make clean" was not cleaning
> properly when I built a standalone loadable driver. Perhaps we can change
> "clean" in bxe/Makefile and bce/Makefile to "dclean".
Hi David,
Does
Hi Garrett,
Please see below.
Cheers
-david S.
-Original Message-
From: Garrett Cooper [mailto:yaneurab...@gmail.com]
Sent: Monday, September 15, 2014 10:22 AM
To: David Somayajulu
Cc: Andrey V. Elsukov; David C Somayajulu; src-committ...@freebsd.org;
svn-src-...@freebsd.org; svn-src-head
Author: tuexen
Date: Mon Sep 15 19:38:34 2014
New Revision: 271643
URL: http://svnweb.freebsd.org/changeset/base/271643
Log:
Chunk IDs are 8 bit entities, not 16 bit.
Thanks to Peter Kasting from Google for drawing
my attention to it.
MFC after: 3 days
Modified:
head/sys/netinet/sctp
Author: mav
Date: Mon Sep 15 19:48:27 2014
New Revision: 271644
URL: http://svnweb.freebsd.org/changeset/base/271644
Log:
Add quirks to disable READ CAPACITY (16) for PNY USB 3.0 Flash Drives.
Submitted by: Sean Fagan
MFC after:3 days
Modified:
head/sys/cam/scsi/scsi_da.c
Modifie
Author: adrian
Date: Mon Sep 15 19:53:49 2014
New Revision: 271645
URL: http://svnweb.freebsd.org/changeset/base/271645
Log:
Set DROP_EN on each RX queue if transmit flow-control is disabled.
This allows the NIC to drop frames on the receive queue and not
cause the MAC to block on receivi
Author: adrian
Date: Mon Sep 15 20:50:26 2014
New Revision: 271647
URL: http://svnweb.freebsd.org/changeset/base/271647
Log:
Fix a double-free of mbufs in rx_ixgbe_discard().
fmp->buf at the free point is already part of the chain being freed,
so double-freeing is counter-productive.
Author: adrian
Date: Mon Sep 15 20:54:12 2014
New Revision: 271648
URL: http://svnweb.freebsd.org/changeset/base/271648
Log:
The error bits are not valid with EOP=0; so intermediary fragments should
not be discarded.
Submitted by: Marc De La Gueronniere
MFC after:1 week
Sponsored
Author: adrian
Date: Mon Sep 15 21:09:19 2014
New Revision: 271649
URL: http://svnweb.freebsd.org/changeset/base/271649
Log:
Disable flow-director support until it's been debugged and verified.
The flowdirector feature shares on-chip memory with other things
such as the RX buffers. In th
Author: jmg
Date: Mon Sep 15 22:32:35 2014
New Revision: 271650
URL: http://svnweb.freebsd.org/changeset/base/271650
Log:
document mqueuefs is required for mq_open...
Modified:
head/lib/libc/sys/mq_open.2
Modified: head/lib/libc/sys/mq_open.2
=
Author: kargl
Date: Mon Sep 15 23:21:57 2014
New Revision: 271651
URL: http://svnweb.freebsd.org/changeset/base/271651
Log:
* Makefile:
. Hook e_lgammal[_r].c to the build.
. Create man page links for lgammal[-r].3.
* Symbol.map:
. Sort lgammal to its rightful place.
. Add F
On Sep 8, 2014, at 20:10, Adrian Chadd wrote:
>
> The IPv6 part of this is missing - I'm going to do some re-juggling of
> where various parts of the RSS framework live before I add the IPv6
> code (read: the IPv6 code is going to go into netinet6/in6_rss.[ch],
> rather than living here.)
An
Author: ngie
Date: Tue Sep 16 00:56:47 2014
New Revision: 271655
URL: http://svnweb.freebsd.org/changeset/base/271655
Log:
Validate the mode argument in access, eaccess, and faccessat for optional
POSIX compliance and to improve compatibility with Linux and NetBSD
The issue was identified
Author: ngie
Date: Tue Sep 16 00:59:08 2014
New Revision: 271656
URL: http://svnweb.freebsd.org/changeset/base/271656
Log:
Bump .Dd for the content change done to access(2) in r271655
PR: 181155
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/sys/access.2
Modified:
Author: ngie
Date: Tue Sep 16 00:59:56 2014
New Revision: 271657
URL: http://svnweb.freebsd.org/changeset/base/271657
Log:
Bump __FreeBSD_version for the change made in r271655
PR: 181155
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/sys/param.h
Modified: head/sys/sys
Author: adrian
Date: Tue Sep 16 01:21:47 2014
New Revision: 271658
URL: http://svnweb.freebsd.org/changeset/base/271658
Log:
Modify cpuset_setithread() to take a CPU ID as an integer, not a char.
We're going to end up having > 254 CPUs at some point.
Modified:
head/sys/kern/kern_cpuset.c
On 15 September 2014 17:00, Rui Paulo wrote:
> On Sep 8, 2014, at 20:10, Adrian Chadd wrote:
>>
>> The IPv6 part of this is missing - I'm going to do some re-juggling of
>> where various parts of the RSS framework live before I add the IPv6
>> code (read: the IPv6 code is going to go into neti
Author: adrian
Date: Tue Sep 16 03:26:42 2014
New Revision: 271660
URL: http://svnweb.freebsd.org/changeset/base/271660
Log:
Ensure the correct software IPv4 hash is done based on the configured
RSS parameters, rather than assuming we're hashing IPv4+UDP and IPv4+TCP.
Modified:
head/sys/net
Author: hrs
Date: Tue Sep 16 05:45:38 2014
New Revision: 271663
URL: http://svnweb.freebsd.org/changeset/base/271663
Log:
Fix a typo; master server for iprop service should be singular.
Modified:
head/etc/defaults/rc.conf
head/etc/rc.d/ipropd_slave
Modified: head/etc/defaults/rc.conf
=
44 matches
Mail list logo