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
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
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
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
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
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
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
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
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
> 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 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
11 matches
Mail list logo