<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libc/gmon, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2018-10-20T22:39:35Z</updated>
<entry>
<title>mcount: tidy up ANSIfication</title>
<updated>2018-10-20T22:39:35Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-10-20T22:39:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=05bc9aa78fcc7152d6d13e9f5ed11612ccb5c6f4'/>
<id>urn:sha1:05bc9aa78fcc7152d6d13e9f5ed11612ccb5c6f4</id>
<content type='text'>
libc/gmon's mcount was ANSIfied in r124180, with libkern following over
a decade later, in r325988, but some minor discrepancies remained.
Update libc/gmon's mexitcount to an ANSI C function definition, and use
(void) for libkern-only functions that take no arguments.

Reported by:	bde
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>Renumber copyright clause 4</title>
<updated>2017-02-28T23:42:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-02-28T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fbbd9655e5107c68e4e0146ff22b73d7350475bc'/>
<id>urn:sha1:fbbd9655e5107c68e4e0146ff22b73d7350475bc</id>
<content type='text'>
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by:	Jan Schaumann &lt;jschauma@stevens.edu&gt;
Pull Request:	https://github.com/freebsd/freebsd/pull/96
</content>
</entry>
<entry>
<title>Replace the last non-optional use of sbrk() in the tree with mmap().</title>
<updated>2016-01-21T18:17:19Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2016-01-21T18:17:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=af6f4233fd856a1ff2a9e6d206f441e2fb647aaa'/>
<id>urn:sha1:af6f4233fd856a1ff2a9e6d206f441e2fb647aaa</id>
<content type='text'>
All gmon want's is a region of memory without the overhead of malloc().
Just mapping some pages with mmap is an easy way to accomplish this.

Approved by:	jhb, cem, emaste
Obtained from:	CheriBSD (bf33e1e70b368ababde74aa3ac70d108c8a52c69)
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D5005
</content>
</entry>
<entry>
<title>Add declaration to eliminate -Wmissing-prototypes warning</title>
<updated>2015-09-20T03:59:27Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2015-09-20T03:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6db7b53b71e8c1bb1f6e6e876431bf6773fb339d'/>
<id>urn:sha1:6db7b53b71e8c1bb1f6e6e876431bf6773fb339d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ANSI C prototypes.</title>
<updated>2015-09-14T18:44:13Z</updated>
<author>
<name>Craig Rodrigues</name>
<email>rodrigc@FreeBSD.org</email>
</author>
<published>2015-09-14T18:44:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=76470dd50e4ac2783ae82ef93ff8f22dfbf32d4f'/>
<id>urn:sha1:76470dd50e4ac2783ae82ef93ff8f22dfbf32d4f</id>
<content type='text'>
Eliminates gcc 4.9 warnings.
</content>
</entry>
<entry>
<title>Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}</title>
<updated>2014-03-04T02:19:39Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2014-03-04T02:19:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8876613dc50029e88a84fd595d4a1f3c52c92350'/>
<id>urn:sha1:8876613dc50029e88a84fd595d4a1f3c52c92350</id>
<content type='text'>
if not already defined. This allows building libc from outside of
lib/libc using a reach-over makefile.

A typical use-case is to build a standard ILP32 version and a COMPAT32
version in a single iteration by building the COMPAT32 version using a
reach-over makefile.

Obtained from:	Juniper Networks, Inc.
</content>
</entry>
<entry>
<title>libc: Use O_CLOEXEC when writing gmon files (cc -pg).</title>
<updated>2013-08-13T21:45:48Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2013-08-13T21:45:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=88d961f32e01a853ff97e18b939f28113f87be60'/>
<id>urn:sha1:88d961f32e01a853ff97e18b939f28113f87be60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc: end list context with El.</title>
<updated>2012-05-12T07:52:45Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-05-12T07:52:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8521fde5fcdeb608534fd924f75119ab242f1a7d'/>
<id>urn:sha1:8521fde5fcdeb608534fd924f75119ab242f1a7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow users of gprof to get per run output files (using the pid)</title>
<updated>2012-04-29T22:19:58Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-04-29T22:19:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=be8490925afe186d1e8ed16390feacb7de46359b'/>
<id>urn:sha1:be8490925afe186d1e8ed16390feacb7de46359b</id>
<content type='text'>
PR:		bin/99800
Submitted by:	Peter Jeremy &lt;peterjeremy@optushome.com.au&gt;
Reviewed by:	jilles (code)
Reviewed by:	dwhite (doc)
Approved by:	cperciva
MFC after:	1 week
</content>
</entry>
</feed>
