On 10/14/2017 11:03, Mark Johnston wrote:
> TAILQ_FOREACH_SAFE just fetches the next element at the beginning of
> each loop iteration rather than at the end, same as the current
> implementation of clear_unrhdr() does. There's no change to the code
> generated by clang when I replace your loop wit
Author: cy
Date: Sun Oct 15 02:40:13 2017
New Revision: 324622
URL: https://svnweb.freebsd.org/changeset/base/324622
Log:
Sync (make same) the offsetof macro definition in include/ with the
definition of the same in sys/sys/. The problem was discovered while
working on implementing a new C11
On Sat, Oct 14, 2017 at 1:02 PM, Fedor Uporov wrote:
> Author: fsu
> Date: Sat Oct 14 19:02:52 2017
> New Revision: 324620
> URL: https://svnweb.freebsd.org/changeset/base/324620
>
> Log:
> Add extended attributes support to fuse kernel module.
>
> Author: kem
> Reviewed by:cem,
Author: rlibby
Date: Sat Oct 14 23:25:44 2017
New Revision: 324621
URL: https://svnweb.freebsd.org/changeset/base/324621
Log:
mlx4: use enum constants instead of const vars for case exprs
Follow up from r324201 to fix compilation with gcc, which complains
about non-ICE case expressions.
Author: fsu
Date: Sat Oct 14 19:02:52 2017
New Revision: 324620
URL: https://svnweb.freebsd.org/changeset/base/324620
Log:
Add extended attributes support to fuse kernel module.
Author: kem
Reviewed by:cem, pfg (mentor)
Approved by:pfg (mentor)
MFC after: 2 weeks
Author: brooks
Date: Sat Oct 14 18:38:36 2017
New Revision: 324619
URL: https://svnweb.freebsd.org/changeset/base/324619
Log:
Switch procstat from subcommand flags to verbs
- Use an enumerated value instead of separate flags for commands
- Look for a verb if no command flag is set
- Loo
On Fri, Oct 13, 2017 at 10:36:26PM -0700, Matt Joras wrote:
> On 10/13/2017 22:12, Ngie Cooper (yaneurabeya) wrote:
> >> Modified: head/sys/kern/subr_unit.c
> >> ==
> >> --- head/sys/kern/subr_unit.c Wed Oct 11 20:36:2
On Sat, Oct 14, 2017 at 11:23 AM, Svatopluk Kraus wrote:
> On Sat, Oct 14, 2017 at 2:48 AM, Mateusz Guzik wrote:
> > Justification for the change was provided in the commit message: it makes
> > .text smaller on amd64 and probably all architectures.
> >
>
> I did not lack an explanation why you
Author: tuexen
Date: Sat Oct 14 10:02:59 2017
New Revision: 324615
URL: https://svnweb.freebsd.org/changeset/base/324615
Log:
Code cleanup, not functional change.
This avoids taking a pointer of a packed structure which allows simpler
compilation of the userland stack.
MFC after:
On Sat, Oct 14, 2017 at 2:48 AM, Mateusz Guzik wrote:
> On Sat, Oct 14, 2017 at 2:30 AM, Ian Lepore wrote:
>>
>> On Fri, 2017-10-13 at 23:38 +0200, Svatopluk Kraus wrote:
>> > MTX_UNOWNED is a flag. You did not change its value from 4 to 0, you
>> > removed it actually. I have very bad feeling ab
10 matches
Mail list logo