aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/include
Commit message (Expand)AuthorAgeFilesLines
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-211-8/+9
* Rework local client id finding code to be more uniformAlan Coopersmith2017-03-211-0/+18
* os: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe...Keith Packard2017-03-171-4/+0
* os: Add NotifyFd interfacesKeith Packard2017-03-151-0/+13
* Xserver/include/list.h: Add list.h from X.org (from X.org commit 63f83d1).Mike Gabriel2017-03-152-0/+495
* Backport CVE-2017-2624 (timingsafe_memcmp)Ulrich Sibiller2017-03-031-0/+5
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-031-3/+0
* xkb: remove XkbAtomGetString, replace with NameForAtom.Peter Hutterer2017-03-032-7/+0
* Replace _XkbDupString with XstrdupAlan Coopersmith2017-03-031-4/+0
* nx-X11/programs/Xserver/include/os.h: backport xallocarray().Mihai Moldovan2017-03-031-0/+2
* nx-X11/{config/cf/{{Imake,X11}.tmpl,linux.cf},programs/Xserver/{include/os.h,...Mihai Moldovan2017-03-031-0/+6
* Xserver/dix/atom.c (et al.): Constify atom name strings.Mike Gabriel2017-03-021-1/+1
* dix: use one single function to register fpe fontsTiago Vignatti2017-02-271-4/+1
* {dix/,hw/nxagent/NX}dixfont.{c,h}: Support using builtin-fonts. Makes depende...Mike Gabriel2017-02-271-0/+5
* Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Con...Mike Gabriel2017-02-263-10/+4
* dix: fix incomplete commitUlrich Sibiller2017-02-243-42/+6
* Naming change: Security*Access -> Dix*AccessMike Gabriel2017-02-202-9/+9
* The smart scheduler is not optional.Mathieu Bérard2017-02-151-5/+0
* drop platform support: unifdef sgi.Mike Gabriel2017-02-081-9/+1
* drop platform support: unifdef QNX.Mike Gabriel2017-02-081-1/+0
* drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386).Mike Gabriel2017-02-081-9/+0
* drop platform support: unifdef hpux and __hppa__.Mike Gabriel2017-02-081-8/+0
* drop platform support: unifdef Lynx.Mike Gabriel2017-02-081-5/+0
* drop platform support: unifdef __UNIXOS2__.Mike Gabriel2017-02-082-3/+1
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not use...Eric Anholt2016-12-042-16/+1
* add .gitignore filesUlrich Sibiller2016-11-171-0/+1
* Imake: drop DoLoadableServer, MakeDllModules and IHaveModulesUlrich Sibiller2016-11-021-4/+0
* Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...Mike Gabriel2016-10-311-7/+0
* Death to mfb (removing last remnants from NX code).Adam Jackson2016-10-301-159/+5
* remove hw/xfree86 altogetherUlrich Sibiller2016-10-291-3/+0
* remove xf86Version.h and xf86Date.hUlrich Sibiller2016-10-291-1/+0
* xserver: add missing xkbfile.hUlrich Sibiller2016-10-081-0/+484
* xserver: drop XKBSRV_NEED_FILE_FUNCSUlrich Sibiller2016-10-061-2/+0
* xserver: remove define XKB_IN_SERVERUlrich Sibiller2016-10-061-15/+0
* xserver: use own copy of XKBrules.h headerUlrich Sibiller2016-10-061-1/+1
* xserver: use own copy of XKBrules.h headerUlrich Sibiller2016-10-062-1/+200
* xserver: use own copy of XKBstr.h headerUlrich Sibiller2016-10-062-1/+609
* xserver: use own copy of XKBsrv.h headerUlrich Sibiller2016-10-061-0/+1189
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-0646-77/+0
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-052-2/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-051-2/+2
* Make WriteToClient take a const void * like any decent IO write function.Kristian Høgsberg2016-07-051-2/+2
* Xserver/os/log.c: Make sure strlcpy is defined in log.c. Immitate what is don...Mike Gabriel2016-07-051-0/+7
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-21/+96
* os: Remove deprecated malloc/free wrappers, clean {X,XNF}{alloc,calloc,reallo...Mike Gabriel2016-07-021-13/+1
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-1/+1
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-1/+1
* Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...Mike Gabriel2016-07-021-0/+182
* nxagent Xserver: Drop Kerberos code. Not used in nxagent.Mike Gabriel2016-07-011-4/+0
* dix/randr: add a hooks into screen to (a) replace scanout pixmap and (b) for ...Mike Gabriel2016-06-211-0/+13