Home | History | Annotate | Line # | Download | only in dist
      1 commit 54c418c46a2f1353be47b6a7d1cdb8e06c45fe8a
      2 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      3 Date:   Sun Jul 19 15:00:19 2026 -0700
      4 
      5     xload 1.2.1
      6     
      7     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      8 
      9 commit 62dddf6f1018db2ce9e5295e65f08c3a2523ec37
     10 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     11 Date:   Thu Jul 2 17:39:48 2026 -0700
     12 
     13     meson: include headers when checking for other functions
     14     
     15     Try to avoid the same problem fixed by the previous commit.
     16     
     17     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     18     Part-of: <https://gitlab.freedesktop.org/xorg/app/xload/-/merge_requests/15>
     19 
     20 commit c6a9dc74fb136b4a1ce2d322fb6d9c1f02d2a4a5
     21 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     22 Date:   Tue Jun 30 17:03:02 2026 -0700
     23 
     24     meson: include libintl.h when checking for gettext()
     25     
     26     Trying to workaround https://github.com/mesonbuild/meson/issues/3740
     27     which causes meson to fail to detect it needs to link against libintl
     28     for gettext() on NetBSD.
     29     
     30     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     31     Part-of: <https://gitlab.freedesktop.org/xorg/app/xload/-/merge_requests/15>
     32 
     33 commit 4ac6abc9300504e89f02aa22f30905b79c2c4df3
     34 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     35 Date:   Sun May 24 13:50:42 2026 -0700
     36 
     37     meson: Add option to build with meson
     38     
     39     Also updates the gitlab CI config to test both build types
     40     and compare the generated output/installed files.
     41     
     42     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     43     Part-of: <https://gitlab.freedesktop.org/xorg/app/xload/-/merge_requests/14>
     44 
     45 commit c7f22b55c6966f8eef4e0a1ec5a03fb49e73d00e
     46 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     47 Date:   Sun May 24 11:25:10 2026 -0700
     48 
     49     Strip trailing whitespace from source files
     50     
     51     Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`
     52     
     53     `git diff -w` & `git diff -b` show no diffs from this change
     54     
     55     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     56     Part-of: <https://gitlab.freedesktop.org/xorg/app/xload/-/merge_requests/14>
     57 
     58 commit ea20032cdd9344ca4dc240a44107d30892b52339
     59 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     60 Date:   Sun Jan 11 11:20:41 2026 -0800
     61 
     62     gitlab CI: drop the ci-fairy check-mr job
     63     
     64     The only thing this checked was the checkbox for allowing maintainers to
     65     edit the MR. Changed permissions checks now fail this job but luckily
     66     the setting it checked has been the default for years anyway so we can
     67     drop it.
     68     
     69     https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81
     70     
     71     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     72     Part-of: <https://gitlab.freedesktop.org/xorg/app/xload/-/merge_requests/14>
     73 
     74 commit 52c6fd2a0393d8cc0176dbafbd75fad178b66bb6
     75 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     76 Date:   Sat May 31 09:12:30 2025 -0700
     77 
     78     man page: fix warnings from `mandoc -T lint`
     79     
     80     mandoc: xload.1:2:13: WARNING: cannot parse date, using it verbatim: TH xload 1.2.0
     81     mandoc: xload.1:24:2: WARNING: skipping paragraph macro: PP empty
     82     mandoc: xload.1:55:2: WARNING: skipping paragraph macro: PP empty
     83     mandoc: xload.1:17:2: WARNING: skipping paragraph macro: PP after SH
     84     mandoc: xload.1:94:2: WARNING: skipping paragraph macro: PP empty
     85     
     86     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     87     Part-of: <https://gitlab.freedesktop.org/xorg/app/xload/-/merge_requests/13>
     88 
     89 commit c0497dad0bc0ca9a7c4c9b4aa3dea6c5584641c5
     90 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     91 Date:   Sat Apr 5 13:00:55 2025 -0700
     92 
     93     Improve man page formatting
     94     
     95     More closely follow common style as described on
     96     https://man7.org/linux/man-pages/man7/man-pages.7.html
     97     
     98     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     99     Part-of: <https://gitlab.freedesktop.org/xorg/app/xload/-/merge_requests/12>
    100 
    101 commit 624100511d6ac22f254bcf7f0cde12febc2e74a2
    102 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    103 Date:   Sun Mar 24 09:59:41 2024 -0700
    104 
    105     xload 1.2.0
    106     
    107     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    108 
    109 commit 491660b263c06396d11655351a09d80eafb83fb9
    110 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    111 Date:   Sat Feb 17 15:24:12 2024 -0800
    112 
    113     Use imdent to realign remaining pre-processer directives
    114     
    115     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    116 
    117 commit fa11c30113115991cdc5f15042944cf5bab6eb0b
    118 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    119 Date:   Sat Feb 17 15:21:12 2024 -0800
    120 
    121     unifdef __bsdi__
    122     
    123     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    124 
    125 commit f15b8097a00299291263cfe64947942564ccc373
    126 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    127 Date:   Sun Feb 11 16:29:40 2024 -0800
    128 
    129     Use autoconf to check for <protocols/rwhod.h> instead of OS-specific ifdefs
    130     
    131     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    132 
    133 commit de7b5bb18da4e5a626794db292f8b41d30aa2232
    134 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    135 Date:   Sun Feb 11 15:59:33 2024 -0800
    136 
    137     Use autoconf to check for <paths.h> instead of ifdef BSD
    138     
    139     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    140 
    141 commit f16d6f2c273c6896a4e79ac9db7a80c830794392
    142 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    143 Date:   Sun Feb 11 15:42:38 2024 -0800
    144 
    145     unifdef QNX4
    146     
    147     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    148 
    149 commit f1ef1f0ac2a81b4aa59f1fba37ee11f6a0acbe22
    150 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    151 Date:   Sun Feb 11 15:41:48 2024 -0800
    152 
    153     unifdef att
    154     
    155     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    156 
    157 commit fe24c5e19d4d309b4f3a3e435b9d834836312301
    158 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    159 Date:   Sun Feb 11 15:39:43 2024 -0800
    160 
    161     unifdef SVR4
    162     
    163     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    164 
    165 commit 7c97025b18baf00c81319c7a01120bd6417fdadf
    166 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    167 Date:   Sun Feb 11 15:32:30 2024 -0800
    168 
    169     unifdef hpux
    170     
    171     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    172 
    173 commit 4842fc779bc6bfc9ba932b2602d0166317b415d9
    174 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    175 Date:   Sun Feb 11 15:30:13 2024 -0800
    176 
    177     unifdef __osf__
    178     
    179     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    180 
    181 commit 0e0df8ca1d53fddeeddb918323050b9e9bbffd4a
    182 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    183 Date:   Sun Feb 11 15:29:25 2024 -0800
    184 
    185     unifdef SYSV
    186     
    187     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    188 
    189 commit f971deabd26413efd6fa87c0c3ab2952bae163bf
    190 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    191 Date:   Tue Jan 23 18:17:04 2024 -0800
    192 
    193     configure: Use AC_SYS_LARGEFILE to enable large file support
    194     
    195     Handle files whose sizes, inode numbers, or timestamps may be
    196     out of range of the original 32-bit APIs
    197     
    198     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    199 
    200 commit ebcdc687d02e34240bd98b9f1396225eee4e4240
    201 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    202 Date:   Tue Jan 23 18:15:13 2024 -0800
    203 
    204     Use asprintf() if available
    205     
    206     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    207 
    208 commit ef450fb99630a406c4638d8ba251eac45e434411
    209 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    210 Date:   Sat Feb 11 12:51:58 2023 -0800
    211 
    212     Add -help and -version options
    213     
    214     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    215 
    216 commit 7063169a70b6ce49de777f5daa1c256552a9e32a
    217 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    218 Date:   Sat Feb 11 12:38:58 2023 -0800
    219 
    220     Print which arguments were unknown before giving usage message
    221     
    222     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    223 
    224 commit 8fc5bb64756ffae562032613bd5616481ec67f2d
    225 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    226 Date:   Thu Jul 28 17:30:21 2022 -0700
    227 
    228     gitlab CI: stop requiring Signed-off-by in commits
    229     
    230     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    231 
    232 commit 523cedbf302fea0b46cca88244fc97677216009a
    233 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    234 Date:   Mon Aug 15 17:27:46 2022 -0700
    235 
    236     unifdef -UUSG
    237     
    238     USG was defined for a handful of pre-SVR4 systems based on
    239     AT&T's Unix System Group releases in the old imake configs
    240     and has never been defined in X11R7 modular builds.
    241     
    242     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    243 
    244 commit 8f9450b897b16bc9b9940b137dd805d443be050e
    245 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    246 Date:   Sun Apr 3 16:27:26 2022 -0700
    247 
    248     xload 1.1.4
    249     
    250     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    251 
    252 commit 74f67044d995d7f2c37943589724bfbd72aaa65f
    253 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    254 Date:   Sun Mar 20 14:34:48 2022 -0700
    255 
    256     unifdef -Usgi
    257     
    258     SGI's End of Support Life for Irix was December 2013
    259     
    260     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    261 
    262 commit c4908fbfb34d0dfb9dc36308a271fe280593c36b
    263 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    264 Date:   Sun Mar 13 11:00:18 2022 -0700
    265 
    266     Use _CONST_X_STRING to make libXt declare String as const char *
    267     
    268     Clears 4 out of 24 -Wdiscarded-qualifiers warnings from gcc 7.3
    269     (The rest come from libX11's XrmOptionDescRec defined in Xresource.h.)
    270     
    271     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    272 
    273 commit 8d6a06b7204726af803e3d31e92fc193088c694c
    274 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    275 Date:   Sun Mar 13 10:47:19 2022 -0700
    276 
    277     xload.man: remove out-of-date COPYRIGHT section
    278     
    279     The information previously listed here didn't match what is present in
    280     the source code or the COPYING file, and the X(7) man page doesn't list
    281     any license information as this had claimed.
    282     
    283     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    284 
    285 commit aa31b5a446c538b4d009442af7c0c203116b9c76
    286 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    287 Date:   Sun Mar 13 10:46:16 2022 -0700
    288 
    289     xload.man: adopt standard formatting for man page references
    290     
    291     Fixes: https://gitlab.freedesktop.org/xorg/app/xload/-/issues/2
    292     
    293     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    294 
    295 commit 33515f139ecb3a254b9aa1e4d237a595032d74a1
    296 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    297 Date:   Mon Dec 6 15:19:02 2021 -0800
    298 
    299     Build xz tarballs instead of bzip2
    300     
    301     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    302 
    303 commit 965c749c2f1d2eca73cf5970d7fb9f1811b9958e
    304 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    305 Date:   Mon Dec 6 15:18:59 2021 -0800
    306 
    307     gitlab CI: add a basic build test
    308     
    309     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    310 
    311 commit 454466e4e863fa86a79a3fe6edff1d5552c2f45d
    312 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    313 Date:   Fri Dec 4 17:57:27 2020 -0800
    314 
    315     Fix formatting issues in xload man page
    316     
    317     Fixes: https://gitlab.freedesktop.org/xorg/app/xload/-/issues/1
    318     
    319     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    320 
    321 commit f80d0c5023853de4038bcc8cffcffe6558262b72
    322 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    323 Date:   Thu Jul 23 10:15:41 2020 -0700
    324 
    325     Fix spelling/wording issues
    326     
    327     Found by using:
    328       codespell --builtin clear,rare,usage,informal,code,names
    329     
    330     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    331 
    332 commit 32c88fc4b23e75159c12aa33c277fe43e99b9f59
    333 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    334 Date:   Wed Nov 21 17:12:58 2018 -0800
    335 
    336     Update configure.ac bug URL for gitlab migration
    337     
    338     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    339 
    340 commit 2380579ba73fcb21f747a2e354251cb318f44816
    341 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    342 Date:   Fri Nov 16 22:31:55 2018 -0800
    343 
    344     Update README for gitlab migration
    345     
    346     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    347 
    348 commit 57adc3d88856d96975479ba6a386ca1af1bc3cb8
    349 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    350 Date:   Fri Mar 9 17:51:02 2018 -0800
    351 
    352     xload 1.1.3
    353     
    354     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    355 
    356 commit 09e23fa098ab44c5861afa0ad30032cede22e1a7
    357 Author: Mihail Konev <k.mvc (a] ya.ru>
    358 Date:   Thu Jan 26 14:00:21 2017 +1000
    359 
    360     autogen: add default patch prefix
    361     
    362     Signed-off-by: Mihail Konev <k.mvc (a] ya.ru>
    363 
    364 commit dafec869b1040ba26aa9b7411576293cbeaef227
    365 Author: Emil Velikov <emil.l.velikov (a] gmail.com>
    366 Date:   Mon Mar 9 12:00:52 2015 +0000
    367 
    368     autogen.sh: use quoted string variables
    369     
    370     Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    371     fall-outs, when they contain space.
    372     
    373     Signed-off-by: Emil Velikov <emil.l.velikov (a] gmail.com>
    374     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    375     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    376 
    377 commit f137e5de4b21d253f5c0a475b347645145513a69
    378 Author: Peter Hutterer <peter.hutterer (a] who-t.net>
    379 Date:   Tue Jan 24 10:32:07 2017 +1000
    380 
    381     autogen.sh: use exec instead of waiting for configure to finish
    382     
    383     Syncs the invocation of configure with the one from the server.
    384     
    385     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    386     Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com>
    387 
    388 commit 57e2f649e76cba9e9959ca072ba10285cd17a060
    389 Author: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    390 Date:   Tue Apr 21 13:10:48 2015 +0100
    391 
    392     Don't try to use [gs]et[ug]id on Win32
    393     
    394     Signed-off-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    395     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    396     Reviewed-by: David Macek <david.macek.0 (a] gmail.com>
    397 
    398 commit 3d5d39cc98b4c5cbecbc1f10db1f6c01963efa94
    399 Author: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    400 Date:   Tue Apr 21 13:10:37 2015 +0100
    401 
    402     Use Windows load interface for Win32 build, as well as Cygwin
    403     
    404     Signed-off-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    405     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    406     Reviewed-by: David Macek <david.macek.0 (a] gmail.com>
    407 
    408 commit 5c74908c5abe5f91651e78b291ef7e1d02cca25a
    409 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    410 Date:   Sat May 31 22:14:29 2014 -0700
    411 
    412     autogen.sh: Honor NOCONFIGURE=1
    413     
    414     See http://people.gnome.org/~walters/docs/build-api.txt
    415     
    416     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    417 
    418 commit 9d036c3cb4c1e777ed65dfb9c59db6ec9229e6f5
    419 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    420 Date:   Sat May 31 22:14:29 2014 -0700
    421 
    422     configure: Drop AM_MAINTAINER_MODE
    423     
    424     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    425 
    426 commit 23f4a318f3df9823aa2076616a7a06b3972e8d6b
    427 Author: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
    428 Date:   Wed Dec 18 18:07:47 2013 +0000
    429 
    430     Use wrapped windows header to fix compilation for Cygwin
    431     
    432     xload uses a windows-specific interface to obtain the load average, as
    433     getloadavg() is not implemented for Cygwin.
    434     
    435     Including some versions of windows.h after including X11 headers can lead to
    436     compilation errors as 'Status' is used as a type name in Xlib.h, but a parameter
    437     or memeber name in Windows headers.
    438     
    439     Include X11/Xwindows.h rather than windows.h directly, which wraps it in a such
    440     way to avoid any conflict with X11 headers.
    441     
    442     In file included from /usr/include/w32api/minwindef.h:146:0,
    443                      from /usr/include/w32api/windef.h:8,
    444                      from /usr/include/w32api/windows.h:69,
    445                      from /jhbuild/checkout/xorg/app/xload/get_load.c:53:
    446     /usr/include/w32api/winnt.h:4951:15: error: two or more data types in declaration specifiers
    447            DWORD64 Status;
    448                    ^
    449     In file included from /usr/include/w32api/minwindef.h:146:0,
    450                      from /usr/include/w32api/windef.h:8,
    451                      from /usr/include/w32api/windows.h:69,
    452                      from /jhbuild/checkout/xorg/app/xload/get_load.c:53:
    453     /usr/include/w32api/winnt.h:5090:13: error: two or more data types in declaration specifiers
    454            DWORD Status;
    455                  ^
    456     
    457     Signed-off-by: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
    458     Reviewed-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    459 
    460 commit 0705cf954e2d92b379493accd1f0f984d87ec575
    461 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    462 Date:   Sat Aug 3 21:42:59 2013 -0700
    463 
    464     xload 1.1.2
    465     
    466     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    467 
    468 commit 51fd2af788ddf81b301f50050cf04e9bcba0f8e3
    469 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    470 Date:   Thu Jul 18 23:37:36 2013 -0700
    471 
    472     Add noreturn attribute to usage() as suggested by -Wmissing-noreturn
    473     
    474     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    475 
    476 commit 2f6ff61d2edbffdd2949a0546a7df67603462fca
    477 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    478 Date:   Sat Mar 30 08:44:33 2013 -0700
    479 
    480     Use C99 struct initializers for XKeyboardControl values
    481     
    482     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    483 
    484 commit 0f8ad26dc4baed4c1807e23c1560907b0c145073
    485 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    486 Date:   Sun Feb 24 17:48:39 2013 -0800
    487 
    488     Use 'imdent' to make the deeply nested #ifdef levels easier to follow
    489     
    490     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    491 
    492 commit 84e1b2ef03315927cb8a927bcecca73778e5f6c1
    493 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    494 Date:   Sun Feb 24 17:47:45 2013 -0800
    495 
    496     Cleanup trailing whitespace
    497     
    498     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    499 
    500 commit d436ab2166c03a54e58f6f4b48e876ba1c147d13
    501 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    502 Date:   Sun Feb 24 13:05:45 2013 -0800
    503 
    504     Make getloadavg() the first choice on Unix systems that have it
    505     
    506     Only fall back to complex, platform specific code if the simpler,
    507     more portable option isn't found by configure.
    508     
    509     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    510 
    511 commit b0613198f87af22be989fa54e785c64e147debb6
    512 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    513 Date:   Sun Feb 24 12:53:08 2013 -0800
    514 
    515     unifdef -UX_NOT_POSIX
    516     
    517     This just provided a declaration for lseek() for some of the ancient
    518     Unix variants that were missing it in system headers.
    519     
    520     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    521 
    522 commit da4390ce2dbc08292833ba141a4a98ac3da9f0d5
    523 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    524 Date:   Sun Feb 24 12:49:56 2013 -0800
    525 
    526     unifdef -U__UNIXOS2__
    527     
    528     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    529 
    530 commit 0e3449e7ac9fecfe9fbc51e0c132ebb32691ec66
    531 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    532 Date:   Sun Feb 24 12:48:49 2013 -0800
    533 
    534     unifdef -Usequent
    535     
    536     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    537 
    538 commit d496979565669a5590280eca717998470ab4ab9b
    539 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    540 Date:   Sun Feb 24 12:45:59 2013 -0800
    541 
    542     unifdef -Uhcx
    543     
    544     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    545 
    546 commit 0e301928d923d5ad875118e23ec6fdb4ae45f5d5
    547 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    548 Date:   Sun Feb 24 08:46:35 2013 -0800
    549 
    550     unifdef -UUTEK
    551     
    552     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    553 
    554 commit 85cf38eafaae6da715699e0209dbc4281b8c7453
    555 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    556 Date:   Sun Feb 24 08:45:18 2013 -0800
    557 
    558     unifdef -Ualliant
    559     
    560     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    561 
    562 commit 6f106ec95c47e6e36aaa24fa5ebfbfabc4203435
    563 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    564 Date:   Sun Feb 24 08:38:54 2013 -0800
    565 
    566     unifdef -Usony
    567     
    568     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    569 
    570 commit 8bc6852a27343737d662f64c0523648f6fe14e43
    571 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    572 Date:   Sun Feb 24 08:37:02 2013 -0800
    573 
    574     unifdef -Uumips
    575     
    576     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    577 
    578 commit a9c3d8ae9af214435eaf7741df0555e24f8dae45
    579 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    580 Date:   Sun Feb 24 08:32:56 2013 -0800
    581 
    582     unifdef -UMOTOROLA
    583     
    584     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    585 
    586 commit 0a7b2ab5abfbf557dc7f59bc3db15f3f580cbe1f
    587 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    588 Date:   Sun Feb 24 08:30:13 2013 -0800
    589 
    590     unifdef -UAIXV3
    591     
    592     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    593 
    594 commit b7ac64d925d89d117ccf3c7165f3325be59264ca
    595 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    596 Date:   Sun Feb 24 08:29:03 2013 -0800
    597 
    598     unifdef -UCRAY
    599     
    600     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    601 
    602 commit 8aa0329166dcb3ed4981ef0a782a475ced27f166
    603 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    604 Date:   Wed Feb 20 20:43:52 2013 -0800
    605 
    606     Combine usage message strings
    607     
    608     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    609 
    610 commit a370e2ede4cff90f233a0249a0c34bef18f57907
    611 Author: Eric S. Raymond <esr (a] thyrsus.com>
    612 Date:   Thu Aug 23 12:10:16 2012 -0400
    613 
    614     Eliminate use of tab stops.  Helps with translation to DocBook.
    615     
    616     Signed-off-by: Eric S. Raymond <esr (a] thyrsus.com>
    617 
    618 commit 632b2054421d43ad8cc63203412d4ee0209f27e3
    619 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    620 Date:   Thu Mar 22 22:43:58 2012 -0700
    621 
    622     xload 1.1.1
    623     
    624     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    625 
    626 commit c32c291c02cfd299d42e6d0b6560adcdabba7808
    627 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    628 Date:   Tue Jan 17 20:21:41 2012 -0800
    629 
    630     Solaris: use getloadavg from libc instead of kstats
    631     
    632     The simpler interface (based on the BSD function) has been in libc since
    633     Solaris 7, and avoids datasize bugs like the previous fix, so might as
    634     well use it.
    635     
    636     Purge all the other ancient Solaris & SunOS support variants as well.
    637     
    638     This does mean if you want to keep running xload on a Sun OS version from
    639     before 1998 you will need to use a branch of xload from before 2012 (such
    640     as the one included in those old releases).
    641     
    642     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    643 
    644 commit 4a54dee95260d36d0c8b5f8a35ac905f36b36f17
    645 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    646 Date:   Tue Jan 17 20:05:45 2012 -0800
    647 
    648     Solaris: Read avenrun_1min kstat as a uint32, not a long
    649     
    650     Fixes garbage data & crashes when built as a 64-bit binary on
    651     Solaris SPARC, since the high 32-bits was being filled with randomness.
    652     
    653     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    654     Reviewed-by: Arvind Umrao <arvind.umrao (a] oracle.com>
    655     Reviewed-by: Jay Cotton <jay.cotton (a] oracle.com>
    656 
    657 commit 1918be9695e0e912cb536373dd3da385473ab9e5
    658 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    659 Date:   Tue Dec 20 18:35:17 2011 -0800
    660 
    661     Remove DG/UX support
    662     
    663     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    664 
    665 commit f2b4a35060e6ebe55846b62780ca01c6d519c84f
    666 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    667 Date:   Tue Dec 20 18:26:38 2011 -0800
    668 
    669     Convert sprintf to snprintf
    670     
    671     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    672 
    673 commit fad963fc4d1d8dc0a860ee3c7e3280a13124e296
    674 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    675 Date:   Tue Dec 20 18:04:26 2011 -0800
    676 
    677     Mark domaindir variable as const char * for gcc -Wwrite-strings
    678     
    679     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    680 
    681 commit 7cccec04962741b0d37bc92e580e1029b2d49849
    682 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    683 Date:   Tue Dec 20 18:01:35 2011 -0800
    684 
    685     Mark xload_error as noreturn
    686     
    687     Silences a gcc warning
    688     Raises the minimum version of xproto needed to build to 7.0.17
    689     
    690     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    691 
    692 commit 6ec57ead120a3d42afcb76da012109dd713f12d9
    693 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    694 Date:   Tue Dec 20 17:55:39 2011 -0800
    695 
    696     Mark string arguments to xload_error as const char * for gcc -Wwrite-strings
    697     
    698     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    699 
    700 commit a53164911c182e73a03eb2eceaa5dfa81f4f98c3
    701 Author: Gaetan Nadon <memsize (a] videotron.ca>
    702 Date:   Wed Jan 19 10:06:56 2011 -0500
    703 
    704     config: move man pages into their own directory
    705     
    706     Use services provided by XORG_MANPAGE_SECTIONS.
    707     Use standard Makefile for man pages.
    708     
    709     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    710 
    711 commit 822065fd4d359f0a0147168a3056ffe2acc485f7
    712 Author: Gaetan Nadon <memsize (a] videotron.ca>
    713 Date:   Thu Jan 13 17:15:36 2011 -0500
    714 
    715     man: replace hard coded man page section with substitution strings
    716     
    717     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    718 
    719 commit 26201189d66f48451bd6cc31288a38d8c7378720
    720 Author: Gaetan Nadon <memsize (a] videotron.ca>
    721 Date:   Thu Jan 13 11:15:47 2011 -0500
    722 
    723     man: remove trailing spaces and tabs
    724     
    725     Using s/[ \t]*$//
    726     
    727     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    728 
    729 commit 6f4a03f20a9d268850727dc330e83978cdba2253
    730 Author: Gaetan Nadon <memsize (a] videotron.ca>
    731 Date:   Wed Jan 12 15:29:50 2011 -0500
    732 
    733     config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
    734     
    735     This silences an Automake warning.
    736     
    737     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    738 
    739 commit b6e677512cf4ef9999846492100824c9e2a68ab6
    740 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    741 Date:   Sat Nov 20 19:37:11 2010 -0800
    742 
    743     Purge RCS/CVS version tags
    744     
    745     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    746 
    747 commit 83746b56b235a0bc4d30dcfd470f6d536333a502
    748 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    749 Date:   Sat Nov 20 19:33:28 2010 -0800
    750 
    751     Remove ancient Domain/OS support (unifdef -Uapollo)
    752     
    753     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    754 
    755 commit a3725bfb525de82b7c27d02476a2486e1fe343fd
    756 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    757 Date:   Sat Nov 20 19:31:32 2010 -0800
    758 
    759     Remove ancient A/UX support (unifdef -UmacII)
    760     
    761     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    762 
    763 commit 5d8db8b359c13b8a48060cbaa0fda358913c8b36
    764 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    765 Date:   Sat Nov 20 19:26:28 2010 -0800
    766 
    767     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    768     
    769     Regroup AC statements under the Autoconf initialization section.
    770     Regroup AM statements under the Automake initialization section.
    771     Add missing AC_CONFIG_SRCDIR
    772     
    773     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    774 
    775 commit e25648983336d4ed3b56ba3d295208f265f95ce2
    776 Author: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
    777 Date:   Mon Oct 4 22:00:57 2010 -0500
    778 
    779     Fix old-style function definitions on Cygwin
    780     
    781     get_load.c: In function InitLoadPoint:
    782     get_load.c:74:6: warning: old-style function definition
    783     get_load.c: In function GetLoadPoint:
    784     get_load.c:92:6: warning: old-style function definition
    785     
    786     Signed-off-by: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
    787     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    788     Reviewed-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    789     Tested-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    790 
    791 commit 1652442c2f82d30d0ed4d9cfbd6d3725b09f4a29
    792 Author: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
    793 Date:   Mon Oct 4 21:43:47 2010 -0500
    794 
    795     Avoid excess Win32 includes on Cygwin
    796     
    797     Fixes compilation errors due to recent w32api <winspool.h>, which is
    798     not needed to compile xload.
    799     
    800     Signed-off-by: Yaakov Selkowitz <yselkowitz (a] users.sourceforge.net>
    801     Reviewed-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    802     Tested-by: Jon TURNEY <jon.turney (a] dronecode.org.uk>
    803 
    804 commit 600c46eaccd89417a5e44e86d18f9c733af64dc9
    805 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    806 Date:   Sun Sep 26 13:06:17 2010 -0700
    807 
    808     xload 1.1.0
    809     
    810     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    811 
    812 commit 9a17373f8d3181b8dc2e86d9cadc04cd97f7b5e5
    813 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    814 Date:   Thu Sep 23 20:49:06 2010 -0700
    815 
    816     config: Remove unnecessary calls from configure.ac
    817     
    818     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    819     
    820     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    821 
    822 commit 2e1374266ef546a77218ec9bc00e12de142d888a
    823 Author: Gaetan Nadon <memsize (a] videotron.ca>
    824 Date:   Tue Jul 20 18:45:18 2010 -0400
    825 
    826     config: update AC_PREREQ statement to 2.60
    827     
    828     Unrelated to the previous patches, the new value simply reflects
    829     the reality that the minimum level for autoconf to configure
    830     all x.org modules is 2.60 dated June 2006.
    831     
    832     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    833     
    834     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    835 
    836 commit f77024a7f7e25bf10b945a0240eb34b532fccbe7
    837 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    838 Date:   Fri Aug 6 09:23:58 2010 -0700
    839 
    840     Sun copyrights are now owned by Oracle
    841     
    842     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    843 
    844 commit f1dc039a28e15b20037fd0e3a359712cacf269c9
    845 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    846 Date:   Thu Jul 1 18:14:35 2010 -0700
    847 
    848     Xmu functions are called directly, so include it in PKG_CHECK_MODULES
    849     
    850     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    851 
    852 commit 4efb36a101d94b678fc1996b035038a1e03d5165
    853 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    854 Date:   Thu Jul 1 18:11:32 2010 -0700
    855 
    856     config: upgrade to util-macros 1.8 for additional man page support
    857     
    858     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    859     The value of MAN_SUBST is the same for all X.Org packages.
    860     
    861     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    862     The existing statement can now be removed from the configuration file.
    863     
    864     Use XORG_DEFAULT_OPTIONS provided $(SED)
    865     Use platform appropriate version of sed.
    866     
    867     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    868 
    869 commit c57e77c5620dbf2573e630a4eceec5dd5c5985d9
    870 Author: Gaetan Nadon <memsize (a] videotron.ca>
    871 Date:   Wed Mar 31 17:07:36 2010 -0400
    872 
    873     config: ignore xload.po when using GETTEXT
    874     
    875     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    876 
    877 commit a458825e9c6afe109460ebc1d0ca1fc08c6661a1
    878 Author: Gaetan Nadon <memsize (a] videotron.ca>
    879 Date:   Wed Mar 31 16:52:55 2010 -0400
    880 
    881         config: update and relocate AX_DEFINE_DIR macro
    882     
    883         Remove deprecated acinclude.m4 macro container file
    884         Use separate macro files as per autoconf recommendation
    885         Use the latest macro from GNU
    886     
    887     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    888 
    889 commit 396dd7f191773a903dc13f476e0f968dc1645407
    890 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    891 Date:   Sun Feb 14 15:20:30 2010 +0100
    892 
    893     Let xload build on systems without gettext().
    894     
    895     Signed-off-by: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    896     
    897     Reviewed-by: Julien Cristau <jcristau (a] debian.org>
    898     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    899 
    900 commit 36659aa666808e5b42f5d98bce8f84bf82e88c0e
    901 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    902 Date:   Fri Jan 15 22:20:56 2010 -0800
    903 
    904     Integrate gettext support with autotools build system
    905     
    906     Mostly cribbed from prior work for libXpm
    907     
    908     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    909 
    910 commit 6d96dd3d2df7d896a41d770ba380629948ead4d6
    911 Author: Jay Hobson <jay.hobson (a] sun.com>
    912 Date:   Fri Aug 25 14:29:09 2000 -0700
    913 
    914     Internationalize xload: Call gettext on strings printed to stderr
    915     
    916     Originally done for Solaris 9 to fix Sun bug 4365629
    917     http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4365629
    918     
    919     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    920 
    921 commit d957cad1a453a84309cef3e30237c39d0541ecc4
    922 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    923 Date:   Fri Jan 15 21:22:39 2010 -0800
    924 
    925     Use automake silencer on man page generation too
    926     
    927     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    928 
    929 commit 67b8eba82dba74f12f1ee4fac6f5ee8968b1f14c
    930 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    931 Date:   Fri Jan 15 21:20:50 2010 -0800
    932 
    933     Move CWARNFLAGS addition from configure.ac to Makefile.am
    934     
    935     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    936 
    937 commit a6040d867412b88e0586665079b96c0725b0a42c
    938 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    939 Date:   Fri Jan 15 21:16:53 2010 -0800
    940 
    941     Raise xorg-macros requirement to 1.4
    942     
    943     Needed since the changes in f5eb18cefb774c5a5d43923d21b61c180a96b8ad
    944     depend on the INSTALL file delivered in xorg-macros 1.4
    945     
    946     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    947 
    948 commit 0ddbf8aa2a67fb7a6b06c00b5ce2a654bd41c8df
    949 Author: Gaetan Nadon <memsize (a] videotron.ca>
    950 Date:   Sat Dec 19 20:48:48 2009 -0500
    951 
    952     configure.ac: use backticks rather than $() for cmd subs
    953     
    954     Use "$PKG_CONFIG" rather than hard coded "pkg-config"
    955     
    956     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    957 
    958 commit f8bd2a195bd12161ba1fe16ef3e8ac0013d6eec2
    959 Author: Gaetan Nadon <memsize (a] videotron.ca>
    960 Date:   Thu Nov 26 09:19:54 2009 -0500
    961 
    962     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    963     
    964     Now that the INSTALL file is generated.
    965     Allows running make maintainer-clean.
    966 
    967 commit f5eb18cefb774c5a5d43923d21b61c180a96b8ad
    968 Author: Gaetan Nadon <memsize (a] videotron.ca>
    969 Date:   Wed Oct 28 14:09:08 2009 -0400
    970 
    971     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    972     
    973     Add missing INSTALL file. Use standard GNU file on building tarball
    974     README may have been updated
    975     Remove AUTHORS file as it is empty and no content available yet.
    976     Remove NEWS file as it is empty and no content available yet.
    977 
    978 commit c9117984a135aab376978da41ea31aba3ce34f3b
    979 Author: Gaetan Nadon <memsize (a] videotron.ca>
    980 Date:   Tue Oct 27 15:07:25 2009 -0400
    981 
    982     Deploy the new XORG_DEFAULT_OPTIONS #24242
    983     
    984     This macro aggregate a number of existing macros that sets commmon
    985     X.Org components configuration options. It shields the configuration file from
    986     future changes.
    987 
    988 commit 187d6b083f5ae87ce7d10ce1b263c9d32bcfaa73
    989 Author: Gaetan Nadon <memsize (a] videotron.ca>
    990 Date:   Mon Oct 26 22:08:39 2009 -0400
    991 
    992     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    993     
    994     ChangeLog filename is known to Automake and requires no further
    995     coding in the makefile.
    996 
    997 commit 038407d1c5f4ee08cca7c23476fd9dae06a0080f
    998 Author: Gaetan Nadon <memsize (a] videotron.ca>
    999 Date:   Thu Oct 22 12:34:15 2009 -0400
   1000 
   1001     .gitignore: use common defaults with custom section # 24239
   1002     
   1003     Using common defaults will reduce errors and maintenance.
   1004     Only the very small or inexistent custom section need periodic maintenance
   1005     when the structure of the component changes. Do not edit defaults.
   1006 
   1007 commit 141aa01f04e98d6e7ddf15726da85e3f2b8b71ab
   1008 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
   1009 Date:   Thu Oct 1 14:54:25 2009 -0700
   1010 
   1011     Add README with pointers to mailing lists, bugzilla, & git
   1012     
   1013     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
   1014 
   1015 commit 68bad5a59d3619372cb4a48563f5c7423f54163d
   1016 Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
   1017 Date:   Thu Jan 22 15:31:58 2009 -0200
   1018 
   1019     Correct make distcheck and sparse warnings.
   1020 
   1021 commit 0436471fd8007826d40a2f57710e9964c0768d50
   1022 Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
   1023 Date:   Sun Mar 16 18:44:12 2008 -0300
   1024 
   1025     Compile warning fixes.
   1026     
   1027       Ansify some functions with K&R definitions.
   1028 
   1029 commit b91f8e903b1004a35dfe01204852c628367475b7
   1030 Author: James Cloos <cloos (a] jhcloos.com>
   1031 Date:   Wed Aug 20 10:32:51 2008 -0400
   1032 
   1033     xaw8 is gone, use xaw7
   1034 
   1035 commit 5c84833c7f383685763550a348a3493025948cba
   1036 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
   1037 Date:   Mon Jul 7 18:52:39 2008 -0700
   1038 
   1039     Fill in COPYING file
   1040 
   1041 commit e80401dc35403df68532b8e80c32452f7a7f02f3
   1042 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
   1043 Date:   Mon Jul 7 18:43:26 2008 -0700
   1044 
   1045     Update man page to note that /dev/kmem access is only on old platforms
   1046 
   1047 commit 59281ce7182a7fb679339af89a1dc72e0695b7ab
   1048 Author: Julien Cristau <jcristau (a] debian.org>
   1049 Date:   Fri May 16 14:20:03 2008 +0200
   1050 
   1051     $(builddir) is the current directory
   1052     
   1053     Apparently automake doesn't always export the builddir variable.
   1054     This fixes my previous commit.
   1055 
   1056 commit d6bf0deb5ad6b540246b23a46fa2b5d21cd9b02c
   1057 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
   1058 Date:   Tue May 6 02:02:00 2008 -0700
   1059 
   1060     __DARWIN__ -> __APPLE__
   1061     https://bugs.freedesktop.org/show_bug.cgi?id=9017
   1062 
   1063 commit d1e5eb3dff370bb7c65a62dbe3ba0822b86aecbc
   1064 Author: Julien Cristau <jcristau (a] debian.org>
   1065 Date:   Sun Apr 20 19:20:51 2008 +0200
   1066 
   1067     Fix build with builddir != srcdir
   1068 
   1069 commit 5e806152643740057bd43869122ea8ff05a9d384
   1070 Author: Julien Cristau <jcristau (a] debian.org>
   1071 Date:   Sun Apr 20 19:18:19 2008 +0200
   1072 
   1073     Use AM_CFLAGS instead of xload_CFLAGS and remove AM_PROG_CC_C_O
   1074 
   1075 commit 771817cc3923a0f142b941234047fa0020cb231d
   1076 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
   1077 Date:   Thu Mar 27 20:27:49 2008 -0700
   1078 
   1079     Added missing AM_PROG_CC_C_O
   1080 
   1081 commit 9004465b586104fed48bb301de843003c1fa2ad0
   1082 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
   1083 Date:   Thu Mar 27 20:07:47 2008 -0700
   1084 
   1085     Build fix for file systems that are not case sensitive
   1086 
   1087 commit 2d8250c1d56dc20f7afc3b3a155bcf8ac4cb7e9f
   1088 Author: James Cloos <cloos (a] jhcloos.com>
   1089 Date:   Thu Dec 6 16:37:20 2007 -0500
   1090 
   1091     Replace static ChangeLog with dist-hook to generate from git log
   1092 
   1093 commit 5c043a1cec89e884593f541f59b8abd237d91e50
   1094 Author: Peter Dyballa <Peter_Dyballa (a] Freenet.DE>
   1095 Date:   Mon Sep 24 14:13:39 2007 -0700
   1096 
   1097     Bug #12534: nlist() needs to be handled differently in Mac OS X
   1098     
   1099     X.Org Bugzilla #12534 <https://bugs.freedesktop.org/show_bug.cgi?id=12534>
   1100     Patch #11704 <https://bugs.freedesktop.org/attachment.cgi?id=11704>
   1101 
   1102 commit 91088ab94b28877ca85151c1d1cf241f8e775555
   1103 Author: James Cloos <cloos (a] jhcloos.com>
   1104 Date:   Mon Sep 3 05:51:30 2007 -0400
   1105 
   1106     Add *~ to .gitignore to skip patch/emacs droppings
   1107 
   1108 commit 6d6757b2e0abe6811aeec72fc4835748801cdcd4
   1109 Author: James Cloos <cloos (a] jhcloos.com>
   1110 Date:   Thu Aug 23 19:24:57 2007 -0400
   1111 
   1112     Rename .cvsignore to .gitignore
   1113 
   1114 commit 8a4ffe593e55cc618599fcd9d643d799debe546a
   1115 Author: Jeremy C. Reed <reed (a] glacier.reedmedia.net>
   1116 Date:   Thu Mar 22 00:30:44 2007 -0500
   1117 
   1118     Update version for another release.
   1119 
   1120 commit 1dbb7df5ccec3e3d9fecded33850730486d6374d
   1121 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
   1122 Date:   Tue Jun 20 19:25:51 2006 +0000
   1123 
   1124     Check setuid() return value. Bugzilla #7116.
   1125 
   1126 commit 382ca2392d31870cfb4b8b01cd2751040c479f86
   1127 Author: Kevin E Martin <kem (a] kem.org>
   1128 Date:   Wed Dec 21 02:29:51 2005 +0000
   1129 
   1130     Update package version for X11R7 release.
   1131 
   1132 commit 3d963be1c92843f29e331c7f4228473507f537ff
   1133 Author: Adam Jackson <ajax (a] nwnk.net>
   1134 Date:   Mon Dec 19 16:22:45 2005 +0000
   1135 
   1136     Stub COPYING files
   1137 
   1138 commit d16274715e8f529a89d01d4be1e26e9f08a6565d
   1139 Author: Kevin E Martin <kem (a] kem.org>
   1140 Date:   Thu Dec 15 00:24:08 2005 +0000
   1141 
   1142     Update package version number for final X11R7 release candidate.
   1143 
   1144 commit 93d83b89292b73fa6d1a48064e4730f43a6fce3e
   1145 Author: Kevin E Martin <kem (a] kem.org>
   1146 Date:   Wed Dec 7 16:18:00 2005 +0000
   1147 
   1148     Change to use the app-defaults default dir configured in libXt.
   1149 
   1150 commit ade038820780c806a8f43fadf2f9c9f4df50478d
   1151 Author: Kevin E Martin <kem (a] kem.org>
   1152 Date:   Tue Dec 6 22:48:23 2005 +0000
   1153 
   1154     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
   1155 
   1156 commit 3fd55a3ea19b8c09caa10b4a9134b4a18b240975
   1157 Author: Kevin E Martin <kem (a] kem.org>
   1158 Date:   Sat Dec 3 05:49:25 2005 +0000
   1159 
   1160     Update package version number for X11R7 RC3 release.
   1161 
   1162 commit 9a3724aed228bbbd3294141d1a01c06fff6480f3
   1163 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1164 Date:   Mon Nov 28 22:01:44 2005 +0000
   1165 
   1166     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
   1167         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
   1168 
   1169 commit b589edc59845fd9b86f825597af6bb33dec13934
   1170 Author: Eric Anholt <anholt (a] freebsd.org>
   1171 Date:   Mon Nov 21 10:35:02 2005 +0000
   1172 
   1173     Another pass at .cvsignores for apps.
   1174 
   1175 commit dfd95c81cc88972565c79cb78b42e1780638a504
   1176 Author: Eric Anholt <anholt (a] freebsd.org>
   1177 Date:   Sun Nov 20 22:08:53 2005 +0000
   1178 
   1179     Add/improve .cvsignore files for apps.
   1180 
   1181 commit 3fedcca82c2c9d55938928d25015720c8324e6a6
   1182 Author: Kevin E Martin <kem (a] kem.org>
   1183 Date:   Wed Oct 19 02:47:55 2005 +0000
   1184 
   1185     Update package version number for RC1 release.
   1186 
   1187 commit d872304e1e6aab8cf83f09cc3090f45cc245e5fa
   1188 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1189 Date:   Tue Oct 18 00:32:54 2005 +0000
   1190 
   1191     Change default install dir for app-default files from
   1192         $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
   1193         the monolith & allow localization
   1194 
   1195 commit 0620fa99ef09fb0401e842dfeb9aa76b8d403ac6
   1196 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1197 Date:   Mon Oct 17 23:56:23 2005 +0000
   1198 
   1199     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
   1200         work better with BSD make
   1201 
   1202 commit 90ecdb5eb628266037755e3b0be48f13d703b8e5
   1203 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1204 Date:   Fri Oct 14 00:25:46 2005 +0000
   1205 
   1206     Use sed to fill in variables in man page
   1207 
   1208 commit 09af03bf3b2f573c0b58c8a5fd84af1772707c6f
   1209 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1210 Date:   Sun Oct 2 21:17:48 2005 +0000
   1211 
   1212     Bug #3811 <https://bugs.freedesktop.org/show_bug.cgi?id=3811> GNU/kFreeBSD
   1213         support for xload & memleak (Robert Millan)
   1214 
   1215 commit 80cf9497a8c7776e67377a0d1eb623739206b695
   1216 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1217 Date:   Mon Aug 1 20:25:30 2005 +0000
   1218 
   1219     Install man pages to section 1 instead of section m (Patch from Donnie
   1220         Berkholz)
   1221 
   1222 commit 5d24389cad4d0669e1ec109a84fb0315805c0e66
   1223 Author: Kevin E Martin <kem (a] kem.org>
   1224 Date:   Fri Jul 29 21:22:35 2005 +0000
   1225 
   1226     Various changes preparing packages for RC0:
   1227     - Verify and update package version numbers as needed
   1228     - Implement versioning scheme
   1229     - Change bug address to point to bugzilla bug entry form
   1230     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
   1231         reenable it)
   1232     - Fix makedepend to use pkgconfig and pass distcheck
   1233     - Update build script to build macros first
   1234     - Update modular Xorg version
   1235 
   1236 commit 3fa36d6e984b2f5c2958d078ff19c1a3cf46f9b6
   1237 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1238 Date:   Wed Jul 27 00:41:27 2005 +0000
   1239 
   1240     Add check for libkstat to get load averages on Solaris
   1241 
   1242 commit f61e34fce870f45136a2cfcb73133b63df5321af
   1243 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1244 Date:   Wed Jul 27 00:34:57 2005 +0000
   1245 
   1246     Switch xload on Solaris from libkvm to libkstat so it works with both
   1247         32-bit and 64-bit kernels, and without group kmem. Add #include
   1248         "config.h" for modularization
   1249 
   1250 commit 662e42f98213df8dc834fa6be7b83e99cc07bacc
   1251 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
   1252 Date:   Tue Jul 26 15:44:02 2005 +0000
   1253 
   1254     Replace more GNU make-ism's with more portable macros
   1255 
   1256 commit 52bbf03241ae94019be87858375b6e77b96ad3a6
   1257 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
   1258 Date:   Sat Jul 23 16:38:19 2005 +0000
   1259 
   1260     fix GNU-make only app-default rule
   1261 
   1262 commit 4cb25771597a2e1102bf5fd91e6cabf191eeecf2
   1263 Author: Adam Jackson <ajax (a] nwnk.net>
   1264 Date:   Wed Jul 20 19:31:57 2005 +0000
   1265 
   1266     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
   1267         configure cache, you cache it, and the cached value is probably wrong.
   1268 
   1269 commit 62d4ea34f0fd64e258abb993004c8966eecc6cf7
   1270 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
   1271 Date:   Tue Jul 5 22:36:58 2005 +0000
   1272 
   1273     Build system for xload
   1274 
   1275 commit f74edc7a9e0494657c36f34208141f6a2aa3e1f9
   1276 Author: Egbert Eich <eich (a] suse.de>
   1277 Date:   Fri Apr 23 19:54:57 2004 +0000
   1278 
   1279     Merging XORG-CURRENT into trunk
   1280 
   1281 commit cc45a7487b867b181a5615eef75519d22f91d4f8
   1282 Author: Egbert Eich <eich (a] suse.de>
   1283 Date:   Sun Mar 14 08:35:37 2004 +0000
   1284 
   1285     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
   1286 
   1287 commit 89d070def1fb7c692443c9dc2aee49424193cf45
   1288 Author: Egbert Eich <eich (a] suse.de>
   1289 Date:   Wed Mar 3 12:13:14 2004 +0000
   1290 
   1291     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
   1292 
   1293 commit 90d8b0a47218ed5a024ac3b0cde9cc6bc0bb684a
   1294 Author: Egbert Eich <eich (a] suse.de>
   1295 Date:   Thu Feb 26 13:36:26 2004 +0000
   1296 
   1297     readding XFree86's cvs IDs
   1298 
   1299 commit 9d4dadc605b80ae83864242fb3d997bd511c7205
   1300 Author: Egbert Eich <eich (a] suse.de>
   1301 Date:   Thu Feb 26 09:24:14 2004 +0000
   1302 
   1303     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
   1304 
   1305 commit 8c79399521f61d18280f0096d77338cfc4664490
   1306 Author: Egbert Eich <eich (a] suse.de>
   1307 Date:   Thu Jan 29 08:09:16 2004 +0000
   1308 
   1309     Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
   1310 
   1311 commit 7cc0e6a6b51025d08ec9c6a17b3f514ebaa80fdc
   1312 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
   1313 Date:   Fri Dec 19 20:56:01 2003 +0000
   1314 
   1315     XFree86 4.3.99.902 (RC 2)
   1316 
   1317 commit 57ef7c68cb375b3361ff5381b494ff52c1e77807
   1318 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
   1319 Date:   Thu Dec 4 22:03:56 2003 +0000
   1320 
   1321     XFree86 4.3.99.901 (RC 1)
   1322 
   1323 commit c9e855362fe29db861bf847ec714f1b0ce3237a1
   1324 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
   1325 Date:   Tue Nov 25 19:29:14 2003 +0000
   1326 
   1327     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
   1328 
   1329 commit 346b7376f252cbab44456541dd917489b6b25d35
   1330 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
   1331 Date:   Fri Nov 14 16:49:23 2003 +0000
   1332 
   1333     XFree86 4.3.0.1
   1334 
   1335 commit 0f22ecbb798add2e02b586894434884765f7daae
   1336 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
   1337 Date:   Fri Nov 14 16:49:23 2003 +0000
   1338 
   1339     Initial revision
   1340