Re: change ktime to nanoseconds in drm

2020-07-21 Thread Scott Cheloha
On Tue, Jul 21, 2020 at 07:33:21PM +1000, Jonathan Gray wrote: > Change from using timevals for ktime to 64 bit count of nanoseconds > to closer match linux. From a discussion with cheloha@ > > > > @@ -67,70 +65,66 @@ ktime_get_raw_ns(void) > } > > static inline struct timespec64 > -ktime_t

Re: acme-client config grammar improvements

2020-07-21 Thread Sebastian Benoit
Daniel Eisele(daniel_eis...@gmx.de) on 2020.07.16 07:40:35 +0200: > Am 15.07.2020 um 23:51 schrieb Sebastian Benoit: > >> src/usr.sbin/acme-client/parse.y: > >> * The grammar allows the user to omit the newline after the first line > >> in a domain or authority block. > > > > Yes. I'm still pnode

Re: Add ability to set control values with video(1)

2020-07-21 Thread Laurence Tratt
On Tue, Jul 21, 2020 at 09:01:26PM +0200, Marcus Glocker wrote: Hello Marcus, Thanks for the comments! Again, I agree with all of them with a couple of comments: > I'm a bit confused by the dev_set_ctrl() function renaming. Does 'inc' > stand for increment? And if yes, it makes not a lot sense

Re: [Patch] httpd.h - delete unused field and enum

2020-07-21 Thread Theo de Raadt
Yeah, fine. Sebastian Benoit wrote: > Ross L Richardson(open...@rlr.id.au) on 2020.07.15 14:49:23 +1000: > > Field kv_type in struct kv is not used. As that's the only use of > > enum key_type, delete them both. > > This is probably because its a copy from relayd. > I dont think there is a rea

Re: [Patch] httpd.h - delete unused field and enum

2020-07-21 Thread Sebastian Benoit
Ross L Richardson(open...@rlr.id.au) on 2020.07.15 14:49:23 +1000: > Field kv_type in struct kv is not used. As that's the only use of > enum key_type, delete them both. This is probably because its a copy from relayd. I dont think there is a reason to keep it. i'd like to commit, anyone else to

Re: Add ability to set control values with video(1)

2020-07-21 Thread Marcus Glocker
Hi Laurie, See my comments inline. On Fri, 17 Jul 2020 22:51:30 +0100 Laurence Tratt wrote: > On Mon, Jul 13, 2020 at 07:39:41PM +0100, Laurence Tratt wrote: > > > video(1) allows users to adjust controls such as brightness, > > saturation (etc.) depending on the input device in question. Thes

add a section exit status in syspatch.8

2020-07-21 Thread Solene Rapenne
this diff adds an EXIT STATUS section to syspatch man page. syspatch exit with 1 on errors and 2 if syspatch updates itself. If syspatch does nothing (because no syspatch) or install syspatches successfully, the exit status is 0 in both case. Should we emphase on this? I guess « Did syspatch inst

Re: add a section exit status in syspatch.8

2020-07-21 Thread Antoine Jacoutot
On Tue, Jul 21, 2020 at 03:21:24PM +0200, Solene Rapenne wrote: > this diff adds an EXIT STATUS section to syspatch man page. > > syspatch exit with 1 on errors and 2 if syspatch updates itself. > > If syspatch does nothing (because no syspatch) or install syspatches > successfully, the exit stat

wsfontload(8): restore working default height/width values

2020-07-21 Thread Frederic Cambus
Hi tech@, Currently, wsfontload(8) hardcodes the default height and width values for the font to be loaded as 12x22 when using framebuffer consoles, and as 8x16 when in text mode. The 12x22 value wasn't correct in case we felt back to the smaller 8x16 font for screen widths smaller than 960px, and

Re: change ktime to nanoseconds in drm

2020-07-21 Thread Mark Kettenis
> Date: Tue, 21 Jul 2020 19:33:21 +1000 > From: Jonathan Gray > > Change from using timevals for ktime to 64 bit count of nanoseconds > to closer match linux. From a discussion with cheloha@ ok kettenis@ > Index: sys/dev/pci/drm/drm_vblank.c > ==

change ktime to nanoseconds in drm

2020-07-21 Thread Jonathan Gray
Change from using timevals for ktime to 64 bit count of nanoseconds to closer match linux. From a discussion with cheloha@ Index: sys/dev/pci/drm/drm_vblank.c === RCS file: /cvs/src/sys/dev/pci/drm/drm_vblank.c,v retrieving revision