summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/loader.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-0/+20
2005-08-26Don't assume that all sun4m CPUs support muldiv; the Cypress CPU, whichDaniel Stone1-1/+16
implements the 4m MMU but only v7 instructions, does not. (Debian #100).
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
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-05-04Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse inEric Anholt1-2/+2
mouse.c explicitly signed, avoiding the need for -fsigned-chars. (Peter Grehan, grehan at FreeBSD dot org)
2005-03-16Make message that gets printed when loader encounters a .o with no symbolsEgbert Eich1-1/+3
less conspicuous.
2004-08-29Fix make install when BuildServersOnly is YES (Bug #1213).Kevin E Martin1-0/+7
Fix build failures when UseDeprecatedKeyboardDriver is YES and DoLoadableServer is NO (Bug #1229, Kristian Høgsberg). Fix failure when using DLL loader and LD_BIND_NOW is set (Bug #1212, Adam Jackson).
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-4/+4
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-476/+525
2003-11-14Initial revisionKaleb Keithley1-0/+1412