Re: USB locks up system -- WAS Re: shutdown or acpi problem

2014-11-17 Thread Sulev-Madis Silber (ketas)
On 2014-11-17 08:58, Dag-Erling Smørgrav wrote: Dag-Erling Smørgrav d...@des.no writes: Steve Kargl s...@troutmask.apl.washington.edu writes: I'll try that tomorrow. But, I now know that this is related to using hal from ports. If I comment out both enable_dbus and enable_hal in

Re: Changing makeoptions UKBD_DFLT_KEYMAP leads to kernel build fail

2014-11-17 Thread Harald Schmalzbauer
Bezüglich Oliver Pinter's Nachricht vom 16.11.2014 12:53 (localtime): On 11/15/14, Dominik Zajac ba...@banym.de wrote: Hi, I am trying to change the default keymap for my keyboard therefore I added the following options to my kernel configuration which leads to the error bellow. Added

Re: comments on code-in tasks for FreeBSD (Re: FreeBSD + Google Code-In 2014 = we need ideas.)

2014-11-17 Thread Chris H
On Thu, 13 Nov 2014 19:55:16 -0800 Rui Paulo rpa...@me.com wrote On Nov 13, 2014, at 17:40, Luigi Rizzo ri...@iet.unipi.it wrote: But please nuke the current list -- it is completely inadequate for the code-in candidates and misleading for whoever wants to suggest new tasks. Again i am not

Re: Changing makeoptions UKBD_DFLT_KEYMAP leads to kernel build fail

2014-11-17 Thread Dominik Zajac
Hi Harald, thanks for the detailed answer. I will test this asap. Is there some work planed to make the keyboard layout dynamical changeable? I run into this problem because I have to enter my zfs encryption pass phrase in a different layout than I set it while installation. This maybe confuses

Re: comments on code-in tasks for FreeBSD (Re: FreeBSD + Google Code-In 2014 = we need ideas.)

2014-11-17 Thread Alfred Perlstein
On 11/17/14, 6:55 AM, Chris H wrote: On Thu, 13 Nov 2014 19:55:16 -0800 Rui Paulo rpa...@me.com wrote On Nov 13, 2014, at 17:40, Luigi Rizzo ri...@iet.unipi.it wrote: But please nuke the current list -- it is completely inadequate for the code-in candidates and misleading for whoever wants

Re: CFR: AES-GCM and OpenCrypto work review

2014-11-17 Thread Andrey V. Elsukov
On 16.11.2014 09:15, John-Mark Gurney wrote: Ok, I was able to reproduce the bug, and found that my optimization for single mbuf packets was broken... I've attached a new patch that has the fix... This patch also has added a lock around the aesni fpu context setting to deal w/ the issue

Re: CFR: AES-GCM and OpenCrypto work review

2014-11-17 Thread John-Mark Gurney
Andrey V. Elsukov wrote this message on Mon, Nov 17, 2014 at 21:34 +0300: On 16.11.2014 09:15, John-Mark Gurney wrote: Ok, I was able to reproduce the bug, and found that my optimization for single mbuf packets was broken... I've attached a new patch that has the fix... This patch

Build failed in Jenkins: FreeBSD_HEAD #1863

2014-11-17 Thread jenkins-admin
See https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1863/ -- Started by an SCM change Building remotely on jenkins-10.freebsd.org (FreeBSD-10) in workspace https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/ java.io.IOException: remote file

Re: General Protection Fault in prelist_remove()

2014-11-17 Thread Mark Johnston
On Sat, Nov 15, 2014 at 04:17:35PM -0500, Ryan Stone wrote: On Mon, Sep 16, 2013 at 1:10 PM, Mark Johnston ma...@freebsd.org wrote: I've partially fixed this at work by adding a rw lock to protect access to the the prefix, default router, and DAD lists. The patch is here: