index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-21
Convert os/* to new *allocarray functions
Alan Coopersmith
2
-7
/
+8
2015-04-21
Add no-fail equivalents of allocarray & reallocarray
Alan Coopersmith
1
-0
/
+10
2015-04-21
Import reallocarray() from OpenBSD
Alan Coopersmith
1
-0
/
+43
2015-04-21
Add XNFcallocarray() to allow xnfcalloc() to check for overflow
Alan Coopersmith
1
-1
/
+11
2015-03-16
os: Teach vpnprintf() how to handle "%*.*s"
Jon TURNEY
1
-4
/
+24
2015-03-16
os: XDMCP options like -query etc. should imply -listen tcp
Jon TURNEY
1
-0
/
+17
2015-03-13
Clear ListenTransConns entries in CloseWellKnownConnections
Alan Coopersmith
1
-2
/
+7
2015-03-13
os/access: fix regression in server interpreted auth
Dave Airlie
1
-1
/
+1
2015-02-10
Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe calls
Alan Coopersmith
1
-9
/
+3
2015-01-26
os: Fix timer race conditions
Nikhil Mahale
1
-15
/
+26
2015-01-02
os/xsha1.c: Add license and copyright attribution.
Carl Worth
1
-0
/
+25
2014-12-19
Move RTLD_DI_SETSIGNAL code into a separate block to quiet warning
Alan Coopersmith
1
-2
/
+4
2014-12-09
dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6]
Keith Packard
1
-1
/
+1
2014-12-08
dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]
Alan Coopersmith
1
-0
/
+6
2014-12-08
unchecked malloc may allow unauthed client to crash Xserver [CVE-2014-8091]
Alan Coopersmith
1
-0
/
+4
2014-11-30
Fix overflow of ConnectionOutput->size and ->count
Peter Harris
1
-3
/
+4
2014-11-30
os: "Server terminated successfully" is not an error
Aaron Plattner
1
-2
/
+5
2014-11-12
Drop trailing whitespaces
Peter Hutterer
10
-61
/
+61
2014-10-28
os: Eliminate uninitialized value warnings from access.c
Keith Packard
1
-8
/
+8
2014-10-27
os: -displayfd should check ports up to 65535
Jon TURNEY
1
-1
/
+1
2014-10-23
If fork fails in System(), don't fallthrough to exec()
Alan Coopersmith
1
-0
/
+1
2014-09-22
os: Don't listen to 'tcp' by default. Add '-listen' option. [v2]
Keith Packard
1
-0
/
+29
2014-09-18
xserver: Move 'pragma GCC diagnostic' outside functions
Jon TURNEY
1
-6
/
+4
2014-09-17
Update help text since -iglx is now the default
Jon TURNEY
1
-2
/
+2
2014-09-11
glx: Disable indirect GLX contexts by default.
Eric Anholt
1
-1
/
+1
2014-09-11
os/log: adjust gcc version conditions for #pragma
Thomas Petazzoni
1
-2
/
+2
2014-08-12
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
1
-7
/
+0
2014-08-12
os: Regenerate os/oscolor.c from app/rgb #52289
Daphne Pfister
1
-745
/
+809
2014-08-11
ListenOnOpenFD: Remove Resets since this is intended to be for hotplugging co...
Jeremy Huddleston Sequoia
1
-7
/
+0
2014-07-29
os: Remove LocalClientCred
Adam Jackson
1
-27
/
+0
2014-07-29
os: Remove deprecated malloc/free wrappers
Adam Jackson
1
-48
/
+0
2014-07-17
Avoid starting a comment with */*
Peter Harris
1
-3
/
+3
2014-07-10
os: prevent negative array index access (#80890)
Peter Hutterer
1
-1
/
+1
2014-05-23
os: automatically switch to sigsafe logging when needed
Peter Hutterer
1
-32
/
+33
2014-04-30
os: Add -displayfd into -help text
Robert Ancell
1
-0
/
+1
2014-04-23
Add a command line argument for disabling indirect GLX.
Eric Anholt
1
-0
/
+8
2014-04-21
os: Initialize the set of signals to be suppressed during our handler.
Eric Anholt
1
-0
/
+1
2014-04-18
os: Ignore log file write failures
Keith Packard
1
-2
/
+8
2014-04-18
os: Make sure that writing our pid to the lock file actually worked
Keith Packard
1
-1
/
+2
2014-04-18
os: FatalError if -displayfd writes fail
Keith Packard
1
-2
/
+4
2014-04-18
os: Clear the -displayfd option after closing the file
Keith Packard
1
-0
/
+1
2014-03-27
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
2
-7
/
+7
2014-03-25
os: Add AddClientOnOpenFD() to create a new client for an file descriptor
Kristian Høgsberg
1
-0
/
+27
2014-03-20
os: Add a mechanism to prevent creating any listen sockets
Kristian Høgsberg
2
-4
/
+9
2014-03-20
os: Always compile ListenOnOpenFD() and export it
Kristian Høgsberg
1
-5
/
+2
2014-02-24
gcc 4.2.1 doesn't support #pragma GCC diagnostic ignored
Matthieu Herrb
1
-0
/
+4
2014-02-04
Revert "os: xstrtokenize takes and returns const char * now"
Peter Hutterer
1
-3
/
+3
2014-01-22
os: Fix -Wshadow errors
Keith Packard
2
-24
/
+22
2014-01-22
Ignore a couple of format-nonliteral warnings
Keith Packard
1
-0
/
+2
2014-01-22
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+27
[next]