svn commit: r352337 - in head: share/man/man3 sys/sys tests/sys/sys
Conrad Meyer
cem at freebsd.org
Mon Sep 16 00:36:45 UTC 2019
On Sun, Sep 15, 2019 at 12:51 PM Edward Tomasz Napierala
<trasz at freebsd.org> wrote:
> On 0914T1532, Conrad Meyer wrote:
> > On Sat, Sep 14, 2019 at 12:23 PM Edward Tomasz Napierala
> > <trasz at freebsd.org> wrote:
> > > URL: https://svnweb.freebsd.org/changeset/base/352337
> > >
> > > Log:
> > > Introduce arb(3), the Array-based Red-Black Tree macros: similar
> > > to the traditional tree(3) RB trees, but using an array (preallocated,
> > > linear chunk of memory) to store the tree.
> > > ...
> > >
> > > Reviewed by: bcr (man pages), markj
> > > Discussed with: cem
> > > ...
> > > Differential Revision: https://reviews.freebsd.org/D20324
> >
> > This should read: "Objected to by: cem"
>
> Sorry, I misunderstood your last comment as withdrawing your objection,
> my mistake.
The comment that starts with "I'm still skeptical?" "Less
objectionable" doesn't mean "not objectionable." Maybe I could have
been more explicit, sorry for the confusion.
Conrad
More information about the svn-src-all
mailing list