svn commit: r192726 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 06:09:18 2009 New Revision: 192726 URL: http://svn.freebsd.org/changeset/base/192726 Log: Add support for newer descriptor format. This format is used on Yukon FE+, Yukon Extreme and Yukon Supreme. Modified: head/sys/dev/msk/if_msk.c

svn commit: r192727 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 06:19:36 2009 New Revision: 192727 URL: http://svn.freebsd.org/changeset/base/192727 Log: Explicitly check resolved speed/duplex. Just checking IFM_ACTIVE does not guarantee established link. Also 1000baseT link report for fast ethernet controller is not

svn commit: r192728 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 06:29:02 2009 New Revision: 192728 URL: http://svn.freebsd.org/changeset/base/192728 Log: Disable HW WOL for Yukon EC Ultra. While I'm here use switch statement over if-else statement. This change will make it easy to add newer Yukon controllers. Modified:

svn commit: r192731 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 06:39:48 2009 New Revision: 192731 URL: http://svn.freebsd.org/changeset/base/192731 Log: Explicitly reset GMAC Controls and initialize GM_GP_CTRL register. The GM_GP_CTRL register may have stale content from previous link information so clearing it will

svn commit: r192732 - head/usr.bin/sed

2009-05-25 Thread Brian Somers
Author: brian Date: Mon May 25 06:45:33 2009 New Revision: 192732 URL: http://svn.freebsd.org/changeset/base/192732 Log: Implement addr1,+N ranges - not dissimilar to grep's -A switch. PR: 134856 Submitted by: Jeremie Le Hen - jeremie at le-hen dot org Modified:

svn commit: r192733 - in head/tools/regression/usr.bin/sed: . regress.multitest.out

2009-05-25 Thread Brian Somers
Author: brian Date: Mon May 25 06:58:42 2009 New Revision: 192733 URL: http://svn.freebsd.org/changeset/base/192733 Log: Regression test the 'addr1,+N' feature added in r192732 Added: head/tools/regression/usr.bin/sed/regress.multitest.out/40_2.21 (contents, props changed)

svn commit: r192734 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 07:06:10 2009 New Revision: 192734 URL: http://svn.freebsd.org/changeset/base/192734 Log: Add preliminary Yukon FE+ support and register definitions. Yukon FE+ is fast ethernet controller and uses new descriptor format. Since I don't have this controller,

svn commit: r192735 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 07:31:18 2009 New Revision: 192735 URL: http://svn.freebsd.org/changeset/base/192735 Log: Add workaround for Yukon FE+ A0. This controller is known to have severe silicon bugs that can't handle VLAN hardware tagging as well as status LE writeback bug. The

svn commit: r192736 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 07:48:00 2009 New Revision: 192736 URL: http://svn.freebsd.org/changeset/base/192736 Log: Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070). Modified: head/sys/dev/msk/if_msk.c head/sys/dev/msk/if_mskreg.h Modified:

svn commit: r192737 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 07:50:14 2009 New Revision: 192737 URL: http://svn.freebsd.org/changeset/base/192737 Log: If interface is not UP, don't return media status. Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_msk.c

svn commit: r192738 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 07:56:14 2009 New Revision: 192738 URL: http://svn.freebsd.org/changeset/base/192738 Log: Don't reinitialize controller when interface is already running. Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_msk.c

svn commit: r192739 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 07:59:30 2009 New Revision: 192739 URL: http://svn.freebsd.org/changeset/base/192739 Log: Be consistent with other capability checking. Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_msk.c

svn commit: r192740 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 08:02:05 2009 New Revision: 192740 URL: http://svn.freebsd.org/changeset/base/192740 Log: Simplify SIOCSIFFLAGS handler. Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_msk.c

svn commit: r192741 - head/share/man/man4

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 08:11:03 2009 New Revision: 192741 URL: http://svn.freebsd.org/changeset/base/192741 Log: msk(4) now supports Yukon FE+. Specifically 88E8040, 88E8040T, 88E8048 and 88E8070 are supported. Bump .Dd Modified: head/share/man/man4/msk.4 Modified:

svn commit: r192742 - head/sys/dev/msk

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 08:26:39 2009 New Revision: 192742 URL: http://svn.freebsd.org/changeset/base/192742 Log: Correct controller description for 88E8035, 88E8036, 88E8038 and 88E8039. These are fast ethernet controllers. Modified: head/sys/dev/msk/if_msk.c Modified:

svn commit: r192743 - head/share/man/man4

2009-05-25 Thread Pyun YongHyeon
Author: yongari Date: Mon May 25 08:27:52 2009 New Revision: 192743 URL: http://svn.freebsd.org/changeset/base/192743 Log: Correct controller description for 88E8035, 88E8036, 88E8038 and 88E8039. These are fast ethernet controllers. Modified: head/share/man/man4/msk.4 Modified:

svn commit: r192744 - head/sys/netipx

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 09:09:43 2009 New Revision: 192744 URL: http://svn.freebsd.org/changeset/base/192744 Log: Copy spx_usrreq.c to spx_reass.c in order to apply similar file layout changes to IPX/SPX that were applied to TCP/IP in the creation of tcp_reass.c. MFC after:

svn commit: r192745 - head/sbin/fdisk

2009-05-25 Thread Brian Somers
Author: brian Date: Mon May 25 09:23:26 2009 New Revision: 192745 URL: http://svn.freebsd.org/changeset/base/192745 Log: Enhance the 'p' command so that it understands size qualifiers (K/M/G) and so that it understands '*' as 'DTRT'. PR: 68312 Submitted by: Rene de Vries -

svn commit: r192746 - in head/sys: conf netipx

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 09:28:54 2009 New Revision: 192746 URL: http://svn.freebsd.org/changeset/base/192746 Log: Complete move of SPX reassembly from spx_usrreq.c to spx_reass.c. MFC after:1 month Modified: head/sys/conf/files head/sys/netipx/spx_reass.c

svn commit: r192747 - head/sbin/geom/class/journal

2009-05-25 Thread Maxim Konovalov
Author: maxim Date: Mon May 25 09:52:58 2009 New Revision: 192747 URL: http://svn.freebsd.org/changeset/base/192747 Log: o Fix typo in the example. PR: docs/134930 Submitted by: Alex Keda MFC after:1 week Modified: head/sbin/geom/class/journal/gjournal.8 Modified:

svn commit: r192748 - head/sys/netipx

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 09:57:18 2009 New Revision: 192748 URL: http://svn.freebsd.org/changeset/base/192748 Log: Prefer m_nextpkt to m_act when iterating mbuf queues. MFC after:1 month Modified: head/sys/netipx/spx_usrreq.c Modified: head/sys/netipx/spx_usrreq.c

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

2009-05-25 Thread Maxim Konovalov
Author: maxim Date: Mon May 25 10:09:05 2009 New Revision: 192749 URL: http://svn.freebsd.org/changeset/base/192749 Log: MFC r191454: correct geli(8) command line. Modified: stable/7/share/man/man5/rc.conf.5 Modified: stable/7/share/man/man5/rc.conf.5

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

2009-05-25 Thread Maxim Konovalov
Author: maxim Date: Mon May 25 10:10:46 2009 New Revision: 192750 URL: http://svn.freebsd.org/changeset/base/192750 Log: MFC r191682: correct ng_hole(4) control messages names. Modified: stable/7/share/man/man4/ng_hole.4 Modified: stable/7/share/man/man4/ng_hole.4

svn commit: r192753 - head/sys/netipx

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 10:25:41 2009 New Revision: 192753 URL: http://svn.freebsd.org/changeset/base/192753 Log: Pull SPX reassembly queue init and flush into spx_reass.c. MFC after:1 month Modified: head/sys/netipx/spx_reass.c head/sys/netipx/spx_usrreq.c

svn commit: r192754 - head/sys/netipx

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 11:50:58 2009 New Revision: 192754 URL: http://svn.freebsd.org/changeset/base/192754 Log: Rather than store a skeleton IPX header in an mbuf hung off the SPX PCB, simply embed it in the PCB, avoiding additional memory overhead, memory allocation overhead,

svn commit: r192755 - head/sys/netipx

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 11:52:33 2009 New Revision: 192755 URL: http://svn.freebsd.org/changeset/base/192755 Log: Prefer NULL to 0 for pointer assignments. MFC after:1 month Modified: head/sys/netipx/spx_usrreq.c Modified: head/sys/netipx/spx_usrreq.c

svn commit: r192757 - head/sys/netipx

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 13:34:03 2009 New Revision: 192757 URL: http://svn.freebsd.org/changeset/base/192757 Log: Add missing call to ipx_pcbdetach() during SPX socket tear-down: not harmful in practice if running without INVARIANTS, but will panic with KASSERT enabled when SPX

svn commit: r192758 - head/sys/netipx

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 13:52:51 2009 New Revision: 192758 URL: http://svn.freebsd.org/changeset/base/192758 Log: Staticize spx_remque() now that it's only used from spx_reass.c. Modified: head/sys/netipx/spx_reass.c head/sys/netipx/spx_var.h Modified: head/sys/netipx/spx_reass.c

svn commit: r192759 - in stable/7/sys: . compat/linux contrib/pf dev/ath/ath_hal dev/cxgb

2009-05-25 Thread Dmitry Chagin
Author: dchagin Date: Mon May 25 14:36:21 2009 New Revision: 192759 URL: http://svn.freebsd.org/changeset/base/192759 Log: Merge r191269 from HEAD to stable/7: Remove support for FUTEX_REQUEUE operation. Glibc does not use this operation since 2.3.3 version (Jun 2004), as it is racy and

svn commit: r192760 - in head: lib/libc_r/arch/amd64 lib/libc_r/arch/i386 lib/libstand/i386 lib/msun/amd64 lib/msun/i387 lib/msun/ia64 tools/KSE/ksetest tools/KSE/rr

2009-05-25 Thread Attilio Rao
Author: attilio Date: Mon May 25 14:37:10 2009 New Revision: 192760 URL: http://svn.freebsd.org/changeset/base/192760 Log: Use, in uncovered part, the END() macro in order to improve debugging. In this specific case, Valgrind won't get confused when analyzing such functions. Sponsored

svn commit: r192761 - head/sys/netinet

2009-05-25 Thread Robert Watson
Author: rwatson Date: Mon May 25 14:51:47 2009 New Revision: 192761 URL: http://svn.freebsd.org/changeset/base/192761 Log: Remove comment about moving tcp_reass() to its own file named tcp_reass.c, that happened a while ago. MFC after:3 days Modified: head/sys/netinet/tcp_reass.c

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

2009-05-25 Thread Rick Macklem
Author: rmacklem Date: Mon May 25 15:48:10 2009 New Revision: 192762 URL: http://svn.freebsd.org/changeset/base/192762 Log: Add the -4 option to nfsstat, so that it will reports stats for the experimental nfs subsystem when that option is specified. Approved by: kib (mentor) Modified:

svn commit: r192763 - in head/sys: net sys

2009-05-25 Thread Sam Leffler
Author: sam Date: Mon May 25 16:34:35 2009 New Revision: 192763 URL: http://svn.freebsd.org/changeset/base/192763 Log: rev bpf attach/detach event api to include the dlt Modified: head/sys/net/bpf.c head/sys/sys/eventhandler.h Modified: head/sys/net/bpf.c

svn commit: r192764 - head/sys/net80211

2009-05-25 Thread Sam Leffler
Author: sam Date: Mon May 25 16:35:31 2009 New Revision: 192764 URL: http://svn.freebsd.org/changeset/base/192764 Log: do internal bpf tracking only for radiotap DLT's Modified: head/sys/net80211/ieee80211_freebsd.c Modified: head/sys/net80211/ieee80211_freebsd.c

svn commit: r192765 - head/sys/net80211

2009-05-25 Thread Sam Leffler
Author: sam Date: Mon May 25 16:38:47 2009 New Revision: 192765 URL: http://svn.freebsd.org/changeset/base/192765 Log: Fix handling of devices w/o radiotap support: o do not attach DLT_IEEE802_11_RADIO unless both tx and rx headers are present; this is assumed in the capture code paths

svn commit: r192766 - head/share/syscons/keymaps

2009-05-25 Thread Mark Murray
Author: markm Date: Mon May 25 17:06:24 2009 New Revision: 192766 URL: http://svn.freebsd.org/changeset/base/192766 Log: Euro is missing With this I shall see it fixed Thank you for your time Modified: head/share/syscons/keymaps/uk.iso-ctrl.kbd Modified:

svn commit: r192767 - in stable/7/sys: . compat/linux contrib/pf dev/ath/ath_hal dev/cxgb

2009-05-25 Thread Dmitry Chagin
Author: dchagin Date: Mon May 25 19:55:00 2009 New Revision: 192767 URL: http://svn.freebsd.org/changeset/base/192767 Log: Merge r191988 from HEAD to stable/7: Add forgotten linux to bsd flags argument mapping into the linux_recv(). PR: kern/134276 Submitted by: Thomas

svn commit: r192768 - head/usr.bin/kdump

2009-05-25 Thread Ed Schouten
Author: ed Date: Mon May 25 20:07:41 2009 New Revision: 192768 URL: http://svn.freebsd.org/changeset/base/192768 Log: Fix kdump build when building it by hand. I don't entirely like this approach, but it will only be temporarily, namely until we get rid of COMPAT_43TTY. I do want

svn commit: r192769 - in stable/7/sys: . amd64/linux32 compat/linux contrib/pf dev/ath/ath_hal dev/cxgb

2009-05-25 Thread Dmitry Chagin
Author: dchagin Date: Mon May 25 20:24:36 2009 New Revision: 192769 URL: http://svn.freebsd.org/changeset/base/192769 Log: Merge r191989 from HEAD to stable/7: Translate l_timeval arg to native struct timeval in linux_setsockopt()/linux_getsockopt() for SO_RCVTIMEO, SO_SNDTIMEO opts as

svn commit: r192770 - in stable/7/sys: . compat/linux contrib/pf dev/ath/ath_hal dev/cxgb

2009-05-25 Thread Dmitry Chagin
Author: dchagin Date: Mon May 25 20:35:41 2009 New Revision: 192770 URL: http://svn.freebsd.org/changeset/base/192770 Log: Merge r191880 from HEAD to stable/7: Change linux struct tms definition to match actual linux one. Approved by: kib (mentor) Modified: stable/7/sys/ (props

svn commit: r192773 - head/usr.bin/sed

2009-05-25 Thread Brian Somers
Author: brian Date: Mon May 25 21:29:06 2009 New Revision: 192773 URL: http://svn.freebsd.org/changeset/base/192773 Log: Bump the document date to reflect the recent address range enhancements. Suggested by: throdes Modified: head/usr.bin/sed/sed.1 Modified: head/usr.bin/sed/sed.1

svn commit: r192774 - head/sys/dev/random

2009-05-25 Thread Mark Murray
Author: markm Date: Mon May 25 22:50:11 2009 New Revision: 192774 URL: http://svn.freebsd.org/changeset/base/192774 Log: There is rubbish here It is time to take it out Now it is cleaner Modified: head/sys/dev/random/nehemiah.c head/sys/dev/random/randomdev_soft.c Modified:

svn commit: r192775 - head/share/misc

2009-05-25 Thread Mark Murray
Author: markm Date: Mon May 25 23:06:46 2009 New Revision: 192775 URL: http://svn.freebsd.org/changeset/base/192775 Log: I have been here long The duration I know not I tell what I can Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

svn commit: r192776 - in head/libexec: . makekey

2009-05-25 Thread Doug Barton
Author: dougb Date: Tue May 26 00:07:02 2009 New Revision: 192776 URL: http://svn.freebsd.org/changeset/base/192776 Log: Per the man page: The makekey utility has been deprecated and will be removed in a future release of FreeBSD. Actually removing it was approved back on 10/29/2007 by

Re: svn commit: r192774 - head/sys/dev/random

2009-05-25 Thread bf
Log: There is rubbish here It is now time to take it out Now it is cleaner There is indeed rubbish here. If you are going to write doggerel for commit messages, could you at least make the messages succinct and informative? Thanks, b.

svn commit: r192780 - head/sys/fs/nfsserver

2009-05-25 Thread Rick Macklem
Author: rmacklem Date: Tue May 26 01:09:33 2009 New Revision: 192780 URL: http://svn.freebsd.org/changeset/base/192780 Log: Fix the experimental nfs server's interface to the new krpc so that it handles the case of a non-exported NFSv4 root correctly. Also, delete handling for the case

svn commit: r192781 - in head/sys/fs: nfs nfsserver

2009-05-25 Thread Rick Macklem
Author: rmacklem Date: Tue May 26 01:16:09 2009 New Revision: 192781 URL: http://svn.freebsd.org/changeset/base/192781 Log: Fix the handling of NFSv4 Illegal Operation number to conform to RFC3530 (the operation number in the reply must be set to the value for OP_ILLEGAL). Also cleaned up

Re: svn commit: r192774 - head/sys/dev/random

2009-05-25 Thread Daniel O'Connor
On Tue, 26 May 2009, bf wrote: Log: There is rubbish here It is now time to take it out Now it is cleaner There is indeed rubbish here. If you are going to write doggerel for commit messages, could you at least make the messages succinct and informative? Obviously artistic