summaryrefslogtreecommitdiff
path: root/external/bsd/kyua-cli/lib/cli/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /external/bsd/kyua-cli/lib/cli/Makefile
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'external/bsd/kyua-cli/lib/cli/Makefile')
0 files changed, 0 insertions, 0 deletions
2011-03-21Clarify vrefresh comment (no functional change)jdc 2011-03-21Regenerate for:jdc 2011-03-21Add EDID established timing modelines for 720x400x70 and 720x400x88jdc 2010-10-12fix off-by-one error which happened when the first mode with matching size ismacallan 2010-05-04add a bunch of small utility functions to pick video modes based on thingsmacallan 2009-11-14Fix a wrong index value for edid_products[] inside #ifdef EDIDVERBOSE intsutsui 2009-01-21add a comment explaining how to regenerate videomode.cjnemeth 2009-01-21add a comment explaining how to regenerate ediddevs.h and ediddevs_data.hjnemeth 2008-10-21regenmacallan 2008-10-21add 1152x900 at 66Hz and 76Hzmacallan 2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb 2007-04-03regenmacallan 2007-04-03add 1680x1050 @ 60.00Hzmacallan 2007-03-07correct the maximum supported dotclock on monitors that report one valuemacallan 2007-03-07initialize edid_nmodes before using it (in edid_parse() )macallan 2007-03-07add 1280x1024@70Hzmacallan 2007-03-07add Relisysmacallan 2007-01-08add 1280x768@75Hz modelinemacallan 2006-11-11add 1024x768 @ 89Hz for the Apple eMacmacallan 2006-10-26Regen (__KERNEL_RCSID()).bjh21 2006-10-26Emit __KERNEL_RCSID() into videomodes.c so that kernels using it can bebjh21 2006-05-13Correct two problems with established timings. First, the wrong hex valuegdamore 2006-05-11Change edid_parse() to take the edid structure as argument rather thangdamore 2006-05-11Add EDID framework. (No documentation as yet.)gdamore 2006-05-09Handle interlace video refresh modes, so 1024x768i is 87Hz refresh, insteadgdamore 2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem 2006-03-04Fix a few minor errors in the config data. Tested with a sample config.gdamore 2006-03-04Added a test driver program.gdamore 2006-03-04Initial swag at common video mode database. Not used for anything (yet).gdamore