-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pr/various10 #1075
Pr/various10 #1075
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f326d04 - Browse repository at this point
Copy the full SHA f326d04View commit details -
Due to the , the second line was taken as the first argument leading to weird output.
Configuration menu - View commit details
-
Copy full SHA for 1cef3ac - Browse repository at this point
Copy the full SHA 1cef3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f67db - Browse repository at this point
Copy the full SHA 39f67dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb545f - Browse repository at this point
Copy the full SHA 5fb545fView commit details -
os/Imakefile: only compile rpcauth if we have libtirpc
glibc no longer has rpc included, so we can only compile when tirpc is available
Configuration menu - View commit details
-
Copy full SHA for ade8d61 - Browse repository at this point
Copy the full SHA ade8d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6785c93 - Browse repository at this point
Copy the full SHA 6785c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7747791 - Browse repository at this point
Copy the full SHA 7747791View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2682cf - Browse repository at this point
Copy the full SHA c2682cfView commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66643fe - Browse repository at this point
Copy the full SHA 66643feView commit details -
hw/nxagent/NXglxext.c: fix missing opcode variable in TEST mode
also add soem whitespace fix
Configuration menu - View commit details
-
Copy full SHA for aac78fd - Browse repository at this point
Copy the full SHA aac78fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e11cc - Browse repository at this point
Copy the full SHA a3e11ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df44b7 - Browse repository at this point
Copy the full SHA 1df44b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac45ae3 - Browse repository at this point
Copy the full SHA ac45ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df98ab - Browse repository at this point
Copy the full SHA 9df98abView commit details -
Window.c: improve some TEST/DEBUG output
add [] around values where they were missing
Configuration menu - View commit details
-
Copy full SHA for d1754f8 - Browse repository at this point
Copy the full SHA d1754f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4f18f - Browse repository at this point
Copy the full SHA dd4f18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 191450a - Browse repository at this point
Copy the full SHA 191450aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 911108f - Browse repository at this point
Copy the full SHA 911108fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5964974 - Browse repository at this point
Copy the full SHA 5964974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f59723 - Browse repository at this point
Copy the full SHA 9f59723View commit details -
Render.c: Fix: init variable once outside the loop
otherwise it would be reinitialized for every interation. This was errornously moved in commit 56aaea9
Configuration menu - View commit details
-
Copy full SHA for a70c8be - Browse repository at this point
Copy the full SHA a70c8beView commit details -
Configuration menu - View commit details
-
Copy full SHA for b95fe00 - Browse repository at this point
Copy the full SHA b95fe00View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a9f35 - Browse repository at this point
Copy the full SHA a7a9f35View commit details -
Events.c: make nxagentDebugInput a Boolean
because that's what it is...
Configuration menu - View commit details
-
Copy full SHA for c4887d2 - Browse repository at this point
Copy the full SHA c4887d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35544d4 - Browse repository at this point
Copy the full SHA 35544d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79272c6 - Browse repository at this point
Copy the full SHA 79272c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 436034c - Browse repository at this point
Copy the full SHA 436034cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e798a - Browse repository at this point
Copy the full SHA 55e798aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9922e - Browse repository at this point
Copy the full SHA cc9922eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1365bb - Browse repository at this point
Copy the full SHA c1365bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2ee1b - Browse repository at this point
Copy the full SHA 9c2ee1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cad742 - Browse repository at this point
Copy the full SHA 3cad742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 687b610 - Browse repository at this point
Copy the full SHA 687b610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08aaec6 - Browse repository at this point
Copy the full SHA 08aaec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9e9a8 - Browse repository at this point
Copy the full SHA bf9e9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 270a98b - Browse repository at this point
Copy the full SHA 270a98bView commit details -
there where remnants of WIN32, CYGWIN and SCO
Configuration menu - View commit details
-
Copy full SHA for 0670f75 - Browse repository at this point
Copy the full SHA 0670f75View commit details -
xserver doesn't stop all connections to localhost
Backport of the following commit + manual fix at some other locations. commit 75b9383d8a4c113ab3c6cfc1d5efcb5d9982a1bf Author: Jesse Adkins <[email protected]> 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
Configuration menu - View commit details
-
Copy full SHA for f404db3 - Browse repository at this point
Copy the full SHA f404db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d40aa - Browse repository at this point
Copy the full SHA 21d40aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d18879a - Browse repository at this point
Copy the full SHA d18879aView commit details -
os: signal handlers return void.
commit 843166b033dc0544b9f3cf3c91fc3ae3650bda14 Author: Adam Jackson <[email protected]> Date: Mon Apr 6 11:05:17 2009 -0400 os: signal handlers return void.
Configuration menu - View commit details
-
Copy full SHA for ed13175 - Browse repository at this point
Copy the full SHA ed13175View commit details -
os: unifdef GPROF and X_NOT_POSIX
just like xorg-xserver in commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32 Author: Daniel Stone <[email protected]> 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.
Configuration menu - View commit details
-
Copy full SHA for 4a680cf - Browse repository at this point
Copy the full SHA 4a680cfView commit details
Commits on May 19, 2024
-
Window.c: Fix: Use correct type for XlibWindow
These are filled by libX11 so the type must be the Xlib one.
Configuration menu - View commit details
-
Copy full SHA for 2fd7768 - Browse repository at this point
Copy the full SHA 2fd7768View commit details -
Window.c: mark nxagentCheckWindowIntegrity as unused
'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.
Configuration menu - View commit details
-
Copy full SHA for 9684da3 - Browse repository at this point
Copy the full SHA 9684da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf565e - Browse repository at this point
Copy the full SHA dbf565eView commit details -
Imake.rules: do not print "using system-wide ..." twice
only let the actual print happen and hide the corresponding echo
Configuration menu - View commit details
-
Copy full SHA for f97907a - Browse repository at this point
Copy the full SHA f97907aView commit details -
Imake.rules: fix error in Makefile generation
"make Makefile" would result in "/bin/sh: 2: @mv: not found"
Configuration menu - View commit details
-
Copy full SHA for 8298919 - Browse repository at this point
Copy the full SHA 8298919View commit details -
see ArcticaProject/issues/1058 for details and the original patch. Found and fixed by realsimix Adresses ArcticaProject#1058 (part 1)
Configuration menu - View commit details
-
Copy full SHA for 18e78c2 - Browse repository at this point
Copy the full SHA 18e78c2View commit details -
Revert "nx-X11/Makefile: pass down $(MFLAGS) to imake call, because..…
…. we probably want that. Likely." This commit breaks compilation because if compiled without VERBOSE we end up in imake -s -s xmakefile being called. See ArcticaProject#1058 (comment) As -s in imake defines and output file instead of the silencing the output it is called wrong. This reverts commit 72f11ee. Adresses ArcticaProject#1058 (part 2)
Configuration menu - View commit details
-
Copy full SHA for 834c50e - Browse repository at this point
Copy the full SHA 834c50eView commit details -
Xext/shape.c: remove one include
Patch by realsimix: "Oneliner which was for some old distribution but works on all up to RHEL9." Mentioned in ArcticaProject#1054
Configuration menu - View commit details
-
Copy full SHA for a7d2c5a - Browse repository at this point
Copy the full SHA a7d2c5aView commit details -
fbbltone.c: Mark bitmasks as unsigned ints
Backport of this commit: commit 1b2d17748f0154da142e9b421d4f6a46e4e5a18c Author: Alan Coopersmith <[email protected]> Date: Sun May 22 13:50:14 2011 -0700 fbbltone.c: Mark bitmasks as unsigned ints Clears many Sun compiler warnings: "fbbltone.c", line 491: warning: integer overflow detected: op "<<" "fbbltone.c", line 491: warning: integer overflow detected: op "<<" "fbbltone.c", line 491: warning: integer overflow detected: op "<<" "fbbltone.c", line 491: warning: initializer will be sign-extended: -16777216 "fbbltone.c", line 491: warning: integer overflow detected: op "<<" "fbbltone.c", line 491: warning: initializer will be sign-extended: -1 "fbbltone.c", line 495: warning: integer overflow detected: op "<<" "fbbltone.c", line 495: warning: integer overflow detected: op "<<" "fbbltone.c", line 495: warning: integer overflow detected: op "<<" "fbbltone.c", line 495: warning: initializer will be sign-extended: -256 "fbbltone.c", line 495: warning: integer overflow detected: op "<<" "fbbltone.c", line 495: warning: initializer will be sign-extended: -1 "fbbltone.c", line 499: warning: integer overflow detected: op "<<" "fbbltone.c", line 499: warning: integer overflow detected: op "<<" "fbbltone.c", line 499: warning: integer overflow detected: op "<<" "fbbltone.c", line 499: warning: initializer will be sign-extended: -65536 "fbbltone.c", line 499: warning: integer overflow detected: op "<<" "fbbltone.c", line 499: warning: initializer will be sign-extended: -1 Signed-off-by: Alan Coopersmith <[email protected]> Reviewed-by: Jamey Sharp <[email protected]> Signed-off-by: Keith Packard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f4119a - Browse repository at this point
Copy the full SHA 9f4119aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01db94c - Browse repository at this point
Copy the full SHA 01db94cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7262bab - Browse repository at this point
Copy the full SHA 7262babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30eab48 - Browse repository at this point
Copy the full SHA 30eab48View commit details -
Configuration menu - View commit details
-
Copy full SHA for af86b33 - Browse repository at this point
Copy the full SHA af86b33View commit details
Commits on May 20, 2024
-
Keyboard.c: fix wrong "rlmvo" keyword
variable names and manpage were correct, but the code was not, it expected "rlmvo" instead of "rmlvo". Support the old (wrong) variant, too (but do not document it), since there might be users out there whose setup would break.
Configuration menu - View commit details
-
Copy full SHA for 251fe32 - Browse repository at this point
Copy the full SHA 251fe32View commit details
Commits on May 21, 2024
-
Clipboard.c: make it compile cleanly without NXAGENT_CLIPBOARD
do not show warnings about unused functions
Configuration menu - View commit details
-
Copy full SHA for c9ac944 - Browse repository at this point
Copy the full SHA c9ac944View commit details -
Keystroke.c: fix output of keystrokes list
print a newline AFTER the list, not before.
Configuration menu - View commit details
-
Copy full SHA for f94f6b9 - Browse repository at this point
Copy the full SHA f94f6b9View commit details -
Keyboard.c: fix handling of keyboard=model/layout
Did simply not work without passing the default strings.
Configuration menu - View commit details
-
Copy full SHA for abc8f38 - Browse repository at this point
Copy the full SHA abc8f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee744cf - Browse repository at this point
Copy the full SHA ee744cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8ea0b - Browse repository at this point
Copy the full SHA 7d8ea0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bee10 - Browse repository at this point
Copy the full SHA 99bee10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18962d0 - Browse repository at this point
Copy the full SHA 18962d0View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1584912 - Browse repository at this point
Copy the full SHA 1584912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8cd08 - Browse repository at this point
Copy the full SHA 8a8cd08View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 924ace0 - Browse repository at this point
Copy the full SHA 924ace0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f045002 - Browse repository at this point
Copy the full SHA f045002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 621a67c - Browse repository at this point
Copy the full SHA 621a67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a75c9 - Browse repository at this point
Copy the full SHA 83a75c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c6f4dc - Browse repository at this point
Copy the full SHA 2c6f4dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 168d6e6 - Browse repository at this point
Copy the full SHA 168d6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a22d140 - Browse repository at this point
Copy the full SHA a22d140View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13ef429 - Browse repository at this point
Copy the full SHA 13ef429View commit details -
Configuration menu - View commit details
-
Copy full SHA for f54d46a - Browse repository at this point
Copy the full SHA f54d46aView commit details -
NXresource.c: make nxagentSwitchResourceType static
is only used inside this module
Configuration menu - View commit details
-
Copy full SHA for 5d2b64e - Browse repository at this point
Copy the full SHA 5d2b64eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e360c - Browse repository at this point
Copy the full SHA 20e360cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77fa3c0 - Browse repository at this point
Copy the full SHA 77fa3c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9266d70 - Browse repository at this point
Copy the full SHA 9266d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9974507 - Browse repository at this point
Copy the full SHA 9974507View commit details -
Window.c: use shorter macro to retrieve the remote window
nxagentWindowPriv(pWin)->window is identical to nxagentWindow(pWin)
Configuration menu - View commit details
-
Copy full SHA for 48fd593 - Browse repository at this point
Copy the full SHA 48fd593View commit details -
Window.c: align identical code
nxagentCreateWindow and nxagentReconnectWindow are very similar. So let's try to give identical code identical structure.
Configuration menu - View commit details
-
Copy full SHA for 4bed83a - Browse repository at this point
Copy the full SHA 4bed83aView commit details
Commits on Jun 8, 2024
-
Render.c: simplify nxagent{Create,Change}Picture
improve readabiliy by using a macro for repeated code
Configuration menu - View commit details
-
Copy full SHA for 46e7e47 - Browse repository at this point
Copy the full SHA 46e7e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18073ad - Browse repository at this point
Copy the full SHA 18073adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f7c8e7 - Browse repository at this point
Copy the full SHA 5f7c8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1873e50 - Browse repository at this point
Copy the full SHA 1873e50View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cefbf13 - Browse repository at this point
Copy the full SHA cefbf13View commit details -
Render.c: improve DEBUG/TEST output
add [] around placeholders just as everywhere else.
Configuration menu - View commit details
-
Copy full SHA for cbae2ae - Browse repository at this point
Copy the full SHA cbae2aeView commit details
Commits on Jun 29, 2024
-
.github/workflows/nx-libs.yml: Assure libtirpc-dev being installed fo…
…r Debian/Ubuntu builds.
Configuration menu - View commit details
-
Copy full SHA for fcdb151 - Browse repository at this point
Copy the full SHA fcdb151View commit details -
.github/workflows/nx-libs.yml: Drop CI builds against CentOS Stream 8…
…. End-of-life since 2024-05-31.
Configuration menu - View commit details
-
Copy full SHA for 8f3b446 - Browse repository at this point
Copy the full SHA 8f3b446View commit details