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
/
xf86AutoConfig.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-15
configure: wrap PCI code with macro and set it at build time
Tiago Vignatti
1
-2
/
+2
2010-12-31
config: warning fixes
Adam Jackson
1
-1
/
+1
2010-12-07
Convert existing Xprintf style calls to asprintf style
Alan Coopersmith
1
-2
/
+2
2010-11-30
xf86AutoConfig: make copyScreen memory allocation & error handling more sane
Alan Coopersmith
1
-5
/
+15
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-1
/
+1
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-2
/
+1
2010-06-02
xfree86: Unbreak autoconfig following 0abf065e38c4
Chris Wilson
1
-1
/
+1
2010-05-24
xfree86: move all pci code from auto configurator into a meaningful location
Tiago Vignatti
1
-246
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-10
/
+10
2010-03-29
Remove now obsolete function chooseVideoDriver
Ruediger Oertel
1
-25
/
+0
2010-03-29
xfree86: Handle driver autoconfiguration when .conf files exist
Ruediger Oertel
1
-6
/
+82
2010-02-12
xfree86: Add qxl driver to the autoconfig logic
Soeren Sandmann
1
-0
/
+1
2009-12-22
xfree86: Use xorg.conf.d directory for multiple config files
Dan Nicholson
1
-1
/
+2
2009-09-18
xserver: added more Geode oddities to xf86AutoConfig.c
Martin-Éric Racine
1
-2
/
+2
2009-09-09
Use lowercase PCI vendor ID for NSC.
Martin-Éric Racine
1
-1
/
+1
2009-09-08
Added comment with the PCI device ID of Geode SCx200 series.
Martin-Éric Racine
1
-1
/
+1
2009-09-04
Formatted recent Geode PCI ID changes to fit a 80-column coding style.
Martin-Éric Racine
1
-2
/
+3
2009-09-04
Further explained what the Geode PCI ID is all about as comments.
Martin-Éric Racine
1
-2
/
+2
2009-09-04
Removed unnecessary curly braces for Geode LX PCI ID.
Martin-Éric Racine
1
-2
/
+1
2009-09-04
Updated the PCI Vendor and Device IDs for all Geode variants.
Martin-Éric Racine
1
-5
/
+17
2009-08-18
Sun bug 6872917: Xorg not querying /dev/fb when no xorg.conf exists
Alan Coopersmith
1
-1
/
+18
2009-07-24
xfree86: "Staticize" functions in xf86AutoConfig.c
Tiago Vignatti
1
-42
/
+42
2009-07-09
config: drop i810.
Adam Jackson
1
-1
/
+0
2009-03-27
config: Fall back to vesa for Intel Poulsbo.
Adam Jackson
1
-0
/
+2
2008-12-16
config: Add vboxvideo and tga to the magic driver list
Adam Jackson
1
-6
/
+7
2008-10-26
Bug#16501: autodetection of sbus graphic cards
Bernhard R. Link
1
-0
/
+10
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+1
2008-08-01
Handle XGI cards in autoconfig.
Adam Jackson
1
-0
/
+6
2008-07-21
Revert "Try nvidia before nv under the assumption that people who install it ...
Daniel Stone
1
-5
/
+1
2008-07-20
Try nvidia before nv under the assumption that people who install it usually ...
Aaron Plattner
1
-1
/
+5
2008-07-07
Improved driver selection when autoconfiguring driver without xorg.conf
Alan Coopersmith
1
-81
/
+142
2008-06-24
Check for __amd64__, not __x86_64__.
Adam Jackson
1
-1
/
+1
2008-04-23
autoconfig: don't call closedir() when opendir() failed
Julien Cristau
1
-70
/
+71
2008-04-21
xf86: Change AutoConfig driver for PCI ID 022:2091 to 'geode'
Jordan Crouse
1
-1
/
+5
2008-04-12
Check for __x86_64__ when we check for __amd64__
Matt Turner
1
-1
/
+1
2008-04-01
xfree86: don't crash in AutoConfig if the primary device is not pci
Goneri Le Bouder
1
-2
/
+3
2008-03-10
Add the "amd" driver to magic driver selection.
Adam Jackson
1
-2
/
+3
2008-03-04
Remove all mention of the vga driver from the config logic.
Adam Jackson
1
-3
/
+0
2008-02-22
s/via/openchrome/ in the autoconfig logic.
Adam Jackson
1
-1
/
+1
2007-11-15
Eliminate some redundancy in autoconfiguration.
Adam Jackson
1
-22
/
+0
2007-10-22
Define PCI_TXT_IDS_DIR more cleanly
David Nusinow
1
-3
/
+3
2007-10-21
Add a note as to why the text file based PCI ID scheme is present at all
David Nusinow
1
-0
/
+4
2007-10-21
Fix compilation issue on FreeBSD (bug #12841)
David Nusinow
1
-0
/
+4
2007-10-21
Make PCI text file directory configurable
David Nusinow
1
-5
/
+6
2007-10-19
Disable debian pci-id-list autoconfig code on non-linux.
Eric Anholt
1
-12
/
+17
2007-10-11
Fix another compiler warning
David Nusinow
1
-2
/
+1
2007-10-11
Fix a warning about the control logic in xchomp()
David Nusinow
1
-1
/
+1
2007-10-11
Remove some unused variables
David Nusinow
1
-3
/
+0
2007-10-11
Separate choosing driver from the file-based implementation
David Nusinow
1
-29
/
+37
2007-10-11
When there's no xorg.conf, use the video driver autoloading function
David Nusinow
1
-16
/
+1
[next]