Jenkins build is back to normal : FreeBSD_HEAD #719

2014-05-22 Thread jenkins-admin
See https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/719/changes ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Patch for Linux Futexes

2014-05-22 Thread Hans Petter Selasky
Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I looked into the Linux futex code and see that wakeup_one() is used instead of wakeup(). Maybe others can test

Re: Patch for Linux Futexes

2014-05-22 Thread Chagin Dmitry
On Thu, May 22, 2014 at 01:06:22PM +0200, Hans Petter Selasky wrote: Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I looked into the Linux futex code and

Re: Patch for Linux Futexes

2014-05-22 Thread Hans Petter Selasky
On 05/22/14 14:18, Chagin Dmitry wrote: On Thu, May 22, 2014 at 01:06:22PM +0200, Hans Petter Selasky wrote: Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I

Re: uefi boot on Apple Mac

2014-05-22 Thread Anders Bolt-Evensen
MacBookPro8,3 doesn't work with uefi boot either. At least mine doesn't. On 19.05.14 02:36, Huang Wen Hui wrote: Hi, I test uefi boot on Macs, some success, include: iMac13,2 , MacbookPro 2012, Macmini5,3. But have problem on MacbookPro 2013, loader stop at: Start @ 0x802d6ef0 ...

[patch] Switch to text mode during efi boot

2014-05-22 Thread Rafael Espíndola
The attached patch causes both boot1 and loader.efi to switch to text mode. This only seems to make a difference on Macs where otherwise no information was being displayed. The ConsoleControl.h file is copied from EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl in

Re: uefi boot on Apple Mac

2014-05-22 Thread Rafael Espíndola
I just emailed a patch. The issue I was having was just that the text was not being displayed. On 22 May 2014 09:37, Anders Bolt-Evensen andersb...@icloud.com wrote: MacBookPro8,3 doesn't work with uefi boot either. At least mine doesn't. On 19.05.14 02:36, Huang Wen Hui wrote: Hi, I test

Re: [patch] Switch to text mode during efi boot

2014-05-22 Thread Ed Maste
On 22 May 2014 11:32, Rafael Espíndola rafael.espind...@gmail.com wrote: The attached patch causes both boot1 and loader.efi to switch to text mode. This only seems to make a difference on Macs where otherwise no information was being displayed. The ConsoleControl.h file is copied from

Re: Patch for Linux Futexes

2014-05-22 Thread Chagin Dmitry
On Thu, May 22, 2014 at 01:06:22PM +0200, Hans Petter Selasky wrote: Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I looked into the Linux futex code and

Re: Patch for Linux Futexes

2014-05-22 Thread Hans Petter Selasky
On 05/22/14 20:23, Chagin Dmitry wrote: On Thu, May 22, 2014 at 01:06:22PM +0200, Hans Petter Selasky wrote: Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I

Re: [CFT] ASLR, PIE, and segvguard on 11-current and 10-stable

2014-05-22 Thread Ian Lepore
On Wed, 2014-05-14 at 09:58 -0400, Shawn Webb wrote: Hey All, [NOTE: crossposting between freebsd-current@, freebsd-security@, and freebsd-stable@. Please forgive me if crossposting is frowned upon.] Address Space Layout Randomization, or ASLR for short, is an exploit mitigation

Re: [patch] Switch to text mode during efi boot

2014-05-22 Thread Rafael Espíndola
Great, thank you Rafael. There's framebuffer corruption issues on some other hardware as well, so it may be that the eventual fix for those will also solve the MBP issue. Awesome! Some design questions: * Why do we have both boot1 and loader? It is just the issue with building a usb

Re: Thinkpad T410: resume broken

2014-05-22 Thread Kevin Oberman
On Wed, May 21, 2014 at 12:43 PM, Jan Henrik Sylvester m...@janh.de wrote: On 05/21/2014 21:22, Hans Petter Selasky wrote: On 05/21/14 21:16, Jan Henrik Sylvester wrote: Unfortunately, my USB mouse does not work anymore: After the first resume, it took a few seconds until it worked again