Author: andrew
Date: Tue Aug 6 10:03:44 2013
New Revision: 253985
URL: http://svnweb.freebsd.org/changeset/base/253985
Log:
We no longer need to align the stack before calling swi_handler as it is
already aligned correctly in the PUSHFRAME macro.
Modified:
head/sys/arm/arm/exception.S
Mod
Author: ae
Date: Tue Aug 6 10:35:05 2013
New Revision: 253986
URL: http://svnweb.freebsd.org/changeset/base/253986
Log:
Fix formatting warning.
MFC after:1 week
Modified:
head/tools/tools/bootparttest/bootparttest.c
Modified: head/tools/tools/bootparttest/bootparttest.c
===
Author: trasz
Date: Tue Aug 6 10:42:18 2013
New Revision: 253987
URL: http://svnweb.freebsd.org/changeset/base/253987
Log:
Remove dead code.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_frontend_internal.c
Modified: head/sys/cam/ctl/ctl.c
=
Author: dwmalone
Date: Tue Aug 6 11:00:56 2013
New Revision: 253988
URL: http://svnweb.freebsd.org/changeset/base/253988
Log:
Make section headings for different quirk types consistent.
Modified:
head/share/man/man4/usb_quirk.4
Modified: head/share/man/man4/usb_quirk.4
=
Author: avg
Date: Tue Aug 6 13:55:39 2013
New Revision: 253989
URL: http://svnweb.freebsd.org/changeset/base/253989
Log:
dtrace: fix compilation with gcc
Cowardly taking the easiest way and using -Wno-*
MFC after:3 days
X-MFC with: r253772
Modified:
head/sys/modules/dtrace/
Author: mav
Date: Tue Aug 6 14:20:41 2013
New Revision: 253990
URL: http://svnweb.freebsd.org/changeset/base/253990
Log:
Make ZFS to use separate thread to handle SPA_ASYNC_REMOVE async events.
Existing async thread is running only on successfull spa_sync() completion,
that is impossible in
Author: mav
Date: Tue Aug 6 14:23:33 2013
New Revision: 253991
URL: http://svnweb.freebsd.org/changeset/base/253991
Log:
Make `zpool clear` to reopen also reconnected cache and spare devices.
Since `zpool status` reports about such kinds of errors, it is strange
that they are not cleared by
Does it fix a problem on recent 9-STABLE that process writing to almost-full
partition eats 100% CPU and writes 1MB/sec?
It has SU enabled but no SU+J.
I observed that today after upgrading to 9.2-BETA2 from ~1 year old 9-STABLE.
Thanks.
On 06.08.2013, at 2:02, Kirk McKusick wrote:
> Author:
Author: mav
Date: Tue Aug 6 14:30:28 2013
New Revision: 253992
URL: http://svnweb.freebsd.org/changeset/base/253992
Log:
Disable r252840 when ZFS TRIM is enabled (vfs.zfs.trim.enabled=1) and really
disable TRIM otherwise.
r252840 (illumos bug 3836) is based on assumption that zio_free_sy
Author: mav
Date: Tue Aug 6 14:41:41 2013
New Revision: 253993
URL: http://svnweb.freebsd.org/changeset/base/253993
Log:
Block reporting of ZFS features for suspended pools.
Before executing any subcommand, zpool tool fetches pools configuration from
the kernel. Before features support
Author: marius
Date: Tue Aug 6 15:34:11 2013
New Revision: 253994
URL: http://svnweb.freebsd.org/changeset/base/253994
Log:
Add MD (for now) atomic_store_acq_() and use it in pmap_activate()
to get the semantics when setting the PMAP right. Prior to r251782, the
latter already used implicit
Author: hrs
Date: Tue Aug 6 15:49:18 2013
New Revision: 253995
URL: http://svnweb.freebsd.org/changeset/base/253995
Log:
Fix build on arm and mips.
Modified:
head/usr.sbin/rtadvd/timer.c
head/usr.sbin/rtsold/rtsold.c
Modified: head/usr.sbin/rtadvd/timer.c
=
(r253995)
+++ head/UPDATING Tue Aug 6 15:51:56 2013(r253996)
@@ -32,6 +32,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20130806:
+ INVARIANTS option now enables DEBUG for code with OpenSolaris
Author: avg
Date: Tue Aug 6 16:18:07 2013
New Revision: 253997
URL: http://svnweb.freebsd.org/changeset/base/253997
Log:
fix fat-fingering in r253996
MFC after:17 days
X-MFC with: r253996
Modified:
head/sys/modules/cyclic/Makefile
Modified: head/sys/modules/cyclic/Makefile
On Tue, 2013-08-06 at 15:49 +, Hiroki Sato wrote:
> Author: hrs
> Date: Tue Aug 6 15:49:18 2013
> New Revision: 253995
> URL: http://svnweb.freebsd.org/changeset/base/253995
>
> Log:
> Fix build on arm and mips.
>
> Modified:
> head/usr.sbin/rtadvd/timer.c
> head/usr.sbin/rtsold/rtsold
Author: mckusick
Date: Tue Aug 6 16:50:05 2013
New Revision: 253998
URL: http://svnweb.freebsd.org/changeset/base/253998
Log:
This bug fix is in a code path in rename taken when there is a
collision between a rename and an open system call for the same
target file. Here, rename releases its
Author: hrs
Date: Tue Aug 6 17:10:52 2013
New Revision: 253999
URL: http://svnweb.freebsd.org/changeset/base/253999
Log:
Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6,
SIOCGDRLST_IN6, and SIOCGNBRINFO_IN6 ioctl. These userland interfaces
treat expiration times in t
Ian Lepore wrote
in <1375807689.3320.48.ca...@revolution.hippie.lan>:
ia> On Tue, 2013-08-06 at 15:49 +, Hiroki Sato wrote:
ia> > /* Generate maximum time in timespec. */
ia> > - memset(&tm_max.tv_sec, 0xff, sizeof(tm_max.tv_sec));
ia> > - memset(&tm_max.tv_nsec, 0xff, sizeof(tm_max.tv_ns
Author: jfv
Date: Tue Aug 6 18:00:53 2013
New Revision: 254002
URL: http://svnweb.freebsd.org/changeset/base/254002
Log:
When the igb driver is static there are cases when early interrupts occur,
resulting in a panic in refresh_mbufs, to prevent this add a check in the
interrupt handler for
On Wednesday, July 31, 2013 8:21:42 am Dimitry Andric wrote:
> On Jul 30, 2013, at 18:16, John Baldwin wrote:
> > On Tuesday, July 30, 2013 10:09:35 am Matthew Fleming wrote:
> >> On Tue, Jul 30, 2013 at 5:33 AM, Dimitry Andric wrote:
> >>
> >>> Author: dim
> >>> Date: Tue Jul 30 12:33:21 2013
>
Author: marius
Date: Tue Aug 6 18:55:59 2013
New Revision: 254004
URL: http://svnweb.freebsd.org/changeset/base/254004
Log:
As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSI
quirk and apply it to these controllers [1]. The same problem was reported
for 2230S, in w
Author: marius
Date: Tue Aug 6 19:14:02 2013
New Revision: 254005
URL: http://svnweb.freebsd.org/changeset/base/254005
Log:
- Fix a bug in the MSI allocation logic so an MSI is also employed if a
controller supports only a single message. I haven't seen such an adapter
out in the wild,
Author: jfv
Date: Tue Aug 6 21:01:38 2013
New Revision: 254008
URL: http://svnweb.freebsd.org/changeset/base/254008
Log:
Make the various driver MSIX setup routines fallback to MSI more
gracefully. This change was suggested by Marius Strobl, thank you.
PR: kern/181016
MFC after: ASAP
Author: sbruno
Date: Tue Aug 6 21:30:37 2013
New Revision: 254010
URL: http://svnweb.freebsd.org/changeset/base/254010
Log:
Adjust make knobs to know that WITH_ICONV installs a /usr/bin/iconv
Remove it if the knob isn't tweaked. Certain ports seem to think that
if /usr/bin/iconv exists,
Author: delphij
Date: Tue Aug 6 21:36:01 2013
New Revision: 254012
URL: http://svnweb.freebsd.org/changeset/base/254012
Log:
MFV r254011:
This change have no effect to FreeBSD but integrated for
completeness.
Illumos ZFS issues:
348 ZFS should handle DKIOCGMEDIAINFOEXT failure
Author: delphij
Date: Tue Aug 6 21:44:54 2013
New Revision: 254014
URL: http://svnweb.freebsd.org/changeset/base/254014
Log:
MFV r254013 (dummy merge to note that the change is already
merged):
Illumos ZFS issues:
3973 zfs_ioc_rename alters passed in zc->zc_name
Modified:
Directory
Author: marcel
Date: Wed Aug 7 00:00:48 2013
New Revision: 254015
URL: http://svnweb.freebsd.org/changeset/base/254015
Log:
Change to not redefine the same symbols that are
being defined in . Instead give the symbols here a
"PC98_" prefix. This way, both and
can be included in the same
Author: markj
Date: Wed Aug 7 00:20:30 2013
New Revision: 254017
URL: http://svnweb.freebsd.org/changeset/base/254017
Log:
Fill in the description fields for M_FICT_PAGES.
Reviewed by: kib
MFC after:3 days
Modified:
head/sys/vm/vm_phys.c
Modified: head/sys/vm/vm_phys.c
=
Author: markj
Date: Wed Aug 7 00:28:17 2013
New Revision: 254018
URL: http://svnweb.freebsd.org/changeset/base/254018
Log:
Pass variables prefixed with both LD_ and LD_32_ to the run-time linker.
This prevents unintentional execution of programs when running ldd(1) on
32-bit Linux binaries.
Author: rpaulo
Date: Wed Aug 7 01:01:58 2013
New Revision: 254019
URL: http://svnweb.freebsd.org/changeset/base/254019
Log:
Fix a timing issue with the wired driver.
After configuring the interface, wait for the link to become active.
Many ethernet drivers reset the chip when we set mult
Author: markj
Date: Wed Aug 7 01:32:08 2013
New Revision: 254020
URL: http://svnweb.freebsd.org/changeset/base/254020
Log:
Add a missing module version declaration to if_tun(4).
PR: 181078
Submitted by: Brandon Gooch
MFC after:1 week
Modified:
head/sys/net/if_tun.c
M
Author: rpaulo
Date: Wed Aug 7 04:03:30 2013
New Revision: 254021
URL: http://svnweb.freebsd.org/changeset/base/254021
Log:
Make sure IFM_AVALID is also set when checking ifm_status.
Submitted by: yongari
Modified:
head/contrib/wpa/src/drivers/driver_wired.c
Modified: head/contrib/wpa/
On Wed, 7 Aug 2013, Hiroki Sato wrote:
Ian Lepore wrote
in <1375807689.3320.48.ca...@revolution.hippie.lan>:
ia> On Tue, 2013-08-06 at 15:49 +, Hiroki Sato wrote:
ia> > /* Generate maximum time in timespec. */
ia> > - memset(&tm_max.tv_sec, 0xff, sizeof(tm_max.tv_sec));
ia> > - me
Author: jeff
Date: Wed Aug 7 06:21:20 2013
New Revision: 254025
URL: http://svnweb.freebsd.org/changeset/base/254025
Log:
Replace kernel virtual address space allocation with vmem. This provides
transparent layering and better fragmentation.
- Normalize functions that allocate memory t
34 matches
Mail list logo