100ca1914Smrgcommit a21531705199c69f25dd67234449c8c6404f9af6
200ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
300ca1914SmrgDate:   Thu Aug 1 16:57:55 2024 -0700
400ca1914Smrg
500ca1914Smrg    libFS 1.0.10
600ca1914Smrg    
700ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
800ca1914Smrg
900ca1914Smrgcommit da752ff83971df2648ddd0293f802f41bafa16d1
1000ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
1100ca1914SmrgDate:   Sat Feb 17 14:27:51 2024 -0800
1200ca1914Smrg
1300ca1914Smrg    unifdef SUNSYSV
1400ca1914Smrg    
1500ca1914Smrg    This wasn't actually defined on Solaris, so I don't know what this was for.
1600ca1914Smrg    
1700ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1800ca1914Smrg
1900ca1914Smrgcommit a8a4c727d27fc83f55c8d2a3a8a41721e2843cae
2000ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
2100ca1914SmrgDate:   Sat Feb 17 11:59:21 2024 -0800
2200ca1914Smrg
2300ca1914Smrg    unifdef ISC
2400ca1914Smrg    
2500ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2600ca1914Smrg
2700ca1914Smrgcommit 35b7b4157770c2b32b957d725efd26fa03849423
2800ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
2900ca1914SmrgDate:   Sat Feb 17 11:58:02 2024 -0800
3000ca1914Smrg
3100ca1914Smrg    unifdef NCD
3200ca1914Smrg    
3300ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3400ca1914Smrg
3500ca1914Smrgcommit 213ad6310a875cf3c4927b37d4001dc4733de239
3600ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
3700ca1914SmrgDate:   Sat Feb 17 11:56:50 2024 -0800
3800ca1914Smrg
3900ca1914Smrg    Use autoconf-set HAVE_STDINT_H instead of platform-specific ifdefs
4000ca1914Smrg    
4100ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4200ca1914Smrg
4300ca1914Smrgcommit 9d9202d04dbc4d45561a4c62386f8de0bd31be18
4400ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
4500ca1914SmrgDate:   Sat Feb 17 11:54:39 2024 -0800
4600ca1914Smrg
4700ca1914Smrg    unifdef dirty
4800ca1914Smrg    
4900ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5000ca1914Smrg
5100ca1914Smrgcommit 10820586db1bc1817d437c207b6c43cdf36a7bbe
5200ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
5300ca1914SmrgDate:   Sat Feb 17 11:51:38 2024 -0800
5400ca1914Smrg
5500ca1914Smrg    Simplify remaining OPEN_MAX logic in FSlibos.h
5600ca1914Smrg    
5700ca1914Smrg    Since the FS_OPEN_MAX value is only used for calculating a hardcoded
5800ca1914Smrg    array size, we can't really use a sysconf call to find it, so stop
5900ca1914Smrg    pretending that's a valid answer that we'll just ignore later.
6000ca1914Smrg    
6100ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6200ca1914Smrg
6300ca1914Smrgcommit 0378e3cc9a0e036b0c1fb53341c9ab5db3e1342c
6400ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6500ca1914SmrgDate:   Sat Feb 17 11:47:22 2024 -0800
6600ca1914Smrg
6700ca1914Smrg    Remove ifdefs for non-Solaris SVR4 systems
6800ca1914Smrg    
6900ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7000ca1914Smrg
7100ca1914Smrgcommit 7aa6c8f669939335b97673bc065e702b5c7788f7
7200ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
7300ca1914SmrgDate:   Sat Feb 17 11:43:51 2024 -0800
7400ca1914Smrg
7500ca1914Smrg    unifdef __OSF1__
7600ca1914Smrg    
7700ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7800ca1914Smrg
7900ca1914Smrgcommit 4450727e9880c651ce37e70a838f945c0350f5d0
8000ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
8100ca1914SmrgDate:   Sat Feb 17 11:42:54 2024 -0800
8200ca1914Smrg
8300ca1914Smrg    unifdef __QNX__
8400ca1914Smrg    
8500ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8600ca1914Smrg
8700ca1914Smrgcommit 541765ebcf8f5b63d72809c382cffdefd05a551b
8800ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
8900ca1914SmrgDate:   Sat Feb 17 11:41:26 2024 -0800
9000ca1914Smrg
9100ca1914Smrg    unifdef __UNIXOS2__
9200ca1914Smrg    
9300ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
9400ca1914Smrg
9500ca1914Smrgcommit 5a6aa67bee5d2e7fe7c244647f878d2965a98544
9600ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
9700ca1914SmrgDate:   Sat Mar 4 10:44:45 2023 -0800
9800ca1914Smrg
9900ca1914Smrg    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
10000ca1914Smrg    
10100ca1914Smrg    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
10200ca1914Smrg    so it's time to rely on it.
10300ca1914Smrg    
10400ca1914Smrg    Clears autoconf warnings:
10500ca1914Smrg    
10600ca1914Smrg    configure.ac:39: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
10700ca1914Smrg    configure.ac:39: You should run autoupdate.
10800ca1914Smrg    aclocal.m4:3640: AC_PROG_LIBTOOL is expanded from...
10900ca1914Smrg    configure.ac:39: the top level
11000ca1914Smrg    
11100ca1914Smrg    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
11200ca1914Smrg    libtoolize: and rerunning libtoolize and aclocal.
11300ca1914Smrg    
11400ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
11500ca1914Smrg
11600ca1914Smrgcommit d0966b8df3ac6c7961ef63315335cf2f59c8fc0a
11700ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
11800ca1914SmrgDate:   Sat Feb 25 09:17:56 2023 -0800
11900ca1914Smrg
12000ca1914Smrg    Remove "All rights reserved" from Oracle copyright notices
12100ca1914Smrg    
12200ca1914Smrg    Oracle no longer includes this term in our copyright & license notices.
12300ca1914Smrg    
12400ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
12500ca1914Smrg
12600ca1914Smrgcommit d106d10ec08bd5618dc088282f2b42a3c39ed380
12700ca1914SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
12800ca1914SmrgDate:   Mon Feb 6 13:13:21 2023 -0800
12900ca1914Smrg
13000ca1914Smrg    configure: raise minimum autoconf requirement to 2.70
13100ca1914Smrg    
13200ca1914Smrg    Needed for builds on NetBSD to work correctly, since it depends on
13300ca1914Smrg    AC_USE_SYSTEM_EXTENSIONS defining _OPENBSD_SOURCE to expose the
13400ca1914Smrg    prototype for reallocarray() in the system headers.
13500ca1914Smrg    
13600ca1914Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
13700ca1914Smrg
138da1f2d5dSmrgcommit 7e8120c0574ab1910f63474ff6be8de0ddc4ccac
139da1f2d5dSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
140da1f2d5dSmrgDate:   Fri Aug 26 15:23:32 2022 -0700
141da1f2d5dSmrg
142da1f2d5dSmrg    libFS 1.0.9
143da1f2d5dSmrg    
144da1f2d5dSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
145da1f2d5dSmrg
146da1f2d5dSmrgcommit ee33ecf31706877e1ab7dc257fadbb3eb535da50
147da1f2d5dSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
148da1f2d5dSmrgDate:   Sun May 8 12:35:00 2022 -0700
149da1f2d5dSmrg
150da1f2d5dSmrg    Convert code to use FSmallocarray() & FSreallocarray()
151da1f2d5dSmrg    
152da1f2d5dSmrg    Provides automatic integer overflow checking in allocation size calculations
153da1f2d5dSmrg    (Though we already have explicit checks before using values provided
154da1f2d5dSmrg     over the protocol in calculations, so many were already manually checked.)
155da1f2d5dSmrg    
156da1f2d5dSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
157da1f2d5dSmrg
158da1f2d5dSmrgcommit 4a1d0977dbb6eb960ca4deedba90940bcaeecefb
159da1f2d5dSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
160da1f2d5dSmrgDate:   Sun May 8 12:20:58 2022 -0700
161da1f2d5dSmrg
162da1f2d5dSmrg    Import reallocarray() from libX11 (originally from OpenBSD)
163da1f2d5dSmrg    
164da1f2d5dSmrg    Wrapper for realloc() that checks for overflow when multiplying
165da1f2d5dSmrg    arguments together, so we don't have to add overflow checks to
166da1f2d5dSmrg    every single call.  For documentation on usage, see:
167da1f2d5dSmrg    http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/calloc.3
168da1f2d5dSmrg    
169da1f2d5dSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
170da1f2d5dSmrg
171da1f2d5dSmrgcommit 8896fbce317e454e578cc80300693737e39e00fc
172da1f2d5dSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
173da1f2d5dSmrgDate:   Sun May 8 12:05:16 2022 -0700
174da1f2d5dSmrg
175da1f2d5dSmrg    gitlab CI: add a basic build test
176da1f2d5dSmrg    
177da1f2d5dSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
178da1f2d5dSmrg
179da1f2d5dSmrgcommit 29f790a5c98abde13b3daa5a7b1c1f53c4574550
180da1f2d5dSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
181da1f2d5dSmrgDate:   Sun May 8 12:01:22 2022 -0700
182da1f2d5dSmrg
183da1f2d5dSmrg    Fix spelling/wording issues
184da1f2d5dSmrg    
185da1f2d5dSmrg    Found by using:
186da1f2d5dSmrg        codespell --builtin clear,rare,usage,informal,code,names
187da1f2d5dSmrg    
188da1f2d5dSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
189da1f2d5dSmrg
190da1f2d5dSmrgcommit aea1ce86c4391ba72de4e8599f3862eccd3599f0
191da1f2d5dSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
192da1f2d5dSmrgDate:   Sun May 8 12:00:23 2022 -0700
193da1f2d5dSmrg
194da1f2d5dSmrg    Build xz tarballs instead of bzip2
195da1f2d5dSmrg    
196da1f2d5dSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
197da1f2d5dSmrg
198fe4c343aSmrgcommit 02de7390e58f00a3701f656a2b205dc6c8dafb58
199fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
200fe4c343aSmrgDate:   Sun Mar 10 15:39:06 2019 -0700
201fe4c343aSmrg
202fe4c343aSmrg    libFS 1.0.8
203fe4c343aSmrg    
204fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
205fe4c343aSmrg
206fe4c343aSmrgcommit e8642e3203f9793c2cca19b2df334b4160c56742
207fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
208fe4c343aSmrgDate:   Fri Dec 7 19:29:44 2018 -0800
209fe4c343aSmrg
210fe4c343aSmrg    Update configure.ac bug URL for gitlab migration
211fe4c343aSmrg    
212fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
213fe4c343aSmrg
214fe4c343aSmrgcommit 6052aa6479be8059c9294ced6e3a33e2316bb2d5
215fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
216fe4c343aSmrgDate:   Sun Nov 18 21:46:25 2018 -0800
217fe4c343aSmrg
218fe4c343aSmrg    Update README for gitlab migration
219fe4c343aSmrg    
220fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
221fe4c343aSmrg
222fe4c343aSmrgcommit d3af455fb236931fadb6e863e5a4ed509c61d868
223fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
224fe4c343aSmrgDate:   Sun Sep 23 19:26:02 2018 -0700
225fe4c343aSmrg
226fe4c343aSmrg    Don't try to send strings larger than protocol allows in requests
227fe4c343aSmrg    
228fe4c343aSmrg    Also clears up all "Loss of precision on implicit conversion" warnings
229fe4c343aSmrg    from Oracle's Parfait static analyser.
230fe4c343aSmrg    
231fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
232fe4c343aSmrg
233fe4c343aSmrgcommit 12d64c65200930885c694d018ec66d8946b3a214
234fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
235fe4c343aSmrgDate:   Sun Sep 23 13:51:25 2018 -0700
236fe4c343aSmrg
237fe4c343aSmrg    Fix sign comparison warning in loop index in FSQueryXInfo
238fe4c343aSmrg    
239fe4c343aSmrg    FSQXInfo.c: In function ‘FSQueryXInfo’:
240fe4c343aSmrg    FSQXInfo.c:110:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
241fe4c343aSmrg         for (j=0; j<props->num_offsets; j++)
242fe4c343aSmrg                    ^
243fe4c343aSmrg    
244fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
245fe4c343aSmrg
246fe4c343aSmrgcommit 3eb9c6bbfb4e6caf6efb5dec8744f257c2d63be7
247fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
248fe4c343aSmrgDate:   Sun Sep 23 13:47:35 2018 -0700
249fe4c343aSmrg
250fe4c343aSmrg    Fix sign comparison warning in loop indexes in FSQueryXExtents{8,16}
251fe4c343aSmrg    
252fe4c343aSmrg    FSQXExt.c: In function ‘FSQueryXExtents8’:
253fe4c343aSmrg    FSQXExt.c:105:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
254fe4c343aSmrg         for (i = 0; i < reply.num_extents; i++) {
255fe4c343aSmrg                       ^
256fe4c343aSmrg    FSQXExt.c: In function ‘FSQueryXExtents16’:
257fe4c343aSmrg    FSQXExt.c:141:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
258fe4c343aSmrg      for (i = 0; i < str_len; i++) {
259fe4c343aSmrg                    ^
260fe4c343aSmrg    FSQXExt.c:165:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
261fe4c343aSmrg         for (i = 0; i < reply.num_extents; i++) {
262fe4c343aSmrg                       ^
263fe4c343aSmrg    
264fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
265fe4c343aSmrg
266fe4c343aSmrgcommit 8213b7070c039ea16d0112eff01cc7420031c089
267fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
268fe4c343aSmrgDate:   Sun Sep 23 13:44:59 2018 -0700
269fe4c343aSmrg
270fe4c343aSmrg    Fix sign comparison warning in loop indexes in FSQueryXBitmaps{8,16}
271fe4c343aSmrg    
272fe4c343aSmrg    FSQGlyphs.c: In function ‘FSQueryXBitmaps8’:
273fe4c343aSmrg    FSQGlyphs.c:113:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
274fe4c343aSmrg         for (i=0; i<reply.num_chars; i++)
275fe4c343aSmrg                    ^
276fe4c343aSmrg    FSQGlyphs.c: In function ‘FSQueryXBitmaps16’:
277fe4c343aSmrg    FSQGlyphs.c:160:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
278fe4c343aSmrg      for (i = 0; i < str_len; i++) {
279fe4c343aSmrg                    ^
280fe4c343aSmrg    FSQGlyphs.c:198:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
281fe4c343aSmrg         for (i=0; i<reply.num_chars; i++)
282fe4c343aSmrg                    ^
283fe4c343aSmrg    
284fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
285fe4c343aSmrg
286fe4c343aSmrgcommit caee4c2bf188484f117e5bd866e3b56c8506593e
287fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
288fe4c343aSmrgDate:   Sun Sep 23 13:40:30 2018 -0700
289fe4c343aSmrg
290fe4c343aSmrg    Fix sign comparison warning in loop index in FSListCatalogues
291fe4c343aSmrg    
292fe4c343aSmrg    FSListCats.c: In function ‘FSListCatalogues’:
293fe4c343aSmrg    FSListCats.c:104:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
294fe4c343aSmrg      for (i = 0; i < rep.num_catalogues; i++) {
295fe4c343aSmrg                    ^
296fe4c343aSmrg    
297fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
298fe4c343aSmrg
299fe4c343aSmrgcommit b37bbeb7ca931b0f5170e877b0bbfd0959d344b7
300fe4c343aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
301fe4c343aSmrgDate:   Sun Sep 23 13:34:04 2018 -0700
302fe4c343aSmrg
303fe4c343aSmrg    Fix sign comparison warning in loop index in FSListFontsWithXInfo
304fe4c343aSmrg    
305fe4c343aSmrg    FSFontInfo.c: In function ‘FSListFontsWithXInfo’:
306fe4c343aSmrg    FSFontInfo.c:182:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
307fe4c343aSmrg      for (j=0; j<pi[i]->num_offsets; j++)
308fe4c343aSmrg                 ^
309fe4c343aSmrg    
310fe4c343aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
311fe4c343aSmrg
312fe4c343aSmrgcommit fed3794a5204eace3926f13573b10f0b51f85fbc
313fe4c343aSmrgAuthor: Mihail Konev <k.mvc@ya.ru>
314fe4c343aSmrgDate:   Thu Jan 26 13:52:49 2017 +1000
315fe4c343aSmrg
316fe4c343aSmrg    autogen: add default patch prefix
317fe4c343aSmrg    
318fe4c343aSmrg    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
319fe4c343aSmrg
320fe4c343aSmrgcommit 89f456580ea831652f119158f8b257dfd531a7e1
321fe4c343aSmrgAuthor: Emil Velikov <emil.l.velikov@gmail.com>
322fe4c343aSmrgDate:   Mon Mar 9 12:00:52 2015 +0000
323fe4c343aSmrg
324fe4c343aSmrg    autogen.sh: use quoted string variables
325fe4c343aSmrg    
326fe4c343aSmrg    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
327fe4c343aSmrg    fall-outs, when they contain space.
328fe4c343aSmrg    
329fe4c343aSmrg    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
330fe4c343aSmrg    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
331fe4c343aSmrg    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
332fe4c343aSmrg
333fe4c343aSmrgcommit 4ef3748251ac2139b73b137dcef529421447652b
334fe4c343aSmrgAuthor: Peter Hutterer <peter.hutterer@who-t.net>
335fe4c343aSmrgDate:   Tue Jan 24 10:32:07 2017 +1000
336fe4c343aSmrg
337fe4c343aSmrg    autogen.sh: use exec instead of waiting for configure to finish
338fe4c343aSmrg    
339fe4c343aSmrg    Syncs the invocation of configure with the one from the server.
340fe4c343aSmrg    
341fe4c343aSmrg    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
342fe4c343aSmrg    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
343fe4c343aSmrg
344298453a4Smrgcommit a9db12661e7412dd935706c92db6d7bc46238782
345298453a4SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
346298453a4SmrgDate:   Thu Apr 30 21:14:46 2015 -0700
347298453a4Smrg
348298453a4Smrg    libFS 1.0.7
349298453a4Smrg    
350298453a4Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
351298453a4Smrg
352298453a4Smrgcommit f1c9c18e2601151e3dfa7f83b4748edd2a5a3a6e
353298453a4SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
354298453a4SmrgDate:   Wed Nov 5 17:49:30 2014 -0800
355298453a4Smrg
356298453a4Smrg    Use 'imdent' to realign cpp indentation levels in FSlibos.h
357298453a4Smrg    
358298453a4Smrg    Parts were indented, others weren't, now is more consistent.
359298453a4Smrg    'git diff -w' shows no non-whitespace changes in this commit
360298453a4Smrg    
361298453a4Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
362298453a4Smrg
363298453a4Smrgcommit f2c0bb056dbfbc2ca5b753b8de87b6c73742a990
364298453a4SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
365298453a4SmrgDate:   Wed Nov 5 17:48:18 2014 -0800
366298453a4Smrg
367298453a4Smrg    Remove unneeded checks for #ifndef X_NOT_POSIX
368298453a4Smrg    
369298453a4Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
370298453a4Smrg
371298453a4Smrgcommit aef4c4f1330dc01d535cd88b9805c3d5d164b070
372298453a4SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
373298453a4SmrgDate:   Fri Jul 11 20:24:22 2014 -0700
374298453a4Smrg
375298453a4Smrg    Fix typos & wording issues in source comments
376298453a4Smrg    
377298453a4Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
378298453a4Smrg
379298453a4Smrgcommit dcf25b1ed387d7019d2cf7703eeb33554987d63f
380298453a4SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
381298453a4SmrgDate:   Thu Jun 5 14:20:07 2014 -0700
382298453a4Smrg
383298453a4Smrg    Fix some sign/size conversion warnings from clang
384298453a4Smrg    
385298453a4Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
386298453a4Smrg
387298453a4Smrgcommit fa577a18f189fe454995306d38059570e1ad8bf2
388298453a4SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
389298453a4SmrgDate:   Wed Jun 4 23:36:45 2014 -0700
390298453a4Smrg
391298453a4Smrg    Constify some more strings in API arguments
392298453a4Smrg    
393298453a4Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
394298453a4Smrg
395298453a4Smrgcommit 5e0f1b91edb97759e2c07ec233c2ce8639c8e0fe
396298453a4SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
397298453a4SmrgDate:   Fri May 23 23:20:03 2014 -0700
398298453a4Smrg
399298453a4Smrg    Constify pattern argument to FSListCatalogues
400298453a4Smrg    
401298453a4Smrg    The contents of pattern are simply copied to the request sent to
402298453a4Smrg    the font server and never touched again, so can be labeled read-only.
403298453a4Smrg    
404298453a4Smrg    Fixes compiler warning building xfsinfo:
405298453a4Smrg    
406298453a4Smrg    xfsinfo.c: In function ‘print_catalogue_info’:
407298453a4Smrg    xfsinfo.c:158:5: warning: passing argument 2 of ‘FSListCatalogues’ discards
408298453a4Smrg     ‘const’ qualifier from pointer target type [enabled by default]
409298453a4Smrg         char      **cats = FSListCatalogues(svr, "*", 1000, &n);
410298453a4Smrg         ^
411298453a4Smrg    In file included from xfsinfo.c:66:0:
412298453a4Smrg    FSlib.h:255:16: note: expected ‘char *’ but argument is of type ‘const char *’
413298453a4Smrg     extern char ** FSListCatalogues ( FSServer *svr, char *pattern,
414298453a4Smrg    
415298453a4Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
416298453a4Smrg
4176af7124fSmrgcommit 88be5c37c40070305e64c4b8dc0a1c1f6ca80440
4186af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
4196af7124fSmrgDate:   Sun Mar 16 10:44:14 2014 -0700
4206af7124fSmrg
4216af7124fSmrg    libFS 1.0.6
4226af7124fSmrg    
4236af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4246af7124fSmrg
4256af7124fSmrgcommit e5be46eceee9c0c0d5f0363d3e08b19f86f85fcb
4266af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
4276af7124fSmrgDate:   Fri Jan 3 23:07:12 2014 -0800
4286af7124fSmrg
4296af7124fSmrg    Use strlcpy instead of strcpy/strncpy if it is available
4306af7124fSmrg    
4316af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4326af7124fSmrg
4336af7124fSmrgcommit e831ef9246684298c147f9b26de0810b8218c3cb
4346af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
4356af7124fSmrgDate:   Fri Jan 3 21:33:10 2014 -0800
4366af7124fSmrg
4376af7124fSmrg    Replace malloc(strlen + 1); strcpy() with strdup()
4386af7124fSmrg    
4396af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4406af7124fSmrg    Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
4416af7124fSmrg
4426af7124fSmrgcommit 980cf8ac0c636ff7ef1fccb9e74f116ac5ea34ae
4436af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
4446af7124fSmrgDate:   Fri Jan 3 21:13:30 2014 -0800
4456af7124fSmrg
4466af7124fSmrg    Remove unused internal helper _FSWireToEvent
4476af7124fSmrg    
4486af7124fSmrg    Since we build with -export-symbols-regex '^FS.*', it wasn't available
4496af7124fSmrg    to callers outside libFS, and was never called by anything inside libFS.
4506af7124fSmrg    
4516af7124fSmrg    Seems to have been imported from XlibInt.c without ever being used.
4526af7124fSmrg    
4536af7124fSmrg    Flagged by cppcheck 1.62:
4546af7124fSmrg    [FSlibInt.c:753]: (style) The function '_FSWireToEvent' is never used.
4556af7124fSmrg    
4566af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4576af7124fSmrg    Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
4586af7124fSmrg
4596af7124fSmrgcommit b9f27dc863c3ca01bb231ee48e84bc60b39d4f1f
4606af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
4616af7124fSmrgDate:   Fri Jan 3 20:55:33 2014 -0800
4626af7124fSmrg
4636af7124fSmrg    Remove unused internal helper _FSEventsQueued
4646af7124fSmrg    
4656af7124fSmrg    Since we build with -export-symbols-regex '^FS.*', it wasn't available
4666af7124fSmrg    to callers outside libFS, and was never called by anything inside libFS.
4676af7124fSmrg    
4686af7124fSmrg    Seems to have been imported from XlibInt.c without ever being used.
4696af7124fSmrg    
4706af7124fSmrg    Flagged by cppcheck 1.62:
4716af7124fSmrg    [FSlibInt.c:180]: (style) The function '_FSEventsQueued' is never used.
4726af7124fSmrg    
4736af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4746af7124fSmrg    Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
4756af7124fSmrg
4766af7124fSmrgcommit 37772516acb95b3c9934252994b7dfdc147dfd23
4776af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
4786af7124fSmrgDate:   Fri Jan 3 20:50:32 2014 -0800
4796af7124fSmrg
4806af7124fSmrg    Remove unused internal helper _FSAllocScratch
4816af7124fSmrg    
4826af7124fSmrg    Since we build with -export-symbols-regex '^FS.*', it wasn't available
4836af7124fSmrg    to callers outside libFS, and was never called by anything inside libFS.
4846af7124fSmrg    
4856af7124fSmrg    Seems to have been imported from XlibInt.c without ever being used.
4866af7124fSmrg    The _FSserver fields that it used (and nothing else did) are replaced
4876af7124fSmrg    with "unused" placeholders to maintain struct layout/size.
4886af7124fSmrg    
4896af7124fSmrg    Flagged by cppcheck 1.62:
4906af7124fSmrg    [FSlibInt.c:973]: (style) The function '_FSAllocScratch' is never used.
4916af7124fSmrg    
4926af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4936af7124fSmrg    Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
4946af7124fSmrg
4956af7124fSmrgcommit ac1eb6e3ea54724cf3ab3ad1ccf0595df9e34786
4966af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
4976af7124fSmrgDate:   Fri Jan 3 20:46:48 2014 -0800
4986af7124fSmrg
4996af7124fSmrg    Remove unused internal helper _FSGetHostname
5006af7124fSmrg    
5016af7124fSmrg    Since we build with -export-symbols-regex '^FS.*', it wasn't available
5026af7124fSmrg    to callers outside libFS, and was never called by anything inside libFS.
5036af7124fSmrg    
5046af7124fSmrg    Xtrans provides it's own exact copy of this function, which gets
5056af7124fSmrg    the name _FSTransGetHostname when built in libFS, nothing in libFS
5066af7124fSmrg    outside the Xtrans code calls a gethostname() function.
5076af7124fSmrg    
5086af7124fSmrg    Flagged by cppcheck 1.62:
5096af7124fSmrg    [FSlibInt.c:1060]: (style) The function '_FSGetHostname' is never used.
5106af7124fSmrg    
5116af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5126af7124fSmrg    Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
5136af7124fSmrg
5146af7124fSmrgcommit a4c12fe0ca5cb359bffe08b26a92ddcf8e194441
5156af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
5166af7124fSmrgDate:   Fri Jan 3 20:04:33 2014 -0800
5176af7124fSmrg
5186af7124fSmrg    If EAGAIN == EWOULDBLOCK, only need to check errno for one of them
5196af7124fSmrg    
5206af7124fSmrg    Solaris <sys/errno.h> has:
5216af7124fSmrg     #define EWOULDBLOCK       EAGAIN
5226af7124fSmrg    so checking (errno == EAGAIN || errno == EWOULDBLOCK) is overkill.
5236af7124fSmrg    
5246af7124fSmrg    This leads cppcheck 1.62 to complain:
5256af7124fSmrg    [FSlibInt.c:153] -> [FSlibInt.c:153]: (style) Same expression on both sides of '||'.
5266af7124fSmrg    [FSlibInt.c:301] -> [FSlibInt.c:301]: (style) Same expression on both sides of '||'.
5276af7124fSmrg    [FSlibInt.c:379] -> [FSlibInt.c:379]: (style) Same expression on both sides of '||'.
5286af7124fSmrg    [FSlibInt.c:472] -> [FSlibInt.c:472]: (style) Same expression on both sides of '||'.
5296af7124fSmrg    
5306af7124fSmrg    This quiets it, and reduces the number of calls Solaris Studio cc
5316af7124fSmrg    generates to the __errno() function to get the thread-specific errno value.
5326af7124fSmrg    
5336af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5346af7124fSmrg    Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
5356af7124fSmrg
5366af7124fSmrgcommit b6885f7aedc3b6eba62ffa1edac1e8488d938cea
5376af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
5386af7124fSmrgDate:   Fri Jan 3 19:57:09 2014 -0800
5396af7124fSmrg
5406af7124fSmrg    Reduce scope & remove unneeded assignment of defaultp in FSGetErrorText()
5416af7124fSmrg    
5426af7124fSmrg    Suggested by cppcheck 1.62
5436af7124fSmrg    
5446af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5456af7124fSmrg
5466af7124fSmrgcommit dcb6c39feb63dcf7e843bd2394a2544fd4e79f9f
5476af7124fSmrgAuthor: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
5486af7124fSmrgDate:   Thu Jan 2 01:03:49 2014 -0800
5496af7124fSmrg
5506af7124fSmrg    FSOpenServer: Fix double-free in error path
5516af7124fSmrg    
5526af7124fSmrg    FSOpenServ.c:266:5: warning: Use of memory after it is freed
5536af7124fSmrg        OutOfMemory(svr, setup);
5546af7124fSmrg        ^~~~~~~~~~~~~~~~~~~~~~~
5556af7124fSmrg    
5566af7124fSmrg    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
5576af7124fSmrg
5586af7124fSmrgcommit 4b0b74f953619164dc2863ee2cd3f09d15c65a51
5596af7124fSmrgAuthor: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
5606af7124fSmrgDate:   Thu Jan 2 00:49:27 2014 -0800
5616af7124fSmrg
5626af7124fSmrg    Update error loop to correctly handle error in i==0 case
5636af7124fSmrg    
5646af7124fSmrg    FSOpenServ.c:183:3: warning: Function call argument is an uninitialized value
5656af7124fSmrg                    FSfree(alts[i].name);
5666af7124fSmrg                    ^~~~~~~~~~~~~~~~~~~~
5676af7124fSmrg    ./FSlibos.h:273:21: note: expanded from macro 'FSfree'
5686af7124fSmrg                        ^~~~~~~~~~~
5696af7124fSmrg    
5706af7124fSmrg    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
5716af7124fSmrg
5726af7124fSmrgcommit 5ed8b4cf1f1c35ef35a3c94350e6b96646a2a0b7
5736af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
5746af7124fSmrgDate:   Fri Dec 27 11:01:35 2013 -0800
5756af7124fSmrg
5766af7124fSmrg    Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
5776af7124fSmrg    
5786af7124fSmrg    Required on Solaris to expose fd_mask in <sys/select.h> now that
5796af7124fSmrg    xtrans 1.3 defines _XOPEN_SOURCE to 600 on Solaris, since fd_mask
5806af7124fSmrg    is not defined in that version of the XPG standards.
5816af7124fSmrg    
5826af7124fSmrg    Fixes build failure:
5836af7124fSmrg    ../../src/FSConnServ.c: In function '_FSWaitForWritable':
5846af7124fSmrg    ../../src/FSConnServ.c:166:6: error: 'fd_mask' undeclared (first use in this function)
5856af7124fSmrg    ../../src/FSConnServ.c:166:6: note: each undeclared identifier is reported only once for each function it appears in
5866af7124fSmrg    
5876af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
5886af7124fSmrg    Reviewed-by: Daniel Stone <daniel@fooishbar.org>
5896af7124fSmrg
5906af7124fSmrgcommit 19ca53de0aae67b1f23085c832b445576c6a0b25
5916af7124fSmrgAuthor: Adam Jackson <ajax@redhat.com>
5926af7124fSmrgDate:   Fri Nov 1 11:14:58 2013 -0400
5936af7124fSmrg
5946af7124fSmrg    Fix build with xtrans 1.3
5956af7124fSmrg    
5966af7124fSmrg    ->Readv was in fact being used, oops.  Just call straight down to
5976af7124fSmrg    readv() instead.
5986af7124fSmrg    
5996af7124fSmrg    Reviewed-by: Peter Harris <pharris@opentext.com>
6006af7124fSmrg    Signed-off-by: Adam Jackson <ajax@redhat.com>
6016af7124fSmrg
6026af7124fSmrgcommit 96243bfec19d0f543de3ef590a482f7f6dcdaa3d
6036af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6046af7124fSmrgDate:   Mon Jun 24 22:52:09 2013 -0700
6056af7124fSmrg
6066af7124fSmrg    Drop Cray (WORD64/MUSTCOPY) support
6076af7124fSmrg    
6086af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6096af7124fSmrg
6106af7124fSmrgcommit d30a927b79ee0faa5f4547d5d60570f8fcd11fc2
6116af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6126af7124fSmrgDate:   Mon Jun 24 22:46:52 2013 -0700
6136af7124fSmrg
6146af7124fSmrg    Fix a couple comment typos
6156af7124fSmrg    
6166af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6176af7124fSmrg
6186af7124fSmrgcommit 665fb8c34183bbaba5c7deb045863090082f814b
6196af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6206af7124fSmrgDate:   Mon Jun 24 22:42:56 2013 -0700
6216af7124fSmrg
6226af7124fSmrg    Require ANSI C89 pre-processor, drop pre-C89 token pasting support
6236af7124fSmrg    
6246af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6256af7124fSmrg
6266af7124fSmrgcommit 279fbcc23d6cd462e034dec6a9d1378cb86247e3
6276af7124fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6286af7124fSmrgDate:   Tue May 28 17:42:06 2013 -0700
6296af7124fSmrg
6306af7124fSmrg    Fix typo in readme ("xfslsfonts" should be "fslsfonts")
6316af7124fSmrg    
6326af7124fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6336af7124fSmrg
6341bedbe3fSmrgcommit 9d1458e02fe8dcac68b32917c9b10fa49d7161e7
6351bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6361bedbe3fSmrgDate:   Tue May 28 17:17:40 2013 -0700
6371bedbe3fSmrg
6381bedbe3fSmrg    libFS 1.0.5
6391bedbe3fSmrg    
6401bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6411bedbe3fSmrg
6421bedbe3fSmrgcommit 26dc23446c2e7818fdebfb46e101bac4883df07e
6431bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6441bedbe3fSmrgDate:   Sun Apr 14 09:07:32 2013 -0700
6451bedbe3fSmrg
6461bedbe3fSmrg    Sign extension issue and integer overflow in FSOpenServer() [CVE-2013-1996]
6471bedbe3fSmrg    
6481bedbe3fSmrg    >       altlen = (int) *ad++; <-- if char is 0xff, will sign extend to int (0xffffffff == -1)
6491bedbe3fSmrg    >       alts[i].name = (char *) FSmalloc(altlen + 1); <-- -1 + 1 == 0
6501bedbe3fSmrg    > ...
6511bedbe3fSmrg    >       memmove(alts[i].name, ad, altlen); <-- memory corruption
6521bedbe3fSmrg    
6531bedbe3fSmrg    Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
6541bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6551bedbe3fSmrg
6561bedbe3fSmrgcommit f6030dd569094fb29720a4bf54aec784b1edcac5
6571bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6581bedbe3fSmrgDate:   Wed Apr 10 21:43:40 2013 -0700
6591bedbe3fSmrg
6601bedbe3fSmrg    Get rid of more duplication in error cleanup code in FSListFontsWithXInfo
6611bedbe3fSmrg    
6621bedbe3fSmrg    Also get rely on free() to handle null pointers in cleanup code instead
6631bedbe3fSmrg    of checking each one ourselves.
6641bedbe3fSmrg    
6651bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6661bedbe3fSmrg
6671bedbe3fSmrgcommit 1f260bfdcb8d83d6c21db70ad6ed0fa94e5f5abf
6681bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6691bedbe3fSmrgDate:   Wed Apr 10 20:55:36 2013 -0700
6701bedbe3fSmrg
6711bedbe3fSmrg    Avoid accessing freed memory on realloc failure in FSListFontsWithXInfo
6721bedbe3fSmrg    
6731bedbe3fSmrg    Since we realloc 5 things in a row, and then check for failure, it's
6741bedbe3fSmrg    quite possible one of our old pointers is now pointing to something
6751bedbe3fSmrg    completely different, so instead update the pointers as we successfully
6761bedbe3fSmrg    realloc them and then jump to the normal error processing cleanup if
6771bedbe3fSmrg    one fails.
6781bedbe3fSmrg    
6791bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6801bedbe3fSmrg
6811bedbe3fSmrgcommit 3022dfdcdac08a4950695ded9f372e845f2be008
6821bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
6831bedbe3fSmrgDate:   Wed Apr 10 19:04:22 2013 -0700
6841bedbe3fSmrg
6851bedbe3fSmrg    Avoid reading outside bounds when _FSReply receives an Error response
6861bedbe3fSmrg    
6871bedbe3fSmrg    Upon receiving a response, _FSReply copies the first 8 bytes into *rep
6881bedbe3fSmrg    and then looks at them to determine what type of response.   If it's an
6891bedbe3fSmrg    error packet, it then converts to an error struct and reads the rest,
6901bedbe3fSmrg    but it was copying 16 bytes out of *rep to begin with, due to sloppy
6911bedbe3fSmrg    casting.   Since we immediately overwrite the second 8 bytes with the
6921bedbe3fSmrg    data coming off the wire, this isn't horrible, but it really freaks out
6931bedbe3fSmrg    static analysis and memory debugging tools.
6941bedbe3fSmrg    
6951bedbe3fSmrg    Fixes parfait 1.1 warning:
6961bedbe3fSmrg    
6971bedbe3fSmrg    Error: Buffer overrun
6981bedbe3fSmrg       Read Outside Array Bounds in STD C function: Read outside array bounds in call to llvm.memcpy.p0i8.p0i8.i64. Buffer ((char*)((union fsError*)rep)) of size ??? is read at an offset of 16
6991bedbe3fSmrg          size(((char*)((union fsError*)rep))) is 8, 16 is 16
7001bedbe3fSmrg            at line 751 of src/FSlibInt.c in function '_FSReply'.
7011bedbe3fSmrg            called at line 67 of src/FSSync.c in function 'FSSync' with rep = ((union fsReply*)&rep).
7021bedbe3fSmrg    
7031bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7041bedbe3fSmrg
7051bedbe3fSmrgcommit 932131874109931bb6d50acc47ac94e51a2353de
7061bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
7071bedbe3fSmrgDate:   Wed Apr 10 18:54:35 2013 -0700
7081bedbe3fSmrg
7091bedbe3fSmrg    Use NULL instead of 0 for null pointers
7101bedbe3fSmrg    
7111bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7121bedbe3fSmrg
7131bedbe3fSmrgcommit 90b9754da977cb6804da4c38711ff33db772a9ca
7141bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
7151bedbe3fSmrgDate:   Wed Apr 10 18:30:24 2013 -0700
7161bedbe3fSmrg
7171bedbe3fSmrg    Get rid of unnecessary casts in FSfree calls
7181bedbe3fSmrg    
7191bedbe3fSmrg    No need to cast all other pointers to char *, since C89 free takes
7201bedbe3fSmrg    any type of pointer.   Casting all of them just hides errors if you
7211bedbe3fSmrg    try to free something that's not really a pointer.
7221bedbe3fSmrg    
7231bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7241bedbe3fSmrg
7251bedbe3fSmrgcommit 2cf3ed903048758ee696d410aba6afefd1582dec
7261bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
7271bedbe3fSmrgDate:   Wed Apr 10 18:26:22 2013 -0700
7281bedbe3fSmrg
7291bedbe3fSmrg    Get rid of unnecessary casts in FS*alloc calls
7301bedbe3fSmrg    
7311bedbe3fSmrg    Stop taking 64-bit size_t, truncating to 32-bit unsigned int, and then
7321bedbe3fSmrg    putting into a 64-bit size_t argument to underlying *alloc call.
7331bedbe3fSmrg    
7341bedbe3fSmrg    Also stop casting results, since in C, that just hides missing prototype
7351bedbe3fSmrg    errors that can cause memory corruption when taking an implicit 32-bit
7361bedbe3fSmrg    int return value and trying to make a 64-bit pointer out of it.
7371bedbe3fSmrg    
7381bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7391bedbe3fSmrg
7401bedbe3fSmrgcommit 0ef550010ad1cb08297951b385c0034010e89a9a
7411bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
7421bedbe3fSmrgDate:   Fri Jan 18 23:18:47 2013 -0800
7431bedbe3fSmrg
7441bedbe3fSmrg    Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
7451bedbe3fSmrg    
7461bedbe3fSmrg    Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
7471bedbe3fSmrg    
7481bedbe3fSmrg      - Support for the long-deprecated INCLUDES variable will be removed
7491bedbe3fSmrg        altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
7501bedbe3fSmrg        used instead.
7511bedbe3fSmrg    
7521bedbe3fSmrg    This variable was deprecated in Automake releases prior to 1.10, which is
7531bedbe3fSmrg    the current minimum level required to build X.
7541bedbe3fSmrg    
7551bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7561bedbe3fSmrg
7571bedbe3fSmrgcommit 464fb353a406cbb4c478fae89952979cb5c8775c
7581bedbe3fSmrgAuthor: Colin Walters <walters@verbum.org>
7591bedbe3fSmrgDate:   Wed Jan 4 17:37:06 2012 -0500
7601bedbe3fSmrg
7611bedbe3fSmrg    autogen.sh: Implement GNOME Build API
7621bedbe3fSmrg    
7631bedbe3fSmrg    http://people.gnome.org/~walters/docs/build-api.txt
7641bedbe3fSmrg    
7651bedbe3fSmrg    Signed-off-by: Adam Jackson <ajax@redhat.com>
7661bedbe3fSmrg
7671bedbe3fSmrgcommit 0e0109c5d035c9f803b52d2189151f600de59866
7681bedbe3fSmrgAuthor: Adam Jackson <ajax@redhat.com>
7691bedbe3fSmrgDate:   Tue Jan 15 14:28:48 2013 -0500
7701bedbe3fSmrg
7711bedbe3fSmrg    configure: Remove AM_MAINTAINER_MODE
7721bedbe3fSmrg    
7731bedbe3fSmrg    Signed-off-by: Adam Jackson <ajax@redhat.com>
7741bedbe3fSmrg
7751bedbe3fSmrgcommit 56c83935a873fa7c6bb0c8c7d9f755ee08439aa5
7761bedbe3fSmrgAuthor: Thomas Klausner <wiz@NetBSD.org>
7771bedbe3fSmrgDate:   Thu Jul 12 14:39:26 2012 +0200
7781bedbe3fSmrg
7791bedbe3fSmrg    Fix a prototype error
7801bedbe3fSmrg    
7811bedbe3fSmrg    Per NetBSD PR 41899 from Henning Petersen.
7821bedbe3fSmrg    
7831bedbe3fSmrg    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
7841bedbe3fSmrg    Signed-off-by: Julien Cristau <jcristau@debian.org>
7851bedbe3fSmrg
7861bedbe3fSmrgcommit 589eea0713cacb7b6889d15e4dbcd2914684db9b
7871bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
7881bedbe3fSmrgDate:   Fri Mar 2 19:47:42 2012 -0800
7891bedbe3fSmrg
7901bedbe3fSmrg    libFS 1.0.4
7911bedbe3fSmrg    
7921bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7931bedbe3fSmrg
7941bedbe3fSmrgcommit 9e5c931053f261cc97e3d7b75a5c2f14990bbb9d
7951bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
7961bedbe3fSmrgDate:   Fri Mar 2 19:42:18 2012 -0800
7971bedbe3fSmrg
7981bedbe3fSmrg    Remove unneeded shadow definition of 'i' from FSQueryXBitmaps16
7991bedbe3fSmrg    
8001bedbe3fSmrg    Fixes gcc warning:
8011bedbe3fSmrg    FSQGlyphs.c: In function 'FSQueryXBitmaps16':
8021bedbe3fSmrg    FSQGlyphs.c:153:6: warning: declaration of 'i' shadows a previous local
8031bedbe3fSmrg    FSQGlyphs.c:143:10: warning: shadowed declaration is here
8041bedbe3fSmrg    
8051bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8061bedbe3fSmrg
8071bedbe3fSmrgcommit 4ebfa48f74deb4f35490e02eeeb1e59ff56856ab
8081bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
8091bedbe3fSmrgDate:   Sun Dec 4 08:54:38 2011 -0800
8101bedbe3fSmrg
8111bedbe3fSmrg    Fix builds of FSlibInt.c with Solaris Studio compilers
8121bedbe3fSmrg    
8131bedbe3fSmrg    Required in order to build with Studio cc now that xorg-macros is
8141bedbe3fSmrg    setting -errwarn=E_FUNC_HAS_NO_RETURN_STMT since a bug in the Solaris
8151bedbe3fSmrg    system headers causes the noreturn attribute to not be correctly
8161bedbe3fSmrg    applied to the exit() prototype in <stdlib.h> when building with
8171bedbe3fSmrg    Studio instead of gcc.
8181bedbe3fSmrg    
8191bedbe3fSmrg    Otherwise compiler exits with error:
8201bedbe3fSmrg    "FSlibInt.c", line 976: Function has no return statement : _FSDefaultIOError
8211bedbe3fSmrg    
8221bedbe3fSmrg    Uses Studio-specific pragma instead of adding another exit() prototype
8231bedbe3fSmrg    with a noreturn attribute to avoid causing gcc to warn about having
8241bedbe3fSmrg    a redundant prototype for the exit() function.
8251bedbe3fSmrg    
8261bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8271bedbe3fSmrg
8281bedbe3fSmrgcommit 447b3268bfb2d6a92d105ad75c2ac5462f1adecb
8291bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
8301bedbe3fSmrgDate:   Fri Nov 11 22:54:21 2011 -0800
8311bedbe3fSmrg
8321bedbe3fSmrg    Mark pattern argument to FSListFonts* as const char *
8331bedbe3fSmrg    
8341bedbe3fSmrg    Needed to fix gcc -Wwrite-strings warnings in clients such as fslsfonts
8351bedbe3fSmrg    
8361bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8371bedbe3fSmrg
8381bedbe3fSmrgcommit 5dae1f32a775c3f99f26571f3fab8fb4f0f2874f
8391bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
8401bedbe3fSmrgDate:   Wed Sep 28 22:28:22 2011 -0700
8411bedbe3fSmrg
8421bedbe3fSmrg    Change FSOpenServer and FSServerName to take const char * args.
8431bedbe3fSmrg    
8441bedbe3fSmrg    Almost matches the current versions of the XOpenDisplay & XDisplayName
8451bedbe3fSmrg    functions they're modeled on - unlike XDisplayName, FSServerName now
8461bedbe3fSmrg    returns const char * as well so we don't lose the constness of the
8471bedbe3fSmrg    string passed in if we return it.
8481bedbe3fSmrg    
8491bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8501bedbe3fSmrg
8511bedbe3fSmrgcommit 1353bd6b52241857f9e37cc6403e1fee3c5e69e4
8521bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
8531bedbe3fSmrgDate:   Mon Sep 26 15:07:57 2011 -0700
8541bedbe3fSmrg
8551bedbe3fSmrg    Add const attributes to fix gcc -Wwrite-strings warnings
8561bedbe3fSmrg    
8571bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8581bedbe3fSmrg
8591bedbe3fSmrgcommit 750fbfe7562e94788e5dfecb6617e26d6d3f0157
8601bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
8611bedbe3fSmrgDate:   Fri Sep 16 22:08:05 2011 -0700
8621bedbe3fSmrg
8631bedbe3fSmrg    Strip trailing whitespace
8641bedbe3fSmrg    
8651bedbe3fSmrg    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
8661bedbe3fSmrg    git diff -w & git diff -b show no diffs from this change
8671bedbe3fSmrg    
8681bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8691bedbe3fSmrg
8701bedbe3fSmrgcommit 06fd3e765d96fda0e323c11c7a6786b870655bbe
8711bedbe3fSmrgAuthor: Jeremy Huddleston <jeremyhu@apple.com>
8721bedbe3fSmrgDate:   Thu Apr 28 17:21:15 2011 -0700
8731bedbe3fSmrg
8741bedbe3fSmrg    Silence clang's -Wformat-nonliteral around our error printing code
8751bedbe3fSmrg    
8761bedbe3fSmrg    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
8771bedbe3fSmrg
8781bedbe3fSmrgcommit b39bb910ce7a8dc18922957bad7c0e7b1fe9c499
8791bedbe3fSmrgAuthor: Jeremy Huddleston <jeremyhu@apple.com>
8801bedbe3fSmrgDate:   Thu Apr 28 17:11:05 2011 -0700
8811bedbe3fSmrg
8821bedbe3fSmrg    Annotate fatal errors with _X_NORETURN
8831bedbe3fSmrg    
8841bedbe3fSmrg    Fixes a false-positive with clang static analysis
8851bedbe3fSmrg    
8861bedbe3fSmrg    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
8871bedbe3fSmrg
8881bedbe3fSmrgcommit 8607b9de7b331f7a97e623b1490194324a8b9a4b
8891bedbe3fSmrgAuthor: Cyril Brulebois <kibi@debian.org>
8901bedbe3fSmrgDate:   Fri Feb 18 21:17:12 2011 +0100
8911bedbe3fSmrg
8921bedbe3fSmrg    Silence gcc warning.
8931bedbe3fSmrg    
8941bedbe3fSmrg    Fix the build with CFLAGS="-Wall -Werror":
8951bedbe3fSmrg    |   CC     FSGetErrorText.o
8961bedbe3fSmrg    | cc1: warnings being treated as errors
8971bedbe3fSmrg    | FSGetErrorText.c: In function ‘CheckErrorMessage’:
8981bedbe3fSmrg    | FSGetErrorText.c:43: error: format ‘%d’ expects type ‘int’, but argument 5 has type ‘long unsigned int’
8991bedbe3fSmrg    
9001bedbe3fSmrg    An int is likely to be sufficient for this buffer's size…
9011bedbe3fSmrg    
9021bedbe3fSmrg    Signed-off-by: Cyril Brulebois <kibi@debian.org>
9031bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
9041bedbe3fSmrg
9051bedbe3fSmrgcommit 07c1f9c135039606c63b88d51b93532199897ceb
9061bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
9071bedbe3fSmrgDate:   Sun Feb 13 10:23:43 2011 -0800
9081bedbe3fSmrg
9091bedbe3fSmrg    Off-by-one error on the other end of FSGetErrorText bounds check
9101bedbe3fSmrg    
9111bedbe3fSmrg    The Font Server protocol actually defines 0 as an error code too.
9121bedbe3fSmrg    
9131bedbe3fSmrg    Before this fix, test/FSGetErrorText printed:
9141bedbe3fSmrg    
9151bedbe3fSmrg    FSGetErrorText for code FSBadRequest (0) returned:
9161bedbe3fSmrg    ||
9171bedbe3fSmrg    
9181bedbe3fSmrg    Afterwards:
9191bedbe3fSmrg    
9201bedbe3fSmrg    FSGetErrorText for code FSBadRequest (0) returned:
9211bedbe3fSmrg    |BadRequest, invalid request code or no such operation|
9221bedbe3fSmrg    
9231bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
9241bedbe3fSmrg
9251bedbe3fSmrgcommit ba4f4e7604afc23431c62c3886ab9419d5913661
9261bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
9271bedbe3fSmrgDate:   Sun Feb 13 10:20:48 2011 -0800
9281bedbe3fSmrg
9291bedbe3fSmrg    Add simple test program for FSGetErrorText()
9301bedbe3fSmrg    
9311bedbe3fSmrg    When run with arguments, prints messages for the given codes.
9321bedbe3fSmrg    When run with no arguments, prints messages for known valid error codes
9331bedbe3fSmrg    and some invalid codes.
9341bedbe3fSmrg    
9351bedbe3fSmrg    Not run as part of "make check" since it requires a connection to an
9361bedbe3fSmrg    xfs server to run, just available for developers to manually run when
9371bedbe3fSmrg    needed.
9381bedbe3fSmrg    
9391bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
9401bedbe3fSmrg
9411bedbe3fSmrgcommit 3deb5cb746e94854728f8265b6bb8eeaec367322
9421bedbe3fSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
9431bedbe3fSmrgDate:   Fri Feb 11 18:32:08 2011 -0800
9441bedbe3fSmrg
9451bedbe3fSmrg    Off-by-one error in FSGetErrorText bounds check
9461bedbe3fSmrg    
9471bedbe3fSmrg    Read outside array bounds (CWE 125): In array dereference of <unknown> with index 'code'
9481bedbe3fSmrg      Array size is 12 elements (of 4 bytes each), index >= 1 and index <= 12
9491bedbe3fSmrg        at line 108 of libFS/src/FSErrDis.c in function 'FSGetErrorText'.
9501bedbe3fSmrg    
9511bedbe3fSmrg    [ This bug was found by the Parfait 0.3.6 bug checking tool.
9521bedbe3fSmrg      For more information see http://labs.oracle.com/projects/parfait/ ]
9531bedbe3fSmrg    
9541bedbe3fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
9551bedbe3fSmrg    Reviewed-by: Julien Cristau <jcristau@debian.org>
9561bedbe3fSmrg
9571bedbe3fSmrgcommit ee8e378880e3fd3422f378b419bb77665626629c
9581bedbe3fSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
9591bedbe3fSmrgDate:   Wed Feb 2 16:08:21 2011 -0500
9601bedbe3fSmrg
9611bedbe3fSmrg    config: splitting FS and XTRANS compiler option no longer required
9621bedbe3fSmrg    
9631bedbe3fSmrg    This was done for the wrong reasons and fixed in commit:
9641bedbe3fSmrg    87c96993d17812a55d92ef32a91083614e258f02
9651bedbe3fSmrg    where the libfs.pc.in was fixed.
9661bedbe3fSmrg    
9671bedbe3fSmrg    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
9681bedbe3fSmrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
9691bedbe3fSmrg
9701bedbe3fSmrgcommit 92a10dde49d707d79fe588bb9e5aba2534c0ab2c
9711bedbe3fSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
9721bedbe3fSmrgDate:   Wed Feb 2 11:43:40 2011 -0500
9731bedbe3fSmrg
9741bedbe3fSmrg    config: comment, minor upgrade, quote and layout configure.ac
9751bedbe3fSmrg    
9761bedbe3fSmrg    Group statements per section as per Autoconf standard layout
9771bedbe3fSmrg    Quote statements where appropriate.
9781bedbe3fSmrg    Autoconf recommends not using dnl instead of # for comments
9791bedbe3fSmrg    
9801bedbe3fSmrg    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
9811bedbe3fSmrg    Add AC_CONFIG_SRCDIR([Makefile.am])
9821bedbe3fSmrg    Update minimum version of util-macros to at least 1.8.
9831bedbe3fSmrg    
9841bedbe3fSmrg    This helps automated maintenance and release activities.
9851bedbe3fSmrg    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
9861bedbe3fSmrg
9871bedbe3fSmrgcommit 195bc673e232e73b4cfa0fd34150a574683c69d1
9881bedbe3fSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
9891bedbe3fSmrgDate:   Fri Jan 28 19:41:37 2011 -0500
9901bedbe3fSmrg
9911bedbe3fSmrg    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
9921bedbe3fSmrg    
9931bedbe3fSmrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
9941bedbe3fSmrg
9951bedbe3fSmrgcommit 5895de6dedcb8603b6a415d3486395c29501868c
99600ca1914SmrgAuthor: Cristian Rodríguez <cristian.rodriguez@opensuse.org>
9971bedbe3fSmrgDate:   Tue Dec 14 15:07:34 2010 -0500
9981bedbe3fSmrg
9991bedbe3fSmrg    Export only public API symbols
10001bedbe3fSmrg    
10011bedbe3fSmrg    Reviewed-by: Adam Jackson <ajax@redhat.com>
10021bedbe3fSmrg    Signed-off-by: Cristian Rodríguez <cristian.rodriguez@opensuse.org>
10031bedbe3fSmrg
1004549e21daSmrgcommit 4218339a30a899ceb82a9a057c6b96bce624f917
1005549e21daSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
1006549e21daSmrgDate:   Tue Oct 26 18:47:31 2010 -0700
1007549e21daSmrg
1008549e21daSmrg    libFS 1.0.3
1009549e21daSmrg    
1010549e21daSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1011549e21daSmrg
1012549e21daSmrgcommit f6aacdb5143032a9e21b8bb09212fcf69c839a85
1013549e21daSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
1014549e21daSmrgDate:   Tue Oct 26 18:45:48 2010 -0700
1015549e21daSmrg
1016549e21daSmrg    Remove unnecessary calls from configure.ac
1017549e21daSmrg    
1018549e21daSmrg    AM_PROG_CC is already covered by XORG_DEFAULT_OPTIONS
1019549e21daSmrg    AC_SUBST of CFLAGS & LIBS is taken care of by PKG_CHECK_MODULES
1020549e21daSmrg    
1021549e21daSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
1022549e21daSmrg
1023549e21daSmrgcommit c7c7dda28b61d9b008a2fab3baf8ed02662a6dbf
1024549e21daSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
1025549e21daSmrgDate:   Mon Mar 29 16:50:33 2010 -0400
1026549e21daSmrg
1027549e21daSmrg    config: update AC_PREREQ statement to 2.60
1028549e21daSmrg    
1029549e21daSmrg    Unrelated to the previous patches, the new value simply reflects
1030549e21daSmrg    the reality that the minimum level for autoconf to configure
1031549e21daSmrg    all x.org modules is 2.60 dated June 2006.
1032549e21daSmrg    
1033549e21daSmrg    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
1034549e21daSmrg    
1035549e21daSmrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1036549e21daSmrg
1037549e21daSmrgcommit dbe6f1912d77cd42ca0ac7ac5296113f84fc690e
1038549e21daSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
1039549e21daSmrgDate:   Mon Mar 29 15:09:34 2010 -0400
1040549e21daSmrg
1041549e21daSmrg    config: install in $docdir and distribute doc/FSlib.txt
1042549e21daSmrg    
1043549e21daSmrg    The dist_doc_DATA statement was designed for that purpose.
1044549e21daSmrg    
1045549e21daSmrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1046549e21daSmrg
1047549e21daSmrgcommit 315643e773d666d1cc2248fe7ba1bc979ec34c70
1048549e21daSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
1049549e21daSmrgDate:   Mon Mar 29 14:53:48 2010 -0400
1050549e21daSmrg
1051549e21daSmrg    config: remove the pkgconfig pc.in file from EXTRA_DIST
1052549e21daSmrg    
1053549e21daSmrg    Automake always includes it in the tarball.
1054549e21daSmrg    
1055549e21daSmrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1056549e21daSmrg
1057549e21daSmrgcommit a391fd191e207b4408ce230505df25570cf041d4
1058549e21daSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
1059549e21daSmrgDate:   Fri Nov 27 20:56:03 2009 -0500
1060549e21daSmrg
1061549e21daSmrg    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
1062549e21daSmrg    
1063549e21daSmrg    Now that the INSTALL file is generated.
1064549e21daSmrg    Allows running make maintainer-clean.
1065549e21daSmrg
1066549e21daSmrgcommit 15104bf1988d27e7dc4272d32dbd381455c0e9f7
1067549e21daSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
1068549e21daSmrgDate:   Wed Oct 28 14:09:10 2009 -0400
1069549e21daSmrg
1070549e21daSmrg    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
1071549e21daSmrg    
1072549e21daSmrg    Add missing INSTALL file. Use standard GNU file on building tarball
1073549e21daSmrg    README may have been updated
1074549e21daSmrg    Remove AUTHORS file as it is empty and no content available yet.
1075549e21daSmrg    Remove NEWS file as it is empty and no content available yet.
1076549e21daSmrg
1077549e21daSmrgcommit 491adff64c38f940ca21f6be9e370ebe90f72c3e
1078549e21daSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
1079549e21daSmrgDate:   Tue Oct 27 15:07:25 2009 -0400
1080549e21daSmrg
1081549e21daSmrg    Deploy the new XORG_DEFAULT_OPTIONS #24242
1082549e21daSmrg    
1083549e21daSmrg    This macro aggregate a number of existing macros that sets commmon
1084549e21daSmrg    X.Org components configuration options. It shields the configuration file from
1085549e21daSmrg    future changes.
1086549e21daSmrg
1087549e21daSmrgcommit 1b6896d93de00ad79c28c537edead58309df0d31
1088549e21daSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
1089549e21daSmrgDate:   Mon Oct 26 22:08:41 2009 -0400
1090549e21daSmrg
1091549e21daSmrg    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
1092549e21daSmrg    
1093549e21daSmrg    ChangeLog filename is known to Automake and requires no further
1094549e21daSmrg    coding in the makefile.
1095549e21daSmrg
1096549e21daSmrgcommit 40addd2ce521edadc6e6373b80c3c8c4f73c11c1
1097549e21daSmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
1098549e21daSmrgDate:   Thu Oct 22 12:34:18 2009 -0400
1099549e21daSmrg
1100549e21daSmrg    .gitignore: use common defaults with custom section # 24239
1101549e21daSmrg    
1102549e21daSmrg    Using common defaults will reduce errors and maintenance.
1103549e21daSmrg    Only the very small or inexistent custom section need periodic maintenance
1104549e21daSmrg    when the structure of the component changes. Do not edit defaults.
1105549e21daSmrg
1106549e21daSmrgcommit be177a3bad2b3158c09ebfc0356e0944ca704732
1107549e21daSmrgAuthor: Jeremy Huddleston <jeremyhu@freedesktop.org>
1108549e21daSmrgDate:   Wed Oct 21 12:47:23 2009 -0700
1109549e21daSmrg
1110549e21daSmrg    This is not a GNU project, so declare it foreign.
1111549e21daSmrg    
1112549e21daSmrg    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
1113549e21daSmrg    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
1114549e21daSmrg    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
1115549e21daSmrg    > > was quite annoying to work around since 'autoreconf -fvi' replaces
1116549e21daSmrg    > > it and git wants to commit it.  Should these files even be in git?
1117549e21daSmrg    > > Can I nuke them for the betterment of humanity and since they get
1118549e21daSmrg    > > created by autoreconf anyways?
1119549e21daSmrg    >
1120549e21daSmrg    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
1121549e21daSmrg    
1122549e21daSmrg    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
1123549e21daSmrg    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
1124549e21daSmrg    of the INSTALL file. It is also part of the 24206 solution.
1125549e21daSmrg    
1126549e21daSmrg    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
1127549e21daSmrg
11282d8abe4fSmrgcommit 364af12a2426358461f5ed5b142c97411cad80c5
11292d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
11302d8abe4fSmrgDate:   Tue Jul 7 15:47:36 2009 -0700
11312d8abe4fSmrg
11322d8abe4fSmrg    Version 1.0.2
11332d8abe4fSmrg
11342d8abe4fSmrgcommit 040bfd8f055f7e49f15e457842b8bca4f8d2020a
11352d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
11362d8abe4fSmrgDate:   Tue Jul 7 15:45:50 2009 -0700
11372d8abe4fSmrg
11382d8abe4fSmrg    Move CWARNFLAGS to Makefile.am for easier build-time overriding
11392d8abe4fSmrg    
11402d8abe4fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
11412d8abe4fSmrg
11422d8abe4fSmrgcommit 233b72428a47272b599a6be0708b06f7ed674f7c
11432d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
11442d8abe4fSmrgDate:   Tue Jul 7 08:57:53 2009 -0700
11452d8abe4fSmrg
11462d8abe4fSmrg    Strip out-of-date RCS/CVS & SCCS version tags
11472d8abe4fSmrg    
11482d8abe4fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
11492d8abe4fSmrg
11502d8abe4fSmrgcommit f85f04b1287717d00cc29aaea2dc44bd59a2d2b3
11512d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
11522d8abe4fSmrgDate:   Tue Jul 7 08:45:41 2009 -0700
11532d8abe4fSmrg
11542d8abe4fSmrg    Constify FSErrorList
11552d8abe4fSmrg    
11562d8abe4fSmrg    Matches the code in libX11/src/ErrDes.c this is based on.
11572d8abe4fSmrg    
11582d8abe4fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
11592d8abe4fSmrg
11602d8abe4fSmrgcommit b6c63181aded7f8e8879914b0f92767a47aa47cf
11612d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
11622d8abe4fSmrgDate:   Wed Jun 17 16:05:03 2009 -0700
11632d8abe4fSmrg
11642d8abe4fSmrg    Drop #ifdef USG checks for some truly ancient (pre-SVR4) SysV's
11652d8abe4fSmrg    
11662d8abe4fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
11672d8abe4fSmrg
11682d8abe4fSmrgcommit b566d33d344876392254941d8ef73c848194c432
11692d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
11702d8abe4fSmrgDate:   Wed Jun 17 15:36:54 2009 -0700
11712d8abe4fSmrg
11722d8abe4fSmrg    Fix server name handling in IOError messages during connection setup
11732d8abe4fSmrg    
11742d8abe4fSmrg     - Don't try to sprintf a NULL string for the server name
11752d8abe4fSmrg     - Initialize the server name pointer in the srv struct sooner,
11762d8abe4fSmrg       so errors during connection initialization can print it instead
11772d8abe4fSmrg       of a null string in the error message
11782d8abe4fSmrg    
11792d8abe4fSmrg    Had to update the error paths that freed the partially constructed
11802d8abe4fSmrg    structure, so combined them into a common implmentation via "goto fail".
11812d8abe4fSmrg    
11822d8abe4fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
11832d8abe4fSmrg
11842d8abe4fSmrgcommit eab796dabe05b4db2e193ab225deae613ac46a7b
11852d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
11862d8abe4fSmrgDate:   Tue May 19 01:58:38 2009 -0700
11872d8abe4fSmrg
11882d8abe4fSmrg    Make FSlib.txt prototypes match those in headers.
11892d8abe4fSmrg    
11902d8abe4fSmrg    Both conversion to ANSI C89 format and fixing some long standing mistakes.
11912d8abe4fSmrg    
11922d8abe4fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
11932d8abe4fSmrg
11942d8abe4fSmrgcommit 39be8ae0ac4d5281a006de67ae11f7877f443bc8
11952d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
11962d8abe4fSmrgDate:   Tue May 19 01:44:26 2009 -0700
11972d8abe4fSmrg
11982d8abe4fSmrg    Move API doc from xorg-doc/doc/FSlib.doc
11992d8abe4fSmrg
12002d8abe4fSmrgcommit 84d71a733b6ab93318260a5641d7609dbc38a198
12012d8abe4fSmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
12022d8abe4fSmrgDate:   Mon Feb 2 20:34:29 2009 -0800
12032d8abe4fSmrg
12042d8abe4fSmrg    Add README with pointers to mailing list, bugzilla & git repos
12052d8abe4fSmrg    
12062d8abe4fSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
12072d8abe4fSmrg
12082d8abe4fSmrgcommit 3779550c57db5fe845f955bec141ca24800f2fdb
12092d8abe4fSmrgAuthor: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
12102d8abe4fSmrgDate:   Wed Jan 28 16:41:28 2009 -0200
12112d8abe4fSmrg
12122d8abe4fSmrg    Janitor: Correct make distcheck and compiler warnings.
12132d8abe4fSmrg
12142d8abe4fSmrgcommit 84cd6e7402382862abb473e7686a375db29f4d99
12152d8abe4fSmrgAuthor: Peter Korsgaard <jacmet@sunsite.dk>
12162d8abe4fSmrgDate:   Wed Oct 22 10:34:59 2008 -0400
12172d8abe4fSmrg
12182d8abe4fSmrg    bcopy -> memmove
12192d8abe4fSmrg
1220ba6a1819Smrgcommit 9cbdb6ab49d8f9e6174a00d6b509bf6f1e3c1e78
1221ba6a1819SmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
1222ba6a1819SmrgDate:   Wed May 21 18:40:05 2008 -0700
1223ba6a1819Smrg
1224ba6a1819Smrg    Version 1.0.1
1225ba6a1819Smrg
1226ba6a1819Smrgcommit 16c85877e9754dfc83b7c60c9892a85d1ac14eaa
1227ba6a1819SmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
1228ba6a1819SmrgDate:   Wed May 21 17:44:21 2008 -0700
1229ba6a1819Smrg
1230ba6a1819Smrg    Replace sprintf with snprintf
1231ba6a1819Smrg
1232ba6a1819Smrgcommit 485308a08afe17e9486f8123c775b3e728d8d88f
1233ba6a1819SmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
1234ba6a1819SmrgDate:   Wed May 21 17:31:15 2008 -0700
1235ba6a1819Smrg
1236ba6a1819Smrg    Add hooks to check code with static analyzers like lint & sparse
1237ba6a1819Smrg
1238ba6a1819Smrgcommit 0a64482e6dcd636b9c8b2f38ecfed7945adfdb39
1239ba6a1819SmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
1240ba6a1819SmrgDate:   Wed May 21 17:00:06 2008 -0700
1241ba6a1819Smrg
1242ba6a1819Smrg    Put all copyright/license notices into COPYING file
1243ba6a1819Smrg
1244ba6a1819Smrgcommit 501f667cca6674704ad623a08918246ba2d2692d
1245ba6a1819SmrgAuthor: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1246ba6a1819SmrgDate:   Tue Mar 4 17:41:18 2008 -0300
1247ba6a1819Smrg
1248ba6a1819Smrg    libFS ansification.
1249ba6a1819Smrg
1250ba6a1819Smrgcommit 1513378c0f71caa42fc2620e439961cc82470a61
1251ba6a1819SmrgAuthor: Matthieu Herrb <matthieu.herrb@laas.fr>
1252ba6a1819SmrgDate:   Sun Mar 9 00:16:17 2008 +0100
1253ba6a1819Smrg
1254ba6a1819Smrg    nuke RCS Ids
1255ba6a1819Smrg
1256ba6a1819Smrgcommit 77f3fc68504451487bfc4ef8d393ccd95c823071
1257ba6a1819SmrgAuthor: James Cloos <cloos@jhcloos.com>
1258ba6a1819SmrgDate:   Thu Dec 6 16:38:13 2007 -0500
1259ba6a1819Smrg
1260ba6a1819Smrg    Replace static ChangeLog with dist-hook to generate from git log
1261ba6a1819Smrg
1262ba6a1819Smrgcommit 63fcbab9d8c6c3324d797e8ce5b52046484d2495
1263ba6a1819SmrgAuthor: James Cloos <cloos@jhcloos.com>
1264ba6a1819SmrgDate:   Mon Sep 3 05:53:29 2007 -0400
1265ba6a1819Smrg
1266ba6a1819Smrg    Add *~ to .gitignore to skip patch/emacs droppings
1267ba6a1819Smrg
1268ba6a1819Smrgcommit 3efa1082c4b58080b6d369882d3e6611adee8b5b
1269ba6a1819SmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
1270ba6a1819SmrgDate:   Thu Jul 13 14:58:43 2006 -0700
1271ba6a1819Smrg
1272ba6a1819Smrg    renamed: .cvsignore -> .gitignore
1273ba6a1819Smrg
1274ba6a1819Smrgcommit df8de2bc08703b8de404e113cba4a47134bca68f
1275ba6a1819SmrgAuthor: Kevin E Martin <kem@kem.org>
1276ba6a1819SmrgDate:   Thu Dec 15 00:24:27 2005 +0000
1277ba6a1819Smrg
1278ba6a1819Smrg    Update package version number for final X11R7 release candidate.
1279ba6a1819Smrg
1280ba6a1819Smrgcommit ea190affa767ac2c64f70bc9a303929cf2eb6eff
1281ba6a1819SmrgAuthor: Kevin E Martin <kem@kem.org>
1282ba6a1819SmrgDate:   Sat Dec 3 05:49:41 2005 +0000
1283ba6a1819Smrg
1284ba6a1819Smrg    Update package version number for X11R7 RC3 release.
1285ba6a1819Smrg
1286ba6a1819Smrgcommit 11b1397e6c1356a70f42713f3a9779b866835d9e
1287ba6a1819SmrgAuthor: Kevin E Martin <kem@kem.org>
1288ba6a1819SmrgDate:   Sat Dec 3 04:41:47 2005 +0000
1289ba6a1819Smrg
1290ba6a1819Smrg    Add check and cflags for malloc(0) returning NULL.
1291ba6a1819Smrg
1292ba6a1819Smrgcommit 87c96993d17812a55d92ef32a91083614e258f02
1293ba6a1819SmrgAuthor: Kevin E Martin <kem@kem.org>
1294ba6a1819SmrgDate:   Sat Nov 19 07:15:39 2005 +0000
1295ba6a1819Smrg
1296ba6a1819Smrg    Update pkgconfig files to separate library build-time dependencies from
1297ba6a1819Smrg        application build-time dependencies, and update package deps to work
1298ba6a1819Smrg        with separate build roots.
1299ba6a1819Smrg
1300ba6a1819Smrgcommit 2404b41c83ea49dcbf654e6448ea99ab72c8d82b
1301ba6a1819SmrgAuthor: Kevin E Martin <kem@kem.org>
1302ba6a1819SmrgDate:   Wed Nov 9 21:19:11 2005 +0000
1303ba6a1819Smrg
1304ba6a1819Smrg    Update package version number for X11R7 RC2 release.
1305ba6a1819Smrg
1306ba6a1819Smrgcommit 516e8e27077b7c4b535189e398030f6c2c99300a
1307ba6a1819SmrgAuthor: Kean Johnson <kean@armory.com>
1308ba6a1819SmrgDate:   Tue Nov 8 06:33:25 2005 +0000
1309ba6a1819Smrg
1310ba6a1819Smrg    See ChangeLog entry 2005-11-07 for details.
1311ba6a1819Smrg
1312ba6a1819Smrgcommit b7c75dbf546e30fba6afba95b9a95fe4f50c6bba
1313ba6a1819SmrgAuthor: Kevin E Martin <kem@kem.org>
1314ba6a1819SmrgDate:   Wed Oct 19 02:48:08 2005 +0000
1315ba6a1819Smrg
1316ba6a1819Smrg    Update package version number for RC1 release.
1317ba6a1819Smrg
1318ba6a1819Smrgcommit 4902aa061cfdd2f2f35158240d9da9706698cf61
1319ba6a1819SmrgAuthor: Adam Jackson <ajax@nwnk.net>
1320ba6a1819SmrgDate:   Wed Aug 3 03:28:00 2005 +0000
1321ba6a1819Smrg
1322ba6a1819Smrg    Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
1323ba6a1819Smrg        a global configure cache don't get confused.
1324ba6a1819Smrg
1325ba6a1819Smrgcommit b15ff0fd68f67e37fc759742ebb637caac058f08
1326ba6a1819SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
1327ba6a1819SmrgDate:   Sat Jul 30 19:15:15 2005 +0000
1328ba6a1819Smrg
1329ba6a1819Smrg    Add -D flags to clear various warnings (Stefan Dirsch)
1330ba6a1819Smrg
1331ba6a1819Smrgcommit 04ae86a006b608d2626ee90679cb84066cbc9710
1332ba6a1819SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
1333ba6a1819SmrgDate:   Sat Jul 30 19:09:37 2005 +0000
1334ba6a1819Smrg
1335ba6a1819Smrg    Need to include "config.h" in fs_transport.c so Xtrans knows which
1336ba6a1819Smrg        transport types to support
1337ba6a1819Smrg
1338ba6a1819Smrgcommit 35facec2fbd93d176f637dda5323c16a38350dfa
1339ba6a1819SmrgAuthor: Kevin E Martin <kem@kem.org>
1340ba6a1819SmrgDate:   Fri Jul 29 21:22:49 2005 +0000
1341ba6a1819Smrg
1342ba6a1819Smrg    Various changes preparing packages for RC0:
1343ba6a1819Smrg    - Verify and update package version numbers as needed
1344ba6a1819Smrg    - Implement versioning scheme
1345ba6a1819Smrg    - Change bug address to point to bugzilla bug entry form
1346ba6a1819Smrg    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1347ba6a1819Smrg        reenable it)
1348ba6a1819Smrg    - Fix makedepend to use pkgconfig and pass distcheck
1349ba6a1819Smrg    - Update build script to build macros first
1350ba6a1819Smrg    - Update modular Xorg version
1351ba6a1819Smrg
1352ba6a1819Smrgcommit be058d899bb49c6319041d05d54ed8e289a62adf
1353ba6a1819SmrgAuthor: Daniel Stone <daniel@fooishbar.org>
1354ba6a1819SmrgDate:   Sat Jul 16 06:20:22 2005 +0000
1355ba6a1819Smrg
1356ba6a1819Smrg    Set soversion to 6.0.0 using -version-number.
1357ba6a1819Smrg
1358ba6a1819Smrgcommit 227eb224880f912e7261d251ba2bf81992b7726f
1359ba6a1819SmrgAuthor: Keith Packard <keithp@keithp.com>
1360ba6a1819SmrgDate:   Wed Jul 13 07:27:15 2005 +0000
1361ba6a1819Smrg
1362ba6a1819Smrg    Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the public
1363ba6a1819Smrg        API.
1364ba6a1819Smrg
1365ba6a1819Smrgcommit 905552dfa2af617780bc2cd4d14edad845c3203b
1366ba6a1819SmrgAuthor: Keith Packard <keithp@keithp.com>
1367ba6a1819SmrgDate:   Wed Jul 13 07:23:56 2005 +0000
1368ba6a1819Smrg
1369ba6a1819Smrg    Make some minor source adjustments so that we don not need to use
1370ba6a1819Smrg        -D_XOPEN_SOURCE -D_BSD_SOURCE everywhere as this will leak out of the
1371ba6a1819Smrg        modular environment and into application build processes, potentially
1372ba6a1819Smrg        foulling up their compiles.
1373ba6a1819Smrg
1374ba6a1819Smrgcommit 9a9aec0b9fb6315120c2ff87be94c6653802be76
1375ba6a1819SmrgAuthor: Keith Packard <keithp@keithp.com>
1376ba6a1819SmrgDate:   Sat Jul 9 05:58:09 2005 +0000
1377ba6a1819Smrg
1378ba6a1819Smrg    Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
1379ba6a1819Smrg
1380ba6a1819Smrgcommit e5721d4ea9a1ef400f790583b33b0491a224733f
1381ba6a1819SmrgAuthor: Daniel Stone <daniel@fooishbar.org>
1382ba6a1819SmrgDate:   Sun Jul 3 07:00:55 2005 +0000
1383ba6a1819Smrg
1384ba6a1819Smrg    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
1385ba6a1819Smrg    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
1386ba6a1819Smrg    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
1387ba6a1819Smrg        source files in the xserver/xorg tree, predicated on defines of
1388ba6a1819Smrg        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
1389ba6a1819Smrg        <X11/fonts/foo.h>.
1390ba6a1819Smrg
1391ba6a1819Smrgcommit 6847a3b405dd98a1aa7804e97e6b2ce13bbf8bd7
139200ca1914SmrgAuthor: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1393ba6a1819SmrgDate:   Wed Jun 22 22:46:31 2005 +0000
1394ba6a1819Smrg
1395ba6a1819Smrg    Apply these patches from Theo van Klaveren:
1396ba6a1819Smrg    lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch
1397ba6a1819Smrg        lib-XScrnSaver.patch lib-xtrans.patch
1398ba6a1819Smrg    to make the libraries distcheck.
1399ba6a1819Smrg
1400ba6a1819Smrgcommit 5f6bbd9ed4002d9d6b5119a018bbc7345f47543a
1401ba6a1819SmrgAuthor: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1402ba6a1819SmrgDate:   Thu Jun 9 15:54:09 2005 +0000
1403ba6a1819Smrg
1404ba6a1819Smrg    Replace <X11/transport.c> with <X11/Xtrans/transport.c>
1405ba6a1819Smrg
1406ba6a1819Smrgcommit e798bd7804c100232a927b075fcc58262c1e50f9
1407ba6a1819SmrgAuthor: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1408ba6a1819SmrgDate:   Thu Jun 9 15:52:02 2005 +0000
1409ba6a1819Smrg
1410ba6a1819Smrg    Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
1411ba6a1819Smrg    Copy Xtrans.h to exports/include/X11/Xtrans only
1412ba6a1819Smrg
1413ba6a1819Smrgcommit 6c0b06eddcffce31814cb103142f5cda2df9da91
141400ca1914SmrgAuthor: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1415ba6a1819SmrgDate:   Wed May 25 22:12:21 2005 +0000
1416ba6a1819Smrg
1417ba6a1819Smrg    - Use XTRANS_CONNECTION_FLAGS macro in lib/FS/configure.ac
1418ba6a1819Smrg    - Don't symlink transport.c, which is a generated file
1419ba6a1819Smrg    - instead add a new file fs_transport.c that include Xtrans/X11/transport.c
1420ba6a1819Smrg
1421ba6a1819Smrgcommit 3a9234d968568f2009376cdb219ea47b90572c68
142200ca1914SmrgAuthor: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1423ba6a1819SmrgDate:   Wed May 25 21:47:56 2005 +0000
1424ba6a1819Smrg
1425ba6a1819Smrg    - Add FSlib to symlink.sh
1426ba6a1819Smrg    - Change Xtrans includedir back to be X11/Xtrans, so that users of it can
1427ba6a1819Smrg        continue to include <X11/*>
1428ba6a1819Smrg    - Add build system for FSlib
1429ba6a1819Smrg    - Conditionally include config.h in xc/lib/FS
1430ba6a1819Smrg    - Remove redundant include of FSproto.h in xc/lib/FS
1431ba6a1819Smrg    - Add check to proto/X11/configure.ac whether -D_XOPEN_SOURCE is needed.
1432ba6a1819Smrg
1433ba6a1819Smrgcommit f4a1380add427a6ed7a0025d5acd5642c683900e
1434ba6a1819SmrgAuthor: Egbert Eich <eich@suse.de>
1435ba6a1819SmrgDate:   Fri Apr 23 18:43:08 2004 +0000
1436ba6a1819Smrg
1437ba6a1819Smrg    Merging XORG-CURRENT into trunk
1438ba6a1819Smrg
1439ba6a1819Smrgcommit 7642992f5eea63b270cb8a7cbb1d470417fc47ad
1440ba6a1819SmrgAuthor: Egbert Eich <eich@suse.de>
1441ba6a1819SmrgDate:   Sun Mar 14 08:31:37 2004 +0000
1442ba6a1819Smrg
1443ba6a1819Smrg    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1444ba6a1819Smrg
1445ba6a1819Smrgcommit a0ded183f87e10b1202446c1824ba1b895beea9e
1446ba6a1819SmrgAuthor: Egbert Eich <eich@suse.de>
1447ba6a1819SmrgDate:   Wed Mar 3 12:10:54 2004 +0000
1448ba6a1819Smrg
1449ba6a1819Smrg    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1450ba6a1819Smrg
1451ba6a1819Smrgcommit 6b3683787c2f47eaae68276e2919b2fbbbcf72c7
1452ba6a1819SmrgAuthor: Egbert Eich <eich@suse.de>
1453ba6a1819SmrgDate:   Thu Feb 26 13:35:14 2004 +0000
1454ba6a1819Smrg
1455ba6a1819Smrg    readding XFree86's cvs IDs
1456ba6a1819Smrg
1457ba6a1819Smrgcommit 7e0de805849b4bb1951376600d152d0121b06b52
1458ba6a1819SmrgAuthor: Egbert Eich <eich@suse.de>
1459ba6a1819SmrgDate:   Thu Feb 26 09:22:28 2004 +0000
1460ba6a1819Smrg
1461ba6a1819Smrg    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1462ba6a1819Smrg
1463ba6a1819Smrgcommit 0c5c8c10d628f28943a9cde02fb079c486ed71a3
1464ba6a1819SmrgAuthor: Egbert Eich <eich@suse.de>
1465ba6a1819SmrgDate:   Thu Jan 29 08:07:56 2004 +0000
1466ba6a1819Smrg
1467ba6a1819Smrg    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
1468ba6a1819Smrg
1469ba6a1819Smrgcommit f0345958208586004bee80bac057b651162b8a27
1470ba6a1819SmrgAuthor: Kaleb Keithley <kaleb@freedesktop.org>
1471ba6a1819SmrgDate:   Fri Dec 19 20:54:21 2003 +0000
1472ba6a1819Smrg
1473ba6a1819Smrg    XFree86 4.3.99.902 (RC 2)
1474ba6a1819Smrg
1475ba6a1819Smrgcommit b84549f69b504b733592759c161d59a00de79ac3
1476ba6a1819SmrgAuthor: Kaleb Keithley <kaleb@freedesktop.org>
1477ba6a1819SmrgDate:   Tue Nov 25 19:28:02 2003 +0000
1478ba6a1819Smrg
1479ba6a1819Smrg    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1480ba6a1819Smrg
1481ba6a1819Smrgcommit eec6ef2ff2462876d5c6df53691b6fb2e07dfcea
1482ba6a1819SmrgAuthor: Kaleb Keithley <kaleb@freedesktop.org>
1483ba6a1819SmrgDate:   Fri Nov 14 16:48:44 2003 +0000
1484ba6a1819Smrg
1485ba6a1819Smrg    XFree86 4.3.0.1
1486ba6a1819Smrg
1487ba6a1819Smrgcommit 9e8dd4f7585c334c5b08f05f01c8900b5e4edf52
1488ba6a1819SmrgAuthor: Kaleb Keithley <kaleb@freedesktop.org>
1489ba6a1819SmrgDate:   Fri Nov 14 15:54:36 2003 +0000
1490ba6a1819Smrg
1491ba6a1819Smrg    R6.6 is the Xorg base-line
1492