summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86sbusBus.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-5/+5
2013-04-24xf86SbusCmapLoadPalette: Delay malloc until needed, avoiding leak on errorAlan Coopersmith1-2/+4
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-05-18Convert sbusPaletteKey to latest DevPrivate APIAlan Coopersmith1-2/+6
2012-03-21Introduce a consistent coding styleKeith Packard1-337/+374
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-1/+1
2011-02-23xfree86: Fix undefined reference to `XNFsprintf' on sparc.Cyril Brulebois1-1/+1
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-4/+2
2010-09-14xfree86: configure: move buses references to their own locationTiago Vignatti1-0/+29
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
2009-07-28xfree86: delete devices probe code (-probe and -probeonly options)Tiago Vignatti1-5/+0
2009-07-28sbus: fixup for rac removalDave Airlie1-5/+0
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-10/+4
2009-02-04Bus: Delete some obfuscatory macrosAdam Jackson1-7/+7
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-7/+7
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-11-05XFree86: Remove usage of allocaDaniel Stone1-2/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-9/+4
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-5/+5
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+705