svn commit: r215659 - in stable/7: share/man/man9 sys/vm

2010-11-21 Thread Alan Cox
Author: alc Date: Mon Nov 22 07:17:27 2010 New Revision: 215659 URL: http://svn.freebsd.org/changeset/base/215659 Log: MFC r204415, r204416, r209669 Improve the comment and man page for vm_page_alloc(). Modified: stable/7/share/man/man9/vm_page_alloc.9 stable/7/sys/vm/vm_page.c Director

svn commit: r215658 - head/sbin/ddb

2010-11-21 Thread Kevin Lo
Author: kevlo Date: Mon Nov 22 07:00:47 2010 New Revision: 215658 URL: http://svn.freebsd.org/changeset/base/215658 Log: Plug an fd leak Modified: head/sbin/ddb/ddb.c Modified: head/sbin/ddb/ddb.c == --- head/sbin/dd

Re: svn commit: r215649 - in head/sys: conf dev/usb dev/usb/controller modules/usb/usb

2010-11-21 Thread Hans Petter Selasky
On Monday 22 November 2010 07:12:20 Peter Grehan wrote: > > I plan some follow-up patches to improve the USB PF-solution and to make > > it a loadable kernel module this week. > > Could the USB support in libpcap somehow hook into this ? > > later, > > Peter. Yes, I plan to look into this, be

svn commit: r215657 - stable/8/sbin/devd

2010-11-21 Thread Kevin Lo
Author: kevlo Date: Mon Nov 22 06:41:05 2010 New Revision: 215657 URL: http://svn.freebsd.org/changeset/base/215657 Log: MFC r215607: Fix missing closedir() Modified: stable/8/sbin/devd/devd.cc Modified: stable/8/sbin/devd/devd.cc ===

svn commit: r215656 - stable/8/usr.bin/chkey

2010-11-21 Thread Kevin Lo
Author: kevlo Date: Mon Nov 22 06:38:52 2010 New Revision: 215656 URL: http://svn.freebsd.org/changeset/base/215656 Log: MFC r215519: Fix fd leak Modified: stable/8/usr.bin/chkey/chkey.c Modified: stable/8/usr.bin/chkey/chkey.c ==

svn commit: r215655 - stable/8/usr.bin/at

2010-11-21 Thread Kevin Lo
Author: kevlo Date: Mon Nov 22 06:37:21 2010 New Revision: 215655 URL: http://svn.freebsd.org/changeset/base/215655 Log: MFC r215518: Close file and directory descriptors Modified: stable/8/usr.bin/at/at.c Modified: stable/8/usr.bin/at/at.c =

svn commit: r215654 - stable/8/sys/dev/usb/net

2010-11-21 Thread Kevin Lo
Author: kevlo Date: Mon Nov 22 06:31:42 2010 New Revision: 215654 URL: http://svn.freebsd.org/changeset/base/215654 Log: MFC r215335: Remove unused struct rue_type Modified: stable/8/sys/dev/usb/net/if_ruereg.h Modified: stable/8/sys/dev/usb/net/if_ruereg.h

Re: svn commit: r215649 - in head/sys: conf dev/usb dev/usb/controller modules/usb/usb

2010-11-21 Thread Peter Grehan
I plan some follow-up patches to improve the USB PF-solution and to make it a loadable kernel module this week. Could the USB support in libpcap somehow hook into this ? later, Peter. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org

svn commit: r215653 - in stable/8: share/man/man9 sys/vm

2010-11-21 Thread Alan Cox
Author: alc Date: Mon Nov 22 06:25:56 2010 New Revision: 215653 URL: http://svn.freebsd.org/changeset/base/215653 Log: MFC r209669 Improve the comment and man page for vm_page_alloc(). Modified: stable/8/share/man/man9/vm_page_alloc.9 stable/8/sys/vm/vm_page.c Directory Properties: st

Re: svn commit: r215649 - in head/sys: conf dev/usb dev/usb/controller modules/usb/usb

2010-11-21 Thread Hans Petter Selasky
On Monday 22 November 2010 02:11:28 Weongyo Jeong wrote: > Author: weongyo > Date: Mon Nov 22 01:11:28 2010 > New Revision: 215649 > URL: http://svn.freebsd.org/changeset/base/215649 > > Log: > Adds a USB packet filter feature to the stack that it could capture > packets which go through each

svn commit: r215652 - head/sys/kern

2010-11-21 Thread David Xu
Author: davidxu Date: Mon Nov 22 02:42:02 2010 New Revision: 215652 URL: http://svn.freebsd.org/changeset/base/215652 Log: Use atomic instruction to set _has_writer, otherwise there is a race causes userland to not wake up a thread sleeping in kernel. MFC after: 3 days Modified: head/s

svn commit: r215651 - head/usr.sbin/usbdump

2010-11-21 Thread Weongyo Jeong
Author: weongyo Date: Mon Nov 22 01:28:29 2010 New Revision: 215651 URL: http://svn.freebsd.org/changeset/base/215651 Log: Adds usbdump(8) tool that currently it only supports the very basic feature set. It's not connected to the build yet. Reviewed by: hps Added: head/usr.sbin/usbdu

Re: svn commit: r215563 - stable/8/sys/net80211

2010-11-21 Thread Erik Trulsson
On Mon, Nov 22, 2010 at 10:10:18AM +1030, Benjamin Close wrote: > Is this really the same thing? > I believe the variable:number is a bitfield indicator not a member > initialization. If it had been a declaration of a type, yes. That is not the case here, which is a declaration/definition of a

svn commit: r215649 - in head/sys: conf dev/usb dev/usb/controller modules/usb/usb

2010-11-21 Thread Weongyo Jeong
Author: weongyo Date: Mon Nov 22 01:11:28 2010 New Revision: 215649 URL: http://svn.freebsd.org/changeset/base/215649 Log: Adds a USB packet filter feature to the stack that it could capture packets which go through each USB host controllers. Its implementations are almost based on BPF code

Re: svn commit: r215563 - stable/8/sys/net80211

2010-11-21 Thread Carlos A. M. dos Santos
On Sun, Nov 21, 2010 at 9:40 PM, Benjamin Close wrote: >  Is this really the same thing? > I believe the variable:number is a bitfield indicator not a member > initialization. Indeed it is, in a struct declaration, but that was was an initialization (notice the equal sign before the brace). That

svn commit: r215648 - in stable/7: share/doc/papers/jail share/doc/smm/01.setup share/man/man8 sys/dev/firewire sys/dev/tdfx usr.sbin/config/SMM.doc

2010-11-21 Thread Doug Barton
Author: dougb Date: Mon Nov 22 00:44:43 2010 New Revision: 215648 URL: http://svn.freebsd.org/changeset/base/215648 Log: MFC 215334: Remove references to MAKEDEV(8) Deleted: stable/7/share/man/man8/MAKEDEV.8 Modified: stable/7/share/doc/papers/jail/mgt.ms stable/7/share/doc/smm/01.se

svn commit: r215647 - in stable/8: share/doc/papers/jail share/doc/smm/01.setup share/man/man8 sys/dev/firewire sys/dev/tdfx usr.sbin/config/SMM.doc

2010-11-21 Thread Doug Barton
Author: dougb Date: Mon Nov 22 00:31:52 2010 New Revision: 215647 URL: http://svn.freebsd.org/changeset/base/215647 Log: MFC 215334: Remove references to MAKEDEV(8) Deleted: stable/8/share/man/man8/MAKEDEV.8 Modified: stable/8/share/doc/papers/jail/mgt.ms stable/8/share/doc/smm/01.se

svn commit: r215646 - stable/7/share/man/man5

2010-11-21 Thread Doug Barton
Author: dougb Date: Mon Nov 22 00:12:24 2010 New Revision: 215646 URL: http://svn.freebsd.org/changeset/base/215646 Log: MFC 215250: Remove references to the long-gone ramdisk Submitted by: Garrett Cooper Modified: stable/7/share/man/man5/rc.conf.5 Directory Properties: stable/7/

svn commit: r215645 - stable/8/share/man/man5

2010-11-21 Thread Doug Barton
Author: dougb Date: Mon Nov 22 00:10:14 2010 New Revision: 215645 URL: http://svn.freebsd.org/changeset/base/215645 Log: MFC 215250: Remove references to the long-gone ramdisk Submitted by: Garrett Cooper Modified: stable/8/share/man/man5/rc.conf.5 Directory Properties: stable/8/

Re: svn commit: r215563 - stable/8/sys/net80211

2010-11-21 Thread Benjamin Close
Is this really the same thing? I believe the variable:number is a bitfield indicator not a member initialization. On 20/11/10 23:54, Bernhard Schmidt wrote: Author: bschmidt Date: Sat Nov 20 13:24:05 2010 New Revision: 215563 URL: http://svn.freebsd.org/changeset/base/215563 Log: MFC r209

svn commit: r215644 - vendor-crypto/openssl/0.9.8p

2010-11-21 Thread Simon L. Nielsen
Author: simon Date: Sun Nov 21 22:46:51 2010 New Revision: 215644 URL: http://svn.freebsd.org/changeset/base/215644 Log: Tag OpenSSL 0.9.8p. Added: vendor-crypto/openssl/0.9.8p/ - copied from r215643, vendor-crypto/openssl/dist/ ___ svn-src-all

svn commit: r215643 - in vendor-crypto/openssl/dist: . apps crypto crypto/aes crypto/aes/asm crypto/asn1 crypto/bio crypto/bn crypto/cms crypto/conf crypto/des crypto/dsa crypto/ec crypto/ecdh cryp...

2010-11-21 Thread Simon L. Nielsen
Author: simon Date: Sun Nov 21 22:45:18 2010 New Revision: 215643 URL: http://svn.freebsd.org/changeset/base/215643 Log: Import OpenSSL 0.9.8p. Modified: vendor-crypto/openssl/dist/CHANGES vendor-crypto/openssl/dist/Configure vendor-crypto/openssl/dist/FAQ vendor-crypto/openssl/dist/Mak

svn commit: r215641 - head/sys/net

2010-11-21 Thread Bjoern A. Zeeb
Author: bz Date: Sun Nov 21 19:33:19 2010 New Revision: 215641 URL: http://svn.freebsd.org/changeset/base/215641 Log: Add a missing ';' and change the debugging sysctl from xint to int. Submitted by: Mikolaj Golub (to.my.trociny gmail.com) MFC after:3 days Modified:

svn commit: r215642 - head/usr.bin/xargs

2010-11-21 Thread Stephen McKay
Author: mckay Date: Sun Nov 21 21:31:29 2010 New Revision: 215642 URL: http://svn.freebsd.org/changeset/base/215642 Log: Various syntactic tweaks to satisfy style(9). No change to execution. Submitted by: gcooper@ Modified: head/usr.bin/xargs/xargs.c Modified: head/usr.bin/xargs/xargs.

Re: svn commit: r215570 - head/sbin/geom/class/part

2010-11-21 Thread Pawel Jakub Dawidek
On Sat, Nov 20, 2010 at 04:03:53PM +, Andrey V. Elsukov wrote: > Author: ae > Date: Sat Nov 20 16:03:53 2010 > New Revision: 215570 > URL: http://svn.freebsd.org/changeset/base/215570 > > Log: > Add to gpart(8) an ability to backup partition table and > restore it from given backup. [...]

Re: svn commit: r215624 - stable/8/usr.sbin/newsyslog

2010-11-21 Thread Simon L. B. Nielsen
On 21 Nov 2010, at 13:20, Oliver Pinter wrote: > MFC or MFS to 7-STABLE this patch? Hey, I currently have no plans to merge it to 7, as I mostly considered 7 dead at this point and unfortunately have limited time. If somebody else want to merge it that's fine with me. > On 11/21/10, Simon L.

svn commit: r215640 - stable/8/tools/build/mk

2010-11-21 Thread Bruce Cran
Author: brucec Date: Sun Nov 21 18:04:28 2010 New Revision: 215640 URL: http://svn.freebsd.org/changeset/base/215640 Log: MFC r203567 (by antoine): Update files to remove when MK_KERBEROS=no. MFC r203561 (by antoine): Add files to remove when MK_GSSAPI=no. Modified: stable/8/tools/bu

svn commit: r215639 - stable/7/bin/echo

2010-11-21 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 21 17:14:22 2010 New Revision: 215639 URL: http://svn.freebsd.org/changeset/base/215639 Log: MFC r215211: echo(1): Clarify portability and mention literal "--" handling. Modified: stable/7/bin/echo/echo.1 Directory Properties: stable/7/bin/echo/ (props changed

svn commit: r215638 - stable/7/bin/sh/bltin

2010-11-21 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 21 17:12:27 2010 New Revision: 215638 URL: http://svn.freebsd.org/changeset/base/215638 Log: MFC r215184: sh: Remove unused man page for echo builtin. The information in sh(1) about the echo builtin is equivalent, though less extensive. The echo(1) man pa

Re: svn commit: r215572 - stable/8/sys/sys

2010-11-21 Thread Gavin Atkinson
On Sun, 21 Nov 2010, Jilles Tjoelker wrote: > On Sun, Nov 21, 2010 at 12:42:24PM +, Gavin Atkinson wrote: > > On Sat, 20 Nov 2010, Jilles Tjoelker wrote: > > > Author: jilles > > > Date: Sat Nov 20 16:46:16 2010 > > > New Revision: 215572 > > > URL: http://svn.freebsd.org/changeset/base/215572

svn commit: r215637 - head/usr.sbin/sysinstall

2010-11-21 Thread Bruce Cran
Author: brucec Date: Sun Nov 21 14:34:25 2010 New Revision: 215637 URL: http://svn.freebsd.org/changeset/base/215637 Log: dispatch_add_command: Modify the logic so there's only one exit point instead of two. Only insert valid (non-NULL) values into the queue. dispatch_free_command: En

svn commit: r215632 - stable/7/sys/boot/i386/boot2

2010-11-21 Thread Bruce Cran
Author: brucec Date: Sun Nov 21 13:11:50 2010 New Revision: 215632 URL: http://svn.freebsd.org/changeset/base/215632 Log: MFC r215284, r215285: When rebooting the machine jump to 0xf000:0xfff0 instead of 0x:0x0. This is the same change that was made in rev 1.33 of boot/i386/btx/btx.S.

Re: svn commit: r215615 - head/usr.bin/xargs

2010-11-21 Thread Garrett Cooper
On Sun, Nov 21, 2010 at 2:55 AM, Stephen McKay wrote: > Author: mckay > Date: Sun Nov 21 10:55:16 2010 > New Revision: 215615 > URL: http://svn.freebsd.org/changeset/base/215615 > > Log: >  xargs can be fooled by exiting children that it did not start, causing >  it to kick off a new command befor

svn commit: r215636 - stable/8/tools/build/mk

2010-11-21 Thread Bruce Cran
Author: brucec Date: Sun Nov 21 13:41:04 2010 New Revision: 215636 URL: http://svn.freebsd.org/changeset/base/215636 Log: MFC r215306: libatm_p.a, libkeycap_p.a and libmytinfo_p.a are already in ObsoleteFiles.inc. liblwres.so.10 has been replaced by liblwres.so.50. usr/share/man/man8/ns

svn commit: r215634 - stable/7/usr.sbin/sysinstall

2010-11-21 Thread Bruce Cran
Author: brucec Date: Sun Nov 21 13:22:05 2010 New Revision: 215634 URL: http://svn.freebsd.org/changeset/base/215634 Log: MFC r215286: Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected. PR: bin/128587 Submitted by: Mehmet Kose MFC r215287: "Web

Re: svn commit: r215572 - stable/8/sys/sys

2010-11-21 Thread Jilles Tjoelker
On Sun, Nov 21, 2010 at 12:42:24PM +, Gavin Atkinson wrote: > On Sat, 20 Nov 2010, Jilles Tjoelker wrote: > > Author: jilles > > Date: Sat Nov 20 16:46:16 2010 > > New Revision: 215572 > > URL: http://svn.freebsd.org/changeset/base/215572 > > Log: > > MFC r215183: Make POLL_ERR and POLL_HUP

svn commit: r215635 - stable/8/share/man/man4

2010-11-21 Thread Konstantin Belousov
Author: kib Date: Sun Nov 21 13:25:10 2010 New Revision: 215635 URL: http://svn.freebsd.org/changeset/base/215635 Log: MFC r212262: Add aesni(4) manpage. MFC r212268: Grammar fixes. MFC r212388 (by brueffer): Some more grammar, wording and mdoc fixes. MFC r212389 (by brueffe

svn commit: r215633 - in stable/8/sys: conf crypto/aesni modules modules/aesni

2010-11-21 Thread Konstantin Belousov
Author: kib Date: Sun Nov 21 13:20:14 2010 New Revision: 215633 URL: http://svn.freebsd.org/changeset/base/215633 Log: Bring aesni(4) driver from HEAD. MFC r210409: Crypto(4) driver for AESNI. MFC r213064 (by pjd): Simplify code a bit. MFC r213066 (by pjd): Add support for C

svn commit: r215631 - in stable/8/usr.sbin/sysinstall: . help

2010-11-21 Thread Bruce Cran
Author: brucec Date: Sun Nov 21 13:04:53 2010 New Revision: 215631 URL: http://svn.freebsd.org/changeset/base/215631 Log: MFC r215286: Connect to ftp2.tr.freebsd.org when the Turkey #2 mirror is selected. PR: bin/128587 Submitted by: Mehmet Kose MFC r215287: "Web

svn commit: r215630 - stable/8/sys/boot/i386/boot2

2010-11-21 Thread Bruce Cran
Author: brucec Date: Sun Nov 21 12:52:33 2010 New Revision: 215630 URL: http://svn.freebsd.org/changeset/base/215630 Log: MFC r215284, r215285: When rebooting the machine jump to 0xf000:0xfff0 instead of 0x:0x0. This is the same change that was made in rev 1.33 of boot/i386/btx/btx.S.

Re: svn commit: r215624 - stable/8/usr.sbin/newsyslog

2010-11-21 Thread Oliver Pinter
Hi! MFC or MFS to 7-STABLE this patch? On 11/21/10, Simon L. Nielsen wrote: > Author: simon > Date: Sun Nov 21 11:10:09 2010 > New Revision: 215624 > URL: http://svn.freebsd.org/changeset/base/215624 > > Log: > MFC r210372: > > Add support for creating the archived log filenames using a time

svn commit: r215629 - stable/8/sys/kern

2010-11-21 Thread Bruce Cran
Author: brucec Date: Sun Nov 21 12:47:54 2010 New Revision: 215629 URL: http://svn.freebsd.org/changeset/base/215629 Log: MFC r215281, r215282, r215283, r215304: Add some descriptions to sys/kern sysctls. Fix style(9) issues. PR: kern/148710 PR: kern/148510 Modified: stable/

Re: svn commit: r215572 - stable/8/sys/sys

2010-11-21 Thread Gavin Atkinson
On Sat, 20 Nov 2010, Jilles Tjoelker wrote: > Author: jilles > Date: Sat Nov 20 16:46:16 2010 > New Revision: 215572 > URL: http://svn.freebsd.org/changeset/base/215572 > > Log: > MFC r215183: Make POLL_ERR and POLL_HUP different. > > The kernel currently does not generate any of the POLL_

svn commit: r215628 - stable/8/sys/kern

2010-11-21 Thread Xin LI
Author: delphij Date: Sun Nov 21 12:40:16 2010 New Revision: 215628 URL: http://svn.freebsd.org/changeset/base/215628 Log: MFC r214125: In syscall_module_handler(): all switch branches return, remove unreached code as pointed out in a Chinese forum [1]. [1] http://www.freebsdchina.or

svn commit: r215627 - stable/7/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 12:33:11 2010 New Revision: 215627 URL: http://svn.freebsd.org/changeset/base/215627 Log: Revert r215619, ABI breakage ahead. Pointy hat to:me Modified: stable/7/sys/net80211/ieee80211_ioctl.h Directory Properties: stable/7/sys/ (props change

svn commit: r215626 - stable/8/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 12:32:35 2010 New Revision: 215626 URL: http://svn.freebsd.org/changeset/base/215626 Log: Revert r215618, ABI breakage ahead. Pointy hat to:me Modified: stable/8/sys/net80211/ieee80211_ioctl.h Directory Properties: stable/8/sys/ (props change

Re: svn commit: r215618 - stable/8/sys/net80211

2010-11-21 Thread Bernhard Schmidt
On Sunday 21 November 2010 12:25:20 Kostik Belousov wrote: > On Sun, Nov 21, 2010 at 10:58:18AM +, Bernhard Schmidt wrote: > > Author: bschmidt > > Date: Sun Nov 21 10:58:18 2010 > > New Revision: 215618 > > URL: http://svn.freebsd.org/changeset/base/215618 > > > > Log: > > MFC r199076: > >

Re: svn commit: r215615 - head/usr.bin/xargs

2010-11-21 Thread Stephen McKay
On Sunday, 21st November 2010, Stephen McKay wrote: >Log: > xargs can be fooled by exiting children that it did not start, causing > it to kick off a new command before the previous has finished, resulting > in corrupted (interleaved) output. It is also fooled by non-exiting > children it did

svn commit: r215625 - head/usr.sbin/newsyslog

2010-11-21 Thread Simon L. Nielsen
Author: simon Date: Sun Nov 21 11:50:16 2010 New Revision: 215625 URL: http://svn.freebsd.org/changeset/base/215625 Log: Fix a typo in a comment. MFC after:3 days Modified: head/usr.sbin/newsyslog/newsyslog.c Modified: head/usr.sbin/newsyslog/newsyslog.c

Re: svn commit: r215612 - stable/8/sys/net80211

2010-11-21 Thread Stefan Farfeleder
On Sun, Nov 21, 2010 at 10:49:41AM +, Bernhard Schmidt wrote: > Author: bschmidt > Date: Sun Nov 21 10:49:40 2010 > New Revision: 215612 > URL: http://svn.freebsd.org/changeset/base/215612 > > Log: > Compare the address of the array, not the array. > > Committed by: rpaulo > Fou

Re: svn commit: r215618 - stable/8/sys/net80211

2010-11-21 Thread Kostik Belousov
On Sun, Nov 21, 2010 at 10:58:18AM +, Bernhard Schmidt wrote: > Author: bschmidt > Date: Sun Nov 21 10:58:18 2010 > New Revision: 215618 > URL: http://svn.freebsd.org/changeset/base/215618 > > Log: > MFC r199076: > The isr_intval in ieee80211req_scan_result structure should be 16 bit. >

svn commit: r215615 - head/usr.bin/xargs

2010-11-21 Thread Stephen McKay
Author: mckay Date: Sun Nov 21 10:55:16 2010 New Revision: 215615 URL: http://svn.freebsd.org/changeset/base/215615 Log: xargs can be fooled by exiting children that it did not start, causing it to kick off a new command before the previous has finished, resulting in corrupted (interleaved)

svn commit: r215623 - in stable/8/etc: . periodic/daily

2010-11-21 Thread Michael Tuexen
Author: tuexen Date: Sun Nov 21 11:08:22 2010 New Revision: 215623 URL: http://svn.freebsd.org/changeset/base/215623 Log: MFC r215249: Add for existing protocol entries the missing SCTP port allocations and add protocol entries for protocols which have SCTP port allocations. These entries

svn commit: r215624 - stable/8/usr.sbin/newsyslog

2010-11-21 Thread Simon L. Nielsen
Author: simon Date: Sun Nov 21 11:10:09 2010 New Revision: 215624 URL: http://svn.freebsd.org/changeset/base/215624 Log: MFC r210372: Add support for creating the archived log filenames using a time-stamp instead of the traditional simple counter. Using the time-stamp based file-name

svn commit: r215622 - stable/8/usr.sbin/newsyslog

2010-11-21 Thread Simon L. Nielsen
Author: simon Date: Sun Nov 21 11:04:19 2010 New Revision: 215622 URL: http://svn.freebsd.org/changeset/base/215622 Log: MFC r208649 by gordon (needed for MFC of r210372): Add file include processing for newsyslog. Format for the include line in /etc/newsyslog.conf is: /etc/defaults

svn commit: r215621 - stable/8/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 11:03:22 2010 New Revision: 215621 URL: http://svn.freebsd.org/changeset/base/215621 Log: MFC r203422,r203556: When taking the AMPDU reorder fastpath, need_tap wasn't being initialized. Initialize on declaration to avoid this. Found with: clang static

svn commit: r215620 - stable/8/usr.sbin/newsyslog

2010-11-21 Thread Simon L. Nielsen
Author: simon Date: Sun Nov 21 11:01:56 2010 New Revision: 215620 URL: http://svn.freebsd.org/changeset/base/215620 Log: MFC r208648 by gordon (needed for MFC of r210372): Convert newsyslog to using queue(3) macros instead of a home rolled version. Modified: stable/8/usr.sbin/newsyslog/n

svn commit: r215619 - stable/7/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 10:58:37 2010 New Revision: 215619 URL: http://svn.freebsd.org/changeset/base/215619 Log: MFC r199076: The isr_intval in ieee80211req_scan_result structure should be 16 bit. This makes ifconfig list scan display the correct beacon interval (previously it w

svn commit: r215618 - stable/8/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 10:58:18 2010 New Revision: 215618 URL: http://svn.freebsd.org/changeset/base/215618 Log: MFC r199076: The isr_intval in ieee80211req_scan_result structure should be 16 bit. This makes ifconfig list scan display the correct beacon interval (previously it w

svn commit: r215617 - stable/7/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 10:56:04 2010 New Revision: 215617 URL: http://svn.freebsd.org/changeset/base/215617 Log: MFC r200242: Fix typo in comment Submitted by: Paul B Mahol Committed by: rpaulo Modified: stable/7/sys/net80211/ieee80211_input.c Directory Properties: stab

svn commit: r215616 - stable/8/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 10:55:43 2010 New Revision: 215616 URL: http://svn.freebsd.org/changeset/base/215616 Log: MFC r200242: Fix typo in comment Submitted by: Paul B Mahol Committed by: rpaulo Modified: stable/8/sys/net80211/ieee80211_hostap.c Directory Properties: sta

svn commit: r215614 - stable/7/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 10:52:47 2010 New Revision: 215614 URL: http://svn.freebsd.org/changeset/base/215614 Log: MFC r207322: Fix typo. No functional change. Obtained from:DragonFlyBSD Committed by: rpaulo Modified: stable/7/sys/net80211/ieee80211_node.c Directory

svn commit: r215613 - stable/8/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 10:52:18 2010 New Revision: 215613 URL: http://svn.freebsd.org/changeset/base/215613 Log: MFC r207322: Fix typo. No functional change. Obtained from:DragonFlyBSD Committed by: rpaulo Modified: stable/8/sys/net80211/ieee80211_node.c Directory

svn commit: r215612 - stable/8/sys/net80211

2010-11-21 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Nov 21 10:49:40 2010 New Revision: 215612 URL: http://svn.freebsd.org/changeset/base/215612 Log: Compare the address of the array, not the array. Committed by: rpaulo Found with: Coverity Prevent(tm) CID: 3690 Modified: stable/8/sys/net80211/ieee

svn commit: r215611 - stable/8/usr.sbin/newsyslog

2010-11-21 Thread Simon L. Nielsen
Author: simon Date: Sun Nov 21 10:45:10 2010 New Revision: 215611 URL: http://svn.freebsd.org/changeset/base/215611 Log: MFC r208028 by uqs: mdoc: move remaining sections into consistent order Modified: stable/8/usr.sbin/newsyslog/newsyslog.8 Directory Properties: stable/8/usr.sbin/new

svn commit: r215610 - head/sys/vm

2010-11-21 Thread Konstantin Belousov
Author: kib Date: Sun Nov 21 10:18:28 2010 New Revision: 215610 URL: http://svn.freebsd.org/changeset/base/215610 Log: Eliminate the mab, maf arrays and related variables. The change also fixes off-by-one error in the calculation of mreq. Suggested and reviewed by:alc Tested by:

svn commit: r215609 - in stable/8/sys: amd64/amd64 i386/i386 sys vm

2010-11-21 Thread Konstantin Belousov
Author: kib Date: Sun Nov 21 10:00:43 2010 New Revision: 215609 URL: http://svn.freebsd.org/changeset/base/215609 Log: MFC r215309: Use symbolic names instead of hardcoding values for magic p_osrel constants. MFC r215321: Do not use __FreeBSD_version prefix for the special osrel version

svn commit: r215608 - stable/8/sys/vm

2010-11-21 Thread Konstantin Belousov
Author: kib Date: Sun Nov 21 09:50:11 2010 New Revision: 215608 URL: http://svn.freebsd.org/changeset/base/215608 Log: MFC r215307: Implement a (soft) stack guard page for auto-growing stack mappings. Modified: stable/8/sys/vm/vm_map.c Directory Properties: stable/8/sys/ (props changed)