summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Collapse)AuthorFilesLines
2005-01-14Added copyright notice.Alexander Gottwald1-0/+28
2004-12-03Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 AddedAlexander Gottwald1-0/+64
X(NF)printf and X(NF)vprintf functions which allocate the buffer with X(NF)alloc Bugzilla #1865, https://bugs.freedesktop.org/show_bug.cgi?id=1865 extend snprintf to work on NULL.
2004-12-02Remove some of the ifdef WIN32 checks from WaitForSomethingAlexander Gottwald1-17/+18
2004-11-25Bugzilla #1914: fix size limit for -fp argumentAlexander Gottwald1-4/+12
2004-11-22Use a simple hashtable as ConnectionTranslation instead of a plain array onAlexander Gottwald5-11/+111
Windows because socket fds are not sequential and do not start at 0
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald8-16/+65
mingw (Win32) port
2004-10-18Made handling of DevelDrivers for x86-64 more conformant to otherEgbert Eich1-12/+6
platforms. Compress all font encodings (Stefan Dirsch). Fixed warnings. Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su). Added another compose key combination for the Euro symbol (Stefan Dirsch). Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains. Added explanation for DESTDIR to install to a different directory than /. Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11. XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes. Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel(). Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). Create missing links for backward compatibility to XFree86 (Stefan Dirsch). Changed comment to mention xorg. Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown). Added 'pic' to the man page rendering command pipeline (Werner Fink). Added missing return value (Stefan Dirsch, Roland Mainz)
2004-10-17Remove some remaining AMOEBA specific code.Matthieu Herrb2-25/+2
2004-09-29Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1489 - Use |long|Roland Mainz1-4/+4
instead of |int| for BIGREQUESTS commandline option.
2004-09-24Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1453 - Fix spacesRoland Mainz1-2/+2
in usage output for BIGREQUESTS extension (option "-maxbigreqsize").
2004-09-14Fix for http://freedesktop.org/bugzilla/show_bug.cgi?id=1361 - RFE: AllowRoland Mainz1-11/+119
enabling/disabling of more extensions
2004-08-13Fix Xprt bug by disabling code that merges multiple audit messages (BugKevin E Martin1-0/+10
#964, Roland Mainz).
2004-08-11Fix bogus contact address in Xserver/os/util.c (Bug #738).Kevin E Martin1-9/+17
2004-08-11Apply PPC64 build patch (Bug #303, Mike A. Harris, Alan Coopersmith).Kevin E Martin1-0/+1
2004-07-31Add "Extensions" section support to configuration parserKevin E Martin1-3/+18
2004-07-31Add new extension enable/disable feature. This code is a small step in theKevin E Martin1-1/+21
right direction -- i.e., moving towards full run-time config of extensions. Currently, only XTEST, XINERAMA, RENDER, XKB, and XEVIE are supported.
2004-07-20Bugzilla #889: Bind -from address to port number 0 instead of 177Alexander Gottwald1-2/+2
2004-07-17Fix typo in debug message in MakeAllCLTSServerListenersAlan Coopersmith1-3/+175
Add $(GETPEER_DEFINES) to DEPEND_DEFINES for makedepend Add "localuser" and "localgroup" access types to server-interpreted authentication scheme.
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin2-4/+4
2004-06-25#Bug 784: Ignore unconfigured interfaces with xdmcpAlexander Gottwald1-7/+42
2004-06-19Refix for http://freedesktop.org/bugzilla/show_bug.cgi?id=764 : ReworkRoland Mainz1-1/+7
previous solution and make Xprt to default to "-noreset" (the default of Solaris version of Xprt) and add a "-reset" option which can be used to restore the default behaviour on demand.
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich17-85/+525
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich2-2/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich19-19/+19
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich19-22/+25
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich19-19/+19
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich19-19/+19
2004-01-29Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330Egbert Eich3-25/+99
2003-12-04XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901Kaleb Keithley1-2/+2
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley14-982/+1318
2003-11-25Initial revisionKaleb Keithley3-0/+719
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley16-848/+2563
2003-11-14Initial revisionKaleb Keithley1-0/+810
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley16-0/+10420