index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
3
-8
/
+8
2012-11-28
dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32
Jon TURNEY
1
-0
/
+9
2012-11-28
os/osinit.c: no getpgrp() and setpgrp() on WIN32
Ryan Pavlik
1
-0
/
+2
2012-11-28
os/utils.c: Fix compilation of OsBlockSIGIO when SIGIO isn't defined
Jon TURNEY
1
-2
/
+2
2012-11-28
os/osinit.c, os/utils.c: Exclude sigaction code when building for MinGW
Ryan Pavlik
2
-0
/
+9
2012-11-05
os: Add libnettle as a choice of SHA1 implementation
Yaakov Selkowitz
1
-0
/
+30
2012-10-29
os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32
Ryan Pavlik
1
-0
/
+20
2012-10-08
os: fix typo in OsSigHandler() error message
Denys Vlasenko
1
-1
/
+1
2012-10-04
os: Don't re-declare ConnectionInputPtr and ConnectionOutputPtr
Keith Packard
1
-2
/
+2
2012-10-04
Fix FlushClient to write extraBuf when provided (regression fix)
Keith Packard
1
-1
/
+4
2012-09-20
os: Hide the Connection{In,Out}put implementation details
Adam Jackson
3
-20
/
+23
2012-09-20
dix: Extend initial connection handshake for forwarding proxies
Adam Jackson
1
-5
/
+5
2012-09-20
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
3
-11
/
+2
2012-09-20
os: Repack ConnectionOutput for LP64
Adam Jackson
1
-1
/
+1
2012-08-23
os: fix typo, fsync when WIN32 is _not_ defined
Peter Hutterer
1
-1
/
+1
2012-08-21
os: don't block signal-unsafe logging, merely warn about it.
Peter Hutterer
1
-14
/
+24
2012-08-21
os: add support for %d and %i to pnprintf
Peter Hutterer
1
-0
/
+10
2012-08-21
Add FormatInt64 to convert signed integers in signal-safe manner
Peter Hutterer
1
-0
/
+14
2012-08-07
os: don't unconditionally unblock SIGIO in OsReleaseSignals()
Peter Hutterer
1
-8
/
+5
2012-08-03
os: Fix TMP fall-back in Win32TempDir()
Colin Harrison
1
-1
/
+1
2012-07-17
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
Keith Packard
1
-0
/
+73
2012-07-10
Merge branch 'local-fixes'
Keith Packard
2
-0
/
+14
2012-07-10
GLX: Remove unused noGlxVisualInit
Daniel Stone
1
-1
/
+0
2012-07-09
Don't make failure to -nolisten fatal
Daniel Stone
1
-2
/
+2
2012-07-09
Replace padlength tables with inline functions from misc.h
Alan Coopersmith
1
-4
/
+2
2012-07-09
Initialize padding bits to 0 in ErrorConnMax()
Alan Coopersmith
1
-1
/
+1
2012-07-09
Set padding bytes to 0 in WriteToClient
Alan Coopersmith
1
-1
/
+5
2012-07-09
Reliably reset signals at server init time
Keith Packard
2
-0
/
+14
2012-07-04
Merge branch 'sigio-vt-switch-issues' into for-keith
Peter Hutterer
1
-3
/
+51
2012-07-03
os: add OsBlockSIGIO and OsReleaseSIGIO
Peter Hutterer
1
-3
/
+51
2012-07-02
Merge branch 'sigsafe-logging-varargs'
Keith Packard
4
-28
/
+250
2012-07-02
Log safely in fatal signal handler
Chase Douglas
1
-4
/
+4
2012-07-02
Warn when attempting to log in a signal unsafe manner from signal context
Chase Douglas
1
-0
/
+20
2012-07-02
Print backtrace in a signal-safe manner
Chase Douglas
1
-20
/
+29
2012-07-02
Add ErrorFSigSafe() alternative to ErrorF()
Chase Douglas
1
-0
/
+16
2012-07-02
Add LogMessageVerbSigSafe() for logging messages while in signal context
Chase Douglas
1
-4
/
+131
2012-06-22
os: print newline after printing display name
Peter Hutterer
1
-0
/
+1
2012-06-21
Add FormatUInt64{,Hex}() for formatting numbers in a signal safe manner
Chase Douglas
1
-0
/
+44
2012-06-21
Save log file file descriptor for signal context logging
Chase Douglas
1
-0
/
+4
2012-06-21
Add global variable inSignalContext
Chase Douglas
1
-0
/
+2
2012-05-09
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
2
-55
/
+94
2012-05-04
os: Add CryptoAPI as a choice of SHA1 implementation
Yaakov Selkowitz
1
-0
/
+42
2012-05-03
os/log: refactor logging
Daniel Kurtz
1
-51
/
+46
2012-05-03
os/log: only write timestamp if a message is actually written to logfile
Daniel Kurtz
1
-9
/
+9
2012-05-03
os/xprintf: add Xvscnprintf and Xscnprintf
Daniel Kurtz
1
-0
/
+44
2012-05-03
os/log: trivial cleanups
Daniel Kurtz
1
-2
/
+2
2012-05-01
os: make timers signal-safe
Peter Hutterer
1
-2
/
+16
2012-05-01
os: Add -displayfd option
Chase Douglas
2
-20
/
+57
2012-03-30
os: Fix regression with FatalError not calling va_start
Jeremy Huddleston
1
-0
/
+2
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
1
-7
/
+11
[next]