summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2009-09-04os: silence bigreqsproto compiler warningPeter Hutterer1-1/+1
2009-09-04os: don't redefine GNU_SOURCEPeter Hutterer1-0/+2
2009-08-28os: remove unused -cursor optionTiago Vignatti1-5/+0
2009-08-20linux: Yet more malloc() avoidance for backtrace()Adam Jackson1-0/+14
2009-08-19linux: hand-roll a backtrace printer instead of using backtrace_symbolsAdam Jackson1-7/+16
2009-08-18xserver doesn't stop all connections to localhostJesse Adkins1-2/+1
2009-08-03Bug 16832: XDMCP related build error when --disable-xdmcp is usedPaul Bender1-0/+6
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-07-14os: switch to byte counting functionsPeter Hutterer2-5/+5
2009-06-18Clarify use of and need for mffs vs. ffsAlan Coopersmith3-4/+6
2009-06-11OS: Fix compile warningsDaniel Stone1-5/+7
2009-05-28Merge branch 'master' into xi2Peter Hutterer2-11/+22
2009-05-22os: fix compiler warning "too few arguments to format"Peter Hutterer1-2/+2
2009-05-14Update several of my and/or Red Hat's licenses to standard form.Adam Jackson1-10/+11
2009-04-28Make the cursor completely optionalSimon Farnsworth1-1/+11
2009-04-19os: don't malloc memory in LogVMessageVerb.Peter Hutterer1-16/+6
2009-04-14xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)Adam Jackson1-0/+2
2009-04-09Use RTLD_DI_SETSIGNAL to catch runtime dynamic loader errors and clean upAlan Coopersmith1-0/+20
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith2-0/+90
2009-04-06os: signal handlers return void.Adam Jackson1-4/+2
2009-04-06Remove some OS/2 leftovers.Adam Jackson1-9/+0
2009-04-03os: Remove the useless -x optionAdam Jackson1-9/+0
2009-04-03DPMS: Simplify command line parsingAdam Jackson1-2/+1
2009-03-23Remove two unused defines in C filesTomas Carnecky1-1/+0
2009-03-05Remove #ifdef macII code left over from ancient A/UX 3.0 supportAlan Coopersmith1-4/+0
2009-01-22Remove a bunch of useless casts.Adam Jackson9-34/+33
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-8/+1
2009-01-19Cygwin/X: should also use GetTickCount(), just like XmingJon TURNEY1-1/+6
2009-01-11os: don't mix declarations and codeJulien Cristau1-1/+1
2009-01-11os: backtrace() returns int, not size_tJulien Cristau1-1/+1
2009-01-11os: ANSI cleanupsJulien Cristau2-6/+2
2008-12-17Don't log audit messages when -audit 0 specifiedFrancis Giraldeau1-3/+1
2008-12-16Fix compilation with -Werror=format-securityColin Guthrie1-2/+3
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade15-165/+165
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade15-101/+101
2008-11-27Export symbols also defined in libXfont.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-14os/connection: TRANS_NOXAUTH bit comparison brainfart fix.Jeremy Huddleston1-1/+1
2008-11-05Use OsSignal in Popen/Pclose to avoid SysV signal() stupidityAlan Coopersmith1-4/+4
2008-11-04Remove XEvIEDaniel Stone1-5/+0
2008-11-04Xi: XINPUT has been mandatory for agesDaniel Stone1-1/+0
2008-10-26Add prototypes for strlcpy/strlcatJulien Cristau2-0/+2
2008-10-23Argh, macros.Adam Jackson1-8/+8
2008-10-23Change some #define foo() -> static void foo()Adam Jackson1-8/+19
2008-10-21Close well known connections in ServerAbort()Matthieu Herrb1-0/+1
2008-10-10Move xorg_backtrace() up to the OS level so we can call it from DIX.Adam Jackson2-0/+202
2008-10-07Depend on xtrans >= 1.2.2 for TRANS_NOXAUTHJeremy Huddleston1-5/+0
2008-10-03Remove the Must_have_memory hack.Adam Jackson1-51/+25
2008-10-03const cleanupAdam Jackson1-3/+1