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 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: > > http://people.freebsd.org/~ma

Build failed in Jenkins: FreeBSD_HEAD #1863

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

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

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 iss

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 wrote On Nov 13, 2014, at 17:40, Luigi Rizzo 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

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 Chris H
On Thu, 13 Nov 2014 19:55:16 -0800 Rui Paulo wrote > On Nov 13, 2014, at 17:40, Luigi Rizzo 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 saying that the projects

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 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 opt

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 writes: >> Steve Kargl 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 >>> /etc/rc.conf, the system works as I would ex