~thopiekar/xorg-server/+git/xorg-xserver:input-hotplug

Last commit made on 2006-11-02
Get this branch:
git clone -b input-hotplug https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver

Branch merges

Branch information

Name:
input-hotplug
Repository:
lp:~thopiekar/xorg-server/+git/xorg-xserver

Recent commits

4843d82... by Daniel Stone

Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug

ba9f513... by Daniel Stone

xfree86: allow starting with no input devices
Add a server flag (AllowEmptyInput), which will inhibit adding the
standard keyboard and mouse drivers, if there are no input devices in the
config file.

be291a6... by Daniel Stone

Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug

a7b944f... by Alan Coopersmith

If getpeerucred() is available, include pid & zoneid in audit messages too

fbfb351... by Alan Coopersmith

Bug #1997: AUDIT messages should contain uid for local accesses

<https://bugs.freedesktop.org/show_bug.cgi?id=1997>

a2d6242... by Daniel Stone

kdrive:remove Change{Keyboard,Pointer}Device
This was removed in the DIX, so just axe it.

d9a5e3e... by Daniel Stone

XkbCopyKeymap: be more careful with levels, allocate compat/geom
Take various extra precautions with copying levels across (thanks Chris
Lee for a gdb session), including allocating when we don't already have a
coherent map.
Only free type components if they're present.
Allocate geometry and compat components if we don't already have them in
the dest map.

6fdfd9d... by Eric Anholt

Fix several cases where optimized paths were hit when they shouldn't be.

This fixes a number of rendercheck cases.

40f8479... by Alan Coopersmith

Propogate $LIBS for xtrans, clock_gettime, libm, etc. to libs used for each server

d7d931a... by Daniel Stone

configure.ac: remove check for rate/period
Keyboard stuff is now handled in the kbd driver.