patch for glx manpage typo

2018-05-15 Thread Paulm
Both glx.h and glxtokens.h define a GLX_DOUBLEBUFFER but not a GLX_DOUBLE_BUFFER. Index: glx/xintro.3gl === RCS file: /cvs/xenocara/doc/gl-docs/GL/glx/xintro.3gl,v retrieving revision 1.2 diff -u -p -r1.2 xintro.3gl --- glx/xintro.3gl

Re: Remove ls -C alias from /etc/ksh.kshrc

2018-05-15 Thread Stuart Henderson
On 2018/05/15 20:57, Marco Pfatschbacher wrote: > While doing some ad-hoc scripting on my command line, > I noticed that ls(1) defaults to multi-column output, > even if the output is piped to another command. > > The reason for this annoyance is simple: > $ alias |grep ls > ls='ls -CF' > > LS(1)

Re: Remove ls -C alias from /etc/ksh.kshrc

2018-05-15 Thread Christian Weisgerber
Marco Pfatschbacher: > I noticed that ls(1) defaults to multi-column output, > even if the output is piped to another command. I guess this is intentional? > ls(1) can detect whether stdout isatty(3) all by itself. > I think it's time to remove this artifact from 1996. Even the oldest version o

Re: Remove ls -C alias from /etc/ksh.kshrc

2018-05-15 Thread Klemens Nanni
On Tue, May 15, 2018 at 08:57:02PM +0200, Marco Pfatschbacher wrote: > While doing some ad-hoc scripting on my command line, > I noticed that ls(1) defaults to multi-column output, > even if the output is piped to another command. > > The reason for this annoyance is simple: > $ alias |grep ls > l

Re: Remove ls -C alias from /etc/ksh.kshrc

2018-05-15 Thread Todd C. Miller
On Tue, 15 May 2018 20:57:02 +0200, Marco Pfatschbacher wrote: > I think it's time to remove this artifact from 1996. Agreed. OK millert@ - todd

Fix path in athn.4 man file

2018-05-15 Thread Base Pr1me
The path to open-ath9k-htc-firmware is wrong in the athn.4 man file. This fixes that. Let me know if this comes through mangled. I sent it to myself first, and it worked fine. But, never can tell. Thanks, Tracey Index: share/man/man4/athn.4

Remove ls -C alias from /etc/ksh.kshrc

2018-05-15 Thread Marco Pfatschbacher
While doing some ad-hoc scripting on my command line, I noticed that ls(1) defaults to multi-column output, even if the output is piped to another command. The reason for this annoyance is simple: $ alias |grep ls ls='ls -CF' LS(1) -C Force multi-column output; this is the default when

Re: ld.so arm64 syscalls

2018-05-15 Thread Philip Guenther
On Tuesday, May 15, 2018, Mark Kettenis wrote: > There's a subtle bug in the DL_SYSCALL() implementation on arm64. > Upon error we're supposed to return -errno. The code does a negate of > the lower 32-bit bits. This means that syscalls that return a 64-bit > number (i.e. ssize_t) still return

ld.so arm64 syscalls

2018-05-15 Thread Mark Kettenis
There's a subtle bug in the DL_SYSCALL() implementation on arm64. Upon error we're supposed to return -errno. The code does a negate of the lower 32-bit bits. This means that syscalls that return a 64-bit number (i.e. ssize_t) still return a positive number as the upper 32 bits remain zero. So w

Re: rssi comparison threshold

2018-05-15 Thread Paul Irofti
On 01.05.2018 12:20, Stefan Sperling wrote: On Mon, Apr 30, 2018 at 08:57:23AM +0200, Peter Hessler wrote: On 2018 Apr 29 (Sun) at 11:51:26 +0200 (+0200), Stefan Sperling wrote: :This diff tries to avoid situations where background scans play :ping-pong between different APs with nearly equal RS

ldapd: add bsd.schema?

2018-05-15 Thread Reyk Floeter
Hi, could we add an LDAP schema file that makes it easier to use sshd's "AuthorizedKeysCommand"? While most howtos out there agree on the attribute name "sshPublicKey", there is no common LDAP schema that implements it. Some people patch nis.schema (which seems a bad idea), others add their own s

Re: ldapd: fix log and format string errors

2018-05-15 Thread Jonathan Matthew
On Tue, May 15, 2018 at 10:58:10AM +0200, Sebastian Benoit wrote: > Reyk Floeter(r...@openbsd.org) on 2018.05.15 09:40:27 +0200: > > On Mon, May 14, 2018 at 12:45:18PM +0200, Reyk Floeter wrote: > > > Hi, > > > > > > the following patch updates ldapd to use log.c from vmd/relayd/etc. > > > > > >

Re: ldapd: fix log and format string errors

2018-05-15 Thread Sebastian Benoit
Reyk Floeter(r...@openbsd.org) on 2018.05.15 09:40:27 +0200: > On Mon, May 14, 2018 at 12:45:18PM +0200, Reyk Floeter wrote: > > Hi, > > > > the following patch updates ldapd to use log.c from vmd/relayd/etc. > > > > Notes: > > > > - This log.c uses format attributes that helped to fix some form

Re: Say no to LARVAL

2018-05-15 Thread Martin Pieuchot
On 10/05/18(Thu) 22:49, Philip Guenther wrote: > [...] > thread 1: socket() -- > returns 3 > thread 1: bind(3, someaddr); listen(3); > thread 1: accept(3) --> expected to return 4 (it's the first free fd), but > blocks waiting for connection > thread 2: socket() --> returns 5 (if not, then e

Re: ldapd: fix log and format string errors

2018-05-15 Thread Reyk Floeter
On Mon, May 14, 2018 at 12:45:18PM +0200, Reyk Floeter wrote: > Hi, > > the following patch updates ldapd to use log.c from vmd/relayd/etc. > > Notes: > > - This log.c uses format attributes that helped to fix some format > errors and two actual bugs: >- There was a missing argument in a log