| Commit message (Expand) | Author | Age | Files | Lines |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 3 | -5/+5 |
* | Drop X11 extensions not shipped with recent X.Org server versions anymore: | Mike Gabriel | 2016-06-01 | 9 | -2366/+6 |
* | lib/Imakefile: Drop $(XINERAMADIR) from nx-X11/lib/Imakefile. | Mike Gabriel | 2016-05-02 | 1 | -1/+0 |
* | library-cleanup: Don't build libNX_Xrender anymore. Use system's libXrender s... | Mike Gabriel | 2016-04-20 | 19 | -4450/+0 |
* | library clean-up: Don't build libNX_Xinerama anymore. Use system's libXineram... | Mike Gabriel | 2015-12-30 | 4 | -409/+0 |
* | library clean-up: Don't build libNX_Xtst anymore. Use system's libXtst shared... | Mike Gabriel | 2015-12-29 | 5 | -1639/+0 |
* | X11/nx-X11 clear-up: More places where we need to explicitly distinguish betw... | Mike Gabriel | 2015-12-29 | 8 | -15/+15 |
* | nx-X11/lib/X11/Marcos.c: white-space cleanup (EOL blanks). | Mike Gabriel | 2015-12-29 | 1 | -4/+4 |
* | library clean-up: Don't build libNX_Xfixes anymore. Use system's libXfixes sh... | Mike Gabriel | 2015-12-28 | 11 | -1534/+0 |
* | library clean-up: Don't build libNX_Xcomposite anymore. Use system's libXcomp... | Mike Gabriel | 2015-12-28 | 5 | -531/+0 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 183 | -512/+512 |
* | library clean-up: No autotools cruft in nx-libs. | Mike Gabriel | 2015-06-26 | 31 | -1091/+0 |
* | Fix alpha premultiplication in XRenderParseColor. | Emanuele Giaquinta | 2015-06-23 | 1 | -3/+3 |
* | library clean-up: Drop libXx86{misc,vm,dga} libraries. Not needed by nx-libs. | Mike Gabriel | 2015-06-22 | 14 | -4852/+0 |
* | library clean-up: Drop nx-X11/lib/Xxf86rush and references to libglide{2,3}. ... | Mike Gabriel | 2015-06-21 | 3 | -327/+0 |
* | remove libxkbui, looks like it is not used anywhere | Henning Heinold | 2015-06-20 | 6 | -977/+0 |
* | Drop nx-X11/lib/GL and move Imakefile.inc include files into Xserver code tree. | Mike Gabriel | 2015-06-16 | 40 | -4524/+1 |
* | library clean-up: Don't compile (i.e., remove) libNX_Xres.a anymore. It is no... | Mike Gabriel | 2015-06-02 | 5 | -421/+0 |
* | library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr sh... | Mike Gabriel | 2015-05-20 | 8 | -1437/+0 |
* | library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ... | Mike Gabriel | 2015-05-01 | 14 | -733/+0 |
* | imake cleanup: Drop references to X11 build-logic that is not present in nx-X11. | Mike Gabriel | 2015-04-28 | 2 | -125/+2 |
* | imake cleanup: Break up multiple vars into invidual lines to ease further wor... | Mike Gabriel | 2015-04-28 | 4 | -23/+89 |
* | library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp shar... | Mike Gabriel | 2015-04-22 | 47 | -3261/+2 |
* | library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 191 | -63701/+4 |
* | fix for Xcursor clean-up (422fe90) | Mike Gabriel | 2015-04-21 | 3 | -3/+3 |
* | Merge pull request #12 from sunweaver/pr/arch-cleanup.CRAY | Mike DePaulo | 2015-04-16 | 42 | -913/+35 |
|\ |
|
| * | MakeBigReq: don't move the last word, already handled by Data32 (X.Org CVE-20... | Karl Tomlinson | 2015-04-16 | 1 | -2/+17 |
| * | old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, ... | Mike Gabriel | 2015-04-16 | 42 | -911/+18 |
* | | library clean-up: Drop nx-X11/lib/Xcursor. Not used at build time. | Mike Gabriel | 2015-04-16 | 23 | -4847/+1 |
|/ |
|
* | fix for ebe00df38f264ef71dac3c73d416a74685c8cbd2 (removal of DmxLibrary) | Mike Gabriel | 2015-04-08 | 1 | -4/+0 |
* | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 1 | -5/+1 |
* | imake cleanup: Drop all references to XdmxServer and BuildXdmx*. | Mike Gabriel | 2015-04-04 | 1 | -1/+1 |
* | imake cleanup: Drop all references to XNestServer. | Mike Gabriel | 2015-04-04 | 1 | -1/+1 |
* | imake cleanup: Drop all references to XWinServer. | Mike Gabriel | 2015-04-04 | 1 | -1/+1 |
* | nx-X11/**: Drop non-imake Makefile* files. | Mike Gabriel | 2015-03-04 | 4 | -205/+0 |
* | library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared l... | Mike Gabriel | 2015-03-03 | 3 | -166/+0 |
* | Drop unused .cvsignore files | Mike DePaulo | 2015-02-18 | 3 | -73/+0 |
* | Do proper input validation to fix for CVE-2011-2895. | Joerg Sonnenberger | 2015-02-16 | 1 | -14/+17 |
* | Revert "Do proper input validation to fix for CVE-2011-2895." | Mike Gabriel | 2015-02-16 | 1 | -17/+14 |
* | Do proper input validation to fix for CVE-2011-2895. | Joerg Sonnenberger | 2015-02-16 | 1 | -14/+17 |
* | nx-X11/lib/font/fc/fserve.c: initialize remaining bufleft variables. | Mihai Moldovan | 2015-02-16 | 1 | -2/+2 |
* | CVE-2014-0210: unvalidated length in _fs_recv_conn_setup() from xorg/lib/libX... | Mike DePaulo | 2015-02-16 | 1 | -3/+18 |
* | Revert "CVE-2014-0210: unvalidated length in _fs_recv_conn_setup() from xorg/... | Mihai Moldovan | 2015-02-16 | 1 | -18/+3 |
* | CVE-2014-0210: unvalidated length fields in fs_read_query_info() from xorg/li... | Mike DePaulo | 2015-02-16 | 2 | -8/+54 |
* | Revert "CVE-2014-0210: unvalidated length fields in fs_read_query_info() from... | Mihai Moldovan | 2015-02-16 | 2 | -52/+7 |
* | CVE-2014-0210: unvalidated length fields in fs_read_list_info() from xorg/lib... | Mike DePaulo | 2015-02-14 | 1 | -1/+55 |
* | CVE-2014-0210: unvalidated length fields in fs_read_list() from xorg/lib/libX... | Mike DePaulo | 2015-02-14 | 1 | -0/+15 |
* | CVE-2014-0210: unvalidated length fields in fs_read_glyphs() from xorg/lib/li... | Mike DePaulo | 2015-02-14 | 1 | -1/+28 |
* | CVE-2014-0210: unvalidated length fields in fs_read_extent_info() from xorg/l... | Mike DePaulo | 2015-02-14 | 1 | -0/+10 |
* | CVE-2014-0211: integer overflow in fs_alloc_glyphs() from xorg/lib/libXfont c... | Mike DePaulo | 2015-02-14 | 1 | -1/+6 |