ChangeLog revision 3d2ed3e3
1commit c4262efc9688e495261d8b23a12f956ab38e006f
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Mar 16 14:25:35 2019 -0700
4
5    xtrans 1.4.0
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit faa42207a0653535ab80825b0acb50b417702ec4
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Fri Dec 7 19:52:43 2018 -0800
12
13    Update configure.ac bug URL for gitlab migration
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit cd22de616c77328da3410b1eaab541c2d331ffdb
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Mon Nov 19 23:12:07 2018 -0800
20
21    Update README for gitlab migration
22    
23    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25commit 06cfa80fb3d03ca03fd92f9687a77958338e012c
26Author: Alan Coopersmith <alan.coopersmith@oracle.com>
27Date:   Sun Sep 30 17:04:51 2018 -0700
28
29    Use fchmod() instead of chmod() when creating named pipes
30    
31    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
32
33commit 7bd504f7ab7799ab77ad50eb39f6afdbaf2f9e50
34Author: Alan Coopersmith <alan.coopersmith@oracle.com>
35Date:   Sat Aug 25 11:18:52 2018 -0700
36
37    Use strcasecmp if it's available, instead of lowercasing strings
38    
39    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
40
41commit 941cfa50bc2d45f20943fd21bab98e2eceeeb259
42Author: Alan Coopersmith <alan.coopersmith@oracle.com>
43Date:   Sat Aug 25 10:45:04 2018 -0700
44
45    Set freeXLOCAL to NULL after freeing it to prevent double frees
46    
47    We shouldn't be calling the LocalEndTransports routine twice, but
48    just make sure if we do, we don't call free twice on the same pointer.
49    
50    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
51
52commit a97e5fc6e4f294294d75500068892aea11952773
53Author: Rin Okuyama <rin@NetBSD.org>
54Date:   Tue Feb 21 06:18:37 2017 +0000
55
56    avoid -Wformat errors from clang
57    
58    https://bugs.freedesktop.org/show_bug.cgi?id=99882
59    
60    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
61    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
62
63commit 28366676effaa512e43bfd2276a317389a992511
64Author: Emil Velikov <emil.l.velikov@gmail.com>
65Date:   Mon Mar 9 12:00:52 2015 +0000
66
67    autogen.sh: use quoted string variables
68    
69    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
70    fall-outs, when they contain space.
71    
72    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
73    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
74    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
75
76commit 8554cf05262ab6ad6e8da5f11022e5dc2a452e38
77Author: Peter Hutterer <peter.hutterer@who-t.net>
78Date:   Tue Jan 24 10:32:07 2017 +1000
79
80    autogen.sh: use exec instead of waiting for configure to finish
81    
82    Syncs the invocation of configure with the one from the server.
83    
84    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
85    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
86
87commit 560d7550e23e9b14056b4a9b2569c2f256015f8a
88Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
89Date:   Sat Sep 10 22:09:51 2016 -0700
90
91    Update strlcpy macro check to also check HAVE_STRLCPY
92    
93    xorg-server moved from HAS_STRLCPY to HAVE_STRLCPY in 2011
94    
95    cf-xserver: d829a7c5cb42c979b58f3547136df5b05d906423
96    
97    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
98
99commit 2e4c338eda8ec6996b7bacc1d0c7dfe7de925864
100Author: Adam Jackson <ajax@redhat.com>
101Date:   Thu Sep 1 09:28:58 2016 -0400
102
103    Revert "Make FreeConnInfo static"
104    
105    <anholt> ajax: 75419e6b6d985ea8796f05d1acb5e154b065c9b9 of xtrans also
106             seems to have broken xtest.
107    
108    And indeed it does, xts5 knows a fair amount about xlib internals for
109    some reason. Whether that's cromulent or not, we want to be able to run
110    automatic tests from top-of-tree, so we can't leave this broken.
111    
112    This reverts commit 75419e6b6d985ea8796f05d1acb5e154b065c9b9.
113    
114    Signed-off-by: Adam Jackson <ajax@redhat.com>
115
116commit 3810e026323210df6ec6cf818f01832a63e9fbb9
117Author: Adam Jackson <ajax@redhat.com>
118Date:   Wed May 18 12:58:31 2016 -0400
119
120    Remove GetMyAddr
121    
122    Again, pre-xcb libX11 was the only consumer.
123    
124    Reviewed-by: Keith Packard <keithp@keithp.com>
125    Signed-off-by: Adam Jackson <ajax@redhat.com>
126
127commit 75419e6b6d985ea8796f05d1acb5e154b065c9b9
128Author: Adam Jackson <ajax@redhat.com>
129Date:   Wed May 18 12:50:48 2016 -0400
130
131    Make FreeConnInfo static
132    
133    libX11 used to need this in the XOpenDisplay code, but hasn't since xcb
134    became mandatory.
135    
136    Reviewed-by: Keith Packard <keithp@keithp.com>
137    Signed-off-by: Adam Jackson <ajax@redhat.com>
138
139commit 0794b1b712a90b40e2b019c9edc6f96874493c52
140Author: Adam Jackson <ajax@redhat.com>
141Date:   Wed May 18 12:41:41 2016 -0400
142
143    unifdef LBXPROXY_t and TEST_t
144    
145    LBX is dead, and TEST_t is unused.
146    
147    Reviewed-by: Keith Packard <keithp@keithp.com>
148    Signed-off-by: Adam Jackson <ajax@redhat.com>
149
150commit 473e77563b16fa7c42db9403c1382e9483e3666c
151Author: Adam Jackson <ajax@redhat.com>
152Date:   Wed May 18 12:38:02 2016 -0400
153
154    Remove CLTS code
155    
156    Never been used, as far as I can tell.
157    
158    Reviewed-by: Keith Packard <keithp@keithp.com>
159    Signed-off-by: Adam Jackson <ajax@redhat.com>
160
161commit b167145a51153eccc16a3e43f7ed0faea7e6c762
162Author: Adam Jackson <ajax@redhat.com>
163Date:   Wed May 18 15:19:50 2016 -0400
164
165    autogen: Add a default patch prefix
166    
167    Signed-off-by: Adam Jackson <ajax@redhat.com>
168
169commit cc29fbc1fe86ae4dfe2f4eaae7352ea86aa4acac
170Author: Alan Coopersmith <alan.coopersmith@oracle.com>
171Date:   Sat Nov 28 13:04:21 2015 -0800
172
173    Remove support for SysV on x86 platforms other than Solaris & SCO
174    
175    No other x86 SysV platforms have ever been supported in the modular
176    build systems, so we don't need to keep carrying around a bunch of
177    ifdef's for them.
178    
179    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
180    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
181
182commit 3ba0b7a37b9053662ff42f0b4caa856856098475
183Author: Richard PALO <richard@NetBSD.org>
184Date:   Tue Nov 17 07:02:27 2015 +0100
185
186    Replace 'sun' with '__sun'
187    
188    Globally replace #ifdef and #if defined usage of 'sun' with '__sun' such
189    that strict ISO compiler modes such as -ansi or -std=c99 can be used.
190    
191    Signed-off-by: Richard PALO <richard@NetBSD.org>
192    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
193    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
194
195commit 1d31b87e8045f3fc89b1914187a9a13861d35f2d
196Author: Julien Cristau <jcristau@debian.org>
197Date:   Wed Jul 29 20:36:13 2015 +0200
198
199    Make sure LONG64 is defined in Xtrans.h
200    
201    Xtrans.h defines BytesReadable_t as int or long depending on whether
202    LONG64 is defined.  We need to make sure Xmd.h is included so our idea
203    of BytesReadable_t is consistent across compilation units.
204    
205    Debian bug#749120
206    
207    Reported-by: Michael Tautschnig <mt@debian.org>
208    Signed-off-by: Julien Cristau <jcristau@debian.org>
209    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
210
211commit 7cbad9fe2e61cd9d5caeaf361826a6f4bd320f03
212Author: Keith Packard <keithp@keithp.com>
213Date:   Sat Sep 20 10:02:05 2014 -0700
214
215    xtrans 1.3.5
216    
217    Signed-off-by: Keith Packard <keithp@keithp.com>
218
219commit fb7f198c88e97d22c8c89e76e9cd06b2b2720a96
220Author: Keith Packard <keithp@keithp.com>
221Date:   Fri Sep 12 11:27:39 2014 -0700
222
223    Add TRANS(Listen) function to re-enable specific listen sockets
224    
225    This will allow a server to disable listeners by default and then
226    let later configuration re-enable them. In particular, this lets the X
227    server disable inet and unix listen sockets by default while still
228    providing a '-listen' command line option to re-enable them later on.
229    
230    Signed-off-by: Keith Packard <keithp@keithp.com>
231    Reviewed-by: Hans de Goede <hdegoede@redhat.com>
232
233commit 17491de45c352c833442cccf17a9bd65909889db
234Author: Alan Coopersmith <alan.coopersmith@oracle.com>
235Date:   Sat Aug 23 12:28:14 2014 -0700
236
237    Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) args
238    
239    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
240
241commit 305d20f2ee888d1c890f902da978176b8ec58a8d
242Author: Alan Coopersmith <alan.coopersmith@oracle.com>
243Date:   Sat Aug 23 12:10:48 2014 -0700
244
245    Add const qualifiers to TRANS(MakeAll*ServerListeners) port args
246    
247    Required also changing receive_listening_fds to specify port as const,
248    which we can do now that TRANS(ReopenCOTSServer) takes it as const.
249    
250    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
251
252commit ba70d48951fb925fb3082d81afb08c330333aa51
253Author: Alan Coopersmith <alan.coopersmith@oracle.com>
254Date:   Sat Aug 23 11:33:57 2014 -0700
255
256    Add const qualifiers to TRANS(Connect) args
257    
258    Also required constifying UnixHostReallyLocal, since SocketUNIXConnect
259    passes the host arg through to it.
260    
261    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
262
263commit 63b65a20706def951dd25e531949b7bc556419eb
264Author: Alan Coopersmith <alan.coopersmith@oracle.com>
265Date:   Sat Aug 23 10:17:57 2014 -0700
266
267    Add const qualifiers to TRANS(CreateListener) port args
268    
269    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
270
271commit fd90a4e00321b22c96565cfa354b8b0efa376979
272Author: Alan Coopersmith <alan.coopersmith@oracle.com>
273Date:   Sat Aug 23 10:07:22 2014 -0700
274
275    Add const qualifiers to TRANS(Reopen...) port args
276    
277    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
278
279commit a56ec9d720a7964bada837790e9c1f6ceef97861
280Author: Alan Coopersmith <alan.coopersmith@oracle.com>
281Date:   Sat Aug 23 09:58:05 2014 -0700
282
283    Add const qualifiers to TRANS(Open...) address args
284    
285    Required also adding const to static TRANS(ParseAddress) function which
286    they pass the address arg to for parsing.
287    
288    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
289
290commit 30b3fd74a27c80993e81dfcb33e33520ae8684fb
291Author: Alan Coopersmith <alan.coopersmith@oracle.com>
292Date:   Sat Aug 23 12:46:44 2014 -0700
293
294    Update docs to note that TransName is now const char *
295    
296    Missed when the code was updated in commit eb9a8904fbef61a57ff0.
297    
298    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
299
300commit a57a7f62242e1ea972b81414741729bf3dbae0a4
301Author: Hans de Goede <hdegoede@redhat.com>
302Date:   Mon Mar 31 12:37:43 2014 +0200
303
304    xtrans 1.3.4
305    
306    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
307
308commit 1cd9cbe9b404e6c3e73dc0239d11547a5e2c02c4
309Author: Mark Kettenis <kettenis@openbsd.org>
310Date:   Sat Mar 29 23:51:49 2014 +0100
311
312    Increase UNIX socket buffer size
313    
314    Some systems provide a really small default buffer size for UNIX sockets.
315    Bump it up to 64k if necessary such that large transfers (such as
316    XGetImage() on a 8-megapixel image) don't take tens of seconds.
317    
318    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
319
320commit 68f60238c4224f954ff6556ae778c72e420175f0
321Author: Thomas Klausner <wiz@NetBSD.org>
322Date:   Wed Mar 26 13:21:49 2014 +0100
323
324    Add missing headers for free() and strlen().
325    
326    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
327    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
328
329commit 34463baacb3cafc096e0e0859bc10d6868cb2299
330Author: Thomas Klausner <wiz@NetBSD.org>
331Date:   Wed Mar 26 13:21:23 2014 +0100
332
333    Cast ctype(3) function arguments to unsigned char.
334    
335    Fixes warnings on at least NetBSD.
336    
337    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
338    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
339
340commit f20a9bb2ea25408ce9f1166b3b6e48759960fe86
341Author: Hans de Goede <hdegoede@redhat.com>
342Date:   Mon Mar 3 08:42:45 2014 +0100
343
344    configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warnings
345    
346    The latest glibc considers _BSD_SOURCE deprecated, leading to the following
347    warning being issued for pretty much every C-file in the xserver:
348    
349    In file included from /usr/include/stdint.h:25:0,
350                     from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h:9,
351                     from ../include/misc.h:81,
352                     from miexpose.c:82:
353    /usr/include/features.h:145:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
354     # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
355       ^
356    
357    I've discussed this with the glibc developers and the prefered way of fixing
358    this is by also defining _DEFAULT_SOURCE which is the new way of stating
359    _BSD_SOURCE / _SVID_SOURCE .
360    
361    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
362    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
363    Tested-by: Kristian Høgsberg <krh@bitplanet.net>
364    Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
365
366commit 3f0de269abe59353acbd7a5587d68ce0da91db67
367Author: Hans de Goede <hdegoede@redhat.com>
368Date:   Thu Jan 23 11:47:25 2014 +0100
369
370    xtrans 1.3.3
371    
372    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
373
374commit 8f3bbed42c308f9c90293f23b7eaceff006aa232
375Author: Jon TURNEY <jon.turney@dronecode.org.uk>
376Date:   Wed Jul 10 16:29:12 2013 +0100
377
378    Add TransIsListening()
379    
380    libxtrans provides TransNoListen() to set the 'don't listen' flag for a
381    particular transport, but there is no interface to query the state of that flag
382    
383    This is a bit of a problem for the XWin server, as it wants to start some helper
384    clients (for clipboard integration and integrated window management), so needs
385    to know what transports the server is listening on to construct appropriate
386    display names for those clients.
387    
388    Add TransIsListening() to discover if TransNoListen() has been called for a
389    particular protocol or not
390    
391    HdG:
392    -Invert the final check so that TransIsListening returns True when
393     TRANS_NOLISTEN is not set, as one would expect of it.
394    -Make the protocol argument a const char * as similar functions do
395    -Fix "warning: too many arguments for format" warning
396    
397    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
398    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
399
400commit e1e6121a1638d43d9929589b4723da2b38cb6b44
401Author: Łukasz Stelmach <l.stelmach@samsung.com>
402Date:   Mon Nov 25 11:11:54 2013 +0100
403
404    Enable systemd socket activation
405    
406    Receive file descriptors of open sockets from systemd instead of
407    creating them.
408    
409    Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
410    Cc: Kyungmin Park <kyungmin.park@samsung.com>
411    Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
412    Cc: Piort Bereza <p.bereza@samsung.com>
413    Cc: Karol Lewandowski <k.lewandowsk@samsung.com>
414    Cc: Lennart Poettering <lennart@poettering.net>
415    Cc: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
416    Cc: Peter Hutterer <peter.hutterer@who-t.net>
417    Cc: walter harms <wharms@bfs.de>
418    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
419    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
420
421commit b895d45e225dd3d1bf9d598774d3ae4f29fcbc25
422Author: Łukasz Stelmach <l.stelmach@samsung.com>
423Date:   Thu Nov 28 12:57:21 2013 +0100
424
425    Define TRANS_RECEIVED flag for transports
426    
427    The flag is to be used to mark transports related to sockets
428    received from systemd.
429    
430    Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
431    Signed-off-by: Hans de Goede <hdegoede@redhat.com>
432    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
433
434commit 2c0a7840a28ae696e80e73157856d7a049fdf6c7
435Author: Gaetan Nadon <memsize@videotron.ca>
436Date:   Sun Dec 15 19:49:59 2013 -0500
437
438    xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINT
439    
440    Assume signal handlers return void, as C89 requires
441    
442    Drops use of autoconf's obsolete AC_TYPE_SIGNAL and Imake's even more
443    obsolete SIGNALRETURNSINT.
444    
445    None of the modules including xtrans.m4 uses RETSIGTYPE from autoconf.
446    
447    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
448
449commit 87547e43189301e3dd42feb9d7ff32a75d0e727f
450Author: Gaetan Nadon <memsize@videotron.ca>
451Date:   Sun Dec 15 16:11:00 2013 -0500
452
453    xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIB
454    
455    The #define HAVE_LIBWS2_32 is still done and the lib ws2_32 is
456    prepended to LIBS if found.
457    
458    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
459
460commit 88433eb1abe887000d34315c2f55aa42fcddfdee
461Author: Gaetan Nadon <memsize@videotron.ca>
462Date:   Sun Dec 15 15:36:48 2013 -0500
463
464    xtrans.m4: fix warning by replacing obsolete AC_HELP_STRING
465    
466    with AS_HELP_STRING
467    
468    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
469
470commit 9487701904b71985549f60c9d8bc5df48682b55a
471Author: Mark Kettenis <kettenis@openbsd.org>
472Date:   Thu Nov 21 11:55:17 2013 +0100
473
474    Don't restrict FD passing to Linux & Solaris
475    
476    Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
477    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
478    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
479
480commit 8b2c8aabe27bcaa4de6432b53c4a1296010ea823
481Author: Mark Kettenis <kettenis@openbsd.org>
482Date:   Mon Nov 11 23:18:01 2013 +0100
483
484    Fix alignment issues in FD passing code
485    
486    A char array on the stack is not guaranteed to have more than byte
487    alignment.  This means that casting it to a 'struct cmsghdr' and
488    accessing its members may result in unaligned access.  This will
489    generate SIGBUS on strict alignment architectures like OpenBSD/sparc64.
490    The solution is to use a union to force proper alignment.
491    
492    Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
493    Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
494
495commit 81662d2018a35a161a5e9707563ee7f503f8d3e0
496Author: Mark Kettenis <kettenis@openbsd.org>
497Date:   Mon Nov 11 23:16:15 2013 +0100
498
499    Remove unused static inlines
500    
501    Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
502    Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
503
504commit 0153d1670e4a1883e1bb6dd971435d6268eac5ba
505Author: Alan Coopersmith <alan.coopersmith@oracle.com>
506Date:   Thu Nov 7 20:16:53 2013 -0800
507
508    xtrans 1.3.2
509    
510    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
511
512commit 426049c30162ed620cc16bb58edef6aac4e2ee5d
513Author: Alan Coopersmith <alan.coopersmith@oracle.com>
514Date:   Thu Nov 7 19:17:44 2013 -0800
515
516    Allow XTRANS_SEND_FDS on Solaris as well
517    
518    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
519
520commit 76b4f4430f9a857a1b54bfde9ef57a95b87789f5
521Author: Alan Coopersmith <alan.coopersmith@oracle.com>
522Date:   Wed Nov 6 22:34:03 2013 -0800
523
524    Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_control
525    
526    Required to expose the structure members in Solaris headers, since it
527    was an XPG4/UNIX95 addition to the Solaris ABI.
528    
529    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
530
531commit 32070a64ba99fb89ec039e26444b1e026d6a978e
532Author: Alan Coopersmith <alan.coopersmith@oracle.com>
533Date:   Wed Nov 6 21:52:21 2013 -0800
534
535    Add stubs for send/recv fd functions in local transports
536    
537    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
538
539commit 08bf85958fab64951a9ba9e27dcb6b8eb818cc7e
540Author: Keith Packard <keithp@keithp.com>
541Date:   Thu Nov 7 18:04:30 2013 -0800
542
543    Switch to CMSG_* macros for FD passing
544    
545    This should be portable to non-Linux systems
546    
547    Signed-off-by: Keith Packard <keithp@keithp.com>
548    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
549    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
550
551commit 6b54b5cf8086f127aa87096e2bdd2263d1c81683
552Author: Keith Packard <keithp@keithp.com>
553Date:   Thu Nov 7 03:49:05 2013 -0800
554
555    Actually disable all of the FD passing code unless XTRANS_SEND_FDS is set
556    
557    Stick all of the functions relating to FD passing inside
558    
559    Signed-off-by: Keith Packard <keithp@keithp.com>
560
561commit f3709f3e0b883a0b4956313f89fa931e9264c346
562Author: Keith Packard <keithp@keithp.com>
563Date:   Wed Nov 6 23:16:11 2013 -0800
564
565    Update to version 1.3.1
566    
567    Signed-off-by: Keith Packard <keithp@keithp.com>
568
569commit 074614940c570524e1446f55fc12a64415057e1f
570Author: Mark Kettenis <kettenis@openbsd.org>
571Date:   Wed Nov 6 23:13:28 2013 -0800
572
573    Don't include file descriptor passing code by default
574    
575    Leave it up to the consumer to request this functionality by defining
576    XTRANS_SEND_FDS.
577    
578    Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
579    Reviewed-by: Keith Packard <keithp@keithp.com>
580    Signed-off-by: Keith Packard <keithp@keithp.com>
581    
582    v2 - make sure this is only defined on systems where the code actually
583    works (Linux for now)
584
585commit a7094c389ac9fd5ca265996f76eb55cb1133974b
586Author: Keith Packard <keithp@keithp.com>
587Date:   Sat Nov 2 19:23:41 2013 -0700
588
589    Add SEND_FDS version of Readv
590    
591    Now that we've found that libFS uses readv, we can test whether this
592    readv implementation works correctly.
593    
594    Signed-off-by: Keith Packard <keithp@keithp.com>
595
596commit 58151f63553faf81babd1371770b7a7f33cecac1
597Author: Keith Packard <keithp@keithp.com>
598Date:   Sat Nov 2 19:10:11 2013 -0700
599
600    Revert "Remove 'Readv' interface"
601    
602    This reverts commit 9e8d99c2e27f2c8acbbfb5b760649aa1bfad665e.
603    
604    libFS still uses this API...
605
606commit 1fb0fd555a16dd8fce4abc6d3fd22b315f46762a
607Author: Keith Packard <keithp@keithp.com>
608Date:   Thu Oct 31 17:21:53 2013 -0700
609
610    Update to version 1.3.0
611    
612    Adds FD passing interfaces and pulls in current patches past 1.2.7
613    
614    Signed-off-by: Keith Packard <keithp@keithp.com>
615
616commit adf920aa25c1709998c7c9276927061bd58e2dfc
617Author: Keith Packard <keithp@keithp.com>
618Date:   Tue Jan 8 16:47:05 2013 -0800
619
620    Add APIs to send file descriptors through the network
621    
622    Exposes new TRANS(SendFd)/TRANS(RecvFd) APIs.
623    
624    Signed-off-by: Keith Packard <keithp@keithp.com>
625
626commit 9e8d99c2e27f2c8acbbfb5b760649aa1bfad665e
627Author: Keith Packard <keithp@keithp.com>
628Date:   Fri Jan 18 16:47:30 2013 -0800
629
630    Remove 'Readv' interface
631    
632    No-one uses this, so there's no reason for it to be in the library
633    
634    Signed-off-by: Keith Packard <keithp@keithp.com>
635
636commit f6a161f2a003f4da0a2e414b4faa0ee0de0c01f0
637Author: Łukasz Stelmach <l.stelmach@samsung.com>
638Date:   Tue Jul 9 16:24:43 2013 +0200
639
640    Add const qualifier to unix_nolisten
641    
642    Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
643    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
644    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
645    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
646
647commit bd53f4c8543faf910a7a151241ee07661b4d57ad
648Author: Alan Coopersmith <alan.coopersmith@oracle.com>
649Date:   Sun Jan 27 22:11:40 2013 -0800
650
651    Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers
652    
653    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
654
655commit 3c4e0455425d5afd546c4a3f2cc9f8c7e60f2fca
656Author: Alan Coopersmith <alan.coopersmith@oracle.com>
657Date:   Sun Jan 27 21:39:34 2013 -0800
658
659    Docs: convert function synopses to docbook funcsynopsis markup
660    
661    Also add some cross-reference links and various other markup improvements.
662    
663    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
664
665commit d9f3728ff74ceb956f6cf8dc24b38611f9a4868a
666Author: Colin Walters <walters@verbum.org>
667Date:   Wed Jan 4 17:37:06 2012 -0500
668
669    autogen.sh: Implement GNOME Build API
670    
671    http://people.gnome.org/~walters/docs/build-api.txt
672    
673    Signed-off-by: Adam Jackson <ajax@redhat.com>
674
675commit 575e1e901ca842ba8ff7417f48175fb6a8d70859
676Author: Adam Jackson <ajax@redhat.com>
677Date:   Tue Jan 15 14:28:48 2013 -0500
678
679    configure: Remove AM_MAINTAINER_MODE
680    
681    Signed-off-by: Adam Jackson <ajax@redhat.com>
682
683commit ec3136232f7ce930f9ca812b6ab42a71b60af4af
684Author: Alan Coopersmith <alan.coopersmith@oracle.com>
685Date:   Wed Dec 26 19:08:16 2012 -0800
686
687    Remove unused TLI ("STREAMSCONN") code from xtrans
688    
689    Has never been converted to build in modular builds, so has been unusable
690    since X11R7.0 release in 2005.  All known platforms with TLI/XTI support
691    that X11R7 & later releases run on also have (and mostly prefer) BSD
692    socket support for their networking API.
693    
694    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
695
696commit 8ce5ecd33b05becc054dbd07f87e385165b6c979
697Author: Alan Coopersmith <alan.coopersmith@oracle.com>
698Date:   Thu Mar 22 20:04:07 2012 -0700
699
700    xtrans 1.2.7
701    
702    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
703
704commit f8eea0bf256de59602790b6a7c7877b31520440f
705Author: Matt Dew <marcoz@osource.org>
706Date:   Wed Jan 11 22:23:32 2012 -0700
707
708    informaltable cleanup
709    
710    On certain tables, add top and bottom borders to table
711    header and a bottom border to the table. This matches
712    what those tables in the old pdfs looked like.
713    
714    the <?dbfo keep-together='always'> prevents tables from
715    splitting across pages. Useful for tiny tables.
716    
717    Converting the colwidth to a floating point,
718    IE, 1* -> 1.0* cleans up these build errors:
719    WARNING: table-layout="fixed" and column-width unspecified
720    => falling back to proportional-column-width(1)
721    
722    Signed-off-by: Matt Dew <marcoz@osource.org>
723
724commit 6086f6c1d0e0a1c9e590879acb2319dea0eb6e96
725Author: Robert Bragg <robert@linux.intel.com>
726Date:   Mon Dec 12 00:30:43 2011 +0000
727
728    Xtranssock.c: avoid buffer overrun in SocketReopen
729    
730    This function was constructing an address from a port string allocating
731    a buffer according to the size of the string but then later copying
732    the address according to sizeof(struct sockaddr).
733    
734    This patch ensures that we allocate a struct sockaddr buffer with enough
735    space for the port string to be copied into sa_data[] and uses that
736    combined length to determine how much should be copied at the end of the
737    function.
738    
739    This fixes a crash when using xwayland which uses ListenOnOpenFD() that
740    will call _XSERVTransReopenCOTSServer() with a short port string like
741    ":1".
742    
743    Signed-off-by: Robert Bragg <robert@linux.intel.com>
744    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
745    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
746
747commit a04a45cb94f7f569e6dd77df93258fa167d0a4ea
748Author: Alan Coopersmith <alan.coopersmith@oracle.com>
749Date:   Wed Nov 30 18:40:46 2011 -0800
750
751    Remove unnecessary casts on malloc, calloc & free calls
752    
753    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
754    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
755
756commit a0bfb4fefd20b396e3d88eff0c60602fc436dad5
757Author: Alan Coopersmith <alan.coopersmith@oracle.com>
758Date:   Wed Nov 30 18:11:15 2011 -0800
759
760    Replace malloc(strlen)+strcpy with strdup
761    
762    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
763    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
764
765commit b89e1b45198c48996750b5da3d715c10f974243f
766Author: Alan Coopersmith <alan.coopersmith@oracle.com>
767Date:   Wed Nov 30 18:05:05 2011 -0800
768
769    Finish conversion to standard C allocation functions
770    
771    Commit 4ac40cd5451 started this, by no longer special casing the
772    xserver to include it's former custom allocation functions, this
773    just takes the remaining #defines and pre-substitutes them into
774    the code.
775    
776    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
777
778commit ff992be7b05483f9a0586a27ee0edb6d99580b84
779Author: Alan Hourihane <alanh@fairlite.co.uk>
780Date:   Thu Dec 1 12:04:22 2011 +0000
781
782    Fix some resource & memory leaks in libxtrans.
783    
784    Signed-off-by: Alan Hourihane <alanh@vmware.com>
785    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
786    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
787
788commit 29c9e101f7ad72556aa6b3dbc17d66a1ace9b2b1
789Author: Matt Dew <marcoz@osource.org>
790Date:   Tue Oct 4 21:59:50 2011 -0600
791
792    Cleanup IDs and links in doc
793    
794    1 - fix the capitalization of the ID attributes to match either the
795         <title> or <funcdef> string it goes with.
796    2 - fix any <linkend>'s that were affected by 1.
797    3 - any <function> in the docs that has an actual funcdef,
798    will become an olink.
799    
800    Signed-off-by: Matt Dew <marcoz@osource.org>
801
802commit 0f942e5f015cb3270e6f2e17c308bee894cb5fe3
803Author: Alan Coopersmith <alan.coopersmith@oracle.com>
804Date:   Sun Sep 25 11:39:13 2011 -0700
805
806    Convert a bunch of sprintf calls to snprintf
807    
808    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
809    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
810
811commit eb9a8904fbef61a57ff01c90627ead57055ed62b
812Author: Alan Coopersmith <alan.coopersmith@oracle.com>
813Date:   Sun Sep 25 11:18:26 2011 -0700
814
815    Add const attributes to fix gcc -Wwrite-strings warnings
816    
817    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
818    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
819
820commit 4e610d4bbcf29cca9dc5dbad29ca820996aaa8c7
821Author: Alan Coopersmith <alan.coopersmith@oracle.com>
822Date:   Sun Sep 25 10:59:45 2011 -0700
823
824    Fix warning: unused variable 'tmpport' with various configurations
825    
826    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
827    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
828
829commit a74c5d915c3095059356f83d1b845192e5c472c2
830Author: Alan Coopersmith <alan.coopersmith@oracle.com>
831Date:   Sun Sep 25 10:57:00 2011 -0700
832
833    Add _X_UNUSED attributes to silence unused parameter warnings
834    
835    Not all the transport variants use all the arguments to every function,
836    but as long as one transport type needs it, they all get the args passed.
837    
838    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
839    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
840
841commit 64f765de138cb9b757df315469b3136d32222ea2
842Author: Alan Coopersmith <alan.coopersmith@oracle.com>
843Date:   Sat Sep 24 00:04:40 2011 -0700
844
845    Mark __xtransname strings for debug messages as const char *
846    
847    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
848    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
849
850commit ea921932dae7049b231bead7f8f3f088d7beaf9e
851Author: Alan Coopersmith <alan.coopersmith@oracle.com>
852Date:   Fri Sep 23 23:03:09 2011 -0700
853
854    Fix unused variable warnings
855    
856    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
857    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
858
859commit c1968d10f97d62ac05d698822c2688151f70a9eb
860Author: Alan Coopersmith <alan.coopersmith@oracle.com>
861Date:   Fri Sep 23 22:59:11 2011 -0700
862
863    Fix warning: ISO C90 forbids mixed declarations and code
864    
865    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
866    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
867
868commit 225c45b3accab56fab361104a3d14b80f6cec954
869Author: Alan Coopersmith <alan.coopersmith@oracle.com>
870Date:   Fri Sep 23 22:57:56 2011 -0700
871
872    Fix printf format string warnings
873    
874    Now that prmsg lets arguments types actually be checked, fix
875    the warnings found.
876    
877    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
878    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
879
880commit b1b69ce8e8e4fe0f190c8bd85b537309e71055c8
881Author: Alan Coopersmith <alan.coopersmith@oracle.com>
882Date:   Fri Sep 23 22:35:03 2011 -0700
883
884    Convert PRMSG macro to prmsg inline function
885    
886    Allows using varargs to have the correct number of arguments passed to
887    get rid of the many gcc warnings about variable printf format strings,
888    and to reduce the duplication from having 5 implementations of the
889    PRMSG macro depending on the debug options defined & output method used.
890    
891    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
892    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
893
894commit cbdb434033da1725a69014cc6e4d89c691a6fd95
895Author: Alan Coopersmith <alan.coopersmith@oracle.com>
896Date:   Sat Sep 24 07:43:07 2011 -0700
897
898    Fix warnings about static functions declared but never defined
899    
900    Add #define XTRANS_TRANSPORT_C to transport.c and check for it
901    before making static function declarations and other bits needed
902    only when compiling the Xtrans code itself, not from other sources
903    that include the Xtransint.h header for the struct definitions.
904    
905    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
906    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
907
908commit cf39d738086b0a7c668fb3720d64de8d711a1a97
909Author: Arvind Umrao <arvind.umrao@oracle.com>
910Date:   Tue Sep 20 22:56:52 2011 +0530
911
912    Removing SUN specific code, let solaris create .X11-pipe with sticky bit on
913    
914    Alan told me, named pipe support was added around Solaris 2.6 when that was a much better performing transport than Unix sockets on the Solaris kernels of the time. By Solaris 10, Unix sockets had been reimplemented in the kernel to be faster, so they became the default again. In Solaris 11, we don't even have named pipe support in the libxcb library that implements X client connection code now, so the named pipes would only be accessed by code with a different libX11 or a statically linked libX11 from Solaris 2.6-9
915    
916    Signed-off-by: Arvind Umrao <arvind.umrao@oracle.com>
917    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
918
919commit a477713b89686480cf59a9c75c0aaeeba2386d0a
920Author: Gaetan Nadon <memsize@videotron.ca>
921Date:   Tue Sep 20 18:56:47 2011 -0400
922
923    specs: regroup <author> <editor> <othercredit> under authorgroup
924    
925    Some elements are not displayed when outside authorgroup
926    
927    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
928
929commit 1ad48fb9bc18d0c7a8fbec1d2cd232877e945047
930Author: Gaetan Nadon <memsize@videotron.ca>
931Date:   Tue Sep 20 15:47:09 2011 -0400
932
933    specs: refactor copyright legal text for multi licensing
934    
935    we can use <copyright> markup for the first holder
936    
937    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
938
939commit bd93bf86fd914a9cc54e2bedec5b063e5a38b732
940Author: Gaetan Nadon <memsize@videotron.ca>
941Date:   Mon Sep 19 10:58:40 2011 -0400
942
943    doc: support multi licensed copyright notice and license text
944    
945    For documentation having multiple licenses, the copyright and legalnotice
946    elements sequence cannot instantiated multiple times.
947    The copyright notice and license text are therefore coded inside a
948    legalnotice element. The role attribute on the paragraph is used to allow
949    styling of the copyright notice text which should not be italicized.
950    
951    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
952
953commit eb9ec458b7fb5332f7ae7b8faf59443a9075ec60
954Author: Alan Coopersmith <alan.coopersmith@oracle.com>
955Date:   Fri Sep 16 22:54:41 2011 -0700
956
957    Strip trailing whitespace
958    
959    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
960    git diff -w & git diff -b show no diffs from this change
961    
962    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
963
964commit 36174eb06e805fa51c9c2e9e914fdfad4a99f50f
965Author: Gaetan Nadon <memsize@videotron.ca>
966Date:   Wed Sep 14 15:29:19 2011 -0400
967
968    docs: fix authors affiliation
969    
970    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
971
972commit 9b6c2473be2848ce0a4986ddaa59e5f5ef028bfc
973Author: Gaetan Nadon <memsize@videotron.ca>
974Date:   Mon Sep 12 16:37:24 2011 -0400
975
976    docs: use the &fullrelvers; entity to set X11 release information
977    
978    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
979
980commit b5754cdf64f3396a5853413eda1943cf75ff3cbd
981Author: Gaetan Nadon <memsize@videotron.ca>
982Date:   Sun Sep 11 19:49:54 2011 -0400
983
984    docs: remove <productnumber> which is not used by default
985    
986    This element is not rendered by default on the title. A template
987    customization is required to display it.
988    X Window System does not have a product number.
989    
990    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
991
992commit 20f338c548e5fcb16650a4e2c25c2008c1fdac36
993Author: Gaetan Nadon <memsize@videotron.ca>
994Date:   Thu Sep 8 20:00:00 2011 -0400
995
996    docbook.am: embed css styles inside the HTML HEAD element
997    
998    Rather than referring to the external xorg.css stylesheet, embed the content
999    of the file in the html output produced. This is accomplished by using
1000    version 1.10 of xorg-xhtml.xsl.
1001    
1002    This makes the whole html docs tree much more relocatable.
1003    In addition, it eliminates xorg.css as a runtime file which makes
1004    xorg-sgml-doctools a build time only package.
1005    
1006    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1007
1008commit 8eb827af1b57ec52be183cddaf32257968c02878
1009Author: Gaetan Nadon <memsize@videotron.ca>
1010Date:   Wed Sep 7 10:31:04 2011 -0400
1011
1012    docbook.am: global maintenance update - entities, images and olinking
1013    
1014    Adding support in libX11 for html chunking caused a reorg of docbook.am
1015    as well as the xorg-sgml-doctools masterdb for olinking.
1016    The parameter img.src.path is added for pdf images.
1017    A searchpath to the root builddir is added for local entities, if present.
1018    
1019    The docbook.am makefile hides all the details and is identical for
1020    all 22 modules having DocBook documentation. It is included by a thin
1021    Makefile.am which requires no docbook knowledge.
1022    
1023    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1024
1025commit b710cdadc92fc212af361bee48f5af6333ec3e6d
1026Author: Gaetan Nadon <memsize@videotron.ca>
1027Date:   Sun Jun 12 18:39:46 2011 -0400
1028
1029    Install xml versions of specs even if HAVE_XMLTO is false
1030    
1031    DocBook/XML input source is also a usefull output format that can be viewed
1032    with an XML viewer or editor and by some O/S help system.
1033    
1034    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1035
1036commit 78d1f7d29145567e11b985042e917a435bef95f9
1037Author: Gaetan Nadon <memsize@videotron.ca>
1038Date:   Sun Jun 5 16:27:37 2011 -0400
1039
1040    Install target dbs alongside generated documents
1041    
1042    This matches a change in xorg-sgml-docs whereby the masterdb will look for
1043    the target dbs into the same location as the generated documents.
1044    
1045    The target dbs are now installed alongside the generated documents.
1046    Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
1047    has the potential of installing outside the package prefix and cause
1048    distcheck to fail when user does not have write permission in this package.
1049    
1050    Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
1051
1052commit e05d7abbcf880099058b699ac52f65edcac95582
1053Author: Jeremy Huddleston <jeremyhu@apple.com>
1054Date:   Sun Apr 24 19:39:26 2011 -0700
1055
1056    Silence warnings when building with clang
1057    
1058    /usr/X11/include/X11/Xtrans/Xtransint.h:349:12: error: unused function 'is_numeric' [-Werror,-Wunused-function]
1059    static int is_numeric (
1060              ^
1061    /usr/X11/include/X11/Xtrans/Xtransint.h:354:12: error: unused function 'trans_mkdir' [-Werror,-Wunused-function]
1062    static int trans_mkdir (
1063              ^
1064    
1065    In file included from /usr/X11/include/X11/Xtrans/transport.c:67:
1066    ...
1067    fatal error: too many errors emitted, stopping now [-ferror-limit=]
1068    
1069    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
1070
1071commit 27ae0ad1406a33919ea9f76034495bca7cccf051
1072Author: Gaetan Nadon <memsize@videotron.ca>
1073Date:   Sun Feb 27 15:06:18 2011 -0500
1074
1075    Documentation: add Docbook external references support
1076    
1077    When writing technical documentation, it is often necessary to cross
1078    reference to other information. When that other information is not in the
1079    current document, additional support is needed, namely <olink>.
1080    
1081    A new feature with version 1.7 of xorg-sgml-doctools adds references to
1082    other documents within or outside this package.
1083    
1084    This patch adds technical support for this feature but does not change
1085    the content of the documentation as seen by the end user.
1086    
1087    Each book or article must generate a database containing the href
1088    of sections that can be referred to from another document. This database
1089    is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
1090    the value of DATAROOTDIR for xorg-sgml-doctools and for the package
1091    documentation is the same. This forms a virtual document tree.
1092    
1093    This database is consulted by other documents while they are being generated
1094    in order to fulfill the missing information for linking.
1095    Refer to the xorg-sgml-doctools for further technical information.
1096    
1097    Co-authored-by: Matt Dew <marcoz@osource.org>
1098    
1099    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1100
1101commit cc199c31465b258032bdb9083879699202db7ee9
1102Author: Adam Jackson <ajax@redhat.com>
1103Date:   Mon Feb 21 12:44:06 2011 -0500
1104
1105    Remove a decnet leftover
1106    
1107    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1108    Reviewed-by: Daniel Stone <daniel@fooishbar.org>
1109    Signed-off-by: Adam Jackson <ajax@redhat.com>
1110
1111commit 91620213d2bd75fe322df06c5b6f55b85a10e55a
1112Author: Adam Jackson <ajax@redhat.com>
1113Date:   Tue Mar 15 15:47:08 2011 -0400
1114
1115    Remove K&R token pasting macros
1116    
1117    Reviewed-by: Julien Cristau <jcristau@debian.org>
1118    Signed-off-by: Adam Jackson <ajax@redhat.com>
1119
1120commit 4ac40cd5451983e6f62527700cdf9e2f8a29c013
1121Author: Adam Jackson <ajax@redhat.com>
1122Date:   Tue Mar 15 15:45:56 2011 -0400
1123
1124    Don't special-case allocation for the X server
1125    
1126    xserver uses malloc/free directly now, don't route through the Xalloc
1127    wrappers.
1128    
1129    Reviewed-by: Julien Cristau <jcristau@debian.org>
1130    Signed-off-by: Adam Jackson <ajax@redhat.com>
1131
1132commit 638caa2053330038c5ba5a5682ff02be6aa0faa6
1133Author: Gaetan Nadon <memsize@videotron.ca>
1134Date:   Wed Feb 2 11:43:46 2011 -0500
1135
1136    config: comment, minor upgrade, quote and layout configure.ac
1137    
1138    Group statements per section as per Autoconf standard layout
1139    Quote statements where appropriate.
1140    Autoconf recommends not using dnl instead of # for comments
1141    
1142    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
1143    Add AC_CONFIG_SRCDIR([Makefile.am])
1144    
1145    This helps automated maintenance and release activities.
1146    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
1147
1148commit a26753b7b20cd5cadc1e7fa007cec063f39a49e8
1149Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1150Date:   Thu Dec 16 23:59:20 2010 -0800
1151
1152    doc: Correct column count in transport configuration table
1153    
1154    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1155
1156commit 59f57d1a19d4091fef115b9eafa139bf620332cb
1157Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1158Date:   Mon Nov 8 16:33:45 2010 -0800
1159
1160    xtrans 1.2.6
1161    
1162    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1163
1164commit 05cd71c899e83022147f27085ee652d26f5462cb
1165Author: Jesse Adkins <jesserayadkins@gmail.com>
1166Date:   Sat Nov 6 12:53:24 2010 -0700
1167
1168    Remove ISCFuncs, fix SCOFuncs inclusion (bug 23324)
1169    
1170    ISCFuncs was removed by commit 339ddc413559d4cb117a72f87b2a70dae6911c32.
1171    SCOFuncs should be for SCO only, instead of !sun.
1172    
1173    Also, remove comments that suggest ISC support.
1174    
1175    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
1176    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1177    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1178
1179commit 0e5a66c82535dd8e9beee9fc4c42c52f90d05f50
1180Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1181Date:   Sat Nov 6 13:22:59 2010 -0700
1182
1183    doc: Update for X11R7/modularization
1184    
1185    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1186
1187commit 1858516e9f0f3e65cc3d1f6cedfe8bfa614c8082
1188Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1189Date:   Sat Nov 6 11:22:15 2010 -0700
1190
1191    doc: Markup & typo cleanups
1192    
1193    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1194
1195commit 16bdc50ca85bbae065a32647e2410a5ca47b4924
1196Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1197Date:   Sat Nov 6 09:53:08 2010 -0700
1198
1199    doc: Correct legal notices
1200    
1201    Restore both copyright/license notices from troff version
1202    Move implementation note out of legalnotice section
1203    
1204    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1205
1206commit d01d081538d04ac60b9e14f6e2faa60fe6bed5ff
1207Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1208Date:   Sat Nov 6 09:23:26 2010 -0700
1209
1210    doc: Use installed css stylesheet instead of making another copy
1211    
1212    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1213
1214commit ea6977f4a51612172ba51c3bd35aa150ad9ff158
1215Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1216Date:   Sat Nov 6 12:41:48 2010 -0700
1217
1218    Xtransint.h: Add missing ' in comment
1219    
1220    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1221
1222commit 862d2de24950d2658158ebc4cf8307e73f80bc8d
1223Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1224Date:   Fri Oct 29 18:22:33 2010 -0700
1225
1226    Sun's copyrights now belong to Oracle
1227    
1228    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1229
1230commit cbb59ebc916d0be18c322eec782b694f4dc2e685
1231Author: Gaetan Nadon <memsize@videotron.ca>
1232Date:   Sun Jun 27 20:27:39 2010 -0400
1233
1234    Update README to reflect docs converted from nroff to DocBook XML
1235    
1236    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1237
1238commit 3441142714b2640d1e143fcb5d089a2a42bd5321
1239Author: Gaetan Nadon <memsize@videotron.ca>
1240Date:   Sun Jun 27 20:21:20 2010 -0400
1241
1242    doc: remove trailing spaces in xtrans.xml
1243    
1244    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1245
1246commit 7761846c7fd97f15d7207e1b9fd9d42c9e58a0c4
1247Author: Gaetan Nadon <memsize@videotron.ca>
1248Date:   Sat Jun 26 13:06:22 2010 -0400
1249
1250    doc: replace groff input format with docbook xml format
1251    
1252    Initial version of xtrans docbook xml.
1253    Requires util-macros 1.10
1254    
1255    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1256
1257commit 4f557036253ac5750576c88e5b9a86759a49d247
1258Author: Gaetan Nadon <memsize@videotron.ca>
1259Date:   Fri Jun 18 21:47:52 2010 -0400
1260
1261    config: XORG_WITH_GROFF: use HAVE_GROFF_HTML conditional
1262    
1263    Groff uses grohtml to generate html output format. This program, in turn,
1264    uses a number of pnm* commands from the netpbm package, psselect
1265    from the psutils package and the ghostscript package.
1266    
1267    These are independently installed, so they could be missing.
1268    Skip the HTML output format if one of the dependencies is missing.
1269    The version 1.9 of the util-macros package is required.
1270    
1271    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1272
1273commit 1e9b958a096682b1ec111d400bd25048e3f95ed4
1274Author: Alan Coopersmith <alan.coopersmith@oracle.com>
1275Date:   Fri May 21 18:54:20 2010 -0700
1276
1277    Update README to reflect docs moved here from xorg-docs module
1278    
1279    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1280
1281commit d400e69526c1c331e8e23893e2ba8658979376e8
1282Author: Gaetan Nadon <memsize@videotron.ca>
1283Date:   Mon Mar 29 14:53:49 2010 -0400
1284
1285    config: remove the pkgconfig pc.in file from EXTRA_DIST
1286    
1287    Automake always includes it in the tarball.
1288    
1289    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1290
1291commit 373922e1529b3d55513fbc0ec24527600f7b529c
1292Author: Gaetan Nadon <memsize@videotron.ca>
1293Date:   Tue Feb 16 18:18:06 2010 -0500
1294
1295    doc: use HAVE_GROFF_MM to skip doc when 'm.tmac' macros missing
1296    
1297    This conditional is defined in XORG_WITH_GROFF macro.
1298    
1299    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1300
1301commit b531ff3ed2ad841b716ba370fd43bbe8f06f1185
1302Author: Gaetan Nadon <memsize@videotron.ca>
1303Date:   Fri Jan 29 15:05:37 2010 -0500
1304
1305    doc: use new macros XORG_WITH_GROFF and PS2PDF
1306    
1307    These control the usage of doc tools
1308    Also use XORG_ENABLE_DOCS to control generation of docs
1309    
1310    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1311
1312commit 5922556f408fbcd14e7ad23bbe46db2ae8dcdee6
1313Author: Alan Coopersmith <alan.coopersmith@sun.com>
1314Date:   Thu Jan 14 21:11:43 2010 -0800
1315
1316    Update Sun license notices to current X.Org standard form
1317    
1318    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1319
1320commit dab2bcdaf60977643ec55d71a81e67c1e3a162a9
1321Author: Rémi Cardona <remi@gentoo.org>
1322Date:   Thu Dec 17 08:31:20 2009 +0100
1323
1324    require autoconf 2.60 because of $(docdir) use
1325    
1326    Signed-off-by: Rémi Cardona <remi@gentoo.org>
1327    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
1328    Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
1329    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
1330
1331commit 197ec0dc83e775e42fce4966142ae3a641f2db69
1332Author: Gaetan Nadon <memsize@videotron.ca>
1333Date:   Fri Nov 27 20:56:05 2009 -0500
1334
1335    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
1336    
1337    Now that the INSTALL file is generated.
1338    Allows running make maintainer-clean.
1339
1340commit 27a18fb2c9356cc44bdd892f87200c3ea230109b
1341Author: Gaetan Nadon <memsize@videotron.ca>
1342Date:   Wed Oct 28 14:09:11 2009 -0400
1343
1344    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
1345    
1346    Add missing INSTALL file. Use standard GNU file on building tarball
1347    README may have been updated
1348    Remove AUTHORS file as it is empty and no content available yet.
1349    Remove NEWS file as it is empty and no content available yet.
1350
1351commit 92da89326d26e0924d4c6efe2ebd26ceb527f4f7
1352Author: Gaetan Nadon <memsize@videotron.ca>
1353Date:   Mon Oct 26 22:08:43 2009 -0400
1354
1355    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
1356    
1357    ChangeLog filename is known to Automake and requires no further
1358    coding in the makefile.
1359
1360commit 9aeff40d0722b4fedc4ab9ccc1aaff75368020fe
1361Author: Gaetan Nadon <memsize@videotron.ca>
1362Date:   Thu Oct 22 12:34:20 2009 -0400
1363
1364    .gitignore: use common defaults with custom section # 24239
1365    
1366    Using common defaults will reduce errors and maintenance.
1367    Only the very small or inexistent custom section need periodic maintenance
1368    when the structure of the component changes. Do not edit defaults.
1369
1370commit f0f7c47055eecac35786ec616c7632604da204b5
1371Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1372Date:   Wed Oct 21 12:47:27 2009 -0700
1373
1374    This is not a GNU project, so declare it foreign.
1375    
1376    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
1377    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
1378    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
1379    > > was quite annoying to work around since 'autoreconf -fvi' replaces
1380    > > it and git wants to commit it.  Should these files even be in git?
1381    > > Can I nuke them for the betterment of humanity and since they get
1382    > > created by autoreconf anyways?
1383    >
1384    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
1385    
1386    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
1387    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
1388    of the INSTALL file. It is also part of the 24206 solution.
1389    
1390    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
1391
1392commit 7d98b9b03c5fd5a82f9f4d215b10c0926edeab00
1393Author: Eric Sesterhenn <eric.sesterhenn@lsexperts.de>
1394Date:   Mon Oct 19 09:53:18 2009 -0700
1395
1396    Bug 24612: Memory & fd leaks in local transports
1397    
1398    X.Org bug #24612 <http://bugs.freedesktop.org/show_bug.cgi?id=24612>
1399    Patch #30548 <http://bugs.freedesktop.org/attachment.cgi?id=30548>
1400    
1401    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1402
1403commit 1127b8ec766ed8c48cc49b0779647fb697a07ebd
1404Author: Alan Coopersmith <alan.coopersmith@sun.com>
1405Date:   Sat Oct 17 13:14:03 2009 -0700
1406
1407    xtrans 1.2.5
1408    
1409    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1410
1411commit 628b125ff9c72ec93090005b06228690f0dd6004
1412Author: Alan Coopersmith <alan.coopersmith@sun.com>
1413Date:   Sat Oct 17 13:06:26 2009 -0700
1414
1415    Move Xtrans interface docs from xorg-docs module
1416    
1417    Only built/installed if --enable-docs is requested, since few people should
1418    be writing code using xtrans interfaces directly.
1419    
1420    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1421
1422commit 3b0fc7a5a6d4b4b6903a9ad6685e2441f9fe83a7
1423Author: Alan Coopersmith <alan.coopersmith@sun.com>
1424Date:   Thu Oct 15 17:07:10 2009 -0700
1425
1426    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
1427    
1428    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1429
1430commit 69334376346a96beb3df120a3eeeb7935923c388
1431Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1432Date:   Thu Oct 15 15:25:58 2009 -0500
1433
1434    Silence root ownership warnings on Cygwin
1435    
1436    XWin need not be run as root, nor do Administrators have uid of 0.
1437    
1438    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1439
1440commit d009d995d85dc499dc3f1add34da551fdf703b60
1441Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1442Date:   Thu Oct 15 15:25:57 2009 -0500
1443
1444    Don't use -lws2_32 on Cygwin
1445    
1446    On Cygwin, both the (builtin) *NIX socket API and WinSock (via w32api) are
1447    available, but they cannot be mixed.  We use *NIX APIs for everything else,
1448    so we do not want to mix in WinSock here.
1449    
1450    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1451
1452commit 773478581913bafa5e98a7bff3260efb0c4f2ab6
1453Author: Mikhail Gusarov <dottedmag@dottedmag.net>
1454Date:   Sat Sep 26 04:39:20 2009 +0700
1455
1456    Move xtrans.pc to /usr/share/pkg-config
1457    
1458    This fixes configuration in cross-compilation mode:
1459    pkg-config does not look for .pc in /usr/lib/pkg-config during
1460    cross-compilation to avoid picking up wrong libraries.
1461    
1462    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
1463    Acked-by: Julien Cristau <jcristau@debian.org>
1464
1465commit 336d4cfb58c784a81beca74fe03a0af0abb224ba
1466Author: Julien Cristau <jcristau@debian.org>
1467Date:   Fri Aug 7 16:58:58 2009 +0200
1468
1469    Xtranssock: assume that we have getaddrinfo if ipv6 is enabled
1470    
1471    If IPv6 is enabled at build time, assume that the C library will have
1472    getaddrinfo at runtime.
1473    
1474    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1475
1476commit 4f82ca502d8ec33b0038700675d54539d85d723c
1477Author: Alan Coopersmith <alan.coopersmith@sun.com>
1478Date:   Fri Jul 31 17:24:25 2009 -0700
1479
1480    Version 1.2.4
1481    
1482    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1483
1484commit e5f52f206916b7c5264b9371f9bd0113632a4a16
1485Author: Alan Coopersmith <alan.coopersmith@sun.com>
1486Date:   Thu Jul 30 16:07:39 2009 -0700
1487
1488    Fix ifdef checks for SVR4 to do the right thing on Solaris
1489    
1490    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1491
1492commit 6d1ad967b894a37f423fd52247df5fcc3bfab1a8
1493Author: Alan Coopersmith <alan.coopersmith@sun.com>
1494Date:   Mon May 18 18:26:36 2009 -0700
1495
1496    xfs segfaults in _FontTransSocketReopen when cloning itself
1497    
1498    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1499
1500commit 1e32f79670a6dc0baae2c2622d2b562f41266ea5
1501Author: Alan Coopersmith <alan.coopersmith@sun.com>
1502Date:   Fri Apr 24 02:10:53 2009 -0700
1503
1504    Constify path argument to trans_mkdir()
1505    
1506    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1507
1508commit 732f3366c40c4bea258b11b96c4763f5948a4844
1509Author: Benjamin Close <Benjamin.Close@clearchain.com>
1510Date:   Mon Feb 9 16:34:00 2009 +1030
1511
1512    Update is_numeric base on the declaration change in 389e01fb51ba2d708015e27d8fc17c88a0e55802
1513    
1514    Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
1515
1516commit 300893171ca7ad684472e5961a7b2ba0eb291f6b
1517Author: Benjamin Close <Benjamin.Close@clearchain.com>
1518Date:   Mon Feb 9 16:33:59 2009 +1030
1519
1520    Revert "Fix "XXX declared 'static' but not defined""
1521    
1522    This reverts commit d192bac409fe5ef99fa9fb9b5a0d5f656f0f1412.
1523    
1524    When transport.c is directly include (as in the case of libICE:icetrans.c:32)
1525    Xtranssock.c must be included before Xtransutil.c in order for the socket
1526    structures to be included. Including Xtransutil.c after Xtranssock.c requires
1527    is_number and trans_mkdir to be defined.
1528    
1529    This reintroduces the warning until a cleaner solution can be found
1530    but fixes the build.
1531    
1532    Found by: Tinderbox
1533    
1534    Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
1535
1536commit 389e01fb51ba2d708015e27d8fc17c88a0e55802
1537Author: Alan Coopersmith <alan.coopersmith@sun.com>
1538Date:   Fri Feb 6 11:31:06 2009 -0800
1539
1540    Constify string argument to is_numeric
1541    
1542    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1543
1544commit cca91ddaae2121f42b2d5c08867bb93df8f9de13
1545Author: Alan Coopersmith <alan.coopersmith@sun.com>
1546Date:   Fri Feb 6 11:27:02 2009 -0800
1547
1548    Fix libICE build after code motion in d192bac409...
1549    
1550    The #ifdef ICE_t case in Xtransutil.c depended on some #includes that
1551    are done in files that transport.c previously included before Xtransutil.c
1552    but are now after Xtransutil.c is included.
1553    
1554    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1555
1556commit d192bac409fe5ef99fa9fb9b5a0d5f656f0f1412
1557Author: Tomas Carnecky <tom@dbservice.com>
1558Date:   Wed Feb 4 15:26:18 2009 +0100
1559
1560    Fix "XXX declared 'static' but not defined"
1561    
1562    The functions are declared static in Xtransint.h but are defined
1563    in Xtransutil.c. So when someone (xserver/os/connection.c)
1564    incuded Xtransint.h, gcc would throw the warning.
1565    I removed the declarations from the header and rearranged includes
1566    in transport.c so that Xtransutil.c is included just after
1567    Xtransint.h. This way the functions are still defined for the
1568    files that need them (Xtranssock.c, Xtranstli.c).
1569    
1570    Signed-off-by: Tomas Carnecky <tom@dbservice.com>
1571    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1572
1573commit 77784ae71b6af1ec270198cfdd5f2eab1fe4a0c0
1574Author: Tomas Carnecky <tom@dbservice.com>
1575Date:   Wed Feb 4 15:22:28 2009 +0100
1576
1577    Fix "warning: format not a string literal and no format arguments"
1578    
1579    Signed-off-by: Tomas Carnecky <tom@dbservice.com>
1580    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1581
1582commit c893bc4aa7a674c6888aacc8249b3c4a8f6bf12a
1583Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1584Date:   Fri Jan 30 18:47:32 2009 -0200
1585
1586    Janitor: Correct make distcheck and compiler warnings.
1587    
1588      Compiler warnings are spread on other packages, with a
1589    warning in the format:
1590    /usr/include/X11/Xtrans/Xtranssock.c:548: warning: 'ciptr' may be used uninitialized in this function
1591    so the code was slightly changed so that the compiler
1592    would not "think" it could be used without initialization.
1593
1594commit 1cf4a1a6716f2c0adf5ee4d0a194a1013be53105
1595Author: Alan Coopersmith <alan.coopersmith@sun.com>
1596Date:   Sun Jan 11 10:54:52 2009 -0800
1597
1598    Version 1.2.3
1599
1600commit d0c5592142369afa93dcd58ca6f390dbd127a28a
1601Author: Alan Coopersmith <alan.coopersmith@sun.com>
1602Date:   Sun Jan 11 10:51:49 2009 -0800
1603
1604    Add bugzilla, mailing list & git repo pointers to README
1605
1606commit 9f12a154437554938a4fa18b7d3948c7dff8d631
1607Author: Alan Coopersmith <alan.coopersmith@sun.com>
1608Date:   Mon Dec 1 13:58:31 2008 -0800
1609
1610    Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2
1611
1612commit 8c313881a0c586179c09922a7e00a1f8d669a68a
1613Author: Alan Coopersmith <alan.coopersmith@sun.com>
1614Date:   Mon Dec 1 08:37:42 2008 -0800
1615
1616    18748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case.
1617    
1618    X.Org Bug #18748 <http://bugs.freedesktop.org/show_bug.cgi?id=18748>
1619
1620commit c626a4298e98f4988701dd587bc8355c62542ec4
1621Author: Alan Hourihane <alanh@tungstengraphics.com>
1622Date:   Wed Oct 15 11:19:41 2008 +0100
1623
1624    add winsock check for windows builds
1625
1626commit 005bd80a9eab736aea737869b8a1079c565e1cd6
1627Author: Adam Jackson <ajax@redhat.com>
1628Date:   Tue Oct 7 09:56:49 2008 -0400
1629
1630    xtrans 1.2.2
1631
1632commit 1185dd2966521e1a19474dfd4206306cb383fc89
1633Author: Adam Jackson <ajax@redhat.com>
1634Date:   Tue Oct 7 09:55:22 2008 -0400
1635
1636    Finish removing OS/2 support
1637
1638commit 51b2e85aeb172f4a058d8ceceec91021ffd0b2a5
1639Author: Adam Jackson <ajax@redhat.com>
1640Date:   Tue Oct 7 09:51:27 2008 -0400
1641
1642    Remove DECNET support.
1643    
1644    This hasn't been consumed in the server or libs since 7.0.
1645
1646commit 892ec928da3a0653ae54c321e4c3b1aa06c4e678
1647Author: Adam Jackson <ajax@redhat.com>
1648Date:   Thu Aug 7 10:32:11 2008 -0400
1649
1650    Drastically simplify TRANS_OPEN_MAX.
1651    
1652    If your OS doesn't have sysconf(3), then life is already hard for you.
1653
1654commit 339ddc413559d4cb117a72f87b2a70dae6911c32
1655Author: Adam Jackson <ajax@redhat.com>
1656Date:   Thu Aug 7 10:23:19 2008 -0400
1657
1658    Massive ifdef cleanup, dropping a ton of unsupported platform code.
1659
1660commit a78b9819cbbbddccb4a6bf364b88ec4f27d25c1f
1661Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1662Date:   Tue Aug 5 17:46:37 2008 -0700
1663
1664    Added a flag to enable "The OS already took care of securing this, please skip checking xauth" for use with Apple launchd sockets.
1665
1666commit 3db805979b476d233baa881e83950ef1d2731841
1667Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1668Date:   Tue Jul 15 16:56:12 2008 -0700
1669
1670    Apple: Allow Xquartz to provide an additional fd to xtrans since the dynamic addition code in the server isn't bulletproof yet.
1671
1672commit 81d8bdced6b45ab2ab3d3a0bc164ddbf1659fea1
1673Author: Adam Jackson <ajax@redhat.com>
1674Date:   Wed Jul 2 15:24:20 2008 -0400
1675
1676    xtrans 1.2.1
1677
1678commit 302af17c4d5f0293a9af4d6c1097ab57a57d3f0f
1679Author: Alan Coopersmith <alan.coopersmith@sun.com>
1680Date:   Tue Jun 24 15:45:38 2008 -0700
1681
1682    Clear some pointer type mismatch warnings
1683
1684commit 4d184e41d30a8fe27380e04beb24f775d4a40782
1685Author: Alan Coopersmith <alan.coopersmith@sun.com>
1686Date:   Tue Jun 24 15:45:18 2008 -0700
1687
1688    LocalClose() takes a ConnInfoPtr, not an fd
1689
1690commit 177c2fd41727bd0110b493933dcbdbf21878fe09
1691Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1692Date:   Fri May 23 09:48:59 2008 -0700
1693
1694    Launchd: This functionality has been moved into xorg-server
1695
1696commit 02fcb08803dca5bb2df4f8be490a845659bd7ed3
1697Author: Adam Jackson <ajax@redhat.com>
1698Date:   Mon May 12 17:49:41 2008 -0400
1699
1700    Connection failure for abstract socket is ECONNREFUSED, not ENOENT.
1701    
1702    Apropos of bug #15884.
1703
1704commit 906294025573d07c739894fa3b2eedc82813a379
1705Author: Bill Nottingham <notting@redhat.com>
1706Date:   Mon May 12 17:43:36 2008 -0400
1707
1708    Ignore mkdir() errors when creating the abstract socket.
1709    
1710    Red Hat bug #445303.
1711
1712commit 08134c2ce72bc43c172b6ae134d8a94a40b45c9b
1713Author: James Cloos <cloos@jhcloos.com>
1714Date:   Sat May 10 07:02:09 2008 -0400
1715
1716    Remove extraneous execute bit from .c file
1717
1718commit e75b9dad0ae4bc0869af81652d8259675a3c5cac
1719Author: Julien Cristau <jcristau@debian.org>
1720Date:   Thu May 8 16:27:29 2008 +0200
1721
1722    Bump to 1.2
1723
1724commit 962ad4d3f8096f5ffa14b32b3ee094f250790c77
1725Author: Alan Hourihane <alanh@tungstengraphics.com>
1726Date:   Mon Apr 28 23:46:05 2008 +0100
1727
1728    disable UNIXCONN on MINGW
1729
1730commit 9e8c0e3356bc6359368b7655d3a717d6c000387e
1731Author: Alan Hourihane <alanh@tungstengraphics.com>
1732Date:   Sat Apr 26 16:23:19 2008 +0100
1733
1734    fix build for MAKEWORD
1735
1736commit 568c5ea02ee1de437833ee0b53a7b3fd7ece084f
1737Author: Colin Harrison <colin.harrison-at-virgin.net>
1738Date:   Sat Apr 26 08:53:13 2008 +0100
1739
1740    Update to winsock2
1741
1742commit 960902584a3ef125946beb5ebe331b54d697e9d9
1743Author: James Cloos <cloos@jhcloos.com>
1744Date:   Fri Apr 25 15:53:20 2008 -0400
1745
1746    Fix length calculation for the path for abstract unix domain sockets
1747    
1748    Since the struct has a fixed-lenght char[] its sizeof() contains
1749    trailing NUL octets which results in corrupt abstract sockets.
1750    
1751    Instead, take the strlen(3) of the path, plus the single NUL octet
1752    (which identifies the path as an abstract path rather than a file-
1753    system path) plus the offset from the start of the struct to the
1754    start of the char array.
1755    
1756    This fixes:
1757    
1758    https://bugs.freedesktop.org/show_bug.cgi?id=15677
1759
1760commit 3a2a5375b8aab85697b4f2644ab99c3ccf79e658
1761Author: Colin Harrison <colin.harrison-at-virgin.net>
1762Date:   Wed Apr 23 10:39:30 2008 +0100
1763
1764    Only call WSAGetLastError() if there has been an
1765    error condition.
1766
1767commit ac13a1a34b61247a21da130f0ba9922f35d3dc3b
1768Author: Alan Coopersmith <alan.coopersmith@sun.com>
1769Date:   Tue Apr 15 12:32:35 2008 -0700
1770
1771    Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARC
1772    
1773    Check for socklen_t definition and if found use it instead of size_t or
1774    int for the length argument to getpeername/getsockname/etc.
1775    
1776    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6688467>
1777
1778commit 556a351de83fc6f401b02213dae95731553c216d
1779Author: Loïc Minier <lool@dooz.org>
1780Date:   Mon Mar 24 15:38:27 2008 -0400
1781
1782    Bug #10489: Don't retry unix socket connect()s on ENOENT.
1783    
1784    If the socket isn't there, it's not gonna magically appear.  Either it's
1785    a server socket and you should have just waited for the SIGUSR1 from the
1786    server, or it's a stale reference to an ICE socket.
1787    
1788    However, do retry once, so fallback from abstract to filesystem namespace
1789    works.
1790    
1791    Originally Debian bug #385976.
1792
1793commit 3de3e666e0653d4e8ae23fc3e6e31864ddad4059
1794Author: Julien Cristau <jcristau@debian.org>
1795Date:   Sun Mar 23 19:43:32 2008 +0100
1796
1797    BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN
1798    
1799    GNU/kFreeBSD defines BSD44SOCKETS, but doesn't have SOCK_MAXADDRLEN.
1800    Check for the latter directly.
1801
1802commit 662994b9096181117cec4cae88f24bf6da806159
1803Author: Adam Jackson <ajax@redhat.com>
1804Date:   Wed Mar 5 21:02:28 2008 -0500
1805
1806    xtrans 1.1
1807
1808commit 2afe206ec9569e0d62caa6d91c3fb057b0efa23d
1809Author: Adam Jackson <ajax@redhat.com>
1810Date:   Wed Mar 5 20:48:59 2008 -0500
1811
1812    Add support for the abstract socket namespace under Linux.
1813    
1814    Unlike normal unix sockets, the abstract namespace is not bound to the
1815    filesystem.  This has some notable advantages; /tmp need not exist, the
1816    socket directory need not have magic permissions, etc.  xtrans servers
1817    will listen on both the normal and abstract socket endpoints; clients
1818    will attempt to connect to the abstract socket before connecting to the
1819    corresponding filesystem socket.
1820    
1821    Based on a patch by Bill Crawford.
1822
1823commit c8ed67f16f71042ef134a4d2189c20dd200a0648
1824Author: Jeremy Huddleston <jeremy@tifa.local>
1825Date:   Sun Feb 10 19:04:40 2008 -0800
1826
1827    Fixed #ifdef checks that were using i386 to use __i386__
1828    
1829    """
1830    
1831    It's simply obsolete, sloppy, compiler namespace pollution.  The
1832    compiler is not allowed to predefine symbols that might conflict with
1833    ordinary identifiers.  For backwards compatibility gcc currently
1834    predefines i386 when compiling for x86 32-bit (but not 64-bit), but that
1835    will go away.  It is also not defined if you specify -ansi when invoking
1836    the compiler, because then it is seriously standards compliant.  Other
1837    compilers shouldn't define it either.  Correct code shouldn't rely on it
1838    being defined.  However __i386__ is safe and proper.
1839    
1840    """
1841
1842commit 9970b5b6f8237685267b7972282319cf266661ea
1843Author: Ben Byer <bbyer@bbyer.local>
1844Date:   Sun Dec 2 07:36:51 2007 -0800
1845
1846    make launchd error messages less scary
1847
1848commit cd1da5cec49fb7fe6238a00d9ba550b3ed78fa08
1849Author: Ben Byer <bbyer@bbyer.local>
1850Date:   Wed Nov 14 03:57:57 2007 -0800
1851
1852    Fix for incorrect processing of recycled launchd socket on OS X
1853
1854commit 3da4d6c1dc05f9e1291b023a97535eb67f0830e2
1855Author: Ben Byer <bbyer@bbyer.local>
1856Date:   Wed Nov 14 03:55:42 2007 -0800
1857
1858    removed cvs tags
1859
1860commit 496cf2c46d2123c3bed3e6878f8f9a62e87ce559
1861Author: Dodji Seketeli <dodji@seketeli.org>
1862Date:   Tue Sep 11 12:52:44 2007 +0200
1863
1864    libxtrans: fixed a typo in my last commit
1865    
1866            * Xtranssock.c: (SocketReopen): oops fix a typo in my last commit.
1867
1868commit 88e141225113fcc4ebe5e8fe361e75673cdbf9ff
1869Author: Dodji Seketeli <dodji@seketeli.org>
1870Date:   Tue Sep 11 08:48:03 2007 +0200
1871
1872    libxtrans: fix linux compilation breakage
1873    
1874            * Xtranssock.c:
1875              (SocketReopen): protect use of BSD4.4 socket with BSD44SOCKETS macro.
1876              protect use of strlcnpy with HAVE_STRLCPY macro.
1877              That one is defined (or not) by the xserver configure.
1878
1879commit 6217f34977bfa17b66b89df5d45420774abedcb3
1880Author: Ben Byer <bbyer@bbyer.apple.com>
1881Date:   Wed Sep 5 18:29:44 2007 -0700
1882
1883    changes to support launchd on OS X
1884
1885commit 4d0cfe491046df26027db291530b247b7f24df5b
1886Author: Ben Byer <bbyer@bbyer.apple.com>
1887Date:   Wed Sep 5 18:04:01 2007 -0700
1888
1889    suppress warning about socket directory ownership on OS X
1890    
1891    We don't need to warn the user about the fact that the socket
1892    directory is not owned by root under OS X; on that platform,
1893    it's never owned by root, as the X server runs as the normal user.
1894
1895commit de93d67f6d48c7c08f2554cb85515bcf7dfbffb2
1896Author: Alan Coopersmith <alan.coopersmith@sun.com>
1897Date:   Tue Aug 21 17:54:23 2007 -0700
1898
1899    Version bump: 1.0.4
1900
1901commit 5e16b0ebccb233f7aeaf3928a853ee966b7cbb39
1902Author: Kean Johnston <kean@armory.com>
1903Date:   Wed Jul 18 09:27:06 2007 -0700
1904
1905    Fix typo in Xtranslcl.c (sprintf with size argument should be snprintf)
1906
1907commit 1abc981349140260d6fb643d29cf2b851fc06ac9
1908Author: Daniel Stone <daniel@fooishbar.org>
1909Date:   Sat Dec 16 01:15:21 2006 +0200
1910
1911    bump to 1.0.3
1912
1913commit 8172528bb894856aa5b133f61444294dc5a347e6
1914Author: Daniel Stone <daniel@fooishbar.org>
1915Date:   Wed Dec 6 18:51:59 2006 +0200
1916
1917    Makefile.am: make ChangeLog hook safer
1918    Make ChangeLog hook as safe as possible.
1919
1920commit 5ffb704b1df9ec44a448d53d4c20b9d4c5d825d4
1921Author: Adam Jackson <ajax@benzedrine.nwnk.net>
1922Date:   Fri Oct 13 17:01:59 2006 -0400
1923
1924    Bump to 1.0.2
1925
1926commit ae3b57953f5c1fa875d19fb42a2178d7e594ea44
1927Author: Adam Jackson <ajax@benzedrine.nwnk.net>
1928Date:   Thu Oct 12 20:36:52 2006 -0400
1929
1930    Fix the ChangeLog hook to distcheck.
1931
1932commit 4a2f176da3e2171f4feea2e6c8787e24fdf204f3
1933Author: Alan Coopersmith <alan.coopersmith@sun.com>
1934Date:   Fri Sep 15 14:59:15 2006 -0700
1935
1936    Remove GIT_DIR setting from git log command
1937
1938commit ec3abba0e351278876909bb5250d490b807d904a
1939Author: Alan Coopersmith <alan.coopersmith@sun.com>
1940Date:   Fri Sep 15 13:54:18 2006 -0700
1941
1942    Copy additional copyright/license statements from source to COPYING
1943
1944commit b4c6bd92b3a8bed746da641c59a9f040e1d83768
1945Author: Alan Coopersmith <alan.coopersmith@sun.com>
1946Date:   Wed Sep 13 14:09:22 2006 -0700
1947
1948    Bug 728: RUI in _X11TransSocketINETGetAddr in file "Xtranssock.c"
1949    
1950    Bug #728: <https://bugs.freedesktop.org/show_bug.cgi?id=728>
1951    Patch #3527: <https://bugs.freedesktop.org/attachment.cgi?id=3527>
1952    bzero sockaddr structures before passing to kernel to convince memory
1953    checkers that they are initialized before use
1954
1955commit 5d006baadf213e91f131ffedc53c88a973fb1cba
1956Author: Alan Coopersmith <alan.coopersmith@sun.com>
1957Date:   Thu Aug 24 17:40:24 2006 -0700
1958
1959    Use SUN_LEN if it is defined on non-BSD44SOCKETS systems
1960
1961commit 2495789d6c290e2037b2836f28b027786ea5b605
1962Author: Petr Salinger <petr.salinger@t-systems.cz>
1963Date:   Sun Apr 23 01:31:00 2006 -0700
1964
1965    Bug 4982: use offsetof for manipulating struct sockaddr_un
1966    
1967    X.Org Bugzilla #4982 <https://bugs.freedesktop.org/show_bug.cgi?id=4982>
1968    Patch #5424 <https://bugs.freedesktop.org/attachment.cgi?id=5424>
1969
1970commit 2633eaf8824828433a0eb9c9f3c4263b50342473
1971Author: Alan Coopersmith <alan.coopersmith@sun.com>
1972Date:   Thu Aug 24 16:53:08 2006 -0700
1973
1974    Try to capture the insanity of xtrans in a short README document
1975
1976commit 02ffb657b023d9b2a2c6c1d2417da8dcb96aa4b2
1977Author: Alan Coopersmith <alan.coopersmith@sun.com>
1978Date:   Thu Aug 24 14:46:42 2006 -0700
1979
1980    More sprintf -> snprintf conversions
1981
1982commit 3d5e7dd18c8836065c4835740211c10747b18abd
1983Author: Alan Coopersmith <alan.coopersmith@sun.com>
1984Date:   Wed Aug 23 19:14:35 2006 -0700
1985
1986    Replace static ChangeLog with dist-hook to generate from git-log
1987
1988commit 92807fe90aad2303cec4b54bec40ce6edf671654
1989Author: Alan Coopersmith <alan.coopersmith@sun.com>
1990Date:   Wed Aug 23 16:59:33 2006 -0700
1991
1992    Add ResetListener for named pipe transport
1993    
1994    (more merging of Xtrans code from Solaris xtrans)
1995
1996commit e11b861fcf3a295e5cb390cbac3a44d8ce4fad4f
1997Author: Alan Coopersmith <alan.coopersmith@sun.com>
1998Date:   Tue Aug 22 11:29:46 2006 -0700
1999
2000    Merge more fixes from Solaris xtrans
2001    
2002    Convert sprintf -> snprintf
2003    Don't use fake readv/writev on Solaris x86.
2004
2005commit 049932c0171855aa6d55222947f4d47495b6f173
2006Author: Alan Coopersmith <alan.coopersmith@sun.com>
2007Date:   Mon Aug 21 19:08:19 2006 -0700
2008
2009    Merge Solaris named pipe transport support into LOCALCONN
2010    
2011    Also clean up #ifdefs in Xtranslcl for which transport types are supported
2012    Add "pipe" alias for named pipe transport on Solaris to match Solaris Xlib.
2013
2014commit 11391a1ffe4c633507406d2a1ed5abe57c8698db
2015Author: Alan Coopersmith <alan.coopersmith@sun.com>
2016Date:   Mon Aug 21 19:05:49 2006 -0700
2017
2018    Add --enable-local-transport and set it on by default on SVR4 OS'es
2019
2020commit c0ebfcde0dd3f82c0e5712764e4403b2837e09b5
2021Author: Alan Coopersmith <alan.coopersmith@sun.com>
2022Date:   Mon Aug 21 19:04:54 2006 -0700
2023
2024    Add *~ to .gitignore to skip emacs droppings
2025
2026commit fe7054f2f5ce74ce9b8c1704899894bc1c9f32b7
2027Author: Alan Coopersmith <alan.coopersmith@sun.com>
2028Date:   Thu Jul 13 14:59:21 2006 -0700
2029
2030    renamed: .cvsignore -> .gitignore
2031
2032commit 0eea51ea11381ba07d5e6953c7bf6519a3ded829
2033Author: Donnie Berkholz <spyderous@gentoo.org>
2034Date:   Fri Jun 30 04:05:45 2006 +0000
2035
2036    Bump to 1.0.1.
2037
2038commit 8d37f63810fc12f113bfcf37065ac9da09702b46
2039Author: Matthieu Herrb <matthieu.herrb@laas.fr>
2040Date:   Tue Jun 20 19:11:16 2006 +0000
2041
2042    Check setuild() return value. Bugzilla #7116.
2043
2044commit f9a47b508a89c647829266aacb19a0fc2dbb6158
2045Author: Jeremy C. Reed <reed@reedmedia.net>
2046Date:   Thu May 25 20:20:54 2006 +0000
2047
2048    No code change. Just fix comment that said SOCKCONN to become TCPCONN.
2049        (This dates back to 1994 or before.)
2050
2051commit 2b7124954f5bedc8625c2f144bbbab4bbba7701c
2052Author: Kevin E Martin <kem@kem.org>
2053Date:   Thu Dec 15 00:24:36 2005 +0000
2054
2055    Update package version number for final X11R7 release candidate.
2056
2057commit 3d3228a24513ea75c73f6d58ba50097f32b297a1
2058Author: Kevin E Martin <kem@kem.org>
2059Date:   Wed Nov 9 21:19:14 2005 +0000
2060
2061    Update package version number for X11R7 RC2 release.
2062
2063commit 2cac02b2fe1ceaec2a2f1cd601d9ab4afcf3cb66
2064Author: Kean Johnson <kean@armory.com>
2065Date:   Tue Nov 8 06:33:26 2005 +0000
2066
2067    See ChangeLog entry 2005-11-07 for details.
2068
2069commit 063a39b0e1e615387fd7baa570265ed71ca87c22
2070Author: Kevin E Martin <kem@kem.org>
2071Date:   Wed Oct 19 02:48:13 2005 +0000
2072
2073    Update package version number for RC1 release.
2074
2075commit 21a498d25f567ada296d0321f65536dfc816482b
2076Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2077Date:   Mon Oct 3 17:45:28 2005 +0000
2078
2079    Bug #3813 <https://bugs.freedesktop.org/show_bug.cgi?id=3813> GNU/kFreeBSD
2080        fix for xtrans (Robert Millan)
2081
2082commit e41835b4b2fe03d8a1997bd8e8eabab2a94bccd5
2083Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2084Date:   Sun Oct 2 21:01:35 2005 +0000
2085
2086    //bugs.freedesktop.org/show_bug.cgi?id=4256> Patch #3046
2087        <https://bugs.freedesktop.org/attachment.cgi?id=3046> Define
2088        MAXHOSTNAMELEN if platform doesn't (Michael Banck)
2089
2090commit 4683f28f0c9d1a1ee0338a32011219ed1fb3c565
2091Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2092Date:   Fri Aug 19 23:53:22 2005 +0000
2093
2094    Bugzilla #3957 <https://bugs.freedesktop.org/show_bug.cgi?id=3957> Patch
2095        #2924 <https://bugs.freedesktop.org/attachment.cgi?id=2924> xtrans
2096        changes for AIX (Dan McNichol, IBM)
2097    Bugzilla #3957 <https://bugs.freedesktop.org/show_bug.cgi?id=3957> Patch
2098        #2925 <https://bugs.freedesktop.org/attachment.cgi?id=2925> xtrans
2099        changes for AIX (Dan McNichol, IBM)
2100
2101commit 79db37c65905823b66411533152ab54407f04004
2102Author: Eric Anholt <anholt@freebsd.org>
2103Date:   Wed Aug 17 19:10:49 2005 +0000
2104
2105    On FreeBSD, some of the symbols necessary for secure RPC support are in
2106        librpcsvc, so check for their presence in rpcsvc so that the library
2107        will be added.
2108
2109commit 5165ebdb8144cd5be706e49957f5c8b51b762821
2110Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2111Date:   Tue Aug 16 02:23:41 2005 +0000
2112
2113    Define BSD44SOCKETS if struct sockaddr_in has a sin_len member
2114
2115commit 4ce01dc794022e74b01aac7b902acbbfebc74ed1
2116Author: Kevin E Martin <kem@kem.org>
2117Date:   Fri Jul 29 21:22:54 2005 +0000
2118
2119    Various changes preparing packages for RC0:
2120    - Verify and update package version numbers as needed
2121    - Implement versioning scheme
2122    - Change bug address to point to bugzilla bug entry form
2123    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
2124        reenable it)
2125    - Fix makedepend to use pkgconfig and pass distcheck
2126    - Update build script to build macros first
2127    - Update modular Xorg version
2128
2129commit 4ddee2d488f8bdcee624be96fa52ca03a7e64b83
2130Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2131Date:   Tue Jul 26 18:59:11 2005 +0000
2132
2133    Use AC_TYPE_SIGNAL to replace Imake's SIGNAL_DEFINES (used in Xtransutil.c)
2134
2135commit 0a80fbc1eb80343eaff27c48f9531f5ba709b6ef
2136Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2137Date:   Tue Jul 26 18:55:41 2005 +0000
2138
2139    Add config.h includes for modularization Use RETSIGTYPE if defined by
2140        autoconf in addition to Imake's SIGNALRETURNSINT. Use
2141        HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's
2142        HAS_VFORK
2143
2144commit 9a44d60cb031f1779c228f13697fb17e17df10d5
2145Author: Matthieu Herrb <matthieu.herrb@laas.fr>
2146Date:   Sat Jul 23 19:52:56 2005 +0000
2147
2148    typo
2149
2150commit 65ca78f15fe7f1640f3610245957eac9bca0bf04
2151Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2152Date:   Sun Jul 17 02:01:55 2005 +0000
2153
2154    Move AC_MSG_RESULT so it shows up in the right place, not after other tests
2155        are executed
2156
2157commit f1d56df5736087eafa3db255437c918f6b9075a1
2158Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2159Date:   Thu Jul 14 22:44:31 2005 +0000
2160
2161    Split out TCP library/IPv6 support checks into XTRANS_TCP_FLAGS for sharing
2162        with code like xdm that doesn't use Xtrans but accesses TCP sockets
2163        directly. Clean up --enable flags and report settings in configure
2164        output.
2165
2166commit 9552877bf0a7be02c781ef8fb2f271573a55e297
2167Author: Keith Packard <keithp@keithp.com>
2168Date:   Sat Jul 9 21:22:30 2005 +0000
2169
2170    Add .cvsignore files
2171
2172commit 586cc58eff6d3c68313e5c8aedb8ec2464069f2f
2173Author: Daniel Stone <daniel@fooishbar.org>
2174Date:   Sun Jul 3 23:51:24 2005 +0000
2175
2176    Change <X11/os.h> to "os.h".
2177
2178commit 926367f82972bd94a64ef76c8e036f27ca61fb14
2179Author: Daniel Stone <daniel@fooishbar.org>
2180Date:   Sun Jul 3 07:01:01 2005 +0000
2181
2182    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
2183    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
2184    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
2185        source files in the xserver/xorg tree, predicated on defines of
2186        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
2187        <X11/fonts/foo.h>.
2188
2189commit 40b7e438e4b441204ff47e1e25755162921d7c3e
2190Author: Daniel Stone <daniel@fooishbar.org>
2191Date:   Sat Jul 2 18:00:50 2005 +0000
2192
2193    Make includedir=@includedir@ in xtrans.pc.in, not with /X11/Xtrans.
2194
2195commit b413f4c1dddc467014adf16bfe31627e65508c12
2196Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2197Date:   Wed Jun 22 22:46:39 2005 +0000
2198
2199    Apply these patches from Theo van Klaveren:
2200    lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch
2201        lib-XScrnSaver.patch lib-xtrans.patch
2202    to make the libraries distcheck.
2203
2204commit 57aac0006e27624a41f04c5d0c458b9f0108a084
2205Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2206Date:   Wed Jun 22 22:36:51 2005 +0000
2207
2208    Add the rest of my patch from bugzilla #1605 to define INADDR_NONE on
2209        platforms that don't define it in the system headers.
2210
2211commit f5a6a188407cec6e567070d192aac2db72cacd92
2212Author: Kristian Høgsberg <krh@redhat.com>
2213Date:   Wed Jun 22 01:21:24 2005 +0000
2214
2215    Apply patch by Alan Coopersmith from #1605 to fix address resolution of
2216        hostnames starting with a digit for 64 bit architechtures.
2217
2218commit 5bad61831b1c06888d80d92a0bf34acbeecda026
2219Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2220Date:   Sat Jun 18 07:48:43 2005 +0000
2221
2222    Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 since
2223        multiple modules will need them
2224
2225commit 62438b14130e0f8de6939767a108ef12558653a3
2226Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
2227Date:   Thu Jun 9 15:56:48 2005 +0000
2228
2229    Use $(includedir)/X11/Xtrans for Xtransincludedir
2230
2231commit 7c8e397ddcbd0ae998cc4f23868726022d1aa47b
2232Author: Eric Anholt <anholt@freebsd.org>
2233Date:   Wed Jun 8 06:24:53 2005 +0000
2234
2235    Install the xtrans.m4 to the directory returned by aclocal --print-ac-dir,
2236        so that the aclocal calls in other modules will pick it up if this
2237        prefix's aclocal dir is not in a default path for system aclocal.
2238
2239commit 58c7263ca5b64a21dc101bb4b24201ba67a8d068
2240Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2241Date:   Wed May 25 21:47:56 2005 +0000
2242
2243    - Add FSlib to symlink.sh
2244    - Change Xtrans includedir back to be X11/Xtrans, so that users of it can
2245        continue to include <X11/*>
2246    - Add build system for FSlib
2247    - Conditionally include config.h in xc/lib/FS
2248    - Remove redundant include of FSproto.h in xc/lib/FS
2249    - Add check to proto/X11/configure.ac whether -D_XOPEN_SOURCE is needed.
2250
2251commit b2e662de63948928e4cbc7e3ba90631f150c5137
2252Author: Josh Triplett <josh@speakeasy.net>
2253Date:   Mon May 23 01:53:21 2005 +0000
2254
2255    Change xtransincludedir in pkg-config file to match change in Makefile.am.
2256
2257commit 83d29f6e0c1587c8ad008672e7ae5631942559eb
2258Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2259Date:   Sat May 21 23:07:48 2005 +0000
2260
2261    xtrans:
2262    Create autoconf macro XTRANS_CONNECTION_FLAGS to provide standard set of
2263        --enable flags for which transports to support and common place to
2264        update for required libraries for platforms that need certain libs for
2265        certain transports
2266    ICE:
2267    Add ICE_t #define required by Xtrans headers. Replace static defines of
2268        LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro.
2269    X11:
2270    Moved transport type checks to new macro XTRANS_CONNECTION_FLAGS in
2271        xtrans.m4 in xtrans module so they can be shared by all modules using
2272        xtrans.
2273
2274commit bd79d86fb50233e0cd41a57b553f12b6d490ac7e
2275Author: Adam Jackson <ajax@nwnk.net>
2276Date:   Thu May 19 00:22:33 2005 +0000
2277
2278    revert last change, didn't do right thing at all, sorry for the noise
2279
2280commit 10776fa562c060d74fdd4434a16408fe4bd34ab9
2281Author: Adam Jackson <ajax@nwnk.net>
2282Date:   Thu May 19 00:10:08 2005 +0000
2283
2284    Require automake 1.7 in AM_INIT_AUTOMAKE
2285
2286commit daa7168e9e0cdff5eb06b0c9a7155f8880681fff
2287Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2288Date:   Fri May 13 22:53:43 2005 +0000
2289
2290    - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in
2291        <X11/...>
2292    - For Xcomposite and Xdamage, don't link the build system out of the xc
2293        tree
2294    - Link the public X11 headers into their own directory
2295    - Add links to XKeysymDB and XErrorDB
2296    - Add links to all the Xlib man pages
2297    - Add links to the lcUniConv subdirectory
2298    - Conditionally include config.h in Xlib source
2299
2300commit d11d95fa4faec21655625b7de27d8a71c08ffe2d
2301Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2302Date:   Fri May 13 15:16:43 2005 +0000
2303
2304    Dummy changes to ChangeLog/configure.ac to see if that fixes group
2305        permissions
2306
2307commit b8a8c31f63a543d1c1c6bb4ae26a4019b4400edc
2308Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2309Date:   Fri May 13 15:04:52 2005 +0000
2310
2311    Re-adding ChangeLog and configure.ac files
2312
2313commit 798c08054ce5a8238f35fee3e69218ece74441fa
2314Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2315Date:   Fri May 13 15:02:19 2005 +0000
2316
2317    Temporarily remove ChangeLog configure.ac
2318
2319commit b3da86ae588df14dde916674a4f6593edf1964f7
2320Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2321Date:   Fri May 13 14:43:37 2005 +0000
2322
2323    Dummy commit to see if that fixes the group execute permissions
2324
2325commit ea04267da780c2c3f08a710d15468565897420c4
2326Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2327Date:   Thu May 12 16:12:34 2005 +0000
2328
2329    Make xtrans install in $(includedir)/X11/Xtrans. Remove all references to
2330        Xtransdef.
2331    Add Xdmcp build files
2332    Add Wrap.h to lib/dmcp part of symlink script.
2333
2334commit f25791629f3f443d2552bdb05bea1a960b530342
2335Author: Daniel Stone <daniel@fooishbar.org>
2336Date:   Thu May 12 02:49:16 2005 +0000
2337
2338    Add Xtransdef.h.in as an AM_CONFIG_HEADER.
2339
2340commit d628bf24f2bf0d017394b6961784d7ac5b33f46b
2341Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
2342Date:   Wed May 11 22:44:52 2005 +0000
2343
2344    lib/Xau:
2345    - Update AUTHORS, COPYING from Keith's tree
2346    - Don't use gcc specific "-include config.h"
2347    - Add autogen.sh
2348    lib/xtrans:
2349    - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh,
2350        configure.ac, xtrans.pc.in
2351    xc/lib/Xau:
2352    - Add conditionalized #include <config.h>
2353    util/modular/symlink.sh
2354    - Add functions symlink_lib_xau() and symlink_lib_xtrans()
2355    util/modular/addconfig.h
2356    - New script that adds #include <config.h> to files
2357
2358commit c814f30e9a5dc48a24c20517334cf5f9c37e066a
2359Author: Roland Mainz <roland.mainz@nrubsig.org>
2360Date:   Wed Mar 2 11:20:29 2005 +0000
2361
2362    xc/config/cf/DragonFly.cf
2363    xc/config/cf/Imake.cf
2364    xc/config/cf/Imakefile
2365    xc/config/imake/imake.c
2366    xc/config/imake/imakemdep.h
2367    xc/extras/drm/shared/drm.h
2368    xc/include/Xos_r.h
2369    xc/lib/xtrans/Xtranssock.c
2370    xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
2371    xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
2372    xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
2373    //bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004
2374        (https://bugs.freedesktop.org/attachment.cgi?id=2004): Add support for
2375        DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org>
2376        and Mike Verona <firedragonfly@gmail.com>.
2377
2378commit 92e80a5a67273fc60623b17a5f34c239f1ed6947
2379Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
2380Date:   Mon Nov 15 15:06:56 2004 +0000
2381
2382    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
2383        mingw (Win32) port
2384
2385commit d92a9d31416a8366cd065886d7ff352fefce646d
2386Author: Egbert Eich <eich@suse.de>
2387Date:   Fri Aug 27 22:47:45 2004 +0000
2388
2389    Set the define XtransFailSoft to restore the old behavior to fail softly
2390        when socket directory cannot chowned/chmod to correct user/group. This
2391        should be added on a per OS basis which hasn't been done.
2392
2393commit 48ffd91cff9a07c68194f6d0b380dd2acd46a8ca
2394Author: Egbert Eich <eich@suse.de>
2395Date:   Fri Jul 30 21:00:20 2004 +0000
2396
2397    fail hard if socket directories cannot be chowned to root or chmod'ed to
2398        the requested mode if 'sticky' bit is requested for this directory
2399        instead of just print a warning that will remain unnoticed most of the
2400        times.
2401
2402commit c3e50fa69ea7a2d08a298866e8a63c0f07c8248d
2403Author: Egbert Eich <eich@suse.de>
2404Date:   Fri Jul 30 18:40:36 2004 +0000
2405
2406    Fixed typo in a comment.
2407    Deleted bogus comment.
2408    Added debugging support.
2409
2410commit 79d38d618406ecc5228730a57ad406b280a5a189
2411Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
2412Date:   Sat Jul 17 01:13:31 2004 +0000
2413
2414    Fix typo in debug message in MakeAllCLTSServerListeners
2415    Add $(GETPEER_DEFINES) to DEPEND_DEFINES for makedepend
2416    Add "localuser" and "localgroup" access types to server-interpreted
2417        authentication scheme.
2418
2419commit 8d0820e2058545e27f95d9fdc581262822799193
2420Author: Egbert Eich <eich@suse.de>
2421Date:   Fri Apr 23 18:44:27 2004 +0000
2422
2423    Merging XORG-CURRENT into trunk
2424
2425commit c594d3393cd355f52545b05bcc27ee8a2c533caa
2426Author: Egbert Eich <eich@suse.de>
2427Date:   Sun Mar 14 08:32:40 2004 +0000
2428
2429    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
2430
2431commit 2d51220fae172d2b8d28b971a853605b41038533
2432Author: Egbert Eich <eich@suse.de>
2433Date:   Wed Mar 3 12:11:46 2004 +0000
2434
2435    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
2436
2437commit 6e2cb92d192171961165c8e5a24b00f35f56aaeb
2438Author: Egbert Eich <eich@suse.de>
2439Date:   Thu Feb 26 13:35:36 2004 +0000
2440
2441    readding XFree86's cvs IDs
2442
2443commit 93f13d69958cb9c9adfe1244e478521269f9258b
2444Author: Egbert Eich <eich@suse.de>
2445Date:   Thu Feb 26 09:22:54 2004 +0000
2446
2447    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
2448
2449commit 7a10db6531003055886e0e994c2ef8e46a010eb2
2450Author: Kaleb Keithley <kaleb@freedesktop.org>
2451Date:   Mon Feb 23 20:34:44 2004 +0000
2452
2453    Import most of XFree86 4.4RC3. This import excludes files which have the
2454        new license. If we want to, later we can import 4.4RC3 again and pick
2455        up the files that have the new license, but for now the vendor branch
2456        is "pure."
2457
2458commit 871b8c33f2ab8c98b95aa3324bb70055f5207c61
2459Author: Egbert Eich <eich@suse.de>
2460Date:   Thu Jan 29 08:08:15 2004 +0000
2461
2462    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
2463
2464commit 352e5de72e125d7d474907f354462cc1442e0989
2465Author: Kaleb Keithley <kaleb@freedesktop.org>
2466Date:   Fri Dec 19 20:54:45 2003 +0000
2467
2468    XFree86 4.3.99.902 (RC 2)
2469
2470commit d223c1bb16c503e58f07dfef14b8e79fe7c358ff
2471Author: Kaleb Keithley <kaleb@freedesktop.org>
2472Date:   Thu Dec 4 22:03:05 2003 +0000
2473
2474    XFree86 4.3.99.901 (RC 1)
2475
2476commit 6c36ea2d54ea6b6f0cbece06d867d0b884783d0c
2477Author: Kaleb Keithley <kaleb@freedesktop.org>
2478Date:   Tue Nov 25 19:28:21 2003 +0000
2479
2480    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
2481
2482commit 3b0d3a905e39624abe9ddd1ce20542097601e4c2
2483Author: Kaleb Keithley <kaleb@freedesktop.org>
2484Date:   Tue Nov 25 19:28:21 2003 +0000
2485
2486    Initial revision
2487
2488commit 3bd236a07c0ebaabb7337dd5d56bc57a028a9c0e
2489Author: Kaleb Keithley <kaleb@freedesktop.org>
2490Date:   Fri Nov 14 16:48:50 2003 +0000
2491
2492    XFree86 4.3.0.1
2493
2494commit 26781c4f009a4b448dca3ab4912cbf01182e3d92
2495Author: Kaleb Keithley <kaleb@freedesktop.org>
2496Date:   Fri Nov 14 15:54:40 2003 +0000
2497
2498    R6.6 is the Xorg base-line
2499