index
:
~anholt/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
bcook-backend
dmx-2
dri-0-1-branch
dri2-reallocate-revert
ephyr-continue-deleting
ephyr-fixes
ephyr-rebase-works
ephyr-warnings
glamor
glamor-anholt-filter-dir
glamor-anholt-filter-rebase
glamor-ca
glamor-cleanups
glamor-core-profile
glamor-delay-shareable
glamor-delay-shareable-2
glamor-external-rebase
glamor-extra-after-keithp
glamor-flushing
glamor-gl-context-2
glamor-map-zero
glamor-new-glyphs
glamor-original-in-tree
glamor-prepare-for-keithp
glamor-quads
glamor-rebase-wip
glamor-render-program
glamor-rgba-8
glamor-server
glamor-testing-patch-from-ken
glamor-xephyr
glamor-xephyr-egl
glamor-xephyr-gl-context
global-glx-context
glucose-2
glx-arg
gsr-current
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
modesetting-dri2
modesetting-dri2-no-pageflip
modesetting-gbm
modesetting-glamor
modesetting-import
modesetting-import-2
modesetting-present-no-pageflip
no-pci-rework
old-glamor
orib-soc-2006
panning-for-server-1.6
randr-1.2-for-server-1.2
randr-dpms
raspbian-backport
sco_port_update
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1_0-branch
server-1_1-branch
transform-proposal
travis-ci
wonderland-dev
xephyr-xcb-rebase
xf-4_0_2-branch
xf-4_1-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xserver-driinterface-versions
xserver-unifdef
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-03-22
Merge branch 'per-device-sync-counters' into for-keith
Peter Hutterer
2
-2
/
+2
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
2
-2
/
+2
2012-03-22
include: add an X_DEBUG message type
Peter Hutterer
1
-0
/
+5
2012-03-21
Introduce a consistent coding style
Keith Packard
24
-6961
/
+6675
2012-01-13
os: prettify backtrace output
Peter Hutterer
1
-2
/
+6
[next]