1. 29 Sep, 2019 2 commits
  2. 27 Aug, 2019 2 commits
    • Ulrich Sibiller's avatar
      nxagent: drop nxagentRootTileWindow · e12983a6
      Ulrich Sibiller authored
      We either use a solid black or a white background and no backround
      pixmap. So nxagentRootTileWindow is always empty and we can drop all
      stuff around it.
      
      remove nxagentSplashCount, too, since it is no longer checked anywhere.
      e12983a6
    • Ulrich Sibiller's avatar
      nxagent: drop nxagentRootTileWindow · 8fcaafab
      Ulrich Sibiller authored
      We either use a solid black or a white background and no backround
      pixmap. So nxagentRootTileWindow is always empty and we can drop all
      stuff around it.
      
      remove nxagentSplashCount, too, since it is no longer checked anywhere.
      8fcaafab
  3. 22 Jun, 2019 2 commits
  4. 18 Jun, 2019 1 commit
  5. 12 Jun, 2019 1 commit
    • Ulrich Sibiller's avatar
      Remove the Must_have_memory hack. · a765857a
      Ulrich Sibiller authored
      We are not using any alloc function that respects that variable, so
      lets drop it. Backport of this commit:
      
        commit 0ce61e21d6d7dcca0090e319bbcdb678570f2c3f
        Author: Adam Jackson <ajax@redhat.com>
        Date:   Fri Oct 3 16:05:19 2008 -0400
      
          Remove the Must_have_memory hack.
      
          Also remove an astonishing amount of misunderstanding of how casts work.
      a765857a
  6. 11 Jun, 2019 2 commits
  7. 29 May, 2019 1 commit
    • Ulrich Sibiller's avatar
      dix: remove unused requestLogIndex · 0eab060d
      Ulrich Sibiller authored
      As done in these commits:
      
        commit 6583477035234e23ead2fad9db7a07e5862447a4
        Author: Nicolai Hähnle <nhaehnle@gmail.com>
        Date:   Sat May 23 13:35:24 2009 +0200
      
          Remove reference to non-existing requestLog and requestLogIndex
      
          These fields were removed in 252ec504817e05b185e4896a2d899e9c00b8aeef.
      Signed-off-by: 's avatarNicolai Haehnle <nhaehnle@gmail.com>
      Signed-off-by: 's avatarPeter Hutterer <peter.hutterer@who-t.net>
      
        commit 252ec504817e05b185e4896a2d899e9c00b8aeef
        Author: Adam Jackson <ajax@redhat.com>
        Date:   Mon Mar 30 15:18:30 2009 -0400
      
          Document which bits of ClientRec are currently unused
      0eab060d
  8. 17 Dec, 2018 1 commit
    • Ulrich Sibiller's avatar
      Fix uninitialized bytes · 44c59e12
      Ulrich Sibiller authored
      Fixes this valgrind finding
      
      ==16977== Warning: invalid file descriptor -1 in syscall close()
      ==16977== Conditional jump or move depends on uninitialised value(s)
      ==16977==    at 0x544B6B: XkbSendNewKeyboardNotify (xkbEvents.c:62)
      ==16977==    by 0x540481: ProcXkbGetKbdByName (xkb.c:5330)
      ==16977==    by 0x4341C5: Dispatch (NXdispatch.c:482)
      ==16977==    by 0x40EB02: main (main.c:353)
      ==16977==  Uninitialised value was created by a heap allocation
      ==16977==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
      ==16977==    by 0x431BD7: NextAvailableClient (dispatch.c:3719)
      ==16977==    by 0x47B297: AllocNewConnection (connection.c:821)
      ==16977==    by 0x47B297: EstablishNewConnections (connection.c:910)
      ==16977==    by 0x463DFE: ProcessWorkQueue (dixutils.c:541)
      ==16977==    by 0x47635E: WaitForSomething (WaitFor.c:213)
      ==16977==    by 0x434089: Dispatch (NXdispatch.c:360)
      ==16977==    by 0x40EB02: main (main.c:353)
      44c59e12
  9. 03 Jul, 2018 6 commits
  10. 26 Feb, 2018 4 commits
  11. 07 Feb, 2018 2 commits
  12. 27 Dec, 2017 1 commit
  13. 16 Dec, 2017 1 commit
  14. 07 Dec, 2017 1 commit
    • Daniel Stone's avatar
      DIX: XKB: Set xkbInfo to NULL as well as freeing it · aac4c5f5
      Daniel Stone authored
      Backported from X.org:
      
         commit 512bac25ec0e980968b93a2ebe88bd89bf99b697
         Author: Daniel Stone <daniel@fooishbar.org>
         Date:   Tue Nov 6 14:52:03 2007 +0000
      
          DIX: XKB: Set xkbInfo to NULL as well as freeing it (bug # 10639)
      
          XkbRemoveResourceClient wants to access xkbInfo if it exists, so make
          sure we NULL it after freeing it.  It doesn't make much sense to move
          the RemoveResourceClient call first, as there's not much point in
          notifying clients while we're shutting the server down anyway.
      Backported-to-NX-by: 's avatarUlrich Sibiller <uli42@gmx.de>
      aac4c5f5
  15. 19 Apr, 2017 1 commit
  16. 10 Apr, 2017 8 commits
  17. 27 Mar, 2017 1 commit
  18. 24 Mar, 2017 3 commits