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
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)
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
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
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
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
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
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
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
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
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
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.
> > >
> > >
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
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
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
15 matches
Mail list logo