summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Proper spelling of MAP_ANONYMOUS is MAP_ANON.Keith Packard1-1/+2
2013-11-11Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't setKeith Packard1-0/+4
2013-11-11Trap SIGBUS to handle truncated shared memory segmentsKeith Packard4-0/+164
2013-11-05os: Actually use the computed clockid in GetTimeInMicrosJulien Cristau1-1/+1
2013-11-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+3
2013-10-31Add support for MIT-SHM AttachFd requestKeith Packard1-0/+8
2013-10-31Add interfaces to get FDs from clients over the socketKeith Packard1-0/+21
2013-10-31os: Add GetTimeInMicrosKeith Packard1-0/+27
2013-10-31Clean up a couple of warnings in os/Keith Packard2-1/+3
2013-11-01os: use a constant for backtrace array sizePeter Hutterer1-2/+3
2013-10-18dix: provide accessor methods for the last device event timePeter Hutterer2-2/+2
2013-10-05os: move <arpa/inet.h> for any !win32 systemPino Toscano1-4/+4
2013-09-10dix: FIXES is not optionalAdam Jackson1-2/+0
2013-09-10os: Factor out some common code in input buffer handlingAdam Jackson1-35/+26
2013-09-10os: Immediately queue initial WriteToClientChris Wilson1-1/+1
2013-07-11os: Remove any old logfile before trying to write to itJon TURNEY1-0/+3
2013-05-10os: Reset input buffer's 'ignoreBytes' fieldRobert Morell1-0/+1
2013-05-07os: Use ErrorFSigSafe from FatalError and it's friendsPeter Hutterer1-5/+5
2013-05-07os: complain about unsupported pnprintf directivesPeter Hutterer1-0/+1
2013-05-07os: support %c in pnprintfPeter Hutterer1-0/+7
2013-05-07os: support %% in pnprintfPeter Hutterer1-0/+3
2013-05-07os: support pnprintf length modifiers for integersPeter Hutterer1-4/+86
2013-03-06os: document pnprintf as sigsafe snprintfPeter Hutterer1-0/+4
2013-02-26os: use libunwind to generate backtracesMarcin Slusarz2-0/+80
2013-02-14Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-0/+4
2013-02-14os: fix pnprintf OOB buffer read for unterminated length modifiersPeter Hutterer1-0/+3
2013-02-14os: Ensure <dix-config.h> is included in strndup.cJeremy Huddleston Sequoia1-0/+4
2013-02-08Short-cut the input device cleanup process during AbortServer()Peter Hutterer1-1/+1
2013-02-08os: Round fraction in pnprintf %f formatKeith Packard1-1/+1
2013-01-17os: add support for %f to pnprintfPeter Hutterer2-1/+42
2013-01-17os: silently ignore length modifiers in pnprintfPeter Hutterer1-1/+7
2012-12-05Fix formatting of address operatorsYaakov Selkowitz3-8/+8
2012-11-28dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32Jon TURNEY1-0/+9
2012-11-28os/osinit.c: no getpgrp() and setpgrp() on WIN32Ryan Pavlik1-0/+2
2012-11-28os/utils.c: Fix compilation of OsBlockSIGIO when SIGIO isn't definedJon TURNEY1-2/+2
2012-11-28os/osinit.c, os/utils.c: Exclude sigaction code when building for MinGWRyan Pavlik2-0/+9
2012-11-05os: Add libnettle as a choice of SHA1 implementationYaakov Selkowitz1-0/+30
2012-10-29os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32Ryan Pavlik1-0/+20
2012-10-08os: fix typo in OsSigHandler() error messageDenys Vlasenko1-1/+1
2012-10-04os: Don't re-declare ConnectionInputPtr and ConnectionOutputPtrKeith Packard1-2/+2
2012-10-04Fix FlushClient to write extraBuf when provided (regression fix)Keith Packard1-1/+4
2012-09-20os: Hide the Connection{In,Out}put implementation detailsAdam Jackson3-20/+23
2012-09-20dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-5/+5
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson3-11/+2
2012-09-20os: Repack ConnectionOutput for LP64Adam Jackson1-1/+1
2012-08-23os: fix typo, fsync when WIN32 is _not_ definedPeter Hutterer1-1/+1
2012-08-21os: don't block signal-unsafe logging, merely warn about it.Peter Hutterer1-14/+24
2012-08-21os: add support for %d and %i to pnprintfPeter Hutterer1-0/+10
2012-08-21Add FormatInt64 to convert signed integers in signal-safe mannerPeter Hutterer1-0/+14
2012-08-07os: don't unconditionally unblock SIGIO in OsReleaseSignals()Peter Hutterer1-8/+5