Re: svn commit: r194082 - in head/sys/mips: malta mips

2009-06-13 Thread Andriy Gapon
on 13/06/2009 01:49 Juli Mallett said the following: Author: jmallett Date: Fri Jun 12 22:49:35 2009 New Revision: 194082 URL: http://svn.freebsd.org/changeset/base/194082 Log: Fix MALTA build; some prototypes were wrong and blew up when kobj method signature checking was turned on.

svn commit: r194101 - in head/sys: dev/sec dev/tsec powerpc/booke

2009-06-13 Thread Rafal Jaworowski
Author: raj Date: Sat Jun 13 08:57:04 2009 New Revision: 194101 URL: http://svn.freebsd.org/changeset/base/194101 Log: Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed with the recent kobj signature checking. Modified: head/sys/dev/sec/sec.c

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

2009-06-13 Thread MIHIRA Sanpei Yoshiro
Author: sanpei Date: Sat Jun 13 11:18:47 2009 New Revision: 194102 URL: http://svn.freebsd.org/changeset/base/194102 Log: Correct entry of vendor ID 0x0d8c. It's C-Media, not ABC. Obtained from:NetBSD usbdevs rev.1.418 Modified: head/sys/dev/usb/usbdevs Modified:

svn commit: r194103 - head/sys/dev/syscons

2009-06-13 Thread Ed Schouten
Author: ed Date: Sat Jun 13 12:23:31 2009 New Revision: 194103 URL: http://svn.freebsd.org/changeset/base/194103 Log: Make the proof-of-concept UTF-8 support in Syscons less useless. Add a small Unicode-to-CP437 remapping table to at least demonstrate that the terminal emulator is

svn commit: r194105 - stable/7/share/misc

2009-06-13 Thread Edwin Groothuis
Author: edwin Date: Sat Jun 13 13:09:19 2009 New Revision: 194105 URL: http://svn.freebsd.org/changeset/base/194105 Log: MFC of r175407 r187024 r193586 r193609 r175407 Correct that LSI 0060 is a mfi device and not mpt. r187024 Correct description for the Marvell 88SE6101.

svn commit: r194106 - head/sys/kern

2009-06-13 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jun 13 13:09:20 2009 New Revision: 194106 URL: http://svn.freebsd.org/changeset/base/194106 Log: Remove the static from int hardlink_check_uid. There is an external use in the opensolaris code. I am not sure how this ever worked but I have seen two reports of:

svn commit: r194107 - head/etc

2009-06-13 Thread Edwin Groothuis
Author: edwin Date: Sat Jun 13 13:35:18 2009 New Revision: 194107 URL: http://svn.freebsd.org/changeset/base/194107 Log: Sync termcap.small with main termcap; add xterm entry for libteken PR: conf/135530 Submitted by: Alex Kozlov s...@rm-rf.kiev.ua MFC after:1 week

svn commit: r194109 - head/usr.sbin/nscd

2009-06-13 Thread Dag-Erling Smorgrav
Author: des Date: Sat Jun 13 13:54:03 2009 New Revision: 194109 URL: http://svn.freebsd.org/changeset/base/194109 Log: Wrap some macros that needed wrapping. MFC after:1 week Modified: head/usr.sbin/nscd/hashtable.h Modified: head/usr.sbin/nscd/hashtable.h

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

2009-06-13 Thread Ed Schouten
Author: ed Date: Sat Jun 13 13:56:06 2009 New Revision: 194110 URL: http://svn.freebsd.org/changeset/base/194110 Log: Simplify the inline assembler (and correct potential error) of pte_load_store(). Submitted by: Christoph Mallon Modified: head/sys/i386/include/pmap.h Modified:

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

2009-06-13 Thread Ed Schouten
Author: ed Date: Sat Jun 13 14:00:10 2009 New Revision: 194111 URL: http://svn.freebsd.org/changeset/base/194111 Log: Clobber cc instead of using volatile; remove obsolete register keyword. Submitted by: Christoph Mallon Modified: head/sys/i386/include/in_cksum.h Modified:

svn commit: r194112 - in head/usr.sbin/nscd: . agents

2009-06-13 Thread Dag-Erling Smorgrav
Author: des Date: Sat Jun 13 14:12:55 2009 New Revision: 194112 URL: http://svn.freebsd.org/changeset/base/194112 Log: Remove extern from function prototypes, and fix some (but not all) style(9) violations. MFC after:1 week Modified: head/usr.sbin/nscd/agent.h

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

2009-06-13 Thread Ed Schouten
Author: ed Date: Sat Jun 13 14:30:08 2009 New Revision: 194115 URL: http://svn.freebsd.org/changeset/base/194115 Log: Clobber cc instead of using volatile. Submitted by: Christoph Mallon Modified: head/sys/i386/include/cpufunc.h Modified: head/sys/i386/include/cpufunc.h

svn commit: r194117 - head/sys/fs/nfsclient

2009-06-13 Thread Jamie Gritton
Author: jamie Date: Sat Jun 13 15:35:22 2009 New Revision: 194117 URL: http://svn.freebsd.org/changeset/base/194117 Log: Use getcredhostuuid instead of accessing the prison directly. Approved by: bz (mentor) Modified: head/sys/fs/nfsclient/nfs_clstate.c Modified:

svn commit: r194118 - in head/sys: cddl/compat/opensolaris/kern cddl/contrib/opensolaris/uts/common/fs/zfs dev/firewire dev/syscons/daemon fs/nfsclient kern netinet6 nfsclient nlm sys

2009-06-13 Thread Jamie Gritton
Author: jamie Date: Sat Jun 13 15:39:12 2009 New Revision: 194118 URL: http://svn.freebsd.org/changeset/base/194118 Log: Rename the host-related prison fields to be the same as the host.* parameters they represent, and the variables they replaced, instead of abbreviated versions of them.

Re: svn commit: r194110 - head/sys/i386/include

2009-06-13 Thread Alan Cox
Ed Schouten wrote: Author: ed Date: Sat Jun 13 13:56:06 2009 New Revision: 194110 URL: http://svn.freebsd.org/changeset/base/194110 Log: Simplify the inline assembler (and correct potential error) of pte_load_store(). Submitted by: Christoph Mallon Modified:

svn commit: r194123 - head/sys/powerpc/booke

2009-06-13 Thread Alan Cox
Author: alc Date: Sat Jun 13 18:35:29 2009 New Revision: 194123 URL: http://svn.freebsd.org/changeset/base/194123 Log: Correct the method of waking the page daemon when the number of allocated pv entries surpasses the high water mark. The problem was that the page daemon would only be

Re: svn commit: r194110 - head/sys/i386/include

2009-06-13 Thread Christoph Mallon
Alan Cox schrieb: Ed Schouten wrote: Author: ed Date: Sat Jun 13 13:56:06 2009 New Revision: 194110 URL: http://svn.freebsd.org/changeset/base/194110 Log: Simplify the inline assembler (and correct potential error) of pte_load_store(). Submitted by:Christoph Mallon Modified:

svn commit: r194124 - head/sys/fs/tmpfs

2009-06-13 Thread Alan Cox
Author: alc Date: Sat Jun 13 20:21:08 2009 New Revision: 194124 URL: http://svn.freebsd.org/changeset/base/194124 Log: Eliminate unnecessary variables. Modified: head/sys/fs/tmpfs/tmpfs_vnops.c Modified: head/sys/fs/tmpfs/tmpfs_vnops.c

svn commit: r194126 - head/sys/vm

2009-06-13 Thread Alan Cox
Author: alc Date: Sat Jun 13 20:58:12 2009 New Revision: 194126 URL: http://svn.freebsd.org/changeset/base/194126 Log: Eliminate an unnecessary clearing of a page's dirty bits in phys_pager_getpages(). Modified: head/sys/vm/phys_pager.c Modified: head/sys/vm/phys_pager.c

svn commit: r194127 - head/bin/sh

2009-06-13 Thread Jilles Tjoelker
Author: jilles Date: Sat Jun 13 21:10:41 2009 New Revision: 194127 URL: http://svn.freebsd.org/changeset/base/194127 Log: Don't skip forking for an external command if any traps are active. Example: sh -c '(trap echo trapped EXIT; sleep 3)' now correctly prints trapped. With

svn commit: r194128 - head/bin/sh

2009-06-13 Thread Jilles Tjoelker
Author: jilles Date: Sat Jun 13 21:17:45 2009 New Revision: 194128 URL: http://svn.freebsd.org/changeset/base/194128 Log: Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND. This change only affects strings passed to -c, when the -s option is not used. The

svn commit: r194130 - in head/sys/dev/xen: blkfront netfront

2009-06-13 Thread Kip Macy
Author: kmacy Date: Sat Jun 13 21:55:08 2009 New Revision: 194130 URL: http://svn.freebsd.org/changeset/base/194130 Log: update backend_changed to reflect .m prototype Modified: head/sys/dev/xen/blkfront/blkfront.c head/sys/dev/xen/netfront/netfront.c Modified:

svn commit: r194131 - stable/7/sys/boot/i386/loader

2009-06-13 Thread Kip Macy
Author: kmacy Date: Sat Jun 13 22:02:55 2009 New Revision: 194131 URL: http://svn.freebsd.org/changeset/base/194131 Log: comment out zfs support until I have time for a proper fix Modified: stable/7/sys/boot/i386/loader/Makefile Modified: stable/7/sys/boot/i386/loader/Makefile

svn commit: r194133 - head/sys/rpc/rpcsec_gss

2009-06-13 Thread Rick Macklem
Author: rmacklem Date: Sat Jun 13 23:16:40 2009 New Revision: 194133 URL: http://svn.freebsd.org/changeset/base/194133 Log: When a Solaris10 client does an NFS mount using krb5i or krb5p, the server would crash because the Solaris10 client would attempt to use Sun's NFSACL protocol, which

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

2009-06-13 Thread Marius Strobl
Author: marius Date: Sat Jun 13 23:27:04 2009 New Revision: 194134 URL: http://svn.freebsd.org/changeset/base/194134 Log: - Also probe DP83865, which is an is an ultra low power version of the DP83861 and DP83891. - Reset the PHY during attach so it's in a known state. - Add a comment

svn commit: r194135 - in head/sys/dev/ath: . ath_hal ath_hal/ar5212 ath_hal/ar5416 ath_rate/sample

2009-06-13 Thread Sam Leffler
Author: sam Date: Sat Jun 13 23:36:54 2009 New Revision: 194135 URL: http://svn.freebsd.org/changeset/base/194135 Log: purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsi and it cannot be used with MCS rate codes Modified: head/sys/dev/ath/ath_hal/ah_desc.h

svn commit: r194136 - in head: sbin/ifconfig sys/net80211

2009-06-13 Thread Sam Leffler
Author: sam Date: Sat Jun 13 23:43:00 2009 New Revision: 194136 URL: http://svn.freebsd.org/changeset/base/194136 Log: Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32 bits but isi_state did not follow; expand it to 32 bits and pad to maintain alignment. Note this is an

svn commit: r194137 - head

2009-06-13 Thread Sam Leffler
.) +20090613: + The layout of the structure returned by IEEE80211_IOC_STA_INFO + has changed. User applications that use this ioctl need to be + rebuilt. + 20090611: The layout of struct thread has changed. Kernel and modules need to be rebuilt

svn commit: r194138 - head/sys/dev/ofw

2009-06-13 Thread Marius Strobl
Author: marius Date: Sun Jun 14 00:05:38 2009 New Revision: 194138 URL: http://svn.freebsd.org/changeset/base/194138 Log: Fix style. Modified: head/sys/dev/ofw/ofw_bus_subr.c head/sys/dev/ofw/ofw_bus_subr.h head/sys/dev/ofw/ofw_disk.c head/sys/dev/ofw/ofw_if.m

svn commit: r194139 - head/sys/dev/ofw

2009-06-13 Thread Marius Strobl
Author: marius Date: Sun Jun 14 00:15:26 2009 New Revision: 194139 URL: http://svn.freebsd.org/changeset/base/194139 Log: Missed style fixes. Modified: head/sys/dev/ofw/ofw_disk.c Modified: head/sys/dev/ofw/ofw_disk.c

svn commit: r194141 - head/sys/mips/idt

2009-06-13 Thread Warner Losh
Author: imp Date: Sun Jun 14 02:55:07 2009 New Revision: 194141 URL: http://svn.freebsd.org/changeset/base/194141 Log: Formatting nit. Modified: head/sys/mips/idt/files.idt Modified: head/sys/mips/idt/files.idt ==

svn commit: r194142 - head/sys/mips/conf

2009-06-13 Thread Warner Losh
Author: imp Date: Sun Jun 14 02:58:56 2009 New Revision: 194142 URL: http://svn.freebsd.org/changeset/base/194142 Log: After Marcel's change to DEFAULTS, we were bringing in a bogus copy of uart_8250. Remove it here since the UART on the ADM5120 isn't the typical 16550: its completely

svn commit: r194144 - head/tools/tools/termcap

2009-06-13 Thread Edwin Groothuis
Author: edwin Date: Sun Jun 14 03:29:14 2009 New Revision: 194144 URL: http://svn.freebsd.org/changeset/base/194144 Log: Tool to compare two (roughly similar) termcap entries (like rxvt-mono and rxvt-unicode) so see which fields should don't need to be copied if the :tc=xxx: option is used.

svn commit: r194145 - head/sys/mips/conf

2009-06-13 Thread Warner Losh
Author: imp Date: Sun Jun 14 03:32:52 2009 New Revision: 194145 URL: http://svn.freebsd.org/changeset/base/194145 Log: Fix typo... bad imp. Modified: head/sys/mips/conf/ADM5120 Modified: head/sys/mips/conf/ADM5120

svn commit: r194146 - head/share/termcap

2009-06-13 Thread Edwin Groothuis
Author: edwin Date: Sun Jun 14 03:34:54 2009 New Revision: 194146 URL: http://svn.freebsd.org/changeset/base/194146 Log: Add missing termcap entry for rxvt-unicode. The termcap database does not have an entry for rxvt-unicode. This means that programs that need an entry such

svn commit: r194152 - head/share/termcap

2009-06-13 Thread Edwin Groothuis
Author: edwin Date: Sun Jun 14 04:03:18 2009 New Revision: 194152 URL: http://svn.freebsd.org/changeset/base/194152 Log: Add missing terminal definition for Wyse 120 in termcap Although the PR contains also the definitions of the Wyse 60, they are not copied into it since there are