Commit Graph

29 Commits

Author SHA1 Message Date
Alan Coopersmith
aebbb3fbf5 Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`

`git diff -w` & `git diff -b` show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/-/merge_requests/14>
2025-12-08 16:15:06 +01:00
Alan Coopersmith
005a3d281f Remove ifdef checks for non-Solaris SVR4 systems
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-02-17 15:49:19 -08:00
Alan Coopersmith
e9eb029d6e unifdef __USLC__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-02-17 15:46:41 -08:00
Alan Coopersmith
2155e139c7 unifdef __SCO__
../common/scoasm.h didn't even exist, so this would have broken the
build if it was ever set

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-02-17 15:45:47 -08:00
Alan Coopersmith
1252237542 unifdef Lynx
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-02-17 15:44:33 -08:00
Alan Coopersmith
e0d87dd8e6 unifdef NCR
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-02-17 15:41:58 -08:00
Alan Coopersmith
0fd51582d9 AsmMacros.h: convert function definitions from K&R to C89
Fixes many -Wold-style-definition & -Wstrict-prototypes warnings

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-06 09:27:20 -08:00
Alan Coopersmith
009e8cd656 Handle 4 -Wmissing-prototypes warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-06 09:19:19 -08:00
Alan Coopersmith
3010ffc8ec Add X.Org's standard C warning flags to AM_CFLAGS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-06 09:13:22 -08:00
Alan Coopersmith
7f216da92e Fix spelling/wording issues
Found by using:
    codespell --builtin clear,rare,usage,informal,code,names

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-22 09:42:47 -08:00
Kevin Brace
a6b3a9c41c Suppress logical operation and parenthesis related compilation warning
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
2018-12-25 08:11:14 -06:00
Alan Coopersmith
bde65934fe Add iopl.h to source lists in util/Makefile.am so it gets packaged
Was missed when it was created in commit c421f2477c, since
"make distcheck" passes due to configure determining it can't
build the utils without the header and moving on.

Reported-by: Andreas Radke <a.radke@arcor.de>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-07-21 09:27:10 -07:00
Jeremy Huddleston
c421f2477c Fix implicit declaration of iopl
warning: implicit declaration of function ‘iopl’ [-Wimplicit-function-declaration]

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-18 23:09:09 -07:00
Jeremy Huddleston
94a8b34528 util: Consolidate common macros
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-10-18 23:04:32 -07:00
Gaetan Nadon
ef2dce894e .gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-11-07 10:46:16 -05:00
Adam Jackson
e5d3f0375d Death to RCS tags. 2008-03-19 13:35:01 -04:00
James Cloos
a4aff9cd9f Rename .cvsignore to .gitignore 2007-08-23 19:25:46 -04:00
Eric Anholt
4d75a9d8c5 Add .cvsignores for drivers. 2005-11-21 10:49:10 +00:00
Kean Johnson
6e95e7efbc See ChangeLog entry 2005-11-07 for details. 2005-11-08 06:33:28 +00:00
Alan Coopersmith
7acccac366 Don't build utils if inb and friends aren't available 2005-10-06 23:08:00 +00:00
Kevin E Martin
5ced0a935c Build, but don't install, the driver utils 2005-09-29 14:07:14 +00:00
Søren Sandmann Pedersen
e0b348468a Add Makefile.am for xf86-video/chips/util 2005-09-29 13:53:06 +00:00
Eric Anholt
8a63c95659 DRI XFree86-4_3_99_12-merge import 2004-06-16 09:23:00 +00:00
Egbert Eich
e3026f7b66 Merging XORG-CURRENT into trunk 2004-04-23 19:27:51 +00:00
Egbert Eich
1d261a4e42 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 2004-03-14 08:33:20 +00:00
Egbert Eich
870c66de7b Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 2004-03-03 12:12:18 +00:00
Egbert Eich
434c61ca3b readding XFree86's cvs IDs 2004-02-26 13:35:52 +00:00
Egbert Eich
4ca9c98863 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 2004-02-26 09:23:18 +00:00
Kaleb Keithley
0a3d86ee81 Initial revision 2003-11-14 16:48:55 +00:00