svn commit: r221420 - in head: crypto/openssh crypto/openssh/openbsd-compat etc/rc.d secure/lib/libssh secure/usr.sbin/sshd

2011-05-04 Thread Dag-Erling Smorgrav
Author: des Date: Wed May 4 07:34:44 2011 New Revision: 221420 URL: http://svn.freebsd.org/changeset/base/221420 Log: Upgrade to OpenSSH 5.8p2. Added: head/crypto/openssh/audit-linux.c - copied unchanged from r221394, vendor-crypto/openssh/dist/audit-linux.c

svn commit: r221421 - vendor/v4l/dist

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:21:24 2011 New Revision: 221421 URL: http://svn.freebsd.org/changeset/base/221421 Log: Add the v4l2 header now that we have an use case for it. Added: vendor/v4l/dist/videodev2.h (contents, props changed) Added: vendor/v4l/dist/videodev2.h

svn commit: r221422 - vendor/v4l/2.6.17

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:22:58 2011 New Revision: 221422 URL: http://svn.freebsd.org/changeset/base/221422 Log: Tag the v4l2 header with the linux kernel version where I took it from. Added: vendor/v4l/2.6.17/videodev2.h - copied unchanged from r221421,

svn commit: r221423 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:31:58 2011 New Revision: 221423 URL: http://svn.freebsd.org/changeset/base/221423 Log: Copy the v4l2 header unchanged from the vendor branch. Added: head/sys/compat/linux/linux_videodev2.h - copied unchanged from r221422, vendor/v4l/dist/videodev2.h

svn commit: r221424 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:41:55 2011 New Revision: 221424 URL: http://svn.freebsd.org/changeset/base/221424 Log: Add explanation about the use-permission and FreeBSDify it. Modified: head/sys/compat/linux/linux_videodev2.h Modified: head/sys/compat/linux/linux_videodev2.h

svn commit: r221425 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 08:42:31 2011 New Revision: 221425 URL: http://svn.freebsd.org/changeset/base/221425 Log: Fix typo in comment, improve comment. Modified: head/sys/compat/linux/linux_videodev.h Modified: head/sys/compat/linux/linux_videodev.h

svn commit: r221426 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 09:05:39 2011 New Revision: 221426 URL: http://svn.freebsd.org/changeset/base/221426 Log: This is v4l2 support for the linuxulator. This allows to access FreeBSD native devices which support the v4l2 API from processes running within the linuxulator, e.g.

svn commit: r221427 - head/sys/dev/ath/ath_hal/ar5416

2011-05-04 Thread Adrian Chadd
Author: adrian Date: Wed May 4 09:26:33 2011 New Revision: 221427 URL: http://svn.freebsd.org/changeset/base/221427 Log: Remove this useless bit of code for Kite. The RIFS register value is overriden by the initvals, so disabling RIFS before calling writeIni() effectively does nothing.

svn commit: r221428 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 09:52:34 2011 New Revision: 221428 URL: http://svn.freebsd.org/changeset/base/221428 Log: Add FEATURE macros for v4l and v4l2 to the linuxulator. Suggested by: ae Modified: head/sys/compat/linux/linux_ioctl.c Modified:

Re: svn commit: r221419 - head/release

2011-05-04 Thread Ed Schouten
Hi Nathan, * Nathan Whitehorn nwhiteh...@freebsd.org, 20110504 04:52: chroot $2 /bin/sh -c cd /usr/src make $MAKE_FLAGS buildworld buildkernel || exit 1 +chroot $2 /bin/sh -c cd /usr/src/release make obj || exit 1 chroot $2 /bin/sh -c cd /usr/src/release make release || exit 1 chroot

svn commit: r221429 - head/sys/fs/nfsclient

2011-05-04 Thread Ruslan Ermilov
Author: ru Date: Wed May 4 11:22:52 2011 New Revision: 221429 URL: http://svn.freebsd.org/changeset/base/221429 Log: In ncl_printf(), call vprintf() instead of printf(). MFC after:3 days Modified: head/sys/fs/nfsclient/nfs_clsubs.c Modified: head/sys/fs/nfsclient/nfs_clsubs.c

Re: svn commit: r221419 - head/release

2011-05-04 Thread Bjoern A. Zeeb
On May 4, 2011, at 11:17 AM, Ed Schouten wrote: Hi Nathan, * Nathan Whitehorn nwhiteh...@freebsd.org, 20110504 04:52: chroot $2 /bin/sh -c cd /usr/src make $MAKE_FLAGS buildworld buildkernel || exit 1 +chroot $2 /bin/sh -c cd /usr/src/release make obj || exit 1 chroot $2 /bin/sh -c cd

Re: svn commit: r221426 - head/sys/compat/linux

2011-05-04 Thread Ivan Klymenko
В Wed, 4 May 2011 09:05:39 + (UTC) Alexander Leidinger netch...@freebsd.org пишет: Author: netchild Date: Wed May 4 09:05:39 2011 New Revision: 221426 URL: http://svn.freebsd.org/changeset/base/221426 Log: This is v4l2 support for the linuxulator. This allows to access FreeBSD

svn commit: r221430 - head/etc/periodic/daily

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 12:37:10 2011 New Revision: 221430 URL: http://svn.freebsd.org/changeset/base/221430 Log: Use proper return codes (valuable output, invalid config, problems). MFC after:1 week Modified: head/etc/periodic/daily/800.scrub-zfs Modified:

svn commit: r221431 - head/tools/regression/security/cap_test

2011-05-04 Thread Jonathan Anderson
Author: jonathan Date: Wed May 4 12:44:46 2011 New Revision: 221431 URL: http://svn.freebsd.org/changeset/base/221431 Log: Regression tests for Capsicum capability mode. Ensure that system calls that access global namespaces, e.g. open(2), are not permitted, and that whitelisted sysctls

svn commit: r221432 - head/etc/periodic/daily

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 12:48:02 2011 New Revision: 221432 URL: http://svn.freebsd.org/changeset/base/221432 Log: The security run requests unmaskable output, even if the only output is to tell that there is a separate email or that the output is logged to a file. This commit

svn commit: r221433 - head/sys/geom/label

2011-05-04 Thread Andrey V. Elsukov
Author: ae Date: Wed May 4 12:59:11 2011 New Revision: 221433 URL: http://svn.freebsd.org/changeset/base/221433 Log: When checking existence of providers skip those which are orphaned. PR: kern/132273 MFC after:2 week Modified: head/sys/geom/label/g_label.c Modified:

svn commit: r221434 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Author: netchild Date: Wed May 4 13:09:20 2011 New Revision: 221434 URL: http://svn.freebsd.org/changeset/base/221434 Log: Commit the missing linux_videdev2_compat.h (lost somewhere between commit tree patch generation - successful compile tree build test - commmit). Pointy hat to:

svn commit: r221435 - head/usr.bin/nfsstat

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Wed May 4 13:20:44 2011 New Revision: 221435 URL: http://svn.freebsd.org/changeset/base/221435 Log: Revert r221308, since it incorrectly zero'd both client and server stats when -c or -s was specified. Modified: head/usr.bin/nfsstat/nfsstat.c Modified:

Re: svn commit: r221426 - head/sys/compat/linux

2011-05-04 Thread Alexander Leidinger
Quoting Ivan Klymenko fi...@ukr.net (from Wed, 4 May 2011 14:32:20 +0300): ... /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:91:49: error: compat/linux/linux_videodev2_compat.h: No such file or directory ... Fixed. Thanks, Alexander. -- http://www.Leidinger.net

svn commit: r221436 - in head: sbin/mount_nfs sys/fs/nfsclient sys/nfs sys/nfsclient

2011-05-04 Thread Ruslan Ermilov
Author: ru Date: Wed May 4 13:27:45 2011 New Revision: 221436 URL: http://svn.freebsd.org/changeset/base/221436 Log: Implemented a mount option nocto that disables cache coherency checking at open time. It may improve performance for read-only NFS mounts. Use deliberately. MFC

svn commit: r221437 - in vendor/tre/dist: . doc lib m4 po src tests tests/agrep utils win32

2011-05-04 Thread Gabor Kovesdan
Author: gabor Date: Wed May 4 13:28:53 2011 New Revision: 221437 URL: http://svn.freebsd.org/changeset/base/221437 Log: - Trim some unnecessary files Deleted: vendor/tre/dist/Makefile vendor/tre/dist/Makefile.am vendor/tre/dist/Makefile.in vendor/tre/dist/aclocal.m4

svn commit: r221438 - in head/sys: fs/nfs nfs

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Wed May 4 13:30:38 2011 New Revision: 221438 URL: http://svn.freebsd.org/changeset/base/221438 Log: Revert r221306, since NFSSVC_ZEROSTATS zero'd both client and server stats, when separate modifiers for NFSSVC_GETSTATS for each of client and server stats is what it

svn commit: r221439 - in head/sys: fs/nfs nfs

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Wed May 4 13:36:18 2011 New Revision: 221439 URL: http://svn.freebsd.org/changeset/base/221439 Log: Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATS so that they can be used by nfsstat(1) to implement the -z option for the new NFS subsystem.

svn commit: r221440 - head/usr.bin/nfsstat

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Wed May 4 13:50:37 2011 New Revision: 221440 URL: http://svn.freebsd.org/changeset/base/221440 Log: Fix nfsstat.c so that the -z option works for the new NFS subsystem. MFC after:2 weeks Modified: head/usr.bin/nfsstat/nfsstat.c Modified:

svn commit: r221441 - head/sys/sys

2011-05-04 Thread Attilio Rao
Author: attilio Date: Wed May 4 14:37:01 2011 New Revision: 221441 URL: http://svn.freebsd.org/changeset/base/221441 Log: Remove the previously added comment. Probabilly me is the only one who didn't know userland and kerneland sizes were mismatching. Added: head/sys/sys/_cpuset.h

Re: svn commit: r221441 - head/sys/sys

2011-05-04 Thread Attilio Rao
Argh, sorry, I committed this file by accident, reverting it. Attilio 2011/5/4 Attilio Rao atti...@freebsd.org: Author: attilio Date: Wed May  4 14:37:01 2011 New Revision: 221441 URL: http://svn.freebsd.org/changeset/base/221441 Log:  Remove the previously added comment.  Probabilly me

svn commit: r221442 - head/sys/sys

2011-05-04 Thread Attilio Rao
Author: attilio Date: Wed May 4 14:52:17 2011 New Revision: 221442 URL: http://svn.freebsd.org/changeset/base/221442 Log: Revert by accident r221441. Deleted: head/sys/sys/_cpuset.h ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r221426 - head/sys/compat/linux

2011-05-04 Thread Ivan Klymenko
В Wed, 04 May 2011 15:11:01 +0200 Alexander Leidinger netch...@freebsd.org пишет: Quoting Ivan Klymenko fi...@ukr.net (from Wed, 4 May 2011 14:32:20 +0300): ... /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:91:49: error: compat/linux/linux_videodev2_compat.h: No such

svn commit: r221445 - head/sys/dev/bge

2011-05-04 Thread Pyun YongHyeon
Author: yongari Date: Wed May 4 17:04:31 2011 New Revision: 221445 URL: http://svn.freebsd.org/changeset/base/221445 Log: Add initial BCM57765 family support. The BCM57765 family seems to have similar hardware features of BCM5718 family except the number of receive return ring is 4. The

Re: svn commit: r220954 - head

2011-05-04 Thread David O'Brien
On Tue, May 03, 2011 at 02:41:10PM +0700, Vadim Goncharov wrote: PR: 156579 Submitted by: dhw [..] I have lines like the following in /etc/make.conf on some hosts: # build specified kernels by default and install first of them KERNCONF?=ROUTER GENERIC and do just

svn commit: r221446 - head/sys/geom/cache

2011-05-04 Thread Andrey V. Elsukov
Author: ae Date: Wed May 4 17:37:37 2011 New Revision: 221446 URL: http://svn.freebsd.org/changeset/base/221446 Log: Remove unneeded checks, g_new_xxx functions can not fail. MFC after:1 week Modified: head/sys/geom/cache/g_cache.c Modified: head/sys/geom/cache/g_cache.c

svn commit: r221447 - in head/sys/geom: concat eli shsec stripe

2011-05-04 Thread Andrey V. Elsukov
Author: ae Date: Wed May 4 17:56:53 2011 New Revision: 221447 URL: http://svn.freebsd.org/changeset/base/221447 Log: Remove for a moment assignment. struct g_geom zeroed when allocated. MFC after:1 week Modified: head/sys/geom/concat/g_concat.c head/sys/geom/eli/g_eli.c

svn commit: r221448 - head/usr.sbin/bluetooth/bthidd

2011-05-04 Thread Maksim Yevmenkin
Author: emax Date: Wed May 4 17:58:15 2011 New Revision: 221448 URL: http://svn.freebsd.org/changeset/base/221448 Log: Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6) Submitted by: David Demelier demelier dot david at gmail dot com MFC after:1 week

svn commit: r221449 - head/sys/geom/journal

2011-05-04 Thread Andrey V. Elsukov
Author: ae Date: Wed May 4 18:06:40 2011 New Revision: 221449 URL: http://svn.freebsd.org/changeset/base/221449 Log: Removed KASSERT, g_new_providerf() can not fail. MFC after:1 week Modified: head/sys/geom/journal/g_journal.c Modified: head/sys/geom/journal/g_journal.c

svn commit: r221450 - head/share/man/man9

2011-05-04 Thread Glen Barber
Author: gjb (doc committer) Date: Wed May 4 18:16:05 2011 New Revision: 221450 URL: http://svn.freebsd.org/changeset/base/221450 Log: Remove unneeded tab after .Ed to make manlint happy. Reported by: manlint Modified: head/share/man/man9/bus_adjust_resource.9 Modified:

svn commit: r221451 - head/sys/geom/mountver

2011-05-04 Thread Andrey V. Elsukov
Author: ae Date: Wed May 4 18:17:21 2011 New Revision: 221451 URL: http://svn.freebsd.org/changeset/base/221451 Log: Remove unneeded code. MFC after:1 week Modified: head/sys/geom/mountver/g_mountver.c Modified: head/sys/geom/mountver/g_mountver.c

svn commit: r221452 - head/sys/geom/multipath

2011-05-04 Thread Andrey V. Elsukov
Author: ae Date: Wed May 4 18:26:45 2011 New Revision: 221452 URL: http://svn.freebsd.org/changeset/base/221452 Log: Remove unneeded code. MFC after:1 week Modified: head/sys/geom/multipath/g_multipath.c Modified: head/sys/geom/multipath/g_multipath.c

svn commit: r221453 - head/sys/geom/sched

2011-05-04 Thread Andrey V. Elsukov
Author: ae Date: Wed May 4 18:41:26 2011 New Revision: 221453 URL: http://svn.freebsd.org/changeset/base/221453 Log: Remove unneeded code. MFC after:1 week Modified: head/sys/geom/sched/g_sched.c Modified: head/sys/geom/sched/g_sched.c

Re: svn commit: r220954 - head

2011-05-04 Thread David Wolfskill
On Wed, May 04, 2011 at 10:04:42AM -0700, David O'Brien wrote: On Tue, May 03, 2011 at 02:41:10PM +0700, Vadim Goncharov wrote: PR: 156579 Submitted by: dhw [..] I have lines like the following in /etc/make.conf on some hosts: # build specified kernels by default

svn commit: r221454 - head/usr.bin/nfsstat

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Wed May 4 19:28:44 2011 New Revision: 221454 URL: http://svn.freebsd.org/changeset/base/221454 Log: Modify nfsstat(1) so that it prints out the buffer cache stats in the same way for the new client as the old one. MFC after:2 weeks Modified:

svn commit: r221455 - head/usr.bin/nfsstat

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Wed May 4 20:13:26 2011 New Revision: 221455 URL: http://svn.freebsd.org/changeset/base/221455 Log: Modify nfsstat(1) so that it reports statistics for the new NFS client/server by default, in a format compatible with the old NFS client/server. Also add a -o flag

svn commit: r221457 - head/usr.bin/nfsstat

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Wed May 4 20:28:06 2011 New Revision: 221457 URL: http://svn.freebsd.org/changeset/base/221457 Log: Update nfsstat.1 to reflect the changes done to nfsstat(1) by r221455. This includes a new -o option for displaying statistics from the old NFS client/server and a

Re: svn commit: r221422 - vendor/v4l/2.6.17

2011-05-04 Thread Julian Elischer
On 5/4/11 2:22 AM, Alexander Leidinger wrote: Author: netchild Date: Wed May 4 08:22:58 2011 New Revision: 221422 URL: http://svn.freebsd.org/changeset/base/221422 note that I have email from Bill dirks (somewhere) explicitly allowing us to use this file also from alan cox (the linux one)

svn commit: r221460 - head/sys/netinet

2011-05-04 Thread Michael Tuexen
Author: tuexen Date: Wed May 4 21:27:05 2011 New Revision: 221460 URL: http://svn.freebsd.org/changeset/base/221460 Log: Implement Resource Pooling V2 and an MPTCP like congestion control. Based on a patch received from Martin Becke. MFC after: 2 weeks. Modified:

svn commit: r221461 - in head: bin/sh tools/regression/bin/sh/errors

2011-05-04 Thread Jilles Tjoelker
Author: jilles Date: Wed May 4 21:49:34 2011 New Revision: 221461 URL: http://svn.freebsd.org/changeset/base/221461 Log: sh: Detect an error for ${#varGARBAGE}. In particular, this makes things like ${#foo[0]} and ${#foo[@]} errors rather than silent equivalents of ${#foo}. PR:

svn commit: r221462 - head/sys/fs/nfs

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Wed May 4 22:02:33 2011 New Revision: 221462 URL: http://svn.freebsd.org/changeset/base/221462 Log: Add a comment noting that the NFS code assumes that the values of error numbers in sys/errno.h will be the same as the ones specified by the NFS RFCs and that the code

svn commit: r221463 - in head: bin/sh tools/regression/bin/sh/expansion

2011-05-04 Thread Jilles Tjoelker
Author: jilles Date: Wed May 4 22:12:22 2011 New Revision: 221463 URL: http://svn.freebsd.org/changeset/base/221463 Log: sh: Apply set -u to variables in arithmetic. Note that this only applies to variables that are actually used. Things like (0 unsetvar) do not cause an error.

svn commit: r221464 - head/sys/dev/cxgbe

2011-05-04 Thread Navdeep Parhar
Author: np Date: Wed May 4 23:07:30 2011 New Revision: 221464 URL: http://svn.freebsd.org/changeset/base/221464 Log: Always re-arm an iq's interrupt before leaving the handler. MFC after:1 week Modified: head/sys/dev/cxgbe/t4_sge.c Modified: head/sys/dev/cxgbe/t4_sge.c

svn commit: r221465 - head/release/powerpc

2011-05-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed May 4 23:34:10 2011 New Revision: 221465 URL: http://svn.freebsd.org/changeset/base/221465 Log: Change the way powerpc bootable CDs are generated to work around a bug in hybrid image generation in cdrtools. This produces a small HFS partition containing loader,

svn commit: r221466 - in head/release: . amd64 i386 pc98 sun4v

2011-05-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed May 4 23:41:11 2011 New Revision: 221466 URL: http://svn.freebsd.org/changeset/base/221466 Log: Repair release CD generation on PC98 and sun4v after release building changes, and backport the new logic (ISO images are TARGET dependant, not TARGET_CPUARCH

svn commit: r221467 - head/sys/fs/nfsclient

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Thu May 5 00:11:09 2011 New Revision: 221467 URL: http://svn.freebsd.org/changeset/base/221467 Log: Fix the new NFS client so that it handles the 64bit fields that are now in struct statfs for NFSv3 and NFSv4. Since the ffiles value is uint64_t on the wire, I clip

svn commit: r221468 - in head/sys/dev: bge mii

2011-05-04 Thread Pyun YongHyeon
Author: yongari Date: Thu May 5 00:43:40 2011 New Revision: 221468 URL: http://svn.freebsd.org/changeset/base/221468 Log: Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'm here inverse meaning of PHY flag as Ethernet@WireSpeed is enabled for most PHYs. Modified:

svn commit: r221469 - head

2011-05-04 Thread David E. O'Brien
Author: obrien Date: Thu May 5 00:43:55 2011 New Revision: 221469 URL: http://svn.freebsd.org/changeset/base/221469 Log: Correct the kernel config name printed out during install. PR: 156579 Submitted by: dhw Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r221470 - head/usr.sbin/makefs/cd9660

2011-05-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu May 5 00:52:19 2011 New Revision: 221470 URL: http://svn.freebsd.org/changeset/base/221470 Log: Fix boot on old machines (e.g. blue and white G3s) by synthesizing a 512-byte sector map instead unused space in the first 2048-byte sector. Modified:

svn commit: r221471 - head/lib/libcrypt

2011-05-04 Thread David E. O'Brien
Author: obrien Date: Thu May 5 01:09:42 2011 New Revision: 221471 URL: http://svn.freebsd.org/changeset/base/221471 Log: s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming. Reviewed by: markm Modified: head/lib/libcrypt/crypt-sha256.c

svn commit: r221472 - head/lib/libarchive

2011-05-04 Thread David E. O'Brien
Author: obrien Date: Thu May 5 01:16:06 2011 New Revision: 221472 URL: http://svn.freebsd.org/changeset/base/221472 Log: libarchive is mixing libmd and libcrypto -- correct to use one or the other. [mixing the two can be quite bad -- they define the same context structures, but with

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-05-04 Thread Rick Macklem
Rick Macklem rmack...@uoguelph.ca writes: Dag-Erling Smørgrav d...@des.no writes: Are you going to rename the sysctls as well? I was not planning on it, but it the collective thinks it's a good idea, I could do so. Yes, please. The change from vfs.nfs to vfs.newnfs breaks scripts.

svn commit: r221473 - head/sys/nfs

2011-05-04 Thread Rick Macklem
Author: rmacklem Date: Thu May 5 02:00:53 2011 New Revision: 221473 URL: http://svn.freebsd.org/changeset/base/221473 Log: Modify the NFS nfssvc(2) syscall so that it allows anyone to get the statistics for the new NFS subsystem. MFC after:2 weeks Modified:

svn commit: r221474 - head/sys/dev/cxgbe

2011-05-04 Thread Navdeep Parhar
Author: np Date: Thu May 5 02:04:56 2011 New Revision: 221474 URL: http://svn.freebsd.org/changeset/base/221474 Log: T4 packet filtering/steering. - Enable 5-tuple and every-packet lookup. - Setup the default filter mode to allow filtering/steering based on IP protocol, ingress

svn commit: r221475 - head/etc/periodic/daily

2011-05-04 Thread Doug Barton
Author: dougb Date: Thu May 5 02:35:11 2011 New Revision: 221475 URL: http://svn.freebsd.org/changeset/base/221475 Log: 1. If PKG_DBDIR cannot be determined from make, set the default 2. Add the -H flag to tar in case /var/db/pkg itself is a symlink 3. Direct stderr to /dev/null to

svn commit: r221476 - head/sys/sys

2011-05-04 Thread David E. O'Brien
Author: obrien Date: Thu May 5 02:35:25 2011 New Revision: 221476 URL: http://svn.freebsd.org/changeset/base/221476 Log: Guard ptrdiff_t. Modified: head/sys/sys/stddef.h Modified: head/sys/sys/stddef.h == ---

svn commit: r221477 - in head/sys: dev/cxgbe modules/cxgbe/if_cxgbe

2011-05-04 Thread Navdeep Parhar
Author: np Date: Thu May 5 02:38:08 2011 New Revision: 221477 URL: http://svn.freebsd.org/changeset/base/221477 Log: T4 packet timestamps. Reference code that shows how to get a packet's timestamp out of cxgbe(4). Disabled by default because we don't have a standard way today to pass

svn commit: r221478 -

2011-05-04 Thread Doug Barton
Author: dougb Date: Thu May 5 02:52:10 2011 New Revision: 221478 URL: http://svn.freebsd.org/changeset/base/221478 Log: Remove version-specific stuff. If anyone wants to keep it up to date the information can be restored. Loosely inspired by the PR. PR: misc/153995 Submitted

svn commit: r221479 - head/sys/dev/ath/ath_hal/ar5416

2011-05-04 Thread Adrian Chadd
Author: adrian Date: Thu May 5 02:59:31 2011 New Revision: 221479 URL: http://svn.freebsd.org/changeset/base/221479 Log: Import some HOWL (AR9130) related fixes from Atheros. Obtained from:Atheros Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c

svn commit: r221480 - head/sys/dev/ath/ath_hal/ar5416

2011-05-04 Thread Adrian Chadd
Author: adrian Date: Thu May 5 03:42:04 2011 New Revision: 221480 URL: http://svn.freebsd.org/changeset/base/221480 Log: Fix up the chipset checks for the AR5416 and later silicon. The checks should function as follows: * AR_SREV_silicon : check macVersion matches that version id *

svn commit: r221483 - head/sys/dev/ath/ath_hal/ar5416

2011-05-04 Thread Adrian Chadd
Author: adrian Date: Thu May 5 04:43:05 2011 New Revision: 221483 URL: http://svn.freebsd.org/changeset/base/221483 Log: Another Howl (AR9130) fix. I haven't seen a 5ghz AR9130 based board yet though! Obtained from:Atheros Modified: head/sys/dev/ath/ath_hal/ar5416/ar2133.c