svn commit: r193688 - head/share/timedef

2009-06-07 Thread Edwin Groothuis
Author: edwin Date: Mon Jun 8 05:33:08 2009 New Revision: 193688 URL: http://svn.freebsd.org/changeset/base/193688 Log: [patch] [locale] German locales use old %d.%m.%y date format instead of newer ISO date From the submitter: DIN 5008 (German norm for text processing) defines th

svn commit: r193687 - stable/7/release/doc/en_US.ISO8859-1/errata

2009-06-07 Thread Hiroki Sato
Author: hrs Date: Mon Jun 8 05:11:35 2009 New Revision: 193687 URL: http://svn.freebsd.org/changeset/base/193687 Log: Document possible bge(4) panic on shutdown time. Modified: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml Modified: stable/7/release/doc/en_US.ISO8859-1/errata/art

svn commit: r193683 - head/sys/conf

2009-06-07 Thread Ariff Abdullah
Author: ariff Date: Mon Jun 8 04:39:47 2009 New Revision: 193683 URL: http://svn.freebsd.org/changeset/base/193683 Log: Add notes on various SND_* options. Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ===

svn commit: r193677 - head/lib/libc/rpc

2009-06-07 Thread Alexander Kabaev
Author: kan Date: Mon Jun 8 03:39:15 2009 New Revision: 193677 URL: http://svn.freebsd.org/changeset/base/193677 Log: Do not attempt to set source address on outgoing messages on UDP socket if we do not have a valid IP address. Modified: head/lib/libc/rpc/svc_dg.c Modified: head/lib/libc/

svn commit: r193676 - head/usr.sbin/jail

2009-06-07 Thread Joseph Koshy
Author: jkoshy Date: Mon Jun 8 03:37:25 2009 New Revision: 193676 URL: http://svn.freebsd.org/changeset/base/193676 Log: Fix grammar. Submitted by: richardtoohey at paradise dot net dot nz on -doc Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 =

svn commit: r193675 - head/sys/net80211

2009-06-07 Thread Sam Leffler
Author: sam Date: Mon Jun 8 03:18:45 2009 New Revision: 193675 URL: http://svn.freebsd.org/changeset/base/193675 Log: do not strip M_MORE_DATA on packets coming through ieee80211_start; frames coming out of the ps q may have this set and removing it causes the 802.11 header to not indicate

svn commit: r193674 - head/usr.sbin/mountd

2009-06-07 Thread Alexander Kabaev
Author: kan Date: Mon Jun 8 03:15:27 2009 New Revision: 193674 URL: http://svn.freebsd.org/changeset/base/193674 Log: The change r192913 has added dependency on IP_RECVDSTADDR being set for RPC UDP sockets. Mountd uses internal libc fuctions directly and bypasses generic socket initializati

svn commit: r193673 - head/sbin/geom/class/part

2009-06-07 Thread Marcel Moolenaar
Author: marcel Date: Mon Jun 8 02:13:24 2009 New Revision: 193673 URL: http://svn.freebsd.org/changeset/base/193673 Log: Make the size (-s) and start (-b) parameters of the add verb optional. The missing parameter(s) are automatically filled-in. Modified: head/sbin/geom/class/part/geom_par

svn commit: r193667 - head/sys/dev/sound/sbus

2009-06-07 Thread Ariff Abdullah
Author: ariff Date: Sun Jun 7 23:38:16 2009 New Revision: 193667 URL: http://svn.freebsd.org/changeset/base/193667 Log: Fix build on sparc64. Pointy hat: ariff@ Modified: head/sys/dev/sound/sbus/cs4231.c Modified: head/sys/dev/sound/sbus/cs4231.c =

svn commit: r193666 - head/sys/net80211

2009-06-07 Thread Sam Leffler
Author: sam Date: Sun Jun 7 23:16:59 2009 New Revision: 193666 URL: http://svn.freebsd.org/changeset/base/193666 Log: prefer callout_schedule Modified: head/sys/net80211/ieee80211_dfs.c Modified: head/sys/net80211/ieee80211_dfs.c =

svn commit: r193665 - head/sys/net80211

2009-06-07 Thread Sam Leffler
Author: sam Date: Sun Jun 7 23:16:10 2009 New Revision: 193665 URL: http://svn.freebsd.org/changeset/base/193665 Log: use c99-style initializers Modified: head/sys/net80211/ieee80211_crypto.c Modified: head/sys/net80211/ieee80211_crypto.c

svn commit: r193664 - in head: sbin/ifconfig share/man/man4 sys/net sys/netinet sys/netinet6 sys/sys

2009-06-07 Thread Hiroki Sato
Author: hrs Date: Sun Jun 7 23:00:40 2009 New Revision: 193664 URL: http://svn.freebsd.org/changeset/base/193664 Log: Fix and add a workaround on an issue of EtherIP packet with reversed version field sent via gif(4)+if_bridge(4). The EtherIP implementation found on FreeBSD 6.1, 6.2, 6.3,

svn commit: r193662 - head/sys/i386/include

2009-06-07 Thread Adrian Chadd
Author: adrian Date: Sun Jun 7 22:52:48 2009 New Revision: 193662 URL: http://svn.freebsd.org/changeset/base/193662 Log: Decouple the i386 native and i386 Xen APIC definitions a little further. I'm experimenting locally with xen APIC emulation a bit and this makes it easier to migrate AP

svn commit: r193658 - head/sys/net80211

2009-06-07 Thread Sam Leffler
Author: sam Date: Sun Jun 7 22:06:15 2009 New Revision: 193658 URL: http://svn.freebsd.org/changeset/base/193658 Log: teach ieee80211_classify about ipv6 packets Reviewed by: bz, rrs Modified: head/sys/net80211/ieee80211_output.c Modified: head/sys/net80211/ieee80211_output.c

Re: svn commit: r193640 - in head/sys: conf dev/sound dev/sound/isa dev/sound/macio dev/sound/midi dev/sound/pci dev/sound/pci/hda dev/sound/pcm dev/sound/sbus dev/sound/usb modules/sound/sound sys to

2009-06-07 Thread Joel Dahl
Ariff Abdullah skrev: Author: ariff Date: Sun Jun 7 19:12:08 2009 New Revision: 193640 URL: http://svn.freebsd.org/changeset/base/193640 Log: Sound Mega-commit. Expect further cleanup until code freeze. This is really good news. Thank you! -- Joel _

svn commit: r193657 - head/sys/net80211

2009-06-07 Thread Sam Leffler
Author: sam Date: Sun Jun 7 22:03:25 2009 New Revision: 193657 URL: http://svn.freebsd.org/changeset/base/193657 Log: add iv_flags_ht and ic_flags_ht Modified: head/sys/net80211/ieee80211_ddb.c Modified: head/sys/net80211/ieee80211_ddb.c =

svn commit: r193656 - head/sys/dev/mwl

2009-06-07 Thread Sam Leffler
Author: sam Date: Sun Jun 7 22:03:07 2009 New Revision: 193656 URL: http://svn.freebsd.org/changeset/base/193656 Log: track HT flags move to iv_flags_ht Modified: head/sys/dev/mwl/if_mwl.c Modified: head/sys/dev/mwl/if_mwl.c ==

svn commit: r193655 - head/sys/net80211

2009-06-07 Thread Sam Leffler
Author: sam Date: Sun Jun 7 22:00:22 2009 New Revision: 193655 URL: http://svn.freebsd.org/changeset/base/193655 Log: iv_flags_ext is full, make room by moving HT-related flags to a new iv_flags_ht word Modified: head/sys/net80211/ieee80211.c head/sys/net80211/ieee80211_hostap.c head/s

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

2009-06-07 Thread Robert Watson
Author: rwatson Date: Sun Jun 7 21:32:01 2009 New Revision: 193653 URL: http://svn.freebsd.org/changeset/base/193653 Log: Try again to add beginnings of netisr(8) man page: this time add netisr.9. Added: head/share/man/man9/netisr.9 (contents, props changed) Added: head/share/man/man9/n

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

2009-06-07 Thread Robert Watson
Author: rwatson Date: Sun Jun 7 21:31:06 2009 New Revision: 193652 URL: http://svn.freebsd.org/changeset/base/193652 Log: Add beginnings of a netisr(9) man page. Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile ===

svn commit: r193650 - head/sys/rpc

2009-06-07 Thread Robert Watson
Author: rwatson Date: Sun Jun 7 20:51:31 2009 New Revision: 193650 URL: http://svn.freebsd.org/changeset/base/193650 Log: Add a temporary workaround for panics being seen on NFS servers with ZFS, where an improperly initialized prison field could lead to a panic. This is not the correct so

svn commit: r193649 - head/sys/rpc

2009-06-07 Thread Rick Macklem
Author: rmacklem Date: Sun Jun 7 20:38:41 2009 New Revision: 193649 URL: http://svn.freebsd.org/changeset/base/193649 Log: Add a check to xprt_unregister() to catch the case where another thread has already unregistered the structure. Also add a KASSERT() to xprt_unregister_locked() to chec

svn commit: r193648 - in head/sbin/geom: class/part core

2009-06-07 Thread Marcel Moolenaar
Author: marcel Date: Sun Jun 7 20:12:14 2009 New Revision: 193648 URL: http://svn.freebsd.org/changeset/base/193648 Log: Allow humanized numbers for LBAs, as well as partition indices for gpart(8). LBAs in particular are ugly. The ganularity is a sector, but users expect byte granularity wh

svn commit: r193647 - vendor-crypto/openssl/dist

2009-06-07 Thread Simon L. Nielsen
Author: simon Date: Sun Jun 7 20:02:32 2009 New Revision: 193647 URL: http://svn.freebsd.org/changeset/base/193647 Log: Add current WIP version of OpenSSL import documentation. Modified: vendor-crypto/openssl/dist/FREEBSD-upgrade Modified: vendor-crypto/openssl/dist/FREEBSD-upgrade

svn commit: r193647 - vendor-crypto/openssl/dist

2009-06-07 Thread Simon L. Nielsen
Author: simon Date: Sun Jun 7 20:02:32 2009 New Revision: 193647 URL: http://svn.freebsd.org/changeset/base/193647 Log: Add current WIP version of OpenSSL import documentation. Modified: vendor-crypto/openssl/dist/FREEBSD-upgrade Modified: vendor-crypto/openssl/dist/FREEBSD-upgrade

svn commit: r193646 - vendor-crypto/openssl/0.9.8k

2009-06-07 Thread Simon L. Nielsen
Author: simon Date: Sun Jun 7 19:59:34 2009 New Revision: 193646 URL: http://svn.freebsd.org/changeset/base/193646 Log: Tag OpenSSL 0.9.8k. Added: vendor-crypto/openssl/0.9.8k/ - copied from r193645, vendor-crypto/openssl/dist/ ___ svn-src-all

svn commit: r193646 - vendor-crypto/openssl/0.9.8k

2009-06-07 Thread Simon L. Nielsen
Author: simon Date: Sun Jun 7 19:59:34 2009 New Revision: 193646 URL: http://svn.freebsd.org/changeset/base/193646 Log: Tag OpenSSL 0.9.8k. Added: vendor-crypto/openssl/0.9.8k/ - copied from r193645, vendor-crypto/openssl/dist/ ___ svn-src-all

Re: svn commit: r193640 - in head/sys: conf dev/sound dev/sound/isa dev/sound/macio dev/sound/midi dev/sound/pci dev/sound/pci/hda dev/sound/pcm dev/sound/sbus dev/sound/usb modules/sound/sound sys to

2009-06-07 Thread Alexander Motin
Ariff Abdullah wrote: [..] I forgot to mention about the completion of multichannel support. All that left is to visit specific driver, and make few trivial changes. Wow, I can't believe! You've got out from nowhere and put so much at one time. You should really take more care about users hea

svn commit: r193644 - in head/sys: compat/ndis dev/usb dev/usb/controller dev/usb/serial dev/usb/storage

2009-06-07 Thread Andrew Thompson
Author: thompsa Date: Sun Jun 7 19:41:11 2009 New Revision: 193644 URL: http://svn.freebsd.org/changeset/base/193644 Log: Rename usb pipes to endpoints as it better represents what they are, and struct usb_pipe may be used for a different purpose later on. Modified: head/sys/compat/ndis/s

svn commit: r193643 - in head/sys: kern vm

2009-06-07 Thread Alan Cox
Author: alc Date: Sun Jun 7 19:38:26 2009 New Revision: 193643 URL: http://svn.freebsd.org/changeset/base/193643 Log: Eliminate unnecessary obfuscation when testing a page's valid bits. Modified: head/sys/kern/kern_exec.c head/sys/kern/vfs_cluster.c head/sys/vm/vm_fault.c head/sys/vm/v

svn commit: r193642 - head/sys/dev/sound/pci/hda

2009-06-07 Thread Ariff Abdullah
Author: ariff Date: Sun Jun 7 19:36:25 2009 New Revision: 193642 URL: http://svn.freebsd.org/changeset/base/193642 Log: Bump driver revision (should have bumped it earlier). Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c =

Re: svn commit: r193640 - in head/sys: conf dev/sound dev/sound/isa dev/sound/macio dev/sound/midi dev/sound/pci dev/sound/pci/hda dev/sound/pcm dev/sound/sbus dev/sound/usb modules/sound/sound sys to

2009-06-07 Thread Ariff Abdullah
On Sun, 7 Jun 2009 19:12:09 + (UTC) Ariff Abdullah wrote: [..] I forgot to mention about the completion of multichannel support. All that left is to visit specific driver, and make few trivial changes. Love it or hate it, have fun. -- Ariff Abdullah FreeBSD ... Recording in stereo is obvio

svn commit: r193641 - in stable/7/sys: arm/include ia64/include powerpc/include sparc64/include sun4v/include

2009-06-07 Thread Fabien Thomas
Author: fabient Date: Sun Jun 7 19:12:40 2009 New Revision: 193641 URL: http://svn.freebsd.org/changeset/base/193641 Log: Unbreak LINT. Modified: stable/7/sys/arm/include/pmc_mdep.h stable/7/sys/ia64/include/pmc_mdep.h stable/7/sys/powerpc/include/pmc_mdep.h stable/7/sys/sparc64/includ

svn commit: r193640 - in head/sys: conf dev/sound dev/sound/isa dev/sound/macio dev/sound/midi dev/sound/pci dev/sound/pci/hda dev/sound/pcm dev/sound/sbus dev/sound/usb modules/sound/sound sys tools

2009-06-07 Thread Ariff Abdullah
Author: ariff Date: Sun Jun 7 19:12:08 2009 New Revision: 193640 URL: http://svn.freebsd.org/changeset/base/193640 Log: Sound Mega-commit. Expect further cleanup until code freeze. For a slightly thorough explaination, please refer to [1] http://people.freebsd.org/~ariff/SOUND_4.TX

svn commit: r193639 - stable/7/sys/conf

2009-06-07 Thread Fabien Thomas
Author: fabient Date: Sun Jun 7 18:53:25 2009 New Revision: 193639 URL: http://svn.freebsd.org/changeset/base/193639 Log: Repair pc98 LINT build broken by PmcTools merge. Reviewed by: jkoshy (mentor) Modified: stable/7/sys/conf/files.pc98 Modified: stable/7/sys/conf/files.pc98

svn commit: r193638 - in stable/7: . sys/sys

2009-06-07 Thread Fabien Thomas
Author: fabient Date: Sun Jun 7 18:45:04 2009 New Revision: 193638 URL: http://svn.freebsd.org/changeset/base/193638 Log: Bump sys/param.h for the merge of PmcTools. Add a note to rebuild world in UPDATING. Reviewed by: jkoshy (mentor) Modified: stable/7/UPDATING stable/7/sys/sys/pa

svn commit: r193637 - head/sys/kern

2009-06-07 Thread Alan Cox
Author: alc Date: Sun Jun 7 18:19:04 2009 New Revision: 193637 URL: http://svn.freebsd.org/changeset/base/193637 Log: Eliminate an unused variable from allocbuf(). Eliminate the unnecessary setting of page valid bits from a non-VMIO buffer in vm_hold_load_pages(). Modified: head/sys/k

svn commit: r193636 - head/bin/sh

2009-06-07 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 7 15:04:43 2009 New Revision: 193636 URL: http://svn.freebsd.org/changeset/base/193636 Log: Mention the range for the exit status for the exit special builtin. The exit status may exceed 255 in some cases (return); even though it seems unwise to rely on this,

svn commit: r193635 - head/etc

2009-06-07 Thread Edwin Groothuis
Author: edwin Date: Sun Jun 7 13:26:57 2009 New Revision: 193635 URL: http://svn.freebsd.org/changeset/base/193635 Log: Welcome to a default installed /etc/ntp.conf This NTP configuration file points to the [012].pool.ntp.org servers, which will return a list of geographical local NTP se

svn commit: r193634 - in stable/7: lib/libpmc share/man/man4 sys/amd64/amd64 sys/amd64/include sys/conf sys/dev/hwpmc sys/i386/i386 sys/i386/include sys/kern sys/modules/hwpmc sys/sys usr.sbin usr....

2009-06-07 Thread Fabien Thomas
Author: fabient Date: Sun Jun 7 10:00:35 2009 New Revision: 193634 URL: http://svn.freebsd.org/changeset/base/193634 Log: MFC hwpmc framework: - capture with callchain - Intel Core 2 support - Intel Core i7 support - source code annotate (pmcannotate) - bug fixes Reviewed by:

svn commit: r193633 - vendor/clang/clang-r73021

2009-06-07 Thread Ed Schouten
Author: ed Date: Sun Jun 7 09:23:50 2009 New Revision: 193633 URL: http://svn.freebsd.org/changeset/base/193633 Log: Tag the Clang r73021 import. Added: vendor/clang/clang-r73021/ - copied from r193632, vendor/clang/dist/ ___ svn-src-all@freeb

svn commit: r193632 - vendor/llvm/llvm-r73021

2009-06-07 Thread Ed Schouten
Author: ed Date: Sun Jun 7 09:23:27 2009 New Revision: 193632 URL: http://svn.freebsd.org/changeset/base/193632 Log: Tag the LLVM r73021 import. Added: vendor/llvm/llvm-r73021/ - copied from r193631, vendor/llvm/dist/ ___ svn-src-all@freebsd.o

svn commit: r193631 - in vendor/clang/dist: include/clang/AST lib/AST lib/CodeGen lib/Headers lib/Sema test/CodeGen test/Sema www

2009-06-07 Thread Ed Schouten
Author: ed Date: Sun Jun 7 09:21:25 2009 New Revision: 193631 URL: http://svn.freebsd.org/changeset/base/193631 Log: Import Clang r73021. Modified: vendor/clang/dist/include/clang/AST/X86Builtins.def vendor/clang/dist/lib/AST/DeclObjC.cpp vendor/clang/dist/lib/CodeGen/ABIInfo.h vendor/

svn commit: r193630 - in vendor/llvm/dist: docs include/llvm include/llvm/Analysis lib/Analysis lib/AsmParser lib/CodeGen/SelectionDAG lib/Target/PowerPC lib/Target/X86 lib/Transforms/IPO lib/Trans...

2009-06-07 Thread Ed Schouten
Author: ed Date: Sun Jun 7 09:21:09 2009 New Revision: 193630 URL: http://svn.freebsd.org/changeset/base/193630 Log: Import LLVM r73021. Added: vendor/llvm/dist/test/CodeGen/PowerPC/vec_shift.ll vendor/llvm/dist/test/CodeGen/X86/vec_loadsingles.ll vendor/llvm/dist/test/Transforms/InstCom

svn commit: r193629 - head/bin/df

2009-06-07 Thread Simon L. Nielsen
Author: simon Date: Sun Jun 7 09:06:21 2009 New Revision: 193629 URL: http://svn.freebsd.org/changeset/base/193629 Log: Make "human-readable" (-H/-h) output also "humanize" inode counts. Base 10 is always used for the inode counts as I could not think of any reason base 2 inode counts would

svn commit: r193628 - head/sys/gnu/fs/ext2fs

2009-06-07 Thread Stanislav Sedov
Author: stas Date: Sun Jun 7 08:42:26 2009 New Revision: 193628 URL: http://svn.freebsd.org/changeset/base/193628 Log: - Outindent long printf lines instead of splitting them in the middle of senetences. This also makes the code more consistent with the corresponding FFS code. - Use 2

svn commit: r193627 - stable/7/usr.bin/pkill

2009-06-07 Thread Brian Somers
Author: brian Date: Sun Jun 7 08:21:06 2009 New Revision: 193627 URL: http://svn.freebsd.org/changeset/base/193627 Log: MFC: r192242: Don't kill ancestors unless -a is given. Modified: stable/7/usr.bin/pkill/ (props changed) stable/7/usr.bin/pkill/pkill.1 stable/7/usr.bin/pkill/pkill.c

svn commit: r193626 - stable/7/bin/ps

2009-06-07 Thread Brian Somers
Author: brian Date: Sun Jun 7 08:11:25 2009 New Revision: 193626 URL: http://svn.freebsd.org/changeset/base/193626 Log: MFC: r192239: Add a -d switch. Modified: stable/7/bin/ps/ (props changed) stable/7/bin/ps/print.c stable/7/bin/ps/ps.1 stable/7/bin/ps/ps.c stable/7/bin/ps/ps.h

svn commit: r193625 - head/share/man/man5

2009-06-07 Thread Warner Losh
Author: imp Date: Sun Jun 7 07:45:25 2009 New Revision: 193625 URL: http://svn.freebsd.org/changeset/base/193625 Log: I don't know why fstab doesn't document that the fifth field specifies the number of days between backups. All it says is frequency, with no units given. It likely should