summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2013-06-06os: Reset input buffer's 'ignoreBytes' fieldRobert Morell1-0/+1
2013-05-14os: Use ErrorFSigSafe from FatalError and it's friendsPeter Hutterer1-5/+5
2013-05-14os: complain about unsupported pnprintf directivesPeter Hutterer1-0/+1
2013-05-14os: support %c in pnprintfPeter Hutterer1-0/+7
2013-05-14os: support %% in pnprintfPeter Hutterer1-0/+3
2013-05-14os: support pnprintf length modifiers for integersPeter Hutterer1-4/+86
2013-05-14os: document pnprintf as sigsafe snprintfPeter Hutterer1-0/+4
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
2012-08-03os: Fix TMP fall-back in Win32TempDir()Colin Harrison1-1/+1
2012-07-17xwin: Clean up os wrappers for System, Popen and Pclose on WindowsKeith Packard1-0/+73
2012-07-10Merge branch 'local-fixes'Keith Packard2-0/+14
2012-07-10GLX: Remove unused noGlxVisualInitDaniel Stone1-1/+0
2012-07-09Don't make failure to -nolisten fatalDaniel Stone1-2/+2
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith1-4/+2
2012-07-09Initialize padding bits to 0 in ErrorConnMax()Alan Coopersmith1-1/+1
2012-07-09Set padding bytes to 0 in WriteToClientAlan Coopersmith1-1/+5
2012-07-09Reliably reset signals at server init timeKeith Packard2-0/+14
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer1-3/+51
2012-07-03os: add OsBlockSIGIO and OsReleaseSIGIOPeter Hutterer1-3/+51
2012-07-02Merge branch 'sigsafe-logging-varargs'Keith Packard4-28/+250
2012-07-02Log safely in fatal signal handlerChase Douglas1-4/+4
2012-07-02Warn when attempting to log in a signal unsafe manner from signal contextChase Douglas1-0/+20
2012-07-02Print backtrace in a signal-safe mannerChase Douglas1-20/+29
2012-07-02Add ErrorFSigSafe() alternative to ErrorF()Chase Douglas1-0/+16
2012-07-02Add LogMessageVerbSigSafe() for logging messages while in signal contextChase Douglas1-4/+131