svn commit: r215661 - stable/8/sys/compat/linux

2010-11-22 Thread Alexander Leidinger
Author: netchild Date: Mon Nov 22 08:21:58 2010 New Revision: 215661 URL: http://svn.freebsd.org/changeset/base/215661 Log: MFC r215338: - print out the PID and program name of the program trying to use an unsupported futex operation - for those futex operations which are known to

svn commit: r215662 - stable/8/sys/compat/linux

2010-11-22 Thread Alexander Leidinger
Author: netchild Date: Mon Nov 22 08:35:06 2010 New Revision: 215662 URL: http://svn.freebsd.org/changeset/base/215662 Log: MFC r215339: Some style(9) fixes. Submitted by: arundel Modified: stable/8/sys/compat/linux/linux_futex.c Directory Properties: stable/8/sys/

svn commit: r215663 - head/sys/i386/xen

2010-11-22 Thread Colin Percival
Author: cperciva Date: Mon Nov 22 09:04:29 2010 New Revision: 215663 URL: http://svn.freebsd.org/changeset/base/215663 Log: In xen_get_timecount, return the full ns-precision time rather than rounding to 1/HZ precision. I have no idea why the rounding was introduced in the first place,

svn commit: r215664 - in head/sys: compat/linux kern

2010-11-22 Thread Alexander Leidinger
Author: netchild Date: Mon Nov 22 09:06:59 2010 New Revision: 215664 URL: http://svn.freebsd.org/changeset/base/215664 Log: By using the 32-bit Linux version of Sun's Java Development Kit 1.6 on FreeBSD (amd64), invocations of javac (or java) eventually end with the output of Killed and

svn commit: r215665 - head/sys/kern

2010-11-22 Thread Colin Percival
Author: cperciva Date: Mon Nov 22 09:13:25 2010 New Revision: 215665 URL: http://svn.freebsd.org/changeset/base/215665 Log: In tc_windup, handle the case where the previous call to tc_windup was more than 1s earlier. Prior to this commit, the computation of th_scale * delta (which produces

svn commit: r215666 - head/sys/compat/linux

2010-11-22 Thread Alexander Leidinger
Author: netchild Date: Mon Nov 22 09:25:32 2010 New Revision: 215666 URL: http://svn.freebsd.org/changeset/base/215666 Log: Remove trailing dot from the unimplemented futex messages to make them consistent with the syscall and ipc messages. Submitted by: arundel MFC after:3 days

Re: svn commit: r215664 - in head/sys: compat/linux kern

2010-11-22 Thread Kostik Belousov
On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote: Author: netchild Date: Mon Nov 22 09:06:59 2010 New Revision: 215664 URL: http://svn.freebsd.org/changeset/base/215664 Log: By using the 32-bit Linux version of Sun's Java Development Kit 1.6 on FreeBSD (amd64),

svn commit: r215667 - stable/8/sbin/fdisk

2010-11-22 Thread Brian Somers
Author: brian Date: Mon Nov 22 09:32:54 2010 New Revision: 215667 URL: http://svn.freebsd.org/changeset/base/215667 Log: MFC r212247 r212724 from head: Handle geli-encrypted root disk devices. Add support for identifying a journaled root filesystem. Fix support for

svn commit: r215668 - stable/7/sbin/fdisk

2010-11-22 Thread Brian Somers
Author: brian Date: Mon Nov 22 09:34:38 2010 New Revision: 215668 URL: http://svn.freebsd.org/changeset/base/215668 Log: MFC r212247 r212724 from head: Handle geli-encrypted root disk devices. Add support for identifying a journaled root filesystem. Fix support for

svn commit: r215669 - head

2010-11-22 Thread Alexander Leidinger
Author: netchild Date: Mon Nov 22 09:37:52 2010 New Revision: 215669 URL: http://svn.freebsd.org/changeset/base/215669 Log: 1) Add a hint to check for duplicates with optional files. The committed text is a little bit modified to what was submitted. The code example to automate a part

svn commit: r215670 - svnadmin/conf

2010-11-22 Thread Alexander Motin
Author: mav Date: Mon Nov 22 09:59:10 2010 New Revision: 215670 URL: http://svn.freebsd.org/changeset/base/215670 Log: Release ae@ from mentorship. He is now ready wear his own pointy hats. Congratulations! Reviewed by: kib@ Modified: svnadmin/conf/mentors Modified:

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

2010-11-22 Thread Andrey V. Elsukov
Author: ae Date: Mon Nov 22 10:08:33 2010 New Revision: 215671 URL: http://svn.freebsd.org/changeset/base/215671 Log: Always dump partition labels with `gpart backup`, but `gpart restore` does restore them only when -l option is specified [1]. Make number of entries field in backup format

Re: svn commit: r215664 - in head/sys: compat/linux kern

2010-11-22 Thread Alexander Leidinger
Quoting Kostik Belousov kostik...@gmail.com (from Mon, 22 Nov 2010 11:31:34 +0200): On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote: Author: netchild Date: Mon Nov 22 09:06:59 2010 New Revision: 215664 URL: http://svn.freebsd.org/changeset/base/215664 Log: By using the

Re: svn commit: r215664 - in head/sys: compat/linux kern

2010-11-22 Thread Kostik Belousov
On Mon, Nov 22, 2010 at 11:13:06AM +0100, Alexander Leidinger wrote: Quoting Kostik Belousov kostik...@gmail.com (from Mon, 22 Nov 2010 11:31:34 +0200): On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote: Author: netchild Date: Mon Nov 22 09:06:59 2010 New Revision:

Re: svn commit: r215664 - in head/sys: compat/linux kern

2010-11-22 Thread Gleb Kurtsou
On (22/11/2010 11:31), Kostik Belousov wrote: On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote: Author: netchild Date: Mon Nov 22 09:06:59 2010 New Revision: 215664 URL: http://svn.freebsd.org/changeset/base/215664 Log: By using the 32-bit Linux version of

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

2010-11-22 Thread Andrey V. Elsukov
Author: ae Date: Mon Nov 22 11:24:11 2010 New Revision: 215672 URL: http://svn.freebsd.org/changeset/base/215672 Log: Add SIGINT handler to `gpart restore` action. MFC after:1 week Modified: head/sbin/geom/class/part/geom_part.c Modified: head/sbin/geom/class/part/geom_part.c

svn commit: r215673 - head/sys/netgraph

2010-11-22 Thread Marko Zec
Author: zec Date: Mon Nov 22 12:32:19 2010 New Revision: 215673 URL: http://svn.freebsd.org/changeset/base/215673 Log: Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be configured on ng_eiface ifnets. The default MTU remains unchanged at 1500 bytes. Mark

svn commit: r215674 - head/sbin/devd

2010-11-22 Thread Bruce Cran
Author: brucec Date: Mon Nov 22 12:33:48 2010 New Revision: 215674 URL: http://svn.freebsd.org/changeset/base/215674 Log: Don't generate input() since it's not used. Modified: head/sbin/devd/token.l Modified: head/sbin/devd/token.l

svn commit: r215675 - head/sys/compat/linux

2010-11-22 Thread Alexander Leidinger
Author: netchild Date: Mon Nov 22 12:42:32 2010 New Revision: 215675 URL: http://svn.freebsd.org/changeset/base/215675 Log: Do not take the process lock. The assignment to u_short inside the properly aligned structure is atomic on all supported architectures, and the thread that should see

Re: svn commit: r215675 - head/sys/compat/linux

2010-11-22 Thread Kostik Belousov
On Mon, Nov 22, 2010 at 12:42:32PM +, Alexander Leidinger wrote: Author: netchild Date: Mon Nov 22 12:42:32 2010 New Revision: 215675 URL: http://svn.freebsd.org/changeset/base/215675 Log: Do not take the process lock. The assignment to u_short inside the properly aligned

svn commit: r215676 - in head: sbin/hastd usr.bin/colldef usr.sbin/apmd usr.sbin/bluetooth/bthidd usr.sbin/bluetooth/hcsecd usr.sbin/config usr.sbin/kbdcontrol

2010-11-22 Thread Bruce Cran
Author: brucec Date: Mon Nov 22 14:16:22 2010 New Revision: 215676 URL: http://svn.freebsd.org/changeset/base/215676 Log: Don't generate input() since it's not used. Modified: head/sbin/hastd/Makefile head/usr.bin/colldef/Makefile head/usr.sbin/apmd/apmdlex.l

svn commit: r215677 - head/sys/netinet

2010-11-22 Thread Marko Zec
Author: zec Date: Mon Nov 22 14:16:23 2010 New Revision: 215677 URL: http://svn.freebsd.org/changeset/base/215677 Log: Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair. MFC after:3 days Modified: head/sys/netinet/if_ether.c Modified: head/sys/netinet/if_ether.c

svn commit: r215678 - head/usr.sbin/mptutil

2010-11-22 Thread John Baldwin
Author: jhb Date: Mon Nov 22 14:36:04 2010 New Revision: 215678 URL: http://svn.freebsd.org/changeset/base/215678 Log: Similar to mfiutil, drop local definition of powerof2() and use version from sys/param.h instead. Modified: head/usr.sbin/mptutil/mpt_config.c Modified:

svn commit: r215679 - in head: contrib/binutils/bfd contrib/binutils/binutils contrib/binutils/include/elf contrib/file contrib/gdb/gdb gnu/usr.bin/gdb/libgdb sys/compat/freebsd32 sys/kern sys/sys ...

2010-11-22 Thread Attilio Rao
Author: attilio Date: Mon Nov 22 14:42:13 2010 New Revision: 215679 URL: http://svn.freebsd.org/changeset/base/215679 Log: Add the ability for GDB to printout the thread name along with other thread specific informations. In order to do that, and in order to avoid KBI breakage with

svn commit: r215680 - head/lib/libpam/modules/pam_unix

2010-11-22 Thread Dag-Erling Smorgrav
Author: des Date: Mon Nov 22 14:45:16 2010 New Revision: 215680 URL: http://svn.freebsd.org/changeset/base/215680 Log: Add time.h for ctime(), which we accidentally picked up through sys/time.h. Submitted by: Garrett Cooper yaneg...@gmail.com MFC after:3 days Modified:

Re: svn commit: r215544 - head/sys/kern

2010-11-22 Thread John Baldwin
On Friday, November 19, 2010 5:41:00 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote: On Friday 19 November 2010 04:46 pm, John Baldwin wrote: On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote: 2010/11/19

Re: svn commit: r215544 - head/sys/kern

2010-11-22 Thread John Baldwin
On Friday, November 19, 2010 5:32:00 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 4:27:27 pm Attilio Rao wrote: 2010/11/19 John Baldwin j...@freebsd.org: On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote: Author: attilio Date:

svn commit: r215681 - in head/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/x86emu dev/xen/xenpci

2010-11-22 Thread John Baldwin
Author: jhb Date: Mon Nov 22 15:15:11 2010 New Revision: 215681 URL: http://svn.freebsd.org/changeset/base/215681 Log: Remove some bogus, self-referential mergeinfo. Modified: Directory Properties: head/sys/ (props changed) head/sys/amd64/include/xen/ (props changed)

svn commit: r215682 - head/sys/dev/xen/xenpci

2010-11-22 Thread John Baldwin
Author: jhb Date: Mon Nov 22 15:26:47 2010 New Revision: 215682 URL: http://svn.freebsd.org/changeset/base/215682 Log: Purge mergeinfo on sys/dev/xen/xenpci. The only unique mergeinfo compared to head was not useful (it came in with the merge from /user/dfr/xenhvm/7 and that mergeinfo is

svn commit: r215683 - head/sys/kern

2010-11-22 Thread Attilio Rao
Author: attilio Date: Mon Nov 22 15:28:54 2010 New Revision: 215683 URL: http://svn.freebsd.org/changeset/base/215683 Log: Style fix. Sponsored by: Sandvine Incorporated Requested by: jhb Reviewed by: jhb MFC after:1 week X-MFC:215544 Modified:

Re: svn commit: r215675 - head/sys/compat/linux

2010-11-22 Thread John Baldwin
On Monday, November 22, 2010 7:51:06 am Kostik Belousov wrote: On Mon, Nov 22, 2010 at 12:42:32PM +, Alexander Leidinger wrote: Author: netchild Date: Mon Nov 22 12:42:32 2010 New Revision: 215675 URL: http://svn.freebsd.org/changeset/base/215675 Log: Do not take the process

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

2010-11-22 Thread Ken Smith
Author: kensmith Date: Mon Nov 22 16:09:57 2010 New Revision: 215684 URL: http://svn.freebsd.org/changeset/base/215684 Log: We're a bit under a week from Code Freeze for the upcoming 8.2-RELEASE cycle. Warn people tracking stable/8 that the branch may be more active than usual. Modified:

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

2010-11-22 Thread Ken Smith
Author: kensmith Date: Mon Nov 22 16:10:54 2010 New Revision: 215685 URL: http://svn.freebsd.org/changeset/base/215685 Log: We're a bit under a week from Code Freeze for the upcoming 7.4-RELEASE cycle. Warn people tracking stable/7 that the branch may be more active than usual. Modified:

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

2010-11-22 Thread Andrew Gallatin
Author: gallatin Date: Mon Nov 22 16:43:05 2010 New Revision: 215686 URL: http://svn.freebsd.org/changeset/base/215686 Log: Fix a TSO checksum bug on mxge(4): The Myri10GE NIC will assume all TSO frames contain partial checksum, and will emit TSO segments with bad TCP checksums if a TSO

svn commit: r215687 - head/sys/geom

2010-11-22 Thread Jaakko Heinonen
Author: jh Date: Mon Nov 22 16:47:53 2010 New Revision: 215687 URL: http://svn.freebsd.org/changeset/base/215687 Log: Use g_eventlock to protect against losing wakeups in the g_event process and replace tsleep(9) with msleep(9) which doesn't use a timeout. The previously used timeout caused

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

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 16:58:07 2010 New Revision: 215688 URL: http://svn.freebsd.org/changeset/base/215688 Log: MFC r213986: Fix an XXX comment by answering 'no'. OS X does not set the day-of-week counter on SMU-based systems, which causes FreeBSD to reject the RTC time when

svn commit: r215689 - stable/8/sys/powerpc/aim

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 17:01:40 2010 New Revision: 215689 URL: http://svn.freebsd.org/changeset/base/215689 Log: MFC r214610: Map userland copyin/copyout segment no-execute while it is mapped into the kernel. Modified: stable/8/sys/powerpc/aim/copyinout.c Directory

svn commit: r215690 - stable/8/sys/powerpc/powermac

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 17:03:09 2010 New Revision: 215690 URL: http://svn.freebsd.org/changeset/base/215690 Log: MFC r214575: Allow access to the HT I/O port space on the IBM CPC9X5 northbridge chips. Modified: stable/8/sys/powerpc/powermac/cpcht.c Directory Properties:

svn commit: r215691 - stable/8/sys/powerpc/powerpc

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 17:06:24 2010 New Revision: 215691 URL: http://svn.freebsd.org/changeset/base/215691 Log: MFC r204127,215101: Provide support for the DEEPNAP power-saving mode found on the 970MP. Modified: stable/8/sys/powerpc/powerpc/cpu.c Directory Properties:

svn commit: r215692 - stable/8/sys/powerpc/powermac

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 17:09:42 2010 New Revision: 215692 URL: http://svn.freebsd.org/changeset/base/215692 Log: MFC r215100: Disabling CPU NAP modes during SMU commands is a hack needed only on U3 systems. Don't use it on non-U3 systems to allow cpu_idle() to work correctly.

svn commit: r215693 - in stable/8/sys/powerpc: aim powermac

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 17:13:04 2010 New Revision: 215693 URL: http://svn.freebsd.org/changeset/base/215693 Log: MFC r205506: Get nexus(4) out of the RTC business. The interface used by nexus(4) in Open Firmware was Apple-specific, and we have complete coverage of Apple

svn commit: r215694 - stable/8/sys/powerpc/powermac

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 17:14:29 2010 New Revision: 215694 URL: http://svn.freebsd.org/changeset/base/215694 Log: MFC r208841: Add support for the I2C busses hanging off Apple system management chips. Modified: stable/8/sys/powerpc/powermac/smu.c Directory Properties:

svn commit: r215695 - in stable/8/sys: conf powerpc/powermac

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 17:15:41 2010 New Revision: 215695 URL: http://svn.freebsd.org/changeset/base/215695 Log: MFC r208842: Add a driver for the CPU temperature sensors attached over I2C on the PowerMac 11,2. Added: stable/8/sys/powerpc/powermac/smusat.c - copied

svn commit: r215696 - in stable/8/sys: conf powerpc/aim powerpc/booke powerpc/include powerpc/mpc85xx powerpc/powermac powerpc/powerpc

2010-11-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Nov 22 17:39:18 2010 New Revision: 215696 URL: http://svn.freebsd.org/changeset/base/215696 Log: MFC r212054: Restructure how reset and poweroff are handled on PowerPC systems, since the existing code was very platform specific, and broken for SMP systems

Re: svn commit: r215679 - in head: contrib/binutils/bfd contrib/binutils/binutils contrib/binutils/include/elf contrib/file contrib/gdb/gdb gnu/usr.bin/gdb/libgdb sys/compat/freebsd32 sys/kern sys/sys

2010-11-22 Thread Ed Maste
On Mon, Nov 22, 2010 at 02:42:13PM +, Attilio Rao wrote: Author: attilio Date: Mon Nov 22 14:42:13 2010 New Revision: 215679 URL: http://svn.freebsd.org/changeset/base/215679 Log: Add the ability for GDB to printout the thread name along with other thread specific informations.

svn commit: r215697 - in head/crypto/openssl: . 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 crypto/ecds...

2010-11-22 Thread Simon L. Nielsen
Author: simon Date: Mon Nov 22 18:23:44 2010 New Revision: 215697 URL: http://svn.freebsd.org/changeset/base/215697 Log: Merge OpenSSL 0.9.8p into head. Security: CVE-2010-3864 Security: http://www.openssl.org/news/secadv_20101116.txt Modified: head/crypto/openssl/CHANGES

svn commit: r215699 - head/sys/net80211

2010-11-22 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Nov 22 19:01:47 2010 New Revision: 215699 URL: http://svn.freebsd.org/changeset/base/215699 Log: The meshid element is memcpy()'ed into se_meshid if included in either beacon or probe-response frames. Fix the condition by checking for the the array's content

svn commit: r215700 - in stable/8: sbin/iscontrol sys/dev/iscsi/initiator

2010-11-22 Thread Dag-Erling Smorgrav
Author: des Date: Mon Nov 22 19:02:30 2010 New Revision: 215700 URL: http://svn.freebsd.org/changeset/base/215700 Log: MFC r209052, r210702, r211095, r211182, r212149: Fix a memory leak and some potential deadlocks, increase the target limit from 4 to 64, and numerous other scalability and

Re: svn commit: r215675 - head/sys/compat/linux

2010-11-22 Thread Erik Cederstrand
Den 22/11/2010 kl. 13.42 skrev Alexander Leidinger: Author: netchild Date: Mon Nov 22 12:42:32 2010 New Revision: 215675 URL: http://svn.freebsd.org/changeset/base/215675 Log: Do not take the process lock. The assignment to u_short inside the properly aligned structure is atomic on

svn commit: r215701 - in head/sys: kern mips/mips mips/rmi net netgraph netinet netinet/ipfw netinet6 netipsec powerpc/aim powerpc/booke sys

2010-11-22 Thread Dimitry Andric
Author: dim Date: Mon Nov 22 19:32:54 2010 New Revision: 215701 URL: http://svn.freebsd.org/changeset/base/215701 Log: After some off-list discussion, revert a number of changes to the DPCPU_DEFINE and VNET_DEFINE macros, as these cause problems for various people working on the affected

svn commit: r215702 - head/sbin/routed

2010-11-22 Thread Bruce Cran
Author: brucec Date: Mon Nov 22 19:40:27 2010 New Revision: 215702 URL: http://svn.freebsd.org/changeset/base/215702 Log: Fix use of AND operator: should be bitwise instead of logical. Modified: head/sbin/routed/parms.c Modified: head/sbin/routed/parms.c

svn commit: r215703 - in head/sys: amd64/amd64 i386/i386

2010-11-22 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 22 19:52:44 2010 New Revision: 215703 URL: http://svn.freebsd.org/changeset/base/215703 Log: - Disable caches and flush caches/TLBs when we update PAT as we do for MTRR. Flushing TLBs is required to ensure cache coherency according to the AMD64 architecture

svn commit: r215704 - in head: bin/sh sbin/bsdlabel sbin/geom/class/eli sbin/geom/class/part sbin/geom/class/virstor sbin/growfs sbin/gvinum sbin/hastctl sbin/mknod usr.bin/ar usr.bin/bc

2010-11-22 Thread Bruce Cran
Author: brucec Date: Mon Nov 22 20:10:48 2010 New Revision: 215704 URL: http://svn.freebsd.org/changeset/base/215704 Log: Fix some more warnings found by clang. Modified: head/bin/sh/arith_lex.l head/sbin/bsdlabel/bsdlabel.c head/sbin/geom/class/eli/geom_eli.c

svn commit: r215705 - head/usr.bin/ldd

2010-11-22 Thread Bruce Cran
Author: brucec Date: Mon Nov 22 20:18:46 2010 New Revision: 215705 URL: http://svn.freebsd.org/changeset/base/215705 Log: hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used. Reported by: Artem Belevich fbsdlist at src.cx Modified: head/usr.bin/ldd/ldd.c Modified:

svn commit: r215706 - head/sys/compat/linux

2010-11-22 Thread Dimitry Andric
Author: dim Date: Mon Nov 22 20:23:18 2010 New Revision: 215706 URL: http://svn.freebsd.org/changeset/base/215706 Log: Fix linux kernel module breakage introduced in r215675, by including sys/sysent.h. Noticed by: many Pointy hat to:netchild Modified:

svn commit: r215707 - head/sys/compat/ndis

2010-11-22 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Nov 22 20:39:29 2010 New Revision: 215707 URL: http://svn.freebsd.org/changeset/base/215707 Log: Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid(). According to the comment for MmIsAddressValid() there are issues on PAE kernels using

svn commit: r215708 - head/sys/compat/ndis

2010-11-22 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Nov 22 20:46:38 2010 New Revision: 215708 URL: http://svn.freebsd.org/changeset/base/215708 Log: Resurrect amd64 support. - Many drivers on amd64 are picking system uptime, interrupt time and ticks via global data structure instead of calling functions for

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

2010-11-22 Thread Max Laier
Author: mlaier Date: Mon Nov 22 20:50:40 2010 New Revision: 215709 URL: http://svn.freebsd.org/changeset/base/215709 Log: MFH r215508: Off by one page in vm_reserv_reclaim_contig(): reclaim reservations with only a single free page as well. Reviewed by:alc Modified:

svn commit: r215711 - head/sys/dev/mii

2010-11-22 Thread Marius Strobl
Author: marius Date: Mon Nov 22 20:57:44 2010 New Revision: 215711 URL: http://svn.freebsd.org/changeset/base/215711 Log: Add missing newlines. MFC after:3 days Modified: head/sys/dev/mii/mii.c Modified: head/sys/dev/mii/mii.c

Re: svn commit: r215708 - head/sys/compat/ndis

2010-11-22 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/22/10 12:46, Bernhard Schmidt wrote: Author: bschmidt Date: Mon Nov 22 20:46:38 2010 New Revision: 215708 URL: http://svn.freebsd.org/changeset/base/215708 Log: Resurrect amd64 support. - Many drivers on amd64 are picking system

svn commit: r215712 - stable/8/sys/compat/x86bios

2010-11-22 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 22 21:12:20 2010 New Revision: 215712 URL: http://svn.freebsd.org/changeset/base/215712 Log: Remove a stale file. It seems this file was mis-merged from current. Deleted: stable/8/sys/compat/x86bios/x86bios_alloc.c ___

svn commit: r215713 - head/sys/dev/mii

2010-11-22 Thread Marius Strobl
Author: marius Date: Mon Nov 22 21:13:42 2010 New Revision: 215713 URL: http://svn.freebsd.org/changeset/base/215713 Log: Given that unlike f.e. rgephy(4) this driver doesn't explicitly start an autonegotiation along with manual media selection and ukphy_status() also only reports flow

svn commit: r215714 - head/sys/dev/mii

2010-11-22 Thread Marius Strobl
Author: marius Date: Mon Nov 22 21:20:11 2010 New Revision: 215714 URL: http://svn.freebsd.org/changeset/base/215714 Log: Given that unlike f.e. rgephy(4) these drivers doen't explicitly start an autonegotiation along with manual media selection and also only report flow control status when

svn commit: r215715 - stable/7/sys/vm

2010-11-22 Thread Max Laier
Author: mlaier Date: Mon Nov 22 21:22:08 2010 New Revision: 215715 URL: http://svn.freebsd.org/changeset/base/215715 Log: MFH r215508: Off by one page in vm_reserv_reclaim_contig(): reclaim reservations with only a single free page as well. Reviewed by:alc Modified:

svn commit: r215716 - head/sys/dev/mii

2010-11-22 Thread Marius Strobl
Author: marius Date: Mon Nov 22 21:24:29 2010 New Revision: 215716 URL: http://svn.freebsd.org/changeset/base/215716 Log: Add support for flow control. Obtained from:NetBSD (partially) Modified: head/sys/dev/mii/bmtphy.c head/sys/dev/mii/inphy.c head/sys/dev/mii/nsphyter.c

Re: svn commit: r215708 - head/sys/compat/ndis

2010-11-22 Thread Bernhard Schmidt
On Monday 22 November 2010 22:07:52 Xin LI wrote: On 11/22/10 12:46, Bernhard Schmidt wrote: Author: bschmidt Date: Mon Nov 22 20:46:38 2010 New Revision: 215708 URL: http://svn.freebsd.org/changeset/base/215708 Log: Resurrect amd64 support. - Many drivers on amd64 are picking

svn commit: r215717 - head/usr.sbin/kernbb

2010-11-22 Thread Ulrich Spoerlein
Author: uqs Date: Mon Nov 22 21:39:35 2010 New Revision: 215717 URL: http://svn.freebsd.org/changeset/base/215717 Log: Remove kernbb(8) from the source tree. It's been broken for several years and with all the binutils/toolchain changes in flight, it might make more sense to put efforts

svn commit: r215719 - head/sys/dev/pci

2010-11-22 Thread Jung-uk Kim
Author: jkim Date: Mon Nov 22 21:58:00 2010 New Revision: 215719 URL: http://svn.freebsd.org/changeset/base/215719 Log: Resume critical PCI devices (and their children) first, then everything else later. This give us better chance to catch device driver problems. Modified:

svn commit: r215720 - head/sys/dev/mii

2010-11-22 Thread Marius Strobl
Author: marius Date: Mon Nov 22 22:03:11 2010 New Revision: 215720 URL: http://svn.freebsd.org/changeset/base/215720 Log: - Also probe BCM5214 and BCM5222. - Add some DSP init code for BCM5221. The values derived from Apple's GMAC driver and the same init code also exists in Linux's

Re: svn commit: r215717 - head/usr.sbin/kernbb

2010-11-22 Thread Alexander Best
On Mon Nov 22 10, Ulrich Spoerlein wrote: Author: uqs Date: Mon Nov 22 21:39:35 2010 New Revision: 215717 URL: http://svn.freebsd.org/changeset/base/215717 Log: Remove kernbb(8) from the source tree. It's been broken for several years and with all the binutils/toolchain changes

svn commit: r215721 - head/sys/dev/cas

2010-11-22 Thread Marius Strobl
Author: marius Date: Mon Nov 22 22:06:30 2010 New Revision: 215721 URL: http://svn.freebsd.org/changeset/base/215721 Log: - Fix and enable support for flow control. - Fix compilation with CAS_DEBUG defined. Modified: head/sys/dev/cas/if_cas.c Modified: head/sys/dev/cas/if_cas.c

svn commit: r215722 - head/sys/dev/gem

2010-11-22 Thread Marius Strobl
Author: marius Date: Mon Nov 22 22:13:26 2010 New Revision: 215722 URL: http://svn.freebsd.org/changeset/base/215722 Log: - Fix and enable support for flow control. - Partially revert r172334; as it turns out the DELAYs in gem_reset_{r,t}x() are actually necessary although bus space

Re: svn commit: r215434 - in head: sys/netinet usr.bin/netstat

2010-11-22 Thread Bruce Cran
On Wed, 17 Nov 2010 18:55:13 + (UTC) George V. Neville-Neil g...@freebsd.org wrote: Author: gnn Date: Wed Nov 17 18:55:12 2010 New Revision: 215434 URL: http://svn.freebsd.org/changeset/base/215434 Log: Add new, per connection, statistics for TCP, including: Retransmitted Packets

svn commit: r215723 - stable/8/sys/netinet/libalias

2010-11-22 Thread Nick Hibma
Author: n_hibma Date: Mon Nov 22 22:41:43 2010 New Revision: 215723 URL: http://svn.freebsd.org/changeset/base/215723 Log: MFC r214754: Don't spam the console with 'Loading alias module' messages. This cannot be hidden behind 'bootverbose' as this file is included from userland.

svn commit: r215724 - head/usr.bin/netstat

2010-11-22 Thread George V. Neville-Neil
Author: gnn Date: Mon Nov 22 22:55:43 2010 New Revision: 215724 URL: http://svn.freebsd.org/changeset/base/215724 Log: Restore the (state) and \n printout when not using -T. Pointed out by: brucec@ MFC after:3 weeks Modified: head/usr.bin/netstat/inet.c Modified:

svn commit: r215725 - head/sys/dev/ahci

2010-11-22 Thread Alexander Motin
Author: mav Date: Mon Nov 22 23:04:25 2010 New Revision: 215725 URL: http://svn.freebsd.org/changeset/base/215725 Log: Fix small typo. Submitted by: Artem Belevich Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c

svn commit: r215726 - head/sys/net

2010-11-22 Thread Marko Zec
Author: zec Date: Mon Nov 22 23:35:29 2010 New Revision: 215726 URL: http://svn.freebsd.org/changeset/base/215726 Log: Allow for vlan(4) ifnets to have overlapping unit numbers if they are created in separated vnets. As a side-effect of having a separated if_cloner instance for each vnet,

svn commit: r215727 - head/bin/sh

2010-11-22 Thread Jilles Tjoelker
Author: jilles Date: Mon Nov 22 23:49:06 2010 New Revision: 215727 URL: http://svn.freebsd.org/changeset/base/215727 Log: sh: Fix confusing behaviour if chdir succeeded but getcwd failed in cd -P. If getcwd fails, do not treat this as an error, but print a warning and unset PWD. This is

svn commit: r215728 - stable/8/sbin/newfs

2010-11-22 Thread Kirk McKusick
Author: mckusick Date: Tue Nov 23 01:24:27 2010 New Revision: 215728 URL: http://svn.freebsd.org/changeset/base/215728 Log: MFC of 213119 Reported problem: Large (60GB) filesystems created using newfs -U -O 1 -b 65536 -f 8192 show incorrect results from df for free and used space when

svn commit: r215729 - stable/7/sbin/newfs

2010-11-22 Thread Kirk McKusick
Author: mckusick Date: Tue Nov 23 01:32:44 2010 New Revision: 215729 URL: http://svn.freebsd.org/changeset/base/215729 Log: MFC of 213119 Reported problem: Large (60GB) filesystems created using newfs -U -O 1 -b 65536 -f 8192 show incorrect results from df for free and used space when

svn commit: r215730 - in stable/8: etc/periodic/security tools/build/mk

2010-11-22 Thread Xin LI
Author: delphij Date: Tue Nov 23 01:39:30 2010 New Revision: 215730 URL: http://svn.freebsd.org/changeset/base/215730 Log: MFC r204459 (antonie): Add files to remove when MK_PKGTOOLS=no. MFC r215045 [1]: Hide 460.chkportsum in MK_PKGTOOLS != no case. Submitted by: Alex

svn commit: r215732 - head/sys/kern

2010-11-22 Thread Colin Percival
Author: cperciva Date: Tue Nov 23 04:50:01 2010 New Revision: 215732 URL: http://svn.freebsd.org/changeset/base/215732 Log: Add parentheses for clarity. The parentheses around the two terms of the are unnecessary but I'm leaving them in for the sake of avoiding confusion (I confuse

svn commit: r215733 - head/share/misc

2010-11-22 Thread Maxim Konovalov
Author: maxim Date: Tue Nov 23 06:31:09 2010 New Revision: 215733 URL: http://svn.freebsd.org/changeset/base/215733 Log: o NetBSD 5.1 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree