Author: yongari
Date: Wed Oct 8 05:53:04 2014
New Revision: 272732
URL: https://svnweb.freebsd.org/changeset/base/272732
Log:
Oops, fix typo made in r272729.
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev/pci/pci.c
===
Author: yongari
Date: Wed Oct 8 05:49:10 2014
New Revision: 272731
URL: https://svnweb.freebsd.org/changeset/base/272731
Log:
Document newly added controller AR816x/AR817x.
Modified:
head/share/man/man4/alc.4
Modified: head/share/man/man4/alc.4
==
Author: yongari
Date: Wed Oct 8 05:47:01 2014
New Revision: 272730
URL: https://svnweb.freebsd.org/changeset/base/272730
Log:
Add support for QAC AR816x/AR817x Gigabit/Fast Ethernet controllers.
These controllers seem to have the same feature of AR813x/AR815x and
improved RSS support(4 TX q
Author: yongari
Date: Wed Oct 8 05:34:39 2014
New Revision: 272729
URL: https://svnweb.freebsd.org/changeset/base/272729
Log:
Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4).
QAC AR816x/E2200 controller has a silicon bug that MSI interrupt
does not assert if PCIM_CMD_INTxDIS bit of command r
Author: eadler
Date: Wed Oct 8 05:04:31 2014
New Revision: 272728
URL: https://svnweb.freebsd.org/changeset/base/272728
Log:
don't reinvent the wheel: rely on basename(3)
Reviewed by: nwhitehorn
Modified:
head/usr.bin/w/w.c
Modified: head/usr.bin/w/w.c
On Wed, Oct 08, 2014 at 04:42:57AM +, Glen Barber wrote:
> Author: gjb
> Date: Wed Oct 8 04:42:56 2014
> New Revision: 272727
> URL: https://svnweb.freebsd.org/changeset/base/272727
>
> Log:
> Revert r272724:
> Features not yet available in stable/10 are needed in
> mkimg(1), and it
Author: gjb
Date: Wed Oct 8 04:42:56 2014
New Revision: 272727
URL: https://svnweb.freebsd.org/changeset/base/272727
Log:
Revert r272724:
Features not yet available in stable/10 are needed in
mkimg(1), and it is more dangerous to tweak these changes
in stable/10 directly without exp
Author: neel
Date: Wed Oct 8 04:35:09 2014
New Revision: 272726
URL: https://svnweb.freebsd.org/changeset/base/272726
Log:
MFC r272270:
tty_rel_free() can be called more than once for the same tty so make sure
that the tty is dequeued from 'tty_list' only the first time.
Modified:
sta
Author: bryanv
Date: Wed Oct 8 04:34:46 2014
New Revision: 272725
URL: https://svnweb.freebsd.org/changeset/base/272725
Log:
MFC 272550:
Remove stray uma_mtx lock/unlock in zone_drain_wait()
Callers of zone_drain_wait(M_WAITOK) do not need to hold (and were not)
the uma_mtx, b
Author: gjb
Date: Wed Oct 8 04:25:17 2014
New Revision: 272724
URL: https://svnweb.freebsd.org/changeset/base/272724
Log:
MFC r272414:
Merge the following revisions from ^/projects/release-vmimage:
r272234, r272236, r272262, r272264, r272269, r272271, r272272,
r272277, r272279, r272
Author: bryanv
Date: Wed Oct 8 04:11:05 2014
New Revision: 272723
URL: https://svnweb.freebsd.org/changeset/base/272723
Log:
MFC 272550:
Remove stray uma_mtx lock/unlock in zone_drain_wait()
Callers of zone_drain_wait(M_WAITOK) do not need to hold (and were not)
the uma_mtx, b
Author: bryanv
Date: Wed Oct 8 04:07:07 2014
New Revision: 272722
URL: https://svnweb.freebsd.org/changeset/base/272722
Log:
MFC 272550:
Remove stray uma_mtx lock/unlock in zone_drain_wait()
Callers of zone_drain_wait(M_WAITOK) do not need to hold (and were not)
the uma_mtx, b
Author: yongari
Date: Wed Oct 8 01:03:32 2014
New Revision: 272721
URL: https://svnweb.freebsd.org/changeset/base/272721
Log:
Fix a long standing bug in MAC statistics register access. One
additional register was erroneously added in the MAC register set
such that 7 TX statistics counters
On Fri, 3 Oct 2014, Ed Maste wrote:
> On 2 October 2014 10:43, Ed Maste wrote:
> >
> > I've been using brooks' NO_ROOT support along with makefs / mkimg to
> > build and test changes by creating an image to boot in QEMU. This
> > change provides a noticeable improvement in the cycle time.
>
> I
On Tue, Oct 07, 2014 at 02:02:34PM -0700, Craig Rodrigues wrote:
> On Mon, Oct 6, 2014 at 7:49 AM, Baptiste Daroussin wrote:
>
> >
> > Why a direct commit instead of a proper import of 20141005 version? it
> > would
> > have imho been better, simpler and easier to maintain.
> >
>
> Because accor
Author: sbruno
Date: Tue Oct 7 21:50:28 2014
New Revision: 272720
URL: https://svnweb.freebsd.org/changeset/base/272720
Log:
Implement PLPMTUD blackhole detection (RFC 4821), inspired by code
from xnu sources. If we encounter a network where ICMP is blocked
the Needs Frag indicator may not
Author: np
Date: Tue Oct 7 21:26:22 2014
New Revision: 272719
URL: https://svnweb.freebsd.org/changeset/base/272719
Log:
cxgbe/tom: don't leak resources tied to an active open request that
cannot be sent to the chip because a prerequisite L2 resolution
failed.
Submitted by: Hariprasad
On Mon, Oct 6, 2014 at 7:49 AM, Baptiste Daroussin wrote:
>
> Why a direct commit instead of a proper import of 20141005 version? it
> would
> have imho been better, simpler and easier to maintain.
>
Because according to Thomas Dickey, he did not fix all
the memory related problems in snapshot 2
Author: jkim
Date: Tue Oct 7 20:13:47 2014
New Revision: 272718
URL: https://svnweb.freebsd.org/changeset/base/272718
Log:
Make kern.nswbuf tunable from loader.
MFC after:1 week
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio.c
Author: trasz
Date: Tue Oct 7 19:08:02 2014
New Revision: 272717
URL: https://svnweb.freebsd.org/changeset/base/272717
Log:
Remove call to access(2) which didn't serve any purpose, and make it more
tolerant to errors.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified
Author: gavin
Date: Tue Oct 7 19:07:50 2014
New Revision: 272716
URL: https://svnweb.freebsd.org/changeset/base/272716
Log:
Support the Vodafone R215 LET USB dongle, which is apparently a rebadged
E5372 with different product IDs.
Interestingly, the standard E5372 IDs (12d1:1506) are cur
Author: ray
Date: Tue Oct 7 18:47:53 2014
New Revision: 272715
URL: https://svnweb.freebsd.org/changeset/base/272715
Log:
Allow vt(4) to disable terminal bell with `sysctl kern.vt.bell_enable=0`,
similar as syscons(4) do.
Submitted by: Tiwei Bie
MFC after:2 weeks
Sponsored by: T
Author: bz
Date: Tue Oct 7 18:00:34 2014
New Revision: 272713
URL: https://svnweb.freebsd.org/changeset/base/272713
Log:
Since introducing the extra mapping in r250103 for architectural performance
events we have actually counted 'Branch Instruction Retired' when people
asked for 'Unhalted
Author: br
Date: Tue Oct 7 17:39:30 2014
New Revision: 272712
URL: https://svnweb.freebsd.org/changeset/base/272712
Log:
Add driver for Synopsys DesignWare Mobile Storage Host Controller.
Sponsored by: DARPA, AFRL
Added:
head/sys/dev/mmc/host/
head/sys/dev/mmc/host/dwmmc.c (contents
Author: neel
Date: Tue Oct 7 17:08:53 2014
New Revision: 272710
URL: https://svnweb.freebsd.org/changeset/base/272710
Log:
Implement the FLUSH operation in the virtio-block emulation.
This gets rid of the following error message during FreeBSD guest bootup:
"vtbd0: hard error cmd=flush f
Bruce Evans writes:
> Other bugs in PAM_VERBOSE_ERROR()'s function [...]
PAM_VERBOSE_ERROR should die. The only reason I didn't kill it way back
when was to avoid extensive modifications to existing modules.
DES
--
Dag-Erling Smørgrav - d...@des.no
_
Dimitry Andric writes:
> And why is 'user' not a char * to begin with? :)
man 3 pam_get_item + C rules about casting pointers.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/
On Monday, October 06, 2014 8:52:37 pm Mateusz Guzik wrote:
> On Mon, Oct 06, 2014 at 11:37:32AM -0400, John Baldwin wrote:
> > On Monday, October 06, 2014 06:20:36 AM Mateusz Guzik wrote:
> > > Author: mjg
> > > Date: Mon Oct 6 06:20:35 2014
> > > New Revision: 272596
> > > URL: https://svnweb.fr
Author: avg
Date: Tue Oct 7 16:08:21 2014
New Revision: 272708
URL: https://svnweb.freebsd.org/changeset/base/272708
Log:
l2arc_write_buffers: reduce headroom value
FreeBSD has ARC_BUFC_NUMMETADATALISTS metadata lists and ARC_BUFC_NUMDATALISTS
data lists (currently both are 16) while ill
Author: avg
Date: Tue Oct 7 16:06:10 2014
New Revision: 272707
URL: https://svnweb.freebsd.org/changeset/base/272707
Log:
revert r272702: wrong (earlier) change was committed
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
Modified: head/sys/cddl/contrib/opensolaris/uts/
Author: tuexen
Date: Tue Oct 7 16:01:17 2014
New Revision: 272706
URL: https://svnweb.freebsd.org/changeset/base/272706
Log:
Fix a bug introduced in
https://svnweb.freebsd.org/base?view=revision&revision=272347
MFC after: 3 days
Modified:
head/sys/netinet6/udp6_usrreq.c
Modified: hea
Author: asomers
Date: Tue Oct 7 15:21:20 2014
New Revision: 272705
URL: https://svnweb.freebsd.org/changeset/base/272705
Log:
MFC r265232
Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed.
The thread that is destroying the lagg has already set sc->sc_psc=NULL whe
On Tue, 7 Oct 2014 18:17:18 +0400
"Andrey V. Elsukov" wrote:
> On 07.10.2014 18:04, Marko Zec wrote:
> > On Tue, 7 Oct 2014 13:31:05 +
> > "Andrey V. Elsukov" wrote:
> >
> >> Author: ae
> >> Date: Tue Oct 7 13:31:04 2014
> >> New Revision: 272695
> >> URL: https://svnweb.freebsd.org/change
Author: avg
Date: Tue Oct 7 14:30:24 2014
New Revision: 272702
URL: https://svnweb.freebsd.org/changeset/base/272702
Log:
reduce L2ARC_WRITE_SIZE on FreeBSD
FreeBSD has ARC_BUFC_NUMMETADATALISTS metadata lists and ARC_BUFC_NUMDATALISTS
data lists (currently both are 16) while illumos has
On 07.10.2014 18:04, Marko Zec wrote:
> On Tue, 7 Oct 2014 13:31:05 +
> "Andrey V. Elsukov" wrote:
>
>> Author: ae
>> Date: Tue Oct 7 13:31:04 2014
>> New Revision: 272695
>> URL: https://svnweb.freebsd.org/changeset/base/272695
>>
>> Log:
>> Our packet filters use mbuf's rcvif pointer to
Author: avg
Date: Tue Oct 7 14:15:50 2014
New Revision: 272701
URL: https://svnweb.freebsd.org/changeset/base/272701
Log:
make userland __assfail from opensolaris compat honor 'aok' variable
This should allow zdb -A option to actually make difference.
MFC after:2 weeks
Modified:
On Tue, 7 Oct 2014 13:31:05 +
"Andrey V. Elsukov" wrote:
> Author: ae
> Date: Tue Oct 7 13:31:04 2014
> New Revision: 272695
> URL: https://svnweb.freebsd.org/changeset/base/272695
>
> Log:
> Our packet filters use mbuf's rcvif pointer to determine incoming
> interface. Change mbuf's rcvi
Author: avg
Date: Tue Oct 7 13:47:54 2014
New Revision: 272699
URL: https://svnweb.freebsd.org/changeset/base/272699
Log:
MFC r235978: device_add_child: protect against child device with no
driver but fixed unit number
Modified:
stable/9/sys/kern/subr_bus.c
Directory Properties:
stable/9
Author: avg
Date: Tue Oct 7 13:42:34 2014
New Revision: 272698
URL: https://svnweb.freebsd.org/changeset/base/272698
Log:
MFC r246531: zfs: update comments about zfid_long_t to match the FreeBSD
definitions
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_vfsops.h
D
Author: avg
Date: Tue Oct 7 13:37:10 2014
New Revision: 272697
URL: https://svnweb.freebsd.org/changeset/base/272697
Log:
MFC r271609: add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pages
Added:
stable/9/sys/boot/common/zfsloader.8
- copied unchanged from r271609, head/sys/boot/comm
Author: avg
Date: Tue Oct 7 13:35:34 2014
New Revision: 272696
URL: https://svnweb.freebsd.org/changeset/base/272696
Log:
MFC r271609: add gptzfsboot.8, zfsboot.8 and zfsloader.8 manual pages
Added:
stable/10/sys/boot/common/zfsloader.8
- copied unchanged from r271609, head/sys/boot/com
Author: ae
Date: Tue Oct 7 13:31:04 2014
New Revision: 272695
URL: https://svnweb.freebsd.org/changeset/base/272695
Log:
Our packet filters use mbuf's rcvif pointer to determine incoming interface.
Change mbuf's rcvif to enc0 and restore it after pfil processing.
PR: 110959
S
Author: avg
Date: Tue Oct 7 13:30:42 2014
New Revision: 272694
URL: https://svnweb.freebsd.org/changeset/base/272694
Log:
MFC r261894: move devd rules for zfs events into a separate file
... and fix stale event types
Added:
stable/9/etc/devd/zfs.conf
- copied unchanged from r261894
Author: avg
Date: Tue Oct 7 13:30:15 2014
New Revision: 272693
URL: https://svnweb.freebsd.org/changeset/base/272693
Log:
MFC r261894: move devd rules for zfs events into a separate file
... and fix stale event types
Added:
stable/10/etc/devd/zfs.conf
- copied unchanged from r26189
Author: avg
Date: Tue Oct 7 13:23:52 2014
New Revision: 272690
URL: https://svnweb.freebsd.org/changeset/base/272690
Log:
MFC r261893: zfs.8: fix garbled options in a sample zfs send -R command line
Modified:
stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Directory Properties:
stable/10/
Author: avg
Date: Tue Oct 7 13:24:07 2014
New Revision: 272691
URL: https://svnweb.freebsd.org/changeset/base/272691
Log:
MFC r261893: zfs.8: fix garbled options in a sample zfs send -R command line
Modified:
stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Directory Properties:
stable/9/cd
Author: avg
Date: Tue Oct 7 13:20:28 2014
New Revision: 272689
URL: https://svnweb.freebsd.org/changeset/base/272689
Log:
MFC r261892: zpool.8: fix typo in option description of labelclear command
Modified:
stable/9/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
stable/9/
Author: avg
Date: Tue Oct 7 13:20:04 2014
New Revision: 272688
URL: https://svnweb.freebsd.org/changeset/base/272688
Log:
MFC r261892: zpool.8: fix typo in option description of labelclear command
Modified:
stable/10/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
stable/1
Author: mav
Date: Tue Oct 7 10:36:06 2014
New Revision: 272684
URL: https://svnweb.freebsd.org/changeset/base/272684
Log:
MFC r272224: Fix page length reported for Block Limits VPD page.
Approved by: re (marius)
Modified:
releng/10.1/sys/cam/ctl/ctl.c
Directory Properties:
releng/10
Author: hselasky
Date: Tue Oct 7 10:04:25 2014
New Revision: 272683
URL: https://svnweb.freebsd.org/changeset/base/272683
Log:
Fix compile warning when compiling with GCC.
MFC after:3 days
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/drivers/net/mlx4/mlx4.h
head/s
- Original Message -
From: "Adam McDougall"
On 10/03/2014 16:34, Steven Hartland wrote:
Author: smh
Date: Fri Oct 3 20:34:55 2014
New Revision: 272483
URL: https://svnweb.freebsd.org/changeset/base/272483
Log:
Refactor ZFS ARC reclaim checks and limits
Remove previously ad
Author: rodrigc
Date: Tue Oct 7 08:23:37 2014
New Revision: 272682
URL: https://svnweb.freebsd.org/changeset/base/272682
Log:
MFC r272549:
Fix pkill unit test
Approved by: re (gjb)
Modified:
releng/10.1/bin/pkill/tests/pgrep-j_test.sh
releng/10.1/bin/pkill/tests/pkill-j_test.sh
D
Author: ae
Date: Tue Oct 7 08:19:21 2014
New Revision: 272681
URL: https://svnweb.freebsd.org/changeset/base/272681
Log:
MFC r272176:
Keep list of lagg ports sorted by if_index.
Modified:
stable/9/sys/net/if_lagg.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/ne
Author: ae
Date: Tue Oct 7 07:52:47 2014
New Revision: 272680
URL: https://svnweb.freebsd.org/changeset/base/272680
Log:
MFC r272176:
Keep list of lagg ports sorted by if_index.
Modified:
stable/10/sys/net/if_lagg.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/1
Xin LI writes:
> Log:
> Add explicit_bzero(3) and its kernel counterpart.
I would much prefer that we add memset_s(3) from C11, which predates
explicit_bzero(3) by either three or five years (depending on whether
you count from the publication date or the proposal date). In the
longer term, we
55 matches
Mail list logo