Re: svn commit: r280700 - head/sys/sys

2015-03-26 Thread Pedro Giffuni
> Il giorno 26/mar/2015, alle ore 19:40, Bruce Evans ha > scritto: > > On Thu, 26 Mar 2015, Pedro F. Giffuni wrote: > >> Log: >> Introduce some allocation function attributes. >> >> Bring support for two gcc function attributes that are likely to be used >> in our system headers: >> ... >> Th

Re: svn commit: r280700 - head/sys/sys

2015-03-26 Thread Bruce Evans
On Thu, 26 Mar 2015, Pedro F. Giffuni wrote: Log: Introduce some allocation function attributes. Bring support for two gcc function attributes that are likely to be used in our system headers: ... The __alloc_size attribute required some workarounds for lint(1). Both attributes are support

svn commit: r280700 - head/sys/sys

2015-03-26 Thread Pedro F. Giffuni
Author: pfg Date: Thu Mar 26 16:00:35 2015 New Revision: 280700 URL: https://svnweb.freebsd.org/changeset/base/280700 Log: Introduce some allocation function attributes. Bring support for two gcc function attributes that are likely to be used in our system headers: __alloc_size The