Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Jean-Sébastien Pédron
On 07.04.2013 21:05, Konstantin Belousov wrote: > I suspect that the issue is with the drm2/i915/intel_dp.c. > You might try to use shift to 7 instead of 8 for address in the > intel_dp_aux_native_read/write, but I am not sure. Based on your remark, I proposed the following patch to Olivier: http:

svn commit: r249242 - stable/9/bin/sh

2013-04-07 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 7 21:25:14 2013 New Revision: 249242 URL: http://svnweb.freebsd.org/changeset/base/249242 Log: MFC r230998,r233792: sh: Use vfork in a few common cases. This uses vfork() for simple commands and command substitutions containing a single simple command, invoki

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Olivier Cochard-Labbé
On Sun, Apr 7, 2013 at 9:05 PM, Konstantin Belousov wrote: > > More useful debug info could be obtained by setting the kenv > drm.debug to 3, and then looking at the dmesg. OK, here are the 2 dmesg files: http://gugus69.free.fr/freebsd/dmesg.drm.debug.r249241-patched-non-working.txt http://gugus6

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Konstantin Belousov
On Sun, Apr 07, 2013 at 08:48:49PM +0200, Olivier Cochard-Labb? wrote: > On Sun, Apr 7, 2013 at 7:33 PM, Jean-S?bastien P?dron > wrote: > > > Hi Olivier! > > > > Could you please try the following patch? > > http://people.freebsd.org/~dumbbell/radeonkms/drm-i915-intel_iic.a.patch > > > > It rever

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Olivier Cochard-Labbé
On Sun, Apr 7, 2013 at 7:33 PM, Jean-Sébastien Pédron wrote: > Hi Olivier! > > Could you please try the following patch? > http://people.freebsd.org/~dumbbell/radeonkms/drm-i915-intel_iic.a.patch > > It reverts a part of the commit, the one in intel_gmbus_transfer(). I > think this function was c

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

2013-04-07 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 7 17:54:38 2013 New Revision: 249241 URL: http://svnweb.freebsd.org/changeset/base/249241 Log: Fix synopsis for sbuf_len. MFC after:3 days Modified: head/share/man/man9/sbuf.9 Modified: head/share/man/man9/sbuf.9 ===

svn commit: r249240 - head/sys/kern

2013-04-07 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 7 17:44:30 2013 New Revision: 249240 URL: http://svnweb.freebsd.org/changeset/base/249240 Log: Use pget(9) to reduce code duplication. MFC after:1 week Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c ==

svn commit: r249239 - head/sys/kern

2013-04-07 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 7 17:42:27 2013 New Revision: 249239 URL: http://svnweb.freebsd.org/changeset/base/249239 Log: Fill p_flags and p_align fields of the core dump note segement. Reviewed by: kib MFC after:2 weeks Modified: head/sys/kern/imgact_elf.c Modified: head/sys

svn commit: r249238 - head/sys/kern

2013-04-07 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 7 17:40:49 2013 New Revision: 249238 URL: http://svnweb.freebsd.org/changeset/base/249238 Log: Use 4-byte padding for core dump notes on both 32 and 64bit archs. Although native word padding (i.e. 8-byte on 64bit arch) looks to be in agreement with standards

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Jean-Sébastien Pédron
On 07.04.2013 15:04, Olivier Cochard-Labbé wrote: >> New Revision: 249041 >> >> Log: >> drm and i915: Left-shift iic_msg.slave at creation time > > Hi Jean-Sébastien, > > I believed this change brings a bug on my laptop that uses > drm2/i915kms drivers: Xorg is no more able to probe the capabil

svn commit: r249237 - stable/8/sbin/hastd

2013-04-07 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 7 17:06:26 2013 New Revision: 249237 URL: http://svnweb.freebsd.org/changeset/base/249237 Log: MFC r246922 (pjd): - Add support for 'memsync' mode. This is the fastest replication mode that's why it will now be the default. - Bump protocol version to 2 a

svn commit: r249236 - stable/9/sbin/hastd

2013-04-07 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 7 17:05:16 2013 New Revision: 249236 URL: http://svnweb.freebsd.org/changeset/base/249236 Log: MFC r246922 (pjd): - Add support for 'memsync' mode. This is the fastest replication mode that's why it will now be the default. - Bump protocol version to 2 a

Re: svn commit: r248808 - in stable/9: contrib/bind9 lib/bind lib/bind/dns lib/bind/dns/dns

2013-04-07 Thread Erwin Lansing
On Thu, Mar 28, 2013 at 05:39:45AM +, Xin LI wrote: > Author: delphij > Date: Thu Mar 28 05:39:45 2013 > New Revision: 248808 > URL: http://svnweb.freebsd.org/changeset/base/248808 > > Log: > MFC r248788 (erwin): > > Update BIND to 9.8.4-P2 > > Removed the check for regex.h in conf

svn commit: r249235 - head/bin/sh

2013-04-07 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 7 16:28:36 2013 New Revision: 249235 URL: http://svnweb.freebsd.org/changeset/base/249235 Log: sh: Add const to nodesavestr(). Modified: head/bin/sh/nodes.c.pat Modified: head/bin/sh/nodes.c.pat ===

svn commit: r249234 - head/usr.sbin/rarpd

2013-04-07 Thread Marius Strobl
Author: marius Date: Sun Apr 7 15:33:06 2013 New Revision: 249234 URL: http://svnweb.freebsd.org/changeset/base/249234 Log: Add some missing newlines and static declarations. MFC after:3 days Modified: head/usr.sbin/rarpd/rarpd.c Modified: head/usr.sbin/rarpd/rarpd.c ==

svn commit: r249233 - head/sys/kern

2013-04-07 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 7 15:26:09 2013 New Revision: 249233 URL: http://svnweb.freebsd.org/changeset/base/249233 Log: mqueue,ksem,shm: Fix race condition with setting UF_EXCLOSE. POSIX mqueue, compatibility ksem and POSIX shm create a file descriptor that has close-on-exec set. How

Re: svn commit: r249232 - in head/sys: arm/at91 dev/usb/controller

2013-04-07 Thread Hans Petter Selasky
On 04/07/13 15:14, Ian Lepore wrote: You forgot to say: Pointy Hat to: ian I'm not quite sure how I fumbled the return-type change when I applied the patches from our local repo; thanks to Christoph for spotting this. -- Ian I will be more hard next time ;-) --HPS

Re: svn commit: r249232 - in head/sys: arm/at91 dev/usb/controller

2013-04-07 Thread Ian Lepore
You forgot to say: Pointy Hat to: ian I'm not quite sure how I fumbled the return-type change when I applied the patches from our local repo; thanks to Christoph for spotting this. -- Ian On Sun, 2013-04-07 at 13:03 +, Hans Petter Selasky wrote: > Author: hselasky > Date: Sun Apr 7 13:

Re: svn commit: r249041 - in head/sys/dev/drm2: . i915

2013-04-07 Thread Olivier Cochard-Labbé
On Wed, Apr 3, 2013 at 10:27 AM, Jean-Sebastien Pedron wrote: > Author: dumbbell > Date: Wed Apr 3 08:27:35 2013 > New Revision: 249041 > URL: http://svnweb.freebsd.org/changeset/base/249041 > > Log: > drm and i915: Left-shift iic_msg.slave at creation time > Hi Jean-Sébastien, I believed thi

svn commit: r249232 - in head/sys: arm/at91 dev/usb/controller

2013-04-07 Thread Hans Petter Selasky
Author: hselasky Date: Sun Apr 7 13:03:57 2013 New Revision: 249232 URL: http://svnweb.freebsd.org/changeset/base/249232 Log: Fix regression issue after r248910. PR: arm/177685 Submitted by: Christoph Mallon Modified: head/sys/arm/at91/at91_pio.c head/sys/arm/at91/at91_pi