Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 1 | -3554/+0 |
| | |||||
* | drop platform support: unifdef __osf__. | Mike Gabriel | 2017-02-08 | 1 | -1/+1 |
| | | | | Fixes ArcticaProject/nx-libs#288. | ||||
* | xtrans: fix const warnings for SocketConnectConnInfo | Ulrich Sibiller | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | xtrans: Fix compile warning | Ulrich Sibiller | 2016-11-02 | 1 | -17/+17 |
| | | | | warning: format ‘%p’ expects argument of type ‘void *’ | ||||
* | xtrans: fix compilation warnings because of missing XTRANS_SEND_FDS | Ulrich Sibiller | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes | Ulrich Sibiller | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Xtrans: update to Xorg/xtrans upstream (1.3.5+) | Ulrich Sibiller | 2016-11-02 | 1 | -224/+602 |
| | | | | | | | | | | | | | | | This lifts xtrans to the state of this commit: commit 560d7550e23e9b14056b4a9b2569c2f256015f8a Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Date: Sat Sep 10 22:09:51 2016 -0700 Update strlcpy macro check to also check HAVE_STRLCPY xorg-server moved from HAS_STRLCPY to HAVE_STRLCPY in 2011 cf-xserver: d829a7c5cb42c979b58f3547136df5b05d906423 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> | ||||
* | Remove __UNIXOS2__ references | Ulrich Sibiller | 2016-11-02 | 1 | -2/+2 |
| | |||||
* | remove CLTS code | Adam Jackson | 2016-11-02 | 1 | -183/+0 |
| | | | | | | | | | | Remove CLTS code Never been used, as far as I can tell. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com> Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de> | ||||
* | use %p in format strings | Ulrich Sibiller | 2016-11-02 | 1 | -4/+4 |
| | |||||
* | replace PRMSG by prmsg | Ulrich Sibiller | 2016-11-02 | 1 | -190/+169 |
| | |||||
* | align license headers with Xorg/xtrans upstream | Ulrich Sibiller | 2016-11-02 | 1 | -4/+23 |
| | |||||
* | move helper functions to file end | Ulrich Sibiller | 2016-11-02 | 1 | -142/+148 |
| | | | | this simplyfies updating to Xorg/xtrans upstream | ||||
* | Fixed #ifdef checks that were using i386 to use __i386__ | Jeremy Huddleston | 2016-11-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | """ It's simply obsolete, sloppy, compiler namespace pollution. The compiler is not allowed to predefine symbols that might conflict with ordinary identifiers. For backwards compatibility gcc currently predefines i386 when compiling for x86 32-bit (but not 64-bit), but that will go away. It is also not defined if you specify -ansi when invoking the compiler, because then it is seriously standards compliant. Other compilers shouldn't define it either. Correct code shouldn't rely on it being defined. However __i386__ is safe and proper. """ Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de> | ||||
* | whitespace cleanup | Ulrich Sibiller | 2016-11-02 | 1 | -59/+60 |
| | | | | empty lines and trailing whitespace | ||||
* | Drastically simplify TRANS_OPEN_MAX. | Adam Jackson | 2016-11-02 | 1 | -1/+3 |
| | | | | | | If your OS doesn't have sysconf(3), then life is already hard for you. Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de> | ||||
* | undef Lynx | Ulrich Sibiller | 2016-11-02 | 1 | -6/+2 |
| | |||||
* | undef hpux | Ulrich Sibiller | 2016-11-02 | 1 | -88/+1 |
| | |||||
* | undef __UNIXOS2__ | Ulrich Sibiller | 2016-11-02 | 1 | -31/+0 |
| | |||||
* | Per-file copyright notices: Update copyright information in file headers ↵ | Mike Gabriel | 2016-07-06 | 1 | -20/+25 |
| | | | | that NoMachine placed there own copyright statement in. | ||||
* | nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -6/+6 |
| | |||||
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -7/+7 |
| | |||||
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 1 | -15/+15 |
| | | | | Fixes ArcticaProject/nx-libs#105 | ||||
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ↵ | Mike Gabriel | 2016-06-13 | 1 | -1/+1 |
| | | | | with system-wide shared libraries. | ||||
* | X11/nx-X11 clear-up: More places where we need to explicitly distinguish ↵ | Mike Gabriel | 2015-12-29 | 1 | -6/+6 |
| | | | | between X11 and nx-X11 namespace regarding header include paths. | ||||
* | old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, ↵ | Mike Gabriel | 2015-04-16 | 1 | -16/+0 |
| | | | | WORD64, WORD64ALIGN, MUSTCOPY, UNSIGNEDBITFIELDS definitions). | ||||
* | Support abstract local sockets for Linux systems ↵ | Mike Gabriel | 2015-02-09 | 1 | -29/+97 |
| | | | | | | (028_nx-X11_abstract-kernel-sockets.full.patch). Relevant code taken from xtrans 1.2.7 on 2014-06-11. | ||||
* | Imported nx-X11-3.5.0-1.tar.gznx-X11/3.5.0-1 | Reinhard Tartler | 2011-10-10 | 1 | -1/+1 |
| | | | | | | | | Summary: Imported nx-X11-3.5.0-1.tar.gz Keywords: Imported nx-X11-3.5.0-1.tar.gz into Git repository | ||||
* | Imported nx-X11-3.4.0-3.tar.gznx-X11/3.4.0-3 | Reinhard Tartler | 2011-10-10 | 1 | -1/+1 |
| | | | | | | | | Summary: Imported nx-X11-3.4.0-3.tar.gz Keywords: Imported nx-X11-3.4.0-3.tar.gz into Git repository | ||||
* | Imported nx-X11-3.4.0-1.tar.gznx-X11/3.4.0-1 | Reinhard Tartler | 2011-10-10 | 1 | -2/+2 |
| | | | | | | | | Summary: Imported nx-X11-3.4.0-1.tar.gz Keywords: Imported nx-X11-3.4.0-1.tar.gz into Git repository | ||||
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 1 | -0/+3417 |
Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository |