summaryrefslogtreecommitdiff
path: root/libexec/httpd/debug
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2022-09-09 06:23:36 +0000
committerrillig <rillig@NetBSD.org>2022-09-09 06:23:36 +0000
commitbfc8a0c784c19e641d13dface239d533ec8fdedf (patch)
tree26297d6d701f53963df92b442b78ddfd5e2d2f76 /libexec/httpd/debug
parent85ddbad551da141b53910882b3695a72bf0964d2 (diff)
make.1: clean up and make the description more accurate
Most changes are editorial. Notable exceptions are: The ':Q' in MAKE_PRINT_VAR_ON_ERROR was wrongly added in the previous commit. As that variable does not produce a shell command, there is no point in quoting the characters. Since 2012.10.07.19.17.31, make doesn't complain anymore if a shell command in compat mode expands to an empty string, which removes the need to "keep make happy".
Diffstat (limited to 'libexec/httpd/debug')
0 files changed, 0 insertions, 0 deletions
ch.thorpej 2002-10-26Allow attaching wskbd at kbd, idea from Valeriy Ushakov.martin 2002-10-21Clean-up kbd driver layers a bit more. Lift common code into the upper layer.uwe 2002-10-03Refactor kbd and mouse drivers so that they can use different middleuwe 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-10-01Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna 2001-12-11Name changes: {KBD,MS}_BPS => {KBD,MS}_DEFAULT_BPSpk 2001-11-13add RCSIDslukem 2001-05-17give sunkbd and sunms a "poll" routine.chs 2000-12-19Kill extra "attached" message.eeh 2000-11-08Support for MI console magic framework.eeh 2000-11-01Adapt to new line discipline scheme.eeh 2000-10-10Fix compilation errors: unused variable & missing function return values.pk 2000-09-21Guts of the Sun Keyboard/Mouse line disciplines.eeh