svn commit: r240629 - head/sys/geom

2012-09-18 Thread Andriy Gapon
Author: avg Date: Tue Sep 18 07:57:34 2012 New Revision: 240629 URL: http://svn.freebsd.org/changeset/base/240629 Log: g_disk_flushcache definitely should not be traced under G_T_TOPOLOGY ... use G_T_BIO instead MFC after:1 week Modified: head/sys/geom/geom_disk.c Modified:

svn commit: r240630 - head/sys/netipsec

2012-09-18 Thread Kevin Lo
Author: kevlo Date: Tue Sep 18 08:00:43 2012 New Revision: 240630 URL: http://svn.freebsd.org/changeset/base/240630 Log: Add missing break Modified: head/sys/netipsec/xform_ipip.c Modified: head/sys/netipsec/xform_ipip.c

svn commit: r240631 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2012-09-18 Thread Andriy Gapon
Author: avg Date: Tue Sep 18 08:00:56 2012 New Revision: 240631 URL: http://svn.freebsd.org/changeset/base/240631 Log: zfs: allow both DEBUG and ZFS_DEBUG to be defined on command line Discussed with: pjd MFC after:10 days Modified:

svn commit: r240632 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-09-18 Thread Andriy Gapon
Author: avg Date: Tue Sep 18 08:02:54 2012 New Revision: 240632 URL: http://svn.freebsd.org/changeset/base/240632 Log: zfs: correctly calculate dn_bonuslen for saving SAs to disk Since all attribute values start at 8-byte aligned boundary, we would previously incorrectly calculate

svn commit: r240633 - head/sbin/nvmecontrol

2012-09-18 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Sep 18 08:12:28 2012 New Revision: 240633 URL: http://svn.freebsd.org/changeset/base/240633 Log: mdoc: remove superfluous paragraph macro. Modified: head/sbin/nvmecontrol/nvmecontrol.8 Modified: head/sbin/nvmecontrol/nvmecontrol.8

svn commit: r240634 - head/sys/dev/acpica

2012-09-18 Thread Andriy Gapon
Author: avg Date: Tue Sep 18 08:17:29 2012 New Revision: 240634 URL: http://svn.freebsd.org/changeset/base/240634 Log: acpi_cpu: explicitly notify userland about c-state changes ... after they are committed. A notification is sent per CPU. Reviewed by: imp MFC after:3 weeks

svn commit: r240637 - head/sys/boot/i386/loader

2012-09-18 Thread Andriy Gapon
Author: avg Date: Tue Sep 18 08:53:11 2012 New Revision: 240637 URL: http://svn.freebsd.org/changeset/base/240637 Log: loader/i386: replace ugly inb/outb re-implementations with cpufunc.h Use of __builtin_constant_p in a function that is only called via a pointer is a good example of how

svn commit: r240638 - head/sys/netpfil/pf

2012-09-18 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 18 09:15:32 2012 New Revision: 240638 URL: http://svn.freebsd.org/changeset/base/240638 Log: Fix DIOCNATLOOK: zero key padding before performing lookup. Modified: head/sys/netpfil/pf/pf_ioctl.c Modified: head/sys/netpfil/pf/pf_ioctl.c

Re: svn commit: r240628 - head/sbin/ipfw

2012-09-18 Thread Hiroki Sato
Doug Barton do...@freebsd.org wrote in 5058036f.1010...@freebsd.org: do On 09/17/2012 19:33, Benjamin Kaduk wrote: doWhitespace cleanup for ipfw.8 -- start each sentence on a new line, do do We generally don't do this at all absent other changes. do do We definitely don't make

svn commit: r240640 - head/sys/net

2012-09-18 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 18 10:52:46 2012 New Revision: 240640 URL: http://svn.freebsd.org/changeset/base/240640 Log: - Add $FreeBSD$ to allow modifications to this file. - Move $OpenBSD$ to a more standard place. Modified: head/sys/net/pfvar.h Modified: head/sys/net/pfvar.h

svn commit: r240641 - in head/sys: net netpfil/pf

2012-09-18 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 18 10:54:56 2012 New Revision: 240641 URL: http://svn.freebsd.org/changeset/base/240641 Log: Make ruleset anchors in pf(4) reentrant. We've got two problems here: 1) Ruleset parser uses a global variable for anchor stack. 2) When processing a wildcard

svn commit: r240645 - head/bin/ps

2012-09-18 Thread Andrey Zonov
Author: zont Date: Tue Sep 18 12:25:14 2012 New Revision: 240645 URL: http://svn.freebsd.org/changeset/base/240645 Log: - Add 'dsiz' and 'ssiz' keywords to show data and stack size respectively. Approved by: kib (mentor) MFC after:1 week Modified: head/bin/ps/keyword.c

svn commit: r240646 - head/sys/contrib/altq/altq

2012-09-18 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 18 12:34:35 2012 New Revision: 240646 URL: http://svn.freebsd.org/changeset/base/240646 Log: Do more than r236298 did in the projects/pf branch: use M_NOWAIT in altq_add() and its descendants. Currently altq(4) in FreeBSD is configured via pf(4) ioctls, which

Re: svn commit: r240646 - head/sys/contrib/altq/altq

2012-09-18 Thread Sergey Kandaurov
On 18 September 2012 16:34, Gleb Smirnoff gleb...@freebsd.org wrote: Author: glebius Date: Tue Sep 18 12:34:35 2012 New Revision: 240646 URL: http://svn.freebsd.org/changeset/base/240646 Log: Do more than r236298 did in the projects/pf branch: use M_NOWAIT in altq_add() and its

svn commit: r240649 - head/bin/ps

2012-09-18 Thread Andrey Zonov
Author: zont Date: Tue Sep 18 13:24:14 2012 New Revision: 240649 URL: http://svn.freebsd.org/changeset/base/240649 Log: - Bump date. Submitted by: pluknet Approved by: kib (mentor) X-MFC-With: r240645 Modified: head/bin/ps/ps.1 Modified: head/bin/ps/ps.1

svn commit: r240650 - head/sys/dev/hwpmc

2012-09-18 Thread Andriy Gapon
Author: avg Date: Tue Sep 18 13:33:39 2012 New Revision: 240650 URL: http://svn.freebsd.org/changeset/base/240650 Log: hwpmc amd_pcpu_fini: fix a bug in code locked under DEBUG MFC after:16 days Modified: head/sys/dev/hwpmc/hwpmc_amd.c Modified: head/sys/dev/hwpmc/hwpmc_amd.c

Re: svn commit: r240527 - head/bin/df

2012-09-18 Thread Tijl Coosemans
On 16-09-2012 20:57, Erik Cederstrand wrote: Den 16/09/2012 kl. 18.05 skrev Eitan Adler ead...@freebsd.org: On 16 September 2012 10:24, Tijl Coosemans t...@coosemans.org wrote: On 16-09-2012 01:27, Eitan Adler wrote: On 15 September 2012 17:20, Bruce Cran br...@cran.org.uk wrote: On

svn commit: r240655 - head/sys/boot/ofw/libofw

2012-09-18 Thread Alexander Motin
Author: mav Date: Tue Sep 18 15:38:42 2012 New Revision: 240655 URL: http://svn.freebsd.org/changeset/base/240655 Log: Fix panics on attempt to dereference uninitizlized pointer, returned via 'path' argument of ofw_parsedev() if devspec refers raw device with no path. For example, `ls

svn commit: r240656 - head/sbin/ipfw

2012-09-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Tue Sep 18 16:00:44 2012 New Revision: 240656 URL: http://svn.freebsd.org/changeset/base/240656 Log: Fix grammar in the portion about FIBs. Also, cross-reference setfib(2) instead of setfib(1) for the 16-FIB limit. PR: docs/157452 Approved

svn commit: r240671 - head/sys/dev/nvme

2012-09-18 Thread Jim Harris
Author: jimharris Date: Tue Sep 18 18:16:52 2012 New Revision: 240671 URL: http://svn.freebsd.org/changeset/base/240671 Log: Add __aligned(4) to NVMe defined data structures. This fixes issue in nvmecontrol(8), where clang throws a cast-align warning when casting a __packed structure

svn commit: r240672 - head/sys/dev/nvme

2012-09-18 Thread Jim Harris
Author: jimharris Date: Tue Sep 18 18:23:21 2012 New Revision: 240672 URL: http://svn.freebsd.org/changeset/base/240672 Log: Add #if 0 around nvme_async_event_cb() until NVMe AER functionality can be tested. This fixes a build warning found only with clang. Modified:

svn commit: r240676 - head/sys/vm

2012-09-18 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 18 20:28:55 2012 New Revision: 240676 URL: http://svn.freebsd.org/changeset/base/240676 Log: If caller specifies UMA_ZONE_OFFPAGE explicitly, then do not waste memory in an allocation for a slab. Reviewed by: jeff Modified: head/sys/vm/uma_core.c

svn commit: r240677 - head/sys/dev/ath

2012-09-18 Thread Adrian Chadd
Author: adrian Date: Tue Sep 18 20:33:04 2012 New Revision: 240677 URL: http://svn.freebsd.org/changeset/base/240677 Log: Oops - take a copy of ath_tx_status from the buffer before the TX processing is done. The aggregate path was definitely accessing 'ts' before it was actually being

svn commit: r240680 - in head: sys/dev/alc sys/dev/bge sys/dev/cxgb sys/dev/cxgbe sys/dev/e1000 sys/dev/et sys/dev/jme sys/dev/pci sys/dev/re sys/ofed/include/linux sys/powerpc/mpc85xx usr.sbin/pci...

2012-09-18 Thread Gavin Atkinson
Author: gavin Date: Tue Sep 18 22:04:59 2012 New Revision: 240680 URL: http://svn.freebsd.org/changeset/base/240680 Log: Align the PCI Express #defines with the style used for the PCI-X #defines. This also has the advantage that it makes the names more compact, iand also allows us to

svn commit: r240682 - in head/usr.sbin/pkg_install: add create info lib version

2012-09-18 Thread Baptiste Daroussin
Sep 18 22:09:23 2012 (r240682) @@ -99,7 +99,7 @@ * Version of the package tools - increase whenever you make a change * in the code that is not cosmetic only. */ -#define PKG_INSTALL_VERSION20120913 +#define PKG_INSTALL_VERSION20120918 #define PKG_WRAPCONF_FNAME /var/db

svn commit: r240683 - head/sys/dev/usb

2012-09-18 Thread Gavin Atkinson
Author: gavin Date: Tue Sep 18 22:25:49 2012 New Revision: 240683 URL: http://svn.freebsd.org/changeset/base/240683 Log: Add entries for two USB devices I have locally. MFC after:1 week Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs

svn commit: r240684 - in head/usr.sbin/bsdconfig: . console diskmgmt docsinstall dot include mouse networking networking/include networking/share password password/include password/share security s...

2012-09-18 Thread Devin Teske
Author: dteske Date: Tue Sep 18 22:28:42 2012 New Revision: 240684 URL: http://svn.freebsd.org/changeset/base/240684 Log: Move major includes into /usr/share/bsdconfig for easy external access. Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor) Added:

Re: svn commit: r240628 - head/sbin/ipfw

2012-09-18 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09/18/2012 03:36, Hiroki Sato wrote: Doug Barton do...@freebsd.org wrote in 5058036f.1010...@freebsd.org: do On 09/17/2012 19:33, Benjamin Kaduk wrote: doWhitespace cleanup for ipfw.8 -- start each sentence on a new line, do do We

svn commit: r240686 - head/libexec/rtld-elf

2012-09-18 Thread Konstantin Belousov
Author: kib Date: Wed Sep 19 05:11:25 2012 New Revision: 240686 URL: http://svn.freebsd.org/changeset/base/240686 Log: Do not reference z_nodeflib for !objgiven case, thus fixing LD_PRELOAD for a non-absolute path. PR: bin/171604 MFC after:3 days Modified: