Re: roadmap for libc/locale

2015-06-13 Thread Sebastien Marie
On Sat, Jun 13, 2015 at 10:41:42PM +0200, Joerg Sonnenberger wrote: > On Sat, Jun 13, 2015 at 10:04:55AM +0200, Sébastien Marie wrote: > > What is the relationship with libc/locale ? libc++ needs some POSIX > > functions in locale area that are missing in OpenBSD. These functions > > are uselocale(

Re: Waiting for 'high priority' events with kqueue

2015-06-13 Thread Philip Guenther
On Wed, Jun 10, 2015 at 10:21 PM, Daurnimator wrote: > I'm working on adding support for "high priority" events to a user space > event library. > Conceptually, I need the equivalent of poll() with POLLPRI, but via kqueue. POLLPRI only works for STREAMS. What sort of fd are you using this on?

Re: systrace patch for chflagsat

2015-06-13 Thread Philip Guenther
On Thu, 4 Jun 2015, patrick keshishian wrote: > With the cp(1) change to use chflagsat(), systrace needs to be taught > about chflagsat syscall. databases/db/v4 port fails with > USE_SYSTRACE=Yes due to a "$(CP) -pr" use during install_docs. > > Could someone look over these changes and correct

Re: LibreSSL 2.2 fails to connect to webdav.yandex.com

2015-06-13 Thread Alexey Ivanov
> On Jun 13, 2015, at 4:00 PM, Joel Sing wrote: > > On Tuesday 09 June 2015, Alexey Ivanov wrote: >>> On Jun 6, 2015, at 5:31 AM, Joel Sing wrote: >>> >>> On Saturday 06 June 2015, 1edhaz+9sj4olxjt6...@guerrillamail.com wrote: Hello, LibreSSL 2.2 (openbsd-current) fails to conn

Re: LibreSSL 2.2 fails to connect to webdav.yandex.com

2015-06-13 Thread Joel Sing
On Tuesday 09 June 2015, Alexey Ivanov wrote: > > On Jun 6, 2015, at 5:31 AM, Joel Sing wrote: > > > > On Saturday 06 June 2015, 1edhaz+9sj4olxjt6...@guerrillamail.com wrote: > >> Hello, > >> > >> LibreSSL 2.2 (openbsd-current) fails to connect to > >> https://webdav.yandex.com. > >> > >> OpenSSL

Re: roadmap for libc/locale

2015-06-13 Thread Joerg Sonnenberger
On Sat, Jun 13, 2015 at 10:04:55AM +0200, Sébastien Marie wrote: > What is the relationship with libc/locale ? libc++ needs some POSIX > functions in locale area that are missing in OpenBSD. These functions > are uselocale(3), newlocale(3) and freelocale(3). (see > http://pubs.opengroup.org/onlinep

Re: [patch]rcs: remove xfree

2015-06-13 Thread Nicholas Marriott
Applied now, thanks. On Sat, Jun 13, 2015 at 09:06:23PM +0100, Nicholas Marriott wrote: > > looks good to me now, ok anyone? > > > On Sat, Jun 13, 2015 at 03:43:47PM +0200, Fritjof Bornebusch wrote: > > On Sat, Jun 13, 2015 at 09:33:59AM +0100, Nicholas Marriott wrote: > > > Hi. You missed dat

Re: [patch]rcs: remove xfree

2015-06-13 Thread Nicholas Marriott
looks good to me now, ok anyone? On Sat, Jun 13, 2015 at 03:43:47PM +0200, Fritjof Bornebusch wrote: > On Sat, Jun 13, 2015 at 09:33:59AM +0100, Nicholas Marriott wrote: > > Hi. You missed date.y: > > > > date.y: In function 'yyerror': > > date.y:497: error: implicit declaration of function 'xf

The latest on the NY Bar Show

2015-06-13 Thread Beverage Business Expo
Thanks! It wouldn't have been possible without you. The old NY Bar Show is stepping it up under new ownership and going national. Introducing the "Beverage Business Expo" premiering this October 20-21 in Washington DC (this name change is permanent—and for a great reason). The expo is growing

Re: [patch]rcs: remove xfree

2015-06-13 Thread Fritjof Bornebusch
On Sat, Jun 13, 2015 at 09:33:59AM +0100, Nicholas Marriott wrote: > Hi. You missed date.y: > > date.y: In function 'yyerror': > date.y:497: error: implicit declaration of function 'xfree' > Ups, sorry. That should do the trick. > > On Sat, Jun 13, 2015 at 12:43:29AM +0200, Fritjof Bornebusch

Re: RAM encryption and key storing in CPU

2015-06-13 Thread Nick Holland
On 06/12/15 01:09, ertetlen barmok wrote: > Any luck with this? no luck at all, since your patch to make it happen wasn't attached to the email, and thus, never should have been sent to tech@. Personally, it looks like a highly invasive change (which also means almost certain to introduce OTHER

Re: important audio simplifications to test and review

2015-06-13 Thread Alexandre Ratchov
On Fri, Jun 12, 2015 at 02:26:34AM +0200, Max Fillinger wrote: > My uaudio device stopped working with this patch: > > $ aucat -i test.wav -f snd/0 > snd/0: couldn't open audio device > > With AUDIO_DEBUG enabled, I see the following output on the console: > > audio1: setpar: req enc=10 bits=16,

Re: [patch]rcs: remove xfree

2015-06-13 Thread Nicholas Marriott
Hi. You missed date.y: date.y: In function 'yyerror': date.y:497: error: implicit declaration of function 'xfree' On Sat, Jun 13, 2015 at 12:43:29AM +0200, Fritjof Bornebusch wrote: > > Hi tech@, > > > > Without PGP / SMIME stuff, sorry. > > > a couple of months ago I removed the if conditio

roadmap for libc/locale

2015-06-13 Thread Sébastien Marie
Hi, I think I didn't do the things in right order. I started to submit small commits, but without a global view of the direction taken it is useless. So I would like to present a roadmap in my intended work in libc locale area. If some developers could help or guide me with comments or suggestio