Re: cwm(1): Enable numpad Enter on menus

2016-08-28 Thread Okan Demirmen
On Sat 2016.08.27 at 23:53 -0300, Henrique N. Lengler wrote: > > Hi, > > > > This is a tiny patch to enable the use of numpad Enter key on cwm menus. > > > > Regards, > > > > Henrique N. Lengler > > No intention to apply this? > > Numpad enter key is is recognized by every program on openbsd

Re: add option for disabling TLS session tickets to libttls

2016-08-28 Thread Andreas Bartelt
On 08/22/16 08:17, Claudio Jeker wrote: On Sun, Aug 21, 2016 at 02:25:15PM -0400, Ted Unangst wrote: Andreas Bartelt wrote: Since the use of TLS session tickets potentially interferes with forward secrecy on a per-session basis, I'd personally prefer an opt-in in libtls as well as in httpd

Re: cwm(1): Enable numpad Enter on menus

2016-08-28 Thread Peter Hessler
On 2016 Aug 27 (Sat) at 23:53:14 -0300 (-0300), Henrique N. Lengler wrote: :> Hi, :> :> This is a tiny patch to enable the use of numpad Enter key on cwm menus. :> :> Regards, :> :> Henrique N. Lengler : :No intention to apply this? : :Numpad enter key is is recognized by every program on

Re: nsd 4.1.11

2016-08-28 Thread Florian Obser
On Tue, Aug 16, 2016 at 07:00:39PM +, Florian Obser wrote: > OK? > anyone? diff --git buffer.h buffer.h index bee7d8b..9e17bc9 100644 --- buffer.h +++ buffer.h @@ -315,6 +315,20 @@ buffer_write_u32(buffer_type *buffer, uint32_t data) } static inline void

Re: ld.so: remove unused syscall stubs

2016-08-28 Thread Mark Kettenis
> Date: Sat, 27 Aug 2016 21:14:20 -0700 > From: Philip Guenther > > _dl_gettimeofday() was used by the prebind code, which was recently > removed. > > _dl_lstat() was only used by _dl_realpath(), which no longer needs it. > > ok? ok kettenis@ > Index: alpha/ldasm.S >