History log of /src/usr.sbin/grfconfig |
Revision | Date | Author | Comments |
1.7 | 18-Sep-2002 |
lukem | use NETBSDSRCDIR as appropriate
|
1.6 | 09-Jul-2002 |
jdolecek | Put grfconfig(8) manpage to amiga subdir, since it's amiga-only tool. Adresses part of bin/8733 by Danny Thomas.
|
1.5 | 25-Oct-1997 |
lukem | use CPPFLAGS instead of CFLAGS
|
1.4 | 17-Oct-1997 |
lukem | branches: 1.4.2; minor cleanup, turn off WARNS=1
|
1.3 | 29-Jul-1997 |
veego | Add 'WARNS?= 1'
|
1.2 | 23-Jun-1997 |
mrg | move man pages into share/man.
|
1.1 | 09-Oct-1995 |
chopps | add grfconfig from Ezra Story <ezy@panix.com>
|
1.4.2.1 | 08-Nov-1997 |
lukem | sync with trunk (approved by thorpej)
|
1.17 | 03-Jul-2017 |
wiz | Remove workaround for ancient HTML generation code.
|
1.16 | 27-Sep-2008 |
reed | Fix less-than-or-equal to just less-than. I noticed this in the postscript output.
It appears to have been accidently broken during mass conversion in 2002: http://mail-index.netbsd.org/source-changes/2002/02/08/0016.html (Other commits to. I didn't check many others.)
|
1.15 | 30-Apr-2008 |
martin | Convert TNF licenses to new 2 clause variant
|
1.14 | 25-Feb-2003 |
wiz | branches: 1.14.30; .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
1.13 | 29-Oct-2002 |
wiz | Fix typo. Found by Adrian Mrva.
|
1.12 | 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
1.11 | 19-Jan-2002 |
wiz | Whitespace and punctuation nits, improve some markup.
|
1.10 | 02-Dec-2000 |
is | Document that text (console) modes need a depth field of 4.
|
1.9 | 22-Mar-1999 |
garbled | branches: 1.9.10; More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
1.8 | 10-Mar-1999 |
erh | Add missing .El line.
|
1.7 | 20-Oct-1997 |
veego | Add a SEE ALSO section for other graphics manpages.
|
1.6 | 17-Oct-1997 |
lukem | minor cleanup, turn off WARNS=1
|
1.5 | 08-Oct-1997 |
jtc | Fix tipo inherited from old version of TNF copyright template.
|
1.4 | 29-Jul-1997 |
veego | - Note that hblank_stop and vblank_stop are gone and describe the new disp_flags for interlace, doublescan, sync-on-green and horizontal/vertical sync polarity. - Add a HISTORY section which describes the changes of the mode format. - Use a TNF copyright, with the permission from Ezra Story.
|
1.3 | 27-Dec-1995 |
chopps | fix typos (pr#1680) from Thorsten Frueauf
|
1.2 | 09-Oct-1995 |
chopps | device is require not optional
|
1.1 | 09-Oct-1995 |
chopps | add grfconfig from Ezra Story <ezy@panix.com>
|
1.9.10.1 | 15-Dec-2000 |
he | Pull up revision 1.10 (requested by is): Document that text console modes need a depth field of 4.
|
1.14.30.1 | 18-May-2008 |
yamt | sync with head.
|
1.16 | 29-Feb-2016 |
christos | PR/50867: David Binderman: Fix parsing loop. While here, modernize error handling, merge copy and pasted code.
|
1.15 | 04-Jan-2011 |
wiz | Fix fd leaks in error cases. Found by cppcheck.
|
1.14 | 26-Apr-2009 |
mlelstv | don't discard const qualifiers
|
1.13 | 21-Jul-2008 |
lukem | branches: 1.13.6; Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.12 | 28-Apr-2008 |
martin | branches: 1.12.2; Remove clause 3 and 4 from TNF licenses
|
1.11 | 13-Nov-2004 |
he | branches: 1.11.24; Add casts to unsigned char for the arguments to ctype.h functions.
|
1.10 | 22-Jan-2001 |
is | This should fix PR 11865 by Petri Koistinen: modelines too short by more than one entry would only be detected by a (core dumping) strtol().
|
1.9 | 20-Nov-1997 |
veego | branches: 1.9.10; Fix the case problem of the flags field and a problem with a # in the middle of a line (pr#4545). Thx Ted.
|
1.8 | 17-Oct-1997 |
lukem | branches: 1.8.2; minor cleanup, turn off WARNS=1
|
1.7 | 08-Oct-1997 |
jtc | Fix tipo inherited from old version of TNF copyright template.
|
1.6 | 29-Jul-1997 |
veego | Print the interlace and doublescan flag for the converted mode line and not only default which is wrong.
|
1.5 | 29-Jul-1997 |
veego | Major mode format restruction: - Remove gv->hblank_stop and gv->vblank_stop - Add gv->disp_flags to select interlace, doublescan, sync-on-green and horizontal/vertical sync polarity. - Add many checks for old and wrong modes. - Use a TNF copyright, with the permission from Ezra Story.
|
1.4 | 19-May-1996 |
veego | print also the wrong mode number
|
1.3 | 11-Feb-1996 |
neil | Fixed Typo. Closes PR 2001. Keep them coming!
|
1.2 | 09-Oct-1995 |
chopps | device is require not optional
|
1.1 | 09-Oct-1995 |
chopps | add grfconfig from Ezra Story <ezy@panix.com>
|
1.8.2.1 | 24-Nov-1997 |
mellon | Pull rev 1.9 up from trunk (veego)
|
1.9.10.1 | 03-Feb-2001 |
he | Pull up revision 1.10 (requested by is): Fix parameter file checking. Fixes PR#11865.
|
1.11.24.1 | 18-May-2008 |
yamt | sync with head.
|
1.12.2.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.13.6.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|