Re: FAQ Part 1 typos

2014-11-06 Thread Nick Holland
On 11/06/14 09:35, Nick Permyakov wrote: > Hi, > > Some typos on http://www.openbsd.org/faq/faq1.html > > Section "1.2 - On what systems does OpenBSD run?". > "...has helped produced a higher-quality code base..." should read > "helped produce" (or maybe "helped to produce"). > > Section "1.8 -

Re: LibreSSL: GOST ciphers implementation

2014-11-06 Thread Bob Beck
And that has nothing do to with what I said Alexey. Go troll somewhere else.. On Thu, Nov 6, 2014 at 2:05 PM, Alexey Suslikov wrote: > Bob Beck openbsd.org> writes: > >> 1) It can't mess up the code base for everyone. >> 2) Everyone should not need to eat the dog food > > 3) "I try to convince m

Re: LibreSSL: GOST ciphers implementation

2014-11-06 Thread Alexey Suslikov
Bob Beck openbsd.org> writes: > 1) It can't mess up the code base for everyone. > 2) Everyone should not need to eat the dog food 3) "I try to convince myself that our grant means a half of a cruise missile doesn't get built" (c)

Re: rtentry leak

2014-11-06 Thread Chris Cappuccio
Martin Pieuchot [mpieuc...@nolizard.org] wrote: > > Indeed! And the ifa might also be freed so this chunk is completely > wrong. Here's a version of the diff without it, ok? > This looks ok to me > > Index: net/route.c > === > R

Re: use siphash for in_pcb hash key lookups

2014-11-06 Thread YASUOKA Masahiko
On Fri, 07 Nov 2014 01:19:45 +0900 (JST) YASUOKA Masahiko wrote: > On Tue, 4 Nov 2014 14:50:49 +1000 > David Gwynne wrote: >> this uses siphash to protect the in_pcb hashes. this is pretty much >> a textbook example of what siphash should be used for. >> >> tests? ok? > > Giving inpcb_hash() to

Re: use siphash for in_pcb hash key lookups

2014-11-06 Thread YASUOKA Masahiko
On Tue, 4 Nov 2014 14:50:49 +1000 David Gwynne wrote: > this uses siphash to protect the in_pcb hashes. this is pretty much > a textbook example of what siphash should be used for. > > tests? ok? Giving inpcb_hash() to LIST_* macros via INPCB*HASH() caused calling inpcb_hash() multiple times uni

Re: FAQ Part 1 typos

2014-11-06 Thread Adam Van Ymeren
On Thu, Nov 6, 2014 at 9:36 AM, Nick Permyakov wrote: > > Hi, > > Some typos on http://www.openbsd.org/faq/faq1.html > > Section "1.2 - On what systems does OpenBSD run?". > "...has helped produced a higher-quality code base..." should read "helped > produce" (or maybe "helped to produce"). > > S

Re: LibreSSL: GOST ciphers implementation

2014-11-06 Thread Bob Beck
We have and will continue to publicly state that we will welcome implementations of government-mandated ciphers as long as the implementations are clean and they are appropriately licensed, and everyone does *not* need to use them. This is the reason, for example, that we include the french governm

FAQ Part 1 typos

2014-11-06 Thread Nick Permyakov
Hi, Some typos on http://www.openbsd.org/faq/faq1.html Section "1.2 - On what systems does OpenBSD run?". "...has helped produced a higher-quality code base..." should read "helped produce" (or maybe "helped to produce"). Section "1.8 - What is included with OpenBSD?". "Note: this will be rem

Re: LibreSSL: GOST ciphers implementation

2014-11-06 Thread Dmitry Eremin-Solenikov
2014-11-06 15:44 GMT+03:00 Alexey Suslikov : > Chris Cappuccio nmedia.net> writes: > >> So, you're saying, he's really dmitry svr.gov.ru, the source of > Russian >> backdoors into technology worldwide!!! >> >> I guess the open-source ecosystem has been thoroughly poisoned! >> >> Putin is going to

Re: Soekris net6501 GPIO & LED support

2014-11-06 Thread Dimitri Sokolyuk
I can confirm it working on net6501-70 at least for the LED-part on 5.6-stable. It works as expected. # dmesg | grep gpio gpio0 at soekris0: 16 pins gpio1 at soekris0: 2 pins However there is some irregularity in reporting of pin-number too: #

Re: LibreSSL: GOST ciphers implementation

2014-11-06 Thread Alexey Suslikov
Chris Cappuccio nmedia.net> writes: > So, you're saying, he's really dmitry svr.gov.ru, the source of Russian > backdoors into technology worldwide!!! > > I guess the open-source ecosystem has been thoroughly poisoned! > > Putin is going to take us over. OpenBSD and Linux are ruined! Fuck, I'

Re: rtentry leak

2014-11-06 Thread Martin Pieuchot
On 05/11/14(Wed) 19:53, Chris Cappuccio wrote: > Martin Pieuchot [mpieuc...@nolizard.org] wrote: > > > > @@ -653,12 +653,12 @@ ifa_ifwithroute(int flags, struct sockad > > struct rtentry *rt = rtalloc(gateway, 0, rtableid); > > if (rt == NULL) > > retur

Re: need help setting an encrypted root FS on dual boot system

2014-11-06 Thread Stefan Sperling
On Wed, Nov 05, 2014 at 08:38:25PM -0800, Chris Cappuccio wrote: > Matthieu Herrb [matth...@herrb.eu] wrote: > > Hi, > > > > I've a laptop with Ubuntu 14.04/OpenBSD-current dual boot. > > I'm trying to convert the OpenBSD FS to softraid(4) encryption with > > passphrase. > > > > I'm booting fro