Re: ukbd(4): support apple brightness keys

2020-10-29 Thread Klemens Nanni
On Wed, Oct 28, 2020 at 12:08:25AM +0100, Tobias Heider wrote: > > What about KS_Cmd_BrightnessUp and KS_Cmd_BrightnessDown? > > Right, here's a new diff using those wskbd commands. > I couldn't find any standardized UHID key codes for brightness keys > so I chose 232 and 233 which are currently u

Re: macppc: fix initial wsconsctl display.brighness

2020-10-29 Thread Klemens Nanni
On Wed, Oct 28, 2020 at 09:06:39PM +0100, Tobias Heider wrote: > Hi, > > playing around with the display brightness i found that the > initial state seems to be broken. > We initiate the value at MAX_BRIGHTNESS while in reality it is much > lower than that after boot. > Increasing the brightness w

Re: [PATCH] Fix link in Porting Guide

2020-10-29 Thread Ingo Schwarze
Hi Martin, Martin Vahlensieck wrote on Wed, Oct 28, 2020 at 09:02:21PM +0100: > This refers to the libc function. Committed, thanks. > P.S.: I noticed that e.g. sysmerge(8) is mentioned like this but not a > link. Is this intentional? Probably not, i added a few more links while there. Yours,

Re: snmpd(8) Remove old listen on syntax

2020-10-29 Thread Theo de Raadt
ok deraadt Martijn van Duren wrote: > 6.8 has been released. Time to remove the old syntax. > > OK? > > martijn@ > > ? dispatcher_tm_udp.c > Index: parse.y > === > RCS file: /cvs/src/usr.sbin/snmpd/parse.y,v > retrieving revision

snmpd(8) Remove old listen on syntax

2020-10-29 Thread Martijn van Duren
6.8 has been released. Time to remove the old syntax. OK? martijn@ ? dispatcher_tm_udp.c Index: parse.y === RCS file: /cvs/src/usr.sbin/snmpd/parse.y,v retrieving revision 1.61 diff -u -p -r1.61 parse.y --- parse.y 10 Sep 2020 1

relayd(8) remove snmp keyword

2020-10-29 Thread Martijn van Duren
6.8 is out in the wild. I guess this is as good a time as any to remove the old snmp keyword. OK? martijn@ Index: parse.y === RCS file: /cvs/src/usr.sbin/relayd/parse.y,v retrieving revision 1.248 diff -u -p -r1.248 parse.y --- pars