<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/os, branch pr/various9</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2023-04-27T12:13:31+00:00</updated>
<entry>
<title>Imakefiles: delete trailing whitespace</title>
<updated>2023-04-27T12:13:31+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2021-11-18T22:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=03c40f15c45dc100e958d3a4798a9bf83ce0df34'/>
<id>urn:sha1:03c40f15c45dc100e958d3a4798a9bf83ce0df34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxagent: add command line switch to enable composite</title>
<updated>2021-06-08T06:23:35+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2021-03-29T21:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=555cbcb325887b3e19bf7ffc3890f60485681e54'/>
<id>urn:sha1:555cbcb325887b3e19bf7ffc3890f60485681e54</id>
<content type='text'>
We have it disabled by default but there hasn't been a way to enable it.
</content>
</entry>
<entry>
<title>WaitFor.c Implement the intended NX_WAKEUP functionality</title>
<updated>2020-05-07T12:57:15+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-18T21:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=92ac0d27737cf94e72208817cfd261a412a0e428'/>
<id>urn:sha1:92ac0d27737cf94e72208817cfd261a412a0e428</id>
<content type='text'>
NX_WAKEUP had been non-effective and its effect had been tied to NX_TRANS_WAKEUP.
</content>
</entry>
<entry>
<title>os/Waitfor.c: simplify macro handling</title>
<updated>2020-05-07T12:57:15+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-18T20:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d282724c4abda9e59a029c2c485d7d046ff647db'/>
<id>urn:sha1:d282724c4abda9e59a029c2c485d7d046ff647db</id>
<content type='text'>
1. indent ifdefs
2. add some logic at start that unset NX_TRANS_WAKEUP and
NX_TRANS_DEBUG if NX_TRANS_SOCKET is unset. This way we only have to
check for one macro and not all three.
3. remove redundant macro checks
4. decouple debug printfs by always running the original code and adding the
   identical check in #ifdef NX_TRANS_DEBUG
</content>
</entry>
<entry>
<title>Clarify use of and need for mffs vs. ffs</title>
<updated>2020-05-07T12:57:15+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-18T21:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=91925d70d901b180fffa1f40e0afafbc4b6c560e'/>
<id>urn:sha1:91925d70d901b180fffa1f40e0afafbc4b6c560e</id>
<content type='text'>
Backport of this xorg-xserver commit:

  commit 75c51c67b340548286efd41a53882e2acaf74ab5
  Author: Alan Coopersmith &lt;alan.coopersmith@sun.com&gt;
  Date:   Thu Jun 18 09:49:12 2009 -0700

    Clarify use of and need for mffs vs. ffs

    Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@sun.com&gt;
</content>
</entry>
<entry>
<title>os: remove CYGWIN remnants</title>
<updated>2020-05-07T10:55:03+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-08T06:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=bd9ada59b47fb777ad1524abdc23b1a151494fff'/>
<id>urn:sha1:bd9ada59b47fb777ad1524abdc23b1a151494fff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>os: Fix -Wshadow errors</title>
<updated>2020-01-09T23:25:46+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-01-09T22:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a94e8258f72ab5db4b9a1de7e10140b8d622667b'/>
<id>urn:sha1:a94e8258f72ab5db4b9a1de7e10140b8d622667b</id>
<content type='text'>
  commit 08d0481e299c28b64a0db9bb0782ba2b551028fd
  Author: Keith Packard &lt;keithp@keithp.com&gt;
  Date:   Sun Dec 15 01:12:22 2013 -0800

    os: Fix -Wshadow errors

    Rename variables to avoid shadowing globals

    Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
    Reviewed-by: Eric Anholt &lt;eric@anholt.net&gt;
</content>
</entry>
<entry>
<title>os: unifdef WIN32</title>
<updated>2020-01-05T23:50:26+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-11-07T21:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d409b566bdaf7d40f1697095e62b7811c793fd30'/>
<id>urn:sha1:d409b566bdaf7d40f1697095e62b7811c793fd30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>os: unifdef UNIXWARE</title>
<updated>2020-01-05T23:49:59+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-11-07T21:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=74270d6b72f4a154c08bd37dfff92369b4b14863'/>
<id>urn:sha1:74270d6b72f4a154c08bd37dfff92369b4b14863</id>
<content type='text'>
</content>
</entry>
<entry>
<title>os: unifdef __SCO__</title>
<updated>2020-01-05T23:49:59+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-11-07T21:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=38ab9ad85948bbd475337d60138e6de60726130a'/>
<id>urn:sha1:38ab9ad85948bbd475337d60138e6de60726130a</id>
<content type='text'>
</content>
</entry>
</feed>
