index
:
~pzanoni/xserver
leak-fixes
master
.yrotisoper eht eman ot 'noitpircsed' elif siht tide ;yrotisoper demannU
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
common
/
xf86Config.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-25
xfree86: use NewInputDeviceRequest for xorg.conf devices too
Peter Hutterer
1
-0
/
+8
2011-10-25
xfree86: use xf86AddNewOption instead of xf86addNewOption
Peter Hutterer
1
-4
/
+4
2011-10-15
configure: wrap PCI code with macro and set it at build time
Tiago Vignatti
1
-2
/
+2
2011-10-03
Merge remote-tracking branch 'herrb/master'
Keith Packard
1
-2
/
+4
2011-09-30
Add a 'wscons' autoconf mechanism to configure input devices on BSD.
Matthieu Herrb
1
-2
/
+4
2011-09-29
Remove unused vtSysreq
Alexandr Shadchin
1
-13
/
+0
2011-09-26
Merge remote-tracking branch 'whot/next'
Keith Packard
1
-101
/
+60
2011-09-15
Remove PC98 support.
Jamey Sharp
1
-30
/
+0
2011-08-22
Revert "Attempt to add the 'mouse' driver in more situations."
Peter Hutterer
1
-35
/
+0
2011-08-22
xfree86: use xf86AllocateInput for implicit devices too
Peter Hutterer
1
-19
/
+23
2011-08-22
xfree86: factor out adding/removing a device from the input device array
Peter Hutterer
1
-46
/
+47
2011-08-22
xfree86: nest loops instead of 0x1 pointers.
Peter Hutterer
1
-16
/
+14
2011-08-22
xfree86: improve readability of synthesized device.
Peter Hutterer
1
-14
/
+15
2011-08-22
xfree86: when implicitly choosing a core device, set the option to a value
Peter Hutterer
1
-3
/
+3
2011-08-22
xfree86: don't warn about duplicate core devices
Peter Hutterer
1
-10
/
+0
2011-07-27
Initialize the fd to -1 for xorg.conf input devices.
Peter Hutterer
1
-0
/
+3
2011-04-04
xfree86: fix bad free configInputDevices
Tiago Vignatti
1
-1
/
+2
2011-04-04
xfree86: fix memory leaks in configLayout
Tiago Vignatti
1
-6
/
+19
2011-04-04
xorg: remove unused pointer values all over the server
Tiago Vignatti
1
-2
/
+2
2011-03-08
xfree86/common: Remove a configScreen leak when conf_screen is NULL
Erkki Seppälä
1
-1
/
+3
2011-02-28
Don't clobber input device options from xorg.conf
Matthieu Herrb
1
-2
/
+4
2010-12-07
Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() calls
Alan Coopersmith
1
-3
/
+1
2010-12-07
Convert existing Xprintf style calls to asprintf style
Alan Coopersmith
1
-5
/
+4
2010-12-07
xfree86: use xf86AllocateInput() for xorg.conf devices too.
Peter Hutterer
1
-1
/
+1
2010-12-07
xfree86: don't overwrite option list (#32115)
Peter Hutterer
1
-1
/
+2
2010-11-15
xfree86: Initialize Pointer and Keyboard.
Cyril Brulebois
1
-1
/
+1
2010-11-12
xfree86: rename allowEmptyInput to forceInputDevices.
Peter Hutterer
1
-17
/
+19
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
1
-55
/
+12
2010-11-11
xfree86: remove user-configured AllowEmptyInput
Peter Hutterer
1
-6
/
+5
2010-11-05
xfree86: fix compiler warnings - unused variable i
Peter Hutterer
1
-1
/
+0
2010-11-05
xfree86: fix two compiler warnings - unused variable ati, atimisc
Peter Hutterer
1
-1
/
+0
2010-10-18
dri1: Remove "buffers" from the config logic
Adam Jackson
1
-22
/
+0
2010-10-18
xfree86: Remove %M expansion from config parser
Adam Jackson
1
-6
/
+6
2010-10-18
config: Remove atimisc workaround
Adam Jackson
1
-18
/
+0
2010-10-18
config: Don't look for .o drivers anymore
Adam Jackson
1
-1
/
+1
2010-10-15
Merge branch 'master' into input-api
Peter Hutterer
1
-10
/
+3
2010-09-14
xfree86: use xf86PciIsolateDevice to get PCI config information
Tiago Vignatti
1
-10
/
+3
2010-09-10
xfree86: remove IDevRec, replace with InputInfoRec.
Peter Hutterer
1
-37
/
+37
2010-09-10
xfree86: remove extraOptions field from IDevRec.
Peter Hutterer
1
-29
/
+6
2010-09-01
xfree86: remove unused DeviceAssocRec struct.
Peter Hutterer
1
-1
/
+0
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-2
/
+2
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-4
/
+4
2010-05-28
xfree86: initialize InputAttributes to NULL in the autoconfig code.
Peter Hutterer
1
-0
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-21
/
+21
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-4
/
+0
2010-04-08
xfree86: Search for a system xorg.conf.d
Dan Nicholson
1
-2
/
+10
2010-04-08
xfree86: Set a saner search path for xorg.conf.d
Dan Nicholson
1
-12
/
+4
2010-03-11
xfree86: fix xf86Config.c build error in --enable-debug mode. (#26971)
Peter Hutterer
1
-1
/
+1
2010-03-11
xfree86: don't warn about nonexisting core pointer/keyboard in config.
Peter Hutterer
1
-16
/
+8
2010-02-15
xfree86: Reorder InputClass option priorities
Dan Nicholson
1
-1
/
+1
[next]