svn commit: r228257 - head/sys/dev/iicbus

2011-12-04 Thread Adrian Chadd
Author: adrian Date: Sun Dec 4 11:55:33 2011 New Revision: 228257 URL: http://svn.freebsd.org/changeset/base/228257 Log: Allow the i2c node requirements to be slightly relaxed. These realtek switch PHYs speak a variant of i2c with some slightly modified handling. From the

svn commit: r228258 - head/sys/dev/gpio

2011-12-04 Thread Adrian Chadd
Author: adrian Date: Sun Dec 4 12:10:24 2011 New Revision: 228258 URL: http://svn.freebsd.org/changeset/base/228258 Log: Modify the GPIO i2c bus code to allow for arbitrary data/clock pins, rather than defaulting to 0 and 1. This way the pin order can be reversed. It is reversed with

Re: svn commit: r227778 - head/sys/net

2011-12-04 Thread Lawrence Stewart
On 12/03/11 12:02, Jung-uk Kim wrote: On Friday 02 December 2011 07:27 pm, Jung-uk Kim wrote: On Thursday 01 December 2011 11:43 pm, Lawrence Stewart wrote: On 12/02/11 03:43, Jung-uk Kim wrote: On Thursday 01 December 2011 10:11 am, Lawrence Stewart wrote: On 11/30/11 05:09, Jung-uk Kim

svn commit: r228259 - in head: sbin/dhclient tools/regression/sbin tools/regression/sbin/dhclient

2011-12-04 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Dec 4 14:44:31 2011 New Revision: 228259 URL: http://svn.freebsd.org/changeset/base/228259 Log: Support domain-search in dhclient(8) The domain-search option (option 119) allows a DHCP server to publish a list of implicit domain suffixes used during name

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

2011-12-04 Thread Rick Macklem
Author: rmacklem Date: Sun Dec 4 16:33:04 2011 New Revision: 228260 URL: http://svn.freebsd.org/changeset/base/228260 Log: This patch adds a sysctl to the NFSv4 server which optionally disables the check for a UTF-8 compliant file name. Enabling this sysctl results in an NFSv4 server that

svn commit: r228261 - head/usr.bin/truss

2011-12-04 Thread Konstantin Belousov
Author: kib Date: Sun Dec 4 18:43:09 2011 New Revision: 228261 URL: http://svn.freebsd.org/changeset/base/228261 Log: Use explicit information from the kernel to detect the traps due to syscall entry and leave. Based on submision by:Dan Nelson dnelson allantgroup com MFC

svn commit: r228262 - stable/8/sys/amd64/amd64

2011-12-04 Thread Alan Cox
Author: alc Date: Sun Dec 4 18:55:19 2011 New Revision: 228262 URL: http://svn.freebsd.org/changeset/base/228262 Log: MFC r219157 Make a change to the implementation of the direct map to improve performance on processors that support 1 GB pages. Specifically, if the end of

svn commit: r228263 - head/sys/fs/fifofs

2011-12-04 Thread Konstantin Belousov
Author: kib Date: Sun Dec 4 19:25:49 2011 New Revision: 228263 URL: http://svn.freebsd.org/changeset/base/228263 Log: Initialize fifoinfo fi_wgen field on open. The only important is the difference between fi_wgen and f_seqcount, so the change is purely cosmetic, but it makes the code

svn commit: r228264 - head/sys/kern

2011-12-04 Thread Mikolaj Golub
Author: trociny Date: Sun Dec 4 21:24:01 2011 New Revision: 228264 URL: http://svn.freebsd.org/changeset/base/228264 Log: In sysctl_kern_proc_ps_strings() there is no much sense in checking for P_WEXIT and P_SYSTEM flags. Reviewed by: kib Modified: head/sys/kern/kern_proc.c

svn commit: r228265 - head/sys/kern

2011-12-04 Thread Andriy Gapon
Author: avg Date: Sun Dec 4 21:27:41 2011 New Revision: 228265 URL: http://svn.freebsd.org/changeset/base/228265 Log: critical_exit: ignore td_owepreempt if kdb_active is set calling mi_switch in such a context results in a recursion via kdb_switch Suggested by: jhb Reviewed by:

svn commit: r228266 - head/sys/boot/zfs

2011-12-04 Thread Andriy Gapon
Author: avg Date: Sun Dec 4 21:29:56 2011 New Revision: 228266 URL: http://svn.freebsd.org/changeset/base/228266 Log: zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest) MFC after:1 week Modified: head/sys/boot/zfs/zfsimpl.c Modified:

svn commit: r228267 - head/sys/boot/i386/zfsboot

2011-12-04 Thread Andriy Gapon
Author: avg Date: Sun Dec 4 21:32:18 2011 New Revision: 228267 URL: http://svn.freebsd.org/changeset/base/228267 Log: zfsboot: print boot.config contents before parsing it as parsing can be a destructive operation MFC after:2 weeks Modified:

svn commit: r228268 - head/sys/compat/linprocfs

2011-12-04 Thread Mikolaj Golub
Author: trociny Date: Sun Dec 4 21:43:13 2011 New Revision: 228268 URL: http://svn.freebsd.org/changeset/base/228268 Log: Protect process environment variables with p_candebug(). Discussed with: jilles, kib, rwatson MFC after:2 weeks Modified:

svn commit: r228269 - head/lib/libc/locale

2011-12-04 Thread Jilles Tjoelker
Author: jilles Date: Mon Dec 5 00:00:47 2011 New Revision: 228269 URL: http://svn.freebsd.org/changeset/base/228269 Log: libc: Eliminate 13 relative relocations in wctype(). Modified: head/lib/libc/locale/wctype.c Modified: head/lib/libc/locale/wctype.c

svn commit: r228270 - in head: etc/devd sys/powerpc/powermac

2011-12-04 Thread Justin Hibbits
Author: jhibbits Date: Mon Dec 5 00:12:10 2011 New Revision: 228270 URL: http://svn.freebsd.org/changeset/base/228270 Log: Add a devd notification for closing/opening the lid on PowerBooks and iBooks. Approved by: nwhitehorn (mentor) Modified: head/etc/devd/apple.conf

svn commit: r228271 - head/sys/mips/nlm/hal

2011-12-04 Thread Jayachandran C.
Author: jchandra Date: Mon Dec 5 02:56:08 2011 New Revision: 228271 URL: http://svn.freebsd.org/changeset/base/228271 Log: Fix XLP compilation. Add definitions of LSU_DEBUG_ADDR and LSU_DEBUG_DATA0, the code that uses it was added in r227799 Reported by: gonzo Modified:

svn commit: r228272 - head/sys/mips/nlm

2011-12-04 Thread Jayachandran C.
Author: jchandra Date: Mon Dec 5 03:10:01 2011 New Revision: 228272 URL: http://svn.freebsd.org/changeset/base/228272 Log: Fix N32 compilation again for XLP. Disable DDB/KDB related options for N32, and add back a cast that was lost during the last set of updates. Reported by:

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

2011-12-04 Thread Jayachandran C.
Author: jchandra Date: Mon Dec 5 03:18:40 2011 New Revision: 228273 URL: http://svn.freebsd.org/changeset/base/228273 Log: Disable KDB/DDB options for XLP N32 compile. n32 abi is not supported in KDB/DDB yet, disable the option in XLPN32 conf. Reported by: gonzo, bz Modified:

svn commit: r228274 - head/tools/regression/pipe

2011-12-04 Thread Eitan Adler
Author: eadler (ports committer) Date: Mon Dec 5 04:20:13 2011 New Revision: 228274 URL: http://svn.freebsd.org/changeset/base/228274 Log: Fix some uninitialized variables in pipe regression tests that result in failure. PR: misc/161175 Submitted by: gianni@ Approved by: