Re: svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-07-04 Thread Marcelo Araujo
Wow yes, didn't notice.. sorry for the noise :) 2016-07-05 11:21 GMT+08:00 Ngie Cooper (yaneurabeya) : > > > On Jul 4, 2016, at 20:20, Marcelo Araujo > wrote: > > > > Isn't need to have approve from re@ to commit now? As we are closer to > have

Re: svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-07-04 Thread Ngie Cooper (yaneurabeya)
> On Jul 4, 2016, at 20:20, Marcelo Araujo wrote: > > Isn't need to have approve from re@ to commit now? As we are closer to have > 11-RELEASE. > > Best, The commit date was prior to the freeze. Thanks, -Ngie signature.asc Description: Message signed with OpenPGP

Re: svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-07-04 Thread Marcelo Araujo
Isn't need to have approve from re@ to commit now? As we are closer to have 11-RELEASE. Best, 2016-05-12 7:39 GMT+08:00 Conrad E. Meyer : > Author: cem > Date: Wed May 11 23:39:39 2016 > New Revision: 299496 > URL: https://svnweb.freebsd.org/changeset/base/299496 > > Log: >

Re: svn commit: r299496 - head/contrib/atf/atf-c/detail

2016-07-04 Thread Julio Merino
On Wed, May 11, 2016 at 7:39 PM, Conrad E. Meyer wrote: > Author: cem > Date: Wed May 11 23:39:39 2016 > New Revision: 299496 > URL: https://svnweb.freebsd.org/changeset/base/299496 > > Log: > atf map: Fix double-free in low memory error path > > If atf_list_append(, X, )

svn commit: r302339 - in head/sys/dev/cxgbe: . cxgbei iw_cxgbe tom

2016-07-04 Thread Navdeep Parhar
Author: np Date: Tue Jul 5 01:29:24 2016 New Revision: 302339 URL: https://svnweb.freebsd.org/changeset/base/302339 Log: cxgbe(4): Changes to the CPL-handler registration mechanism and code related to "shared" CPLs. a) Combine t4_set_tcb_field and t4_set_tcb_field_rpl into a single

svn commit: r302338 - head/sys/netpfil/ipfw

2016-07-04 Thread Don Lewis
Author: truckman Date: Tue Jul 5 00:53:01 2016 New Revision: 302338 URL: https://svnweb.freebsd.org/changeset/base/302338 Log: Fix a race condition between the main thread in aqm_pie_cleanup() and the callout thread that can cause a kernel panic. Always do the final cleanup in the callout

svn commit: r302337 - head/usr.sbin/ppp

2016-07-04 Thread Baptiste Daroussin
Author: bapt Date: Mon Jul 4 21:18:57 2016 New Revision: 302337 URL: https://svnweb.freebsd.org/changeset/base/302337 Log: Fix build of ppp when WITHOUT_PAM is set PR: 210658 Reported by: madpilot Tested by:madpilot Approved by: re@ (kib) Modified:

Re: svn commit: r302252 - head/sys/kern

2016-07-04 Thread Adrian Chadd
On 4 July 2016 at 12:28, Ed Schouten wrote: > 2016-07-04 21:08 GMT+02:00 Adrian Chadd : >> Does the specification / implementation also mandate that the padding >> is zero'ed out or otherwise initialised? > > Well... That's tricky: > >

Re: svn commit: r302252 - head/sys/kern

2016-07-04 Thread Ed Schouten
2016-07-04 21:08 GMT+02:00 Adrian Chadd : > Does the specification / implementation also mandate that the padding > is zero'ed out or otherwise initialised? Well... That's tricky:

Re: svn commit: r302252 - head/sys/kern

2016-07-04 Thread Adrian Chadd
Hi, Does the specification / implementation also mandate that the padding is zero'ed out or otherwise initialised? -a On 4 July 2016 at 01:27, Ed Schouten wrote: > 2016-07-04 10:26 GMT+02:00 Ed Schouten : >> It is valid. The ".field = value" construct is called a

svn commit: r302336 - head/sys/dev/usb/controller

2016-07-04 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jul 4 17:12:22 2016 New Revision: 302336 URL: https://svnweb.freebsd.org/changeset/base/302336 Log: Fix interrupt loop when switching from USB device to USB host mode by clearing all endpoint interrupt bits. PR: 210736 Approved by: re (glebius)

svn commit: r302335 - head/sys/boot/efi/boot1

2016-07-04 Thread Ed Maste
Author: emaste Date: Mon Jul 4 16:50:21 2016 New Revision: 302335 URL: https://svnweb.freebsd.org/changeset/base/302335 Log: boot1.efi: fix assignment / comparison expression PR: 210706 Submitted by: David Binderman Approved by: re (kib) MFC after:

Re: svn commit: r302252 - head/sys/kern

2016-07-04 Thread Ed Schouten
2016-07-04 10:26 GMT+02:00 Ed Schouten : > It is valid. The ".field = value" construct is called a 'designator' > in C's grammar specification. Typo: this is called a 'designation'. -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717

Re: svn commit: r302252 - head/sys/kern

2016-07-04 Thread Ed Schouten
2016-07-04 2:47 GMT+02:00 Benjamin Kaduk : > I did not think that .th_offset.tv_sec was valid [...] It is valid. The ".field = value" construct is called a 'designator' in C's grammar specification. What's on the left of the assignment is called a 'designator-list', which may