summaryrefslogtreecommitdiff
path: root/xfsinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2022-09-11Mark usage() as _X_COLDAlan Coopersmith1-1/+1
Raises minimum xproto requirement to 7.0.25 from Nov. 2013 to get the _X_COLD definition in <X11/Xfuncproto.h> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-09-11Variable scope reductions as recommended by cppcheckAlan Coopersmith1-13/+7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-09-23Correctly report maximum request size when sizeof(long) != 4Alan Coopersmith1-2/+2
The protocol spec says: The MAXIMUM-REQUEST-LENGTH specifies the largest request size in 4-byte units that is accepted by the server The code worked on 32-bit platforms, where longs were 4 bytes, but overreports the number of bytes allowed on platforms with 64-bit longs. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-05-23Add -version option to print program versionAlan Coopersmith1-1/+8
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-05-23Print which option was in error along with usage messageAlan Coopersmith1-1/+6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-19Print normalized version for X.Org servers, the way xdpyinfo doesAlan Coopersmith1-0/+11
Results in output like: vendor string: X.Org Foundation vendor release number: 10102000 X.Org xfs version: 1.1.2 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2013-01-12Remove CVS/RCS id tagsAlan Coopersmith1-2/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-12Mark usage() as _X_NORETURNAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-01-21Query the "default" local server if none specified.Paulo Cesar Pereira de Andrade1-4/+8
If no server specified, and the documented environment variable is not set, attempt to connect to the local font server, as configured by most Linux distributions for several years.
2009-01-21Correct make distcheck and sparse warnings.Paulo Cesar Pereira de Andrade1-1/+1
2008-05-23Plug memory leaks (Coverity ids 570 & 571)Alan Coopersmith1-0/+2
2004-04-23Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXORG-STABLEKaleb Keithley1-0/+177