Re: svn commit: r218794 - in head: . sys/netipsec

2011-02-21 Thread VANHULLEBUS Yvan
Hi. On Sat, Feb 19, 2011 at 08:34:12AM +0100, Pawel Jakub Dawidek wrote: > On Fri, Feb 18, 2011 at 09:40:13AM +, VANHULLEBUS Yvan wrote: > > Author: vanhu > > Date: Fri Feb 18 09:40:13 2011 > > New Revision: 218794 > > URL: http://svn.freebsd.org/changeset/base/218794 > > > > Log: > > Fixed

Re: svn commit: r218794 - in head: . sys/netipsec

2011-02-21 Thread Pawel Jakub Dawidek
On Mon, Feb 21, 2011 at 09:40:25AM +0100, VANHULLEBUS Yvan wrote: > > Second of all I really think that an UPDATING entry is not enough. > > We should at least provide sysctl to change it back > > I sent a mail on freebsd-net@ at the beginning of january, to ask some > feedback from users, and got

svn commit: r218910 - head/usr.sbin/fdformat

2011-02-21 Thread Bruce Cran
Author: brucec Date: Mon Feb 21 09:56:08 2011 New Revision: 218910 URL: http://svn.freebsd.org/changeset/base/218910 Log: The FD_FORM ioctl used to ignore errors from the floppy controller; now when it encounters an error it returns an error from the ioctl. Ignore any errors when using the F

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

2011-02-21 Thread Martin Matuska
Author: mm Date: Mon Feb 21 10:08:47 2011 New Revision: 218911 URL: http://svn.freebsd.org/changeset/base/218911 Log: MFC r218127, r218128: Add xz(1) support to newsyslog. Rewrite and simplify logfile compression code. Approved by: gad Modified: stable/8/usr.sbin/newsyslog/newsys

Re: svn commit: r218794 - in head: . sys/netipsec

2011-02-21 Thread Bjoern A. Zeeb
On Mon, 21 Feb 2011, Pawel Jakub Dawidek wrote: Hi, On Mon, Feb 21, 2011 at 09:40:25AM +0100, VANHULLEBUS Yvan wrote: Second of all I really think that an UPDATING entry is not enough. We should at least provide sysctl to change it back I sent a mail on freebsd-net@ at the beginning of janua

Re: svn commit: r218666 - in head/sys/arm: at91 econa sa11x0 xscale/i80321 xscale/ixp425

2011-02-21 Thread Andrew Turner
On Sun, 13 Feb 2011 20:02:46 + (UTC) Olivier Houchard wrote: > Modified: head/sys/arm/at91/at91_machdep.c > == > --- head/sys/arm/at91/at91_machdep.c Sun Feb 13 19:46:55 > 2011 (r218665) +++ head/sys/arm/at91/at91_ma

Re: svn commit: r218794 - in head: . sys/netipsec

2011-02-21 Thread VANHULLEBUS Yvan
On Mon, Feb 21, 2011 at 10:21:43AM +0100, Pawel Jakub Dawidek wrote: > On Mon, Feb 21, 2011 at 09:40:25AM +0100, VANHULLEBUS Yvan wrote: [RFC4868 and MFC] > You can't talk to two such peers with sysctl or without anyway. I assume > that if someone already has tunnels configured and they work, they

Re: svn commit: r218666 - in head/sys/arm: at91 econa sa11x0 xscale/i80321 xscale/ixp425

2011-02-21 Thread Sergey Kandaurov
On 21 February 2011 13:23, Andrew Turner wrote: > On Sun, 13 Feb 2011 20:02:46 + (UTC) > Olivier Houchard wrote: >> Modified: head/sys/arm/at91/at91_machdep.c >> == >> --- head/sys/arm/at91/at91_machdep.c  Sun Feb 13

svn commit: r218912 - in head/share/man: man4 man9

2011-02-21 Thread Lawrence Stewart
Author: lstewart Date: Mon Feb 21 11:56:11 2011 New Revision: 218912 URL: http://svn.freebsd.org/changeset/base/218912 Log: Final commit to round out the "Five New TCP Congestion Control Algorithms for FreeBSD" FreeBSD Foundation funded project. - Add new man pages for the modular congest

svn commit: r218913 - in head/sys/arm: at91 s3c2xx0 xscale/pxa

2011-02-21 Thread Olivier Houchard
Author: cognet Date: Mon Feb 21 13:11:05 2011 New Revision: 218913 URL: http://svn.freebsd.org/changeset/base/218913 Log: Get myself a brain, move the call to init_param1() before the first use in at91_machdep.c, and do it for the files I forgot the first time Reported by: andrew Submi

svn commit: r218914 - in head: etc/mtree share/examples

2011-02-21 Thread Lawrence Stewart
Author: lstewart Date: Mon Feb 21 13:22:29 2011 New Revision: 218914 URL: http://svn.freebsd.org/changeset/base/218914 Log: Actually install the example Khelp module committed in r218545. Sponsored by: FreeBSD Foundation MFC after:4 weeks X-MFC with: r218545 Modified: head/etc/

Re: svn commit: r218896 - in head/share: examples/etc mk

2011-02-21 Thread Dmitry Marakasov
* Martin Matuska (m...@freebsd.org) wrote: > Log: > Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk. > - add "sse3" to MACHINE_CPU for the new cpu types > - for i386, default to CPUTYPE=prescott for the new cpu types Any chance for a same thing for intel CPUs? prescott-s

svn commit: r218915 - in head/usr.sbin/bsdinstall: distextract distfetch

2011-02-21 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Feb 21 14:28:31 2011 New Revision: 218915 URL: http://svn.freebsd.org/changeset/base/218915 Log: Add some error checking on the return values of chdir() and calloc(). The first might actually happen, so it displays the error message in a prettier way. Found

svn commit: r218916 - head/sys/net80211

2011-02-21 Thread Adrian Chadd
Author: adrian Date: Mon Feb 21 15:49:59 2011 New Revision: 218916 URL: http://svn.freebsd.org/changeset/base/218916 Log: Default to the lowest negotiated rate for mgmt/multicast traffic in 11n mode The current code transmits management and multicast frames at MCS 0. What it should do is

svn commit: r218917 - head/bin/kenv

2011-02-21 Thread Sergey Kandaurov
Author: pluknet Date: Mon Feb 21 16:03:39 2011 New Revision: 218917 URL: http://svn.freebsd.org/changeset/base/218917 Log: mdoc(7) markup. Approved by: avg (mentor), kib (mentor) MFC after:3 days Modified: head/bin/kenv/kenv.1 Modified: head/bin/kenv/kenv.1 ==

svn commit: r218918 - head/sys/crypto/sha2

2011-02-21 Thread Bruce Cran
Author: brucec Date: Mon Feb 21 16:21:43 2011 New Revision: 218918 URL: http://svn.freebsd.org/changeset/base/218918 Log: Make private functions static. PR: kern/43611 Submitted by: Matt Emmerton Reviewed by: kib MFC after:3 days Modified: head/sys/crypto/sha2/sha2.

svn commit: r218919 - stable/8/sys/geom/label

2011-02-21 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 21 16:30:27 2011 New Revision: 218919 URL: http://svn.freebsd.org/changeset/base/218919 Log: MFC r216098: - Report an error when a label with invalid name is attempted to be created with glabel(8). - Fix a typo in an error message. - Fix comment typos. Modi

svn commit: r218920 - stable/7/sys/geom/label

2011-02-21 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 21 16:33:01 2011 New Revision: 218920 URL: http://svn.freebsd.org/changeset/base/218920 Log: MFC r216098: - Report an error when a label with invalid name is attempted to be created with glabel(8). - Fix a typo in an error message. - Fix comment typos. Modi

Re: svn commit: r218650 - head/games/fortune/datfiles

2011-02-21 Thread Tom Rhodes
On Sat, 19 Feb 2011 15:27:12 -0800 Doug Barton wrote: > On 02/19/2011 15:12, Carlos A. M. dos Santos wrote: > > On Sat, Feb 19, 2011 at 6:07 PM, Bruce Cran wrote: > >> On Saturday 19 February 2011 17:25:32 Carlos A. M. dos Santos wrote: > >> > >>> Did anybody complain about this? If not, would y

svn commit: r218921 - stable/8/sys/dev/mps

2011-02-21 Thread Kenneth D. Merry
Author: ken Date: Mon Feb 21 16:55:53 2011 New Revision: 218921 URL: http://svn.freebsd.org/changeset/base/218921 Log: MFC: r218811: In the MPS driver, during device removal processing, don't assume that the controller firmware will return all of our commands. Instead, keep track of ou

svn commit: r218922 - stable/8/sys/dev/mps

2011-02-21 Thread Kenneth D. Merry
Author: ken Date: Mon Feb 21 18:11:56 2011 New Revision: 218922 URL: http://svn.freebsd.org/changeset/base/218922 Log: MFC: r218812 Fix several issues with the mps(4) driver. When the driver ran out of DMA chaining buffers, it kept the timeout for the I/O, and I/O would stall. T

svn commit: r218923 - head/sys/dev/ath/ath_hal

2011-02-21 Thread Adrian Chadd
Author: adrian Date: Mon Feb 21 18:58:58 2011 New Revision: 218923 URL: http://svn.freebsd.org/changeset/base/218923 Log: Add a vocal warning to ath_hal_computetxtime() function is used for non-11n rates. It's used to calculate: * the initial per-rate entries for short/long preamble A

Re: svn commit: r218794 - in head: . sys/netipsec

2011-02-21 Thread Doug Barton
On 02/21/2011 03:01, VANHULLEBUS Yvan wrote: On Mon, Feb 21, 2011 at 10:21:43AM +0100, Pawel Jakub Dawidek wrote: > On Mon, Feb 21, 2011 at 09:40:25AM +0100, VANHULLEBUS Yvan wrote: [RFC4868 and MFC] > You can't talk to two such peers with sysctl or without anyway. I assume > that if someon

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

2011-02-21 Thread Adrian Chadd
Author: adrian Date: Mon Feb 21 19:19:05 2011 New Revision: 218924 URL: http://svn.freebsd.org/changeset/base/218924 Log: Add a new counter which tracks frames TX'ed with HT protection. Modified: head/sys/dev/ath/if_ath.c head/sys/dev/ath/if_athioctl.h Modified: head/sys/dev/ath/if_ath.c =

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

2011-02-21 Thread Adrian Chadd
Author: adrian Date: Mon Feb 21 19:22:45 2011 New Revision: 218925 URL: http://svn.freebsd.org/changeset/base/218925 Log: Fix formatting of new stat sysctls; add descriptions Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c =

svn commit: r218926 - head/sys/boot/i386/boot2

2011-02-21 Thread Dimitry Andric
Author: dim Date: Mon Feb 21 19:46:02 2011 New Revision: 218926 URL: http://svn.freebsd.org/changeset/base/218926 Log: In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable from uint16_t back to uint32_t. The actual option bitmasks (RB_* and RBX_*) assume at least a 32 bit

svn commit: r218927 - head/sys/net80211

2011-02-21 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Feb 21 19:59:43 2011 New Revision: 218927 URL: http://svn.freebsd.org/changeset/base/218927 Log: Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here clean up parts of the *_recv_mgmt() functions. - make sure appropriate counters are bumped an

svn commit: r218928 - head/sys/net80211

2011-02-21 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Feb 21 20:02:02 2011 New Revision: 218928 URL: http://svn.freebsd.org/changeset/base/218928 Log: It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT. Modified: head/sys/net80211/ieee80211_output.c Modified: head/sys/net80211/ieee80211_output.c ===

Re: svn commit: r218926 - head/sys/boot/i386/boot2

2011-02-21 Thread Roman Divacky
On Mon, Feb 21, 2011 at 07:46:02PM +, Dimitry Andric wrote: > Author: dim > Date: Mon Feb 21 19:46:02 2011 > New Revision: 218926 > URL: http://svn.freebsd.org/changeset/base/218926 > > Log: > In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable > from uint16_t back to ui

Re: svn commit: r218650 - head/games/fortune/datfiles

2011-02-21 Thread Garrett Cooper
On Mon, Feb 21, 2011 at 8:14 AM, Tom Rhodes wrote: > On Sat, 19 Feb 2011 15:27:12 -0800 > Doug Barton wrote: > >> On 02/19/2011 15:12, Carlos A. M. dos Santos wrote: >> > On Sat, Feb 19, 2011 at 6:07 PM, Bruce Cran  wrote: >> >> On Saturday 19 February 2011 17:25:32 Carlos A. M. dos Santos wrote:

Re: svn commit: r218794 - in head: . sys/netipsec

2011-02-21 Thread Garrett Cooper
On Mon, Feb 21, 2011 at 11:14 AM, Doug Barton wrote: > On 02/21/2011 03:01, VANHULLEBUS Yvan wrote: >> >> On Mon, Feb 21, 2011 at 10:21:43AM +0100, Pawel Jakub Dawidek wrote: >>> >>> >  On Mon, Feb 21, 2011 at 09:40:25AM +0100, VANHULLEBUS Yvan wrote: >> >> [RFC4868 and MFC] >>> >>> >  You can't t

svn commit: r218929 - stable/8/sys/conf

2011-02-21 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Feb 21 21:00:29 2011 New Revision: 218929 URL: http://svn.freebsd.org/changeset/base/218929 Log: MFC r218368: Fix cut&paste mistake. Modified: stable/8/sys/conf/files Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (prop

svn commit: r218930 - head/sys/sparc64/pci

2011-02-21 Thread Marius Strobl
Author: marius Date: Mon Feb 21 21:13:18 2011 New Revision: 218930 URL: http://svn.freebsd.org/changeset/base/218930 Log: Resurrect ofw_pci_if.m from r178578. Added: head/sys/sparc64/pci/ofw_pci_if.m - copied unchanged from r178578, head/sys/sparc64/pci/ofw_pci_if.m Copied: head/sys/spa

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

2011-02-21 Thread Adrian Chadd
Author: adrian Date: Tue Feb 22 00:01:19 2011 New Revision: 218931 URL: http://svn.freebsd.org/changeset/base/218931 Log: * Don't setup the scenario if the try count is 0 * Comment what else is going on during rate scenario setup Modified: head/sys/dev/ath/if_ath_tx_ht.c Modified: head/sys

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

2011-02-21 Thread Adrian Chadd
Author: adrian Date: Tue Feb 22 00:37:53 2011 New Revision: 218932 URL: http://svn.freebsd.org/changeset/base/218932 Log: Shuffle around the RTS/CTS rate/duration logic. * Turn ath_tx_calc_ctsduration() into a function that returns the ctsduration, or -1 for HT rates; * add a printf()

svn commit: r218933 - head/share/mk

2011-02-21 Thread Warner Losh
Author: imp Date: Tue Feb 22 04:03:33 2011 New Revision: 218933 URL: http://svn.freebsd.org/changeset/base/218933 Log: Testing based on MACHINE_ARCH is problematic. Default to yes to build clang. A separate change will fix buildworld to default to yes or no based on the target. Modified:

svn commit: r218934 - head

2011-02-21 Thread Warner Losh
Author: imp Date: Tue Feb 22 04:07:15 2011 New Revision: 218934 URL: http://svn.freebsd.org/changeset/base/218934 Log: Select building CLANG based on ${TARGET_ARCH} and existence of WITH{,OUT}_CLANG. We default to yes on some archs, no on others, unless WITHOUT_CLANG or WITH_CLANG is define

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

2011-02-21 Thread Adrian Chadd
Author: adrian Date: Tue Feb 22 04:41:04 2011 New Revision: 218935 URL: http://svn.freebsd.org/changeset/base/218935 Log: Don't set the RTS/CTS enable bit per-scenario if the global RTS/CTS flags aren't set. Modified: head/sys/dev/ath/if_ath_tx_ht.c Modified: head/sys/dev/ath/if_ath_tx_ht.

svn commit: r218936 - in head: . share/mk

2011-02-21 Thread Warner Losh
Author: imp Date: Tue Feb 22 04:49:57 2011 New Revision: 218936 URL: http://svn.freebsd.org/changeset/base/218936 Log: Back out 218933 and 281934. The easy cases still worked, but some hard cases broke in worse ways than the status quo. Back them out until that can be resolved. Modified:

svn commit: r218937 - head/sys/dev/drm

2011-02-21 Thread Martin Wilke
Author: miwi Date: Tue Feb 22 05:10:13 2011 New Revision: 218937 URL: http://svn.freebsd.org/changeset/base/218937 Log: - Remove no longer in use PR: kern/152354 Submitted by: vehemens Discussion with:kib Approved by: rwatson (mentor) Deleted: head/sys/dev/drm/drm-prepr

svn commit: r218938 - head/tools/regression/aio/kqueue

2011-02-21 Thread Martin Wilke
Author: miwi Date: Tue Feb 22 05:13:26 2011 New Revision: 218938 URL: http://svn.freebsd.org/changeset/base/218938 Log: - Fix QA issues PR: misc/146687 Submitted by: Garrett Cooper Approved by: rwatson (mentor) Modified: head/tools/regression/aio/kqueue/aio_kqueue.c Modi

svn commit: r218939 - head/lib/libc/mips/string

2011-02-21 Thread Jayachandran C.
Author: jchandra Date: Tue Feb 22 07:49:51 2011 New Revision: 218939 URL: http://svn.freebsd.org/changeset/base/218939 Log: Fix bzero() for 64-bit. The existing implementation of bzero incorrectly clears bytes when the start address is not word aligned. Fix it by using REG_SHI macro which