<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/gmon, branch releng/9.1</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r234819:</title>
<updated>2012-05-06T14:10:56+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-05-06T14:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c28ab87824ab51cc554b3b350b8e1896cf66da61'/>
<id>c28ab87824ab51cc554b3b350b8e1896cf66da61</id>
<content type='text'>
	Allow users of gprof to get per run output files (using the pid)

PR:		bin/99800
Approved by:	cperciva (implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Allow users of gprof to get per run output files (using the pid)

PR:		bin/99800
Approved by:	cperciva (implicit)
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide 64-bit PowerPC support in libc.</title>
<updated>2010-07-10T14:45:03+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2010-07-10T14:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=840b91cc52085d26c112e99d733f71eb92c3ff54'/>
<id>840b91cc52085d26c112e99d733f71eb92c3ff54</id>
<content type='text'>
Obtained from:	projects/ppc64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	projects/ppc64
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the calculation of s_scale by rewriting the FP expression to</title>
<updated>2010-07-01T00:48:00+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2010-07-01T00:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af448c52e4f7e066d48e1f4755a39f8bdf27ccde'/>
<id>af448c52e4f7e066d48e1f4755a39f8bdf27ccde</id>
<content type='text'>
use uintmax_t instead of float and thereby eliminating the need for
a non-FP version.

Tested on: amd64, ia64 &amp; powerpc (book-E)
Suggested by:	bde
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use uintmax_t instead of float and thereby eliminating the need for
a non-FP version.

Tested on: amd64, ia64 &amp; powerpc (book-E)
Suggested by:	bde
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>On powerpc, calculate s_scale using the non-FP version previously</title>
<updated>2010-06-30T01:40:25+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2010-06-30T01:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c5e0ba5fe4968aa928f461e6efd1ea3f898ebea0'/>
<id>c5e0ba5fe4968aa928f461e6efd1ea3f898ebea0</id>
<content type='text'>
specific to hp300. Since FreeBSD does not support hp300, hp300 has
been removed from the condition altogether.

The FP version broke profiling on powerpc due to invalid results.
Casting to double instead of float resolved the issue, but with
Book-E not having a FP unit, the non-FP version looked preferrable.
Note that even on AIM hardware the FP version yielded an invalid
value for s_scale, so the problem is most likely with the compiler
or with the expression itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
specific to hp300. Since FreeBSD does not support hp300, hp300 has
been removed from the condition altogether.

The FP version broke profiling on powerpc due to invalid results.
Casting to double instead of float resolved the issue, but with
Book-E not having a FP unit, the non-FP version looked preferrable.
Note that even on AIM hardware the FP version yielded an invalid
value for s_scale, so the problem is most likely with the compiler
or with the expression itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix many "function declaration isn't a prototype" warnings in libc.</title>
<updated>2009-12-05T19:31:38+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-12-05T19:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2c201a9afe37d2cec72faa4f00dc640c7b4130b3'/>
<id>2c201a9afe37d2cec72faa4f00dc640c7b4130b3</id>
<content type='text'>
I've only fixed code that seems to be written by `us'. There are still
many warnings like this present in resolv/, rpc/, stdtime/ and yp/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've only fixed code that seems to be written by `us'. There are still
many warnings like this present in resolv/, rpc/, stdtime/ and yp/.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .mcount from gmon's Symbol map and add it to the appropriate</title>
<updated>2007-05-13T14:16:55+00:00</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2007-05-13T14:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0c58e013aae58332dad1aa39afe4ed46613ddb4e'/>
<id>0c58e013aae58332dad1aa39afe4ed46613ddb4e</id>
<content type='text'>
arch.  It can be named differently depending on the arch (.mcount,
_mcount).

Submitted by:	marius
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
arch.  It can be named differently depending on the arch (.mcount,
_mcount).

Submitted by:	marius
</pre>
</div>
</content>
</entry>
<entry>
<title>Use C comments since we now preprocess these files with CPP.</title>
<updated>2007-04-29T14:05:22+00:00</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2007-04-29T14:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5f864214bbb2612cbb8b1b69d124036711b73946'/>
<id>5f864214bbb2612cbb8b1b69d124036711b73946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Per Regents of the University of Calfornia letter, remove advertising</title>
<updated>2007-01-09T00:28:16+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-01-09T00:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c879ae3536e6d92b8d96c8965c5b05fcb9541520'/>
<id>c879ae3536e6d92b8d96c8965c5b05fcb9541520</id>
<content type='text'>
clause.

# If I've done so improperly on a file, please let me know.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clause.

# If I've done so improperly on a file, please let me know.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out rev.1.10 (a special case for amd64).  The amd64 mcount code</title>
<updated>2006-10-28T13:34:35+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2006-10-28T13:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=81f2acfc061d8df76fc320f56b78b67709f9ebe2'/>
<id>81f2acfc061d8df76fc320f56b78b67709f9ebe2</id>
<content type='text'>
never needed any frame pointers for itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
never needed any frame pointers for itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add each directory's symbol map file to SYM_MAPS.</title>
<updated>2006-03-13T01:15:01+00:00</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2006-03-13T01:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6fad3aaf157b3ab3d64b99ca7c14751124c044dd'/>
<id>6fad3aaf157b3ab3d64b99ca7c14751124c044dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
