aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we ↵Ulrich Sibiller2024-05-201-1/+1
| | | | | | | | | | | | | | | probably want that. Likely." This commit breaks compilation because if compiled without VERBOSE we end up in imake -s -s xmakefile being called. See https://github.com/ArcticaProject/nx-libs/issues/1058#issuecomment-1564570705 As -s in imake defines and output file instead of the silencing the output it is called wrong. This reverts commit 72f11ee838e67757e235e7216fb82679cc3f7d67. Adresses ArcticaProject/nx-libs#1058 (part 2)
* multiple imake config fixesUlrich Sibiller2024-05-204-7/+9
| | | | | | | | see ArcticaProject/nx-libs/issues/1058 for details and the original patch. Found and fixed by realsimix Adresses ArcticaProject/nx-libs#1058 (part 1)
* Imake.rules: fix error in Makefile generationUlrich Sibiller2024-05-201-1/+1
| | | | "make Makefile" would result in "/bin/sh: 2: @mv: not found"
* Imake.rules: do not print "using system-wide ..." twiceUlrich Sibiller2024-05-201-2/+2
| | | | only let the actual print happen and hide the corresponding echo
* main server Imakefile: drop rules for unused or non-existing stuffUlrich Sibiller2024-05-201-23/+2
|
* Window.c: mark nxagentCheckWindowIntegrity as unusedUlrich Sibiller2024-05-201-2/+2
| | | | | | | | | 'cause that's what it is. But as this seems to be a handy debug helper we'll leave it instead of dropping it. Marking it as unused silences a compiler warning.
* Window.c: Fix: Use correct type for XlibWindowUlrich Sibiller2024-05-201-3/+3
| | | | These are filled by libX11 so the type must be the Xlib one.
* os: unifdef GPROF and X_NOT_POSIXUlrich Sibiller2024-05-114-29/+0
| | | | | | | | | | | | just like xorg-xserver in commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32 Author: Daniel Stone <daniels@collabora.com> Date: Thu Jul 17 21:37:50 2008 +0300 Dead code removal Remove a whole bunch of code that was never built, be it entire files or just dead ifdefs.
* os: signal handlers return void.Ulrich Sibiller2024-05-112-14/+5
| | | | | | | | commit 843166b033dc0544b9f3cf3c91fc3ae3650bda14 Author: Adam Jackson <ajax@redhat.com> Date: Mon Apr 6 11:05:17 2009 -0400 os: signal handlers return void.
* os/utils.c: unifdef USE_CHMODUlrich Sibiller2024-05-111-4/+0
|
* os/access.c: unifdef WINTCPUlrich Sibiller2024-05-111-145/+0
|
* xserver doesn't stop all connections to localhostUlrich Sibiller2024-05-111-8/+5
| | | | | | | | | | | | | | | | | | Backport of the following commit + manual fix at some other locations. commit 75b9383d8a4c113ab3c6cfc1d5efcb5d9982a1bf Author: Jesse Adkins <jesserayadkins@gmail.com> Date: Tue Aug 18 21:13:40 2009 -0700 xserver doesn't stop all connections to localhost X.Org Bugzilla #23329: http://bugs.freedesktop.org/show_bug.cgi?id=23329 Patch #28648: http://bugs.freedesktop.org/attachment.cgi?id=28648 I noticed in xserver at os/access.c that xorg tries to stop connections to localhost by checking against the address 127.0.0.1. However, RFC 3330 defines the localhost network as 127.0.0.0/8. This means that any IPv4 address that starts with 127 is just another name for localhos
* Xext,os,xkb: repeat unifdefsUlrich Sibiller2024-05-118-181/+3
| | | | there where remnants of WIN32, CYGWIN and SCO
* Screen.c: use NULL instead of ugly void pointer stuffUlrich Sibiller2024-05-111-8/+8
|
* Screen.c: merge two X2GO ifdefs to oneUlrich Sibiller2024-05-111-7/+5
|
* GCOps.c: add/improve DEBUG/TEST statementsUlrich Sibiller2024-05-111-28/+99
|
* Literals.h: add Drawable typesUlrich Sibiller2024-05-111-0/+9
|
* Literals.h: mark with _X_UNUSED to prevent "unused" warningsUlrich Sibiller2024-05-111-3/+3
|
* Literals.h: allow for TEST and DEBUG codeUlrich Sibiller2024-05-111-2/+2
|
* Pixmap.c: fix TEST outputUlrich Sibiller2024-05-111-1/+1
|
* NXproperty.c: fix ifdef indentationUlrich Sibiller2024-05-111-2/+2
|
* NXproperty.y/property.c: fix commentsUlrich Sibiller2024-05-112-10/+10
|
* Client.c: fix TEST outputUlrich Sibiller2024-05-111-4/+4
|
* GC.c: improve commentUlrich Sibiller2024-05-111-1/+1
|
* NXrender.c: fix indentationUlrich Sibiller2024-05-111-12/+12
|
* Events.c: make nxagentDebugInput a BooleanUlrich Sibiller2024-05-111-10/+10
| | | | because that's what it is...
* Events.c: use existing functions for CriticalOutputPendingUlrich Sibiller2024-05-111-8/+5
|
* NXglyph.c: reformat ResizeGlyphHashUlrich Sibiller2024-05-111-12/+4
|
* Render.c: Fix: init variable once outside the loopUlrich Sibiller2024-05-111-1/+2
| | | | | | otherwise it would be reinitialized for every interation. This was errornously moved in commit 56aaea90b4ee442b57f1370e3cafe0418deadc1d
* Render.c: add some DEBUG outputUlrich Sibiller2024-05-111-43/+56
|
* Render.c: add some DEBUG outputUlrich Sibiller2024-05-111-0/+24
|
* Render.c: fix commentsUlrich Sibiller2024-05-111-7/+7
|
* NXshm.c: remove unused externUlrich Sibiller2024-05-111-4/+0
|
* Window.c: add debug outputUlrich Sibiller2024-05-111-0/+28
|
* Window.c: improve some TEST/DEBUG outputUlrich Sibiller2024-05-111-9/+9
| | | | add [] around values where they were missing
* NXglyphcurs.c: mark NX changesUlrich Sibiller2024-05-111-0/+25
|
* NXglyphcurs.c: remove register keywordsUlrich Sibiller2024-05-111-3/+3
|
* NXglyphcurs.c: add missing TEST/DEBUG definesUlrich Sibiller2024-05-111-0/+7
|
* Imake: drop BuildModuleInSubdirUlrich Sibiller2024-05-112-15/+0
| | | | Set to No and Only checked by GL
* hw/nxagent/NXglxext.c: fix missing opcode variable in TEST modeUlrich Sibiller2024-05-111-1/+6
| | | | also add soem whitespace fix
* NXProperty.c: fix indentations, format commentsUlrich Sibiller2024-05-111-18/+23
|
* NXevents.c: add/improve commentsUlrich Sibiller2024-04-011-5/+6
|
* Pixmap.c: add missing [] to TEST outputUlrich Sibiller2024-03-281-1/+1
|
* Screen.c, Pixmap.c: silence some compiler warningsUlrich Sibiller2024-03-282-5/+6
|
* os/Imakefile: only compile rpcauth if we have libtirpcUlrich Sibiller2024-03-281-6/+3
| | | | | glibc no longer has rpc included, so we can only compile when tirpc is available
* Events.c: explain defineUlrich Sibiller2024-03-281-0/+1
|
* Drawable.c: fix build errors with TEST enabledUlrich Sibiller2024-03-281-4/+11
|
* Pixmap.c: fix fprintf callUlrich Sibiller2024-03-281-1/+1
| | | | Due to the , the second line was taken as the first argument leading to weird output.
* Screen.c: fix missing ;Ulrich Sibiller2024-03-281-1/+1
|
* Merge branch 'vatral-fix-dlopen-vuln' into 3.6.xMike Gabriel2024-01-222-0/+14
|\ | | | | | | Attributes GH PR #1068: https://github.com/ArcticaProject/nx-libs/pull/1068