svn commit: r185246 - head/lib/libpmc

2008-11-24 Thread Joseph Koshy
Author: jkoshy Date: Mon Nov 24 08:11:33 2008 New Revision: 185246 URL: http://svn.freebsd.org/changeset/base/185246 Log: - Document the rules used to determine when spellings of events are equivalent. - Reorder text to make the manual page more coherent. Modified: head/lib/libpmc/pmc.3

svn commit: r185247 - head/lib/libpmc

2008-11-24 Thread Joseph Koshy
Author: jkoshy Date: Mon Nov 24 08:14:01 2008 New Revision: 185247 URL: http://svn.freebsd.org/changeset/base/185247 Log: Correction: these PMCs do not support a "umask" modifier. Modified: head/lib/libpmc/pmc.atom.3 head/lib/libpmc/pmc.core.3 head/lib/libpmc/pmc.core2.3 Modified: head/l

svn commit: r185248 - svnadmin/conf

2008-11-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Nov 24 11:07:25 2008 New Revision: 185248 URL: http://svn.freebsd.org/changeset/base/185248 Log: The Big ZFS Update is done. Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ===

svn commit: r185249 - in stable/7/sys: . dev/vr modules/cxgb

2008-11-24 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 24 11:22:25 2008 New Revision: 185249 URL: http://svn.freebsd.org/changeset/base/185249 Log: MFC r185014: Fix typo. It restuled in activating unwanted Rx filtering as well as resetting Rx threshold configuration. Submitted by: Joost Mulders < Jo

svn commit: r185250 - head

2008-11-24 Thread Dag-Erling Smorgrav
Author: des Date: Mon Nov 24 11:23:14 2008 New Revision: 185250 URL: http://svn.freebsd.org/changeset/base/185250 Log: Change the universe target to warn the user for every world or kernel that fails. The error message includes a reference to the relevant log file. Approved by: phk MF

Re: svn commit: r185237 - head/lib/libutil

2008-11-24 Thread Dag-Erling Smørgrav
Sean Farley <[EMAIL PROTECTED]> writes: > Log: > Fixed style issues with variable ordering and naming, spacing and > parentheses. > > Fixed alignment issue in gr_dup() in its assignment of gr_mem using a > struct to force alignment without performing alignment mathematics. This > was

svn commit: r185251 - head/tools/regression/fstest/tests

2008-11-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Nov 24 16:32:39 2008 New Revision: 185251 URL: http://svn.freebsd.org/changeset/base/185251 Log: Include TODO messages even if tests succeeds, so we can detect when something suddenly started to work. Modified: head/tools/regression/fstest/tests/misc.sh Modified: head

svn commit: r185252 - head/tools/regression/fstest/tests/rename

2008-11-24 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Nov 24 16:33:23 2008 New Revision: 185252 URL: http://svn.freebsd.org/changeset/base/185252 Log: This actually works on Linux, I just had wrong directory permission. Found by: trasz Modified: head/tools/regression/fstest/tests/rename/21.t Modified: head/tools/r

svn commit: r185253 - head/sys/net

2008-11-24 Thread Sam Leffler
Author: sam Date: Mon Nov 24 17:34:00 2008 New Revision: 185253 URL: http://svn.freebsd.org/changeset/base/185253 Log: use consistent style Modified: head/sys/net/if.c Modified: head/sys/net/if.c == --- head/sys/net/

svn commit: r185254 - head/sys/dev/random releng/6.3 releng/6.3/sys/conf releng/6.3/sys/dev/random releng/6.4 releng/6.4/sys/dev/random releng/7.0 releng/7.0/sys/conf releng/7.0/sys/dev/random stab...

2008-11-24 Thread Colin Percival
Author: cperciva Date: Mon Nov 24 17:39:39 2008 New Revision: 185254 URL: http://svn.freebsd.org/changeset/base/185254 Log: Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:1

svn commit: r185254 - head/sys/dev/random releng/6.3 releng/6.3/sys/conf releng/6.3/sys/dev/random releng/6.4 releng/6.4/sys/dev/random releng/7.0 releng/7.0/sys/conf releng/7.0/sys/dev/random stab...

2008-11-24 Thread Colin Percival
Author: cperciva Date: Mon Nov 24 17:39:39 2008 New Revision: 185254 URL: http://svn.freebsd.org/changeset/base/185254 Log: Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:1

svn commit: r185254 - head/sys/dev/random releng/6.3 releng/6.3/sys/conf releng/6.3/sys/dev/random releng/6.4 releng/6.4/sys/dev/random releng/7.0 releng/7.0/sys/conf releng/7.0/sys/dev/random stab...

2008-11-24 Thread Colin Percival
/UPDATING Mon Nov 24 17:39:39 2008(r185254) @@ -8,6 +8,10 @@ Items affecting the ports and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. +20081124: p6 FreeBSD-SA-08:11.arc4random + Make sure arc4random(9) is properly seeded when /etc/rc.d

svn commit: r185254 - head/sys/dev/random releng/6.3 releng/6.3/sys/conf releng/6.3/sys/dev/random releng/6.4 releng/6.4/sys/dev/random releng/7.0 releng/7.0/sys/conf releng/7.0/sys/dev/random stab...

2008-11-24 Thread Colin Percival
Author: cperciva Date: Mon Nov 24 17:39:39 2008 New Revision: 185254 URL: http://svn.freebsd.org/changeset/base/185254 Log: Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns. Approved by: so (cperciva) Approved by: re (kensmith) Security: FreeBSD-SA-08:1

svn commit: r185255 - head/sys/dev/mxge

2008-11-24 Thread Andrew Gallatin
Author: gallatin Date: Mon Nov 24 19:00:57 2008 New Revision: 185255 URL: http://svn.freebsd.org/changeset/base/185255 Log: Restore sfence semantics in mxge after the introduction of a global mfence based mb() in r185162 Modified: head/sys/dev/mxge/if_mxge.c head/sys/dev/mxge/if_mxge_var.

svn commit: r185256 - head/sys/kern

2008-11-24 Thread Ed Maste
Author: emaste Date: Mon Nov 24 19:28:52 2008 New Revision: 185256 URL: http://svn.freebsd.org/changeset/base/185256 Log: Correct typo in comment: thier -> their Modified: head/sys/kern/vfs_export.c Modified: head/sys/kern/vfs_export.c

svn commit: r185257 - stable/7/share/man/man4

2008-11-24 Thread Christian Brueffer
Author: brueffer Date: Mon Nov 24 19:52:19 2008 New Revision: 185257 URL: http://svn.freebsd.org/changeset/base/185257 Log: MFC r184523 - Add one more supported adapter - Fix a couple of typos Approved by: re (kensmith) Modified: stable/7/share/man/man4/ (props changed) stabl

svn commit: r185258 - in stable/7/release/doc/en_US.ISO8859-1: hardware relnotes

2008-11-24 Thread Xin LI
Author: delphij Date: Mon Nov 24 20:05:14 2008 New Revision: 185258 URL: http://svn.freebsd.org/changeset/base/185258 Log: MFC: Document ale(4), mention that it is not present in GENERIC kernel for this release. Approved by: re (blackend) Modified: stable/7/release/doc/en_US.ISO8859-1

Re: svn commit: r185255 - head/sys/dev/mxge

2008-11-24 Thread Matthew Macy
Sorry about that. There are about half a dozen different drivers with their own definitions. Since you use Linux naming I overlooked the fact that you defined it differently. -Kip On Mon, Nov 24, 2008 at 7:00 PM, Andrew Gallatin <[EMAIL PROTECTED]> wrote: > Author: gallatin > Date: Mon Nov 24 1

Re: svn commit: r185255 - head/sys/dev/mxge

2008-11-24 Thread Andrew Gallatin
Matthew Macy wrote: Sorry about that. There are about half a dozen different drivers with their own definitions. Since you use Linux naming I overlooked the fact that you defined it differently. No problem. I just wanted to return the object code to what has gone through q/a. :) Drew ___

svn commit: r185261 - in stable/7/release/doc/zh_CN.GB2312: hardware relnotes

2008-11-24 Thread Xin LI
Author: delphij Date: Mon Nov 24 21:09:05 2008 New Revision: 185261 URL: http://svn.freebsd.org/changeset/base/185261 Log: MFen rev 185258: Document ale(4). Approved by: re (blackend) Modified: stable/7/release/doc/zh_CN.GB2312/hardware/article.sgml stable/7/release/doc/zh_CN.GB2

svn commit: r185263 - stable/6/sys/pci

2008-11-24 Thread Marius Strobl
Author: marius Date: Mon Nov 24 21:18:40 2008 New Revision: 185263 URL: http://svn.freebsd.org/changeset/base/185263 Log: Revert r182461 except for the introduction of the DC_HAS_BROKEN_RXSTATE() macro for the upcoming release as doing MII-operations on DM9102A while the link is up has turne

svn commit: r185264 - in releng/6.4/sys: . pci

2008-11-24 Thread Marius Strobl
Author: marius Date: Mon Nov 24 21:26:26 2008 New Revision: 185264 URL: http://svn.freebsd.org/changeset/base/185264 Log: MF stable/6: r185263 Revert r182461 except for the introduction of the DC_HAS_BROKEN_RXSTATE() macro for the upcoming release as doing MII-operations on DM9102A while

Re: svn commit: r185175 - in head/sys/boot: i386 i386/gptzfsboot zfs

2008-11-24 Thread Garrett Cooper
On Nov 22, 2008, at 6:24 AM, Doug Rabson wrote: Author: dfr Date: Sat Nov 22 14:24:55 2008 New Revision: 185175 URL: http://svn.freebsd.org/changeset/base/185175 Log: Fix amd64 build and re-enable gptzfsboot. Modified: head/sys/boot/i386/Makefile head/sys/boot/i386/gptzfsboot/Makefile head

Re: svn commit: r185175 - in head/sys/boot: i386 i386/gptzfsboot zfs

2008-11-24 Thread Doug Rabson
On 24 Nov 2008, at 22:03, Garrett Cooper wrote: What about http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/129059 ? I'll take a look at that, thanks. I didn't realize that gptzfsboot wasn't available for amd64. The amd64 kernel shares the i386 boot code and the ZFS boot code should w

svn commit: r185265 - head/sys/arm/at91

2008-11-24 Thread Warner Losh
Author: imp Date: Tue Nov 25 00:13:26 2008 New Revision: 185265 URL: http://svn.freebsd.org/changeset/base/185265 Log: Tweak the disclaimer section of the license to match COPYRIGHT, for better or worse. Ok'd by folks that have additional copyrights to the files in cases where there's joint

svn commit: r185266 - head/sys/arm/at91

2008-11-24 Thread Warner Losh
Author: imp Date: Tue Nov 25 00:14:14 2008 New Revision: 185266 URL: http://svn.freebsd.org/changeset/base/185266 Log: Replace three magic constants with L1_S_SIZE, since that's what is really meant in those places. Modified: head/sys/arm/at91/kb920x_machdep.c Modified: head/sys/arm/at91/k

svn commit: r185267 - head/sys/arm/at91

2008-11-24 Thread Warner Losh
Author: imp Date: Tue Nov 25 00:14:49 2008 New Revision: 185267 URL: http://svn.freebsd.org/changeset/base/185267 Log: Replace disclaimer with the one from COPYRIGHT. Joint authors aggreed to the change. Modified: head/sys/arm/at91/if_ate.c head/sys/arm/at91/if_atereg.h head/sys/arm/at

svn commit: r185268 - in head/sys/dev/ata: . chipsets

2008-11-24 Thread Rui Paulo
Author: rpaulo Date: Tue Nov 25 00:39:03 2008 New Revision: 185268 URL: http://svn.freebsd.org/changeset/base/185268 Log: Add support for Marvell PATA M88SX6121. PR: 129154 Submitted by: João Barros MFC after:1 month Modified: head/sys/dev/ata/ata-pci.h head/sys/dev/

svn commit: r185269 - head/sys/dev/fxp

2008-11-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 25 00:48:05 2008 New Revision: 185269 URL: http://svn.freebsd.org/changeset/base/185269 Log: Whitespace fix. Modified: head/sys/dev/fxp/if_fxp.c head/sys/dev/fxp/if_fxpreg.h head/sys/dev/fxp/if_fxpvar.h Modified: head/sys/dev/fxp/if_fxp.c ===

svn commit: r185270 - head/sys/arm/at91

2008-11-24 Thread Warner Losh
Author: imp Date: Tue Nov 25 00:48:15 2008 New Revision: 185270 URL: http://svn.freebsd.org/changeset/base/185270 Log: Fix various whitespace botches, mostly having them at the end of a line. Modified: head/sys/arm/at91/kb920x_machdep.c Modified: head/sys/arm/at91/kb920x_machdep.c ==

svn commit: r185271 - head/sys/dev/fxp

2008-11-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 25 00:59:11 2008 New Revision: 185271 URL: http://svn.freebsd.org/changeset/base/185271 Log: Sort head files and removed ununsed header file. Modified: head/sys/dev/fxp/if_fxp.c Modified: head/sys/dev/fxp/if_fxp.c

svn commit: r185272 - head/sys/dev/fxp

2008-11-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 25 01:01:48 2008 New Revision: 185272 URL: http://svn.freebsd.org/changeset/base/185272 Log: Make fxp(4) build with FXP_IP_CSUM_WAR. Modified: head/sys/dev/fxp/if_fxp.c Modified: head/sys/dev/fxp/if_fxp.c =

svn commit: r185273 - head/sys/dev/fxp

2008-11-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 25 01:33:16 2008 New Revision: 185273 URL: http://svn.freebsd.org/changeset/base/185273 Log: Fix Tx/Rx checksum offload ioctl handling and make Rx handler honor checksum offload configuration. Now checksum offload can be controlled by ifconfig(8). While I'm he

svn commit: r185274 - releng/6.4

2008-11-24 Thread Ken Smith
. +20081128: + FreeBSD 6.4-RELEASE + 20081124: FreeBSD-SA-08:11.arc4random Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman

svn commit: r185275 - releng/6.4/sys/conf

2008-11-24 Thread Ken Smith
Author: kensmith Date: Tue Nov 25 01:41:19 2008 New Revision: 185275 URL: http://svn.freebsd.org/changeset/base/185275 Log: Call ourself 6.4-RELEASE. Approved by: re (implicit) Modified: releng/6.4/sys/conf/newvers.sh Modified: releng/6.4/sys/conf/newvers.sh ===

svn commit: r185276 - head/sys/dev/fxp

2008-11-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 25 02:05:01 2008 New Revision: 185276 URL: http://svn.freebsd.org/changeset/base/185276 Log: Move unarming watchdog timer and pending multicast configuration check to fxp_txeof(). While I'm here unarm watchdog timer only if there are no pending queued Tx request

svn commit: r185277 - head/lib/libutil

2008-11-24 Thread Tai-hwa Liang
Author: avatar Date: Tue Nov 25 02:15:09 2008 New Revision: 185277 URL: http://svn.freebsd.org/changeset/base/185277 Log: Fixing !INET6 builds. Modified: head/lib/libutil/realhostname.c Modified: head/lib/libutil/realhostname.c

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

2008-11-24 Thread Weongyo Jeong
Author: weongyo Date: Tue Nov 25 02:19:02 2008 New Revision: 185278 URL: http://svn.freebsd.org/changeset/base/185278 Log: - improve AL2230 RF handling when the device type is zd1211. After this patch the RX/TX performance becomes about 17~18 Mbps comparing with the previous whose value

svn commit: r185279 - releng/6.4/release/doc/en_US.ISO8859-1/relnotes/common

2008-11-24 Thread Hiroki Sato
Author: hrs Date: Tue Nov 25 02:19:13 2008 New Revision: 185279 URL: http://svn.freebsd.org/changeset/base/185279 Log: - Document SA-08:11. - Add missing . - Add more comments about rpc.lockd(8) kernel support. Approved by: re (implicit) Modified: releng/6.4/release/doc/en_US.ISO885

svn commit: r185280 - releng/6.4/sys/conf

2008-11-24 Thread Ken Smith
Author: kensmith Date: Tue Nov 25 02:49:34 2008 New Revision: 185280 URL: http://svn.freebsd.org/changeset/base/185280 Log: Calling it -RELEASE tiny bit premature, looks like there might be one more loose end. Holding off until at least tomorrow to collect a bit more information. Appro

svn commit: r185281 - releng/7.1

2008-11-24 Thread Ken Smith
Author: kensmith Date: Tue Nov 25 02:59:29 2008 New Revision: 185281 URL: http://svn.freebsd.org/changeset/base/185281 Log: Create releng/7.1 in preparation for moving into RC phase of 7.1 release cycle. Approved by: re (implicit) Added: releng/7.1/ - copied from r185280, stable/

svn commit: r185282 - svnadmin/conf

2008-11-24 Thread Ken Smith
Author: kensmith Date: Tue Nov 25 03:04:51 2008 New Revision: 185282 URL: http://svn.freebsd.org/changeset/base/185282 Log: Turn on approval requirement for releng/7.1. Approved by: core (implicit) Modified: svnadmin/conf/approvers Modified: svnadmin/conf/approvers

svn commit: r185283 - head/sys/fs/unionfs

2008-11-24 Thread Daichi GOTO
Author: daichi Date: Tue Nov 25 03:18:35 2008 New Revision: 185283 URL: http://svn.freebsd.org/changeset/base/185283 Log: Fixes Unionfs socket issue reported as kern/118346. PR: 118346 Submitted by: Masanori OZAWA <[EMAIL PROTECTED]> Discussed at: devsummit Strassburg, EuroBSD

svn commit: r185284 - head/sys/fs/unionfs

2008-11-24 Thread Daichi GOTO
Author: daichi Date: Tue Nov 25 03:49:41 2008 New Revision: 185284 URL: http://svn.freebsd.org/changeset/base/185284 Log: Simplify mode_t check treatment (suggested by trasz). By semantical view, trasz's code is better than prior one. Submitted by: trasz Reviewed by: Masanori OZAWA <[E

svn commit: r185285 - head/sys/dev/fxp

2008-11-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 25 04:16:16 2008 New Revision: 185285 URL: http://svn.freebsd.org/changeset/base/185285 Log: - Allow fxp_encap() enqueue failed transmissions and set IFF_DRV_OACTIVE to note resource shortage to upper stack. - Don't count number of mbuf chains. Default 32 DMA

svn commit: r185286 - head/sys/dev/fxp

2008-11-24 Thread Pyun YongHyeon
Author: yongari Date: Tue Nov 25 04:33:02 2008 New Revision: 185286 URL: http://svn.freebsd.org/changeset/base/185286 Log: Simplify Tx checksum offload configuration. Also clear CSUM_IP if we've computed IP checksum with software method. Modified: head/sys/dev/fxp/if_fxp.c Modified: head/s

svn commit: r185287 - head/sys/arm/at91

2008-11-24 Thread Warner Losh
Author: imp Date: Tue Nov 25 05:12:19 2008 New Revision: 185287 URL: http://svn.freebsd.org/changeset/base/185287 Log: more silly whitespace changes. Modified: head/sys/arm/at91/kb920x_machdep.c Modified: head/sys/arm/at91/kb920x_machdep.c

svn commit: r185288 - head/sys/arm/at91

2008-11-24 Thread Warner Losh
Author: imp Date: Tue Nov 25 05:17:39 2008 New Revision: 185288 URL: http://svn.freebsd.org/changeset/base/185288 Log: Save boot args. Modified: head/sys/arm/at91/kb920x_machdep.c Modified: head/sys/arm/at91/kb920x_machdep.c ===

svn commit: r185289 - in head: sbin/iscontrol sys/dev/iscsi/initiator

2008-11-24 Thread Scott Long
Author: scottl Date: Tue Nov 25 07:17:11 2008 New Revision: 185289 URL: http://svn.freebsd.org/changeset/base/185289 Log: Big update to the iSCSI initiator code. Highlights include IPv6 support, many bugs fixes, many more performance improvements. Submitted by: Danny Braniss Msb