<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/arm/sys, branch releng/7.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo</title>
<updated>2007-07-04T23:23:01+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2007-07-04T23:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=65a6d893baa4ff43995d874bdaf3119266533e84'/>
<id>65a6d893baa4ff43995d874bdaf3119266533e84</id>
<content type='text'>
syscalls, unless WITHOUT_SYSCALL_COMPAT is defined.  The default case
will have the .c wrappers still.  If you define WITHOUT_SYSCALL_COMPAT,
the .c wrappers will go away and libc will make direct syscalls.

After 7-stable starts, the direct syscall method will be default.

Approved by:  re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
syscalls, unless WITHOUT_SYSCALL_COMPAT is defined.  The default case
will have the .c wrappers still.  If you define WITHOUT_SYSCALL_COMPAT,
the .c wrappers will go away and libc will make direct syscalls.

After 7-stable starts, the direct syscall method will be default.

Approved by:  re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sbrk.S to use _end symbol the same way brk.s was fixed some time</title>
<updated>2007-06-27T02:45:37+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-06-27T02:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db974509878d3145fe3f83693bbe0cbaaa5c468e'/>
<id>db974509878d3145fe3f83693bbe0cbaaa5c468e</id>
<content type='text'>
ago. sbrk.S should have gotten the same change then but was forgotten.

Approved by:	re (bmah)
PR:		kern/114049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ago. sbrk.S should have gotten the same change then but was forgotten.

Approved by:	re (bmah)
PR:		kern/114049
</pre>
</div>
</content>
</entry>
<entry>
<title>Use built-in _end symbol insteadof 'end' for consistency with other</title>
<updated>2007-05-19T04:36:34+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2007-05-19T04:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5c0e10eccea185a7ad1d25c2fbae61d6a299ec03'/>
<id>5c0e10eccea185a7ad1d25c2fbae61d6a299ec03</id>
<content type='text'>
architectures. Linker defines end is synonym for _end.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
architectures. Linker defines end is synonym for _end.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup: we always have to use __error() now, and we shouldn't provide a</title>
<updated>2006-11-09T01:28:16+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2006-11-09T01:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c0b6c4a212f4e4ffdb5567798f4cbd8491a6c7ba'/>
<id>c0b6c4a212f4e4ffdb5567798f4cbd8491a6c7ba</id>
<content type='text'>
errno symbol, so completely remove the !_REENTRANT case.

Spotted out by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
errno symbol, so completely remove the !_REENTRANT case.

Spotted out by:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the RET macro.</title>
<updated>2004-11-09T16:49:14+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-11-09T16:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=31489a9a2653e123121e8ca39b4be802013d2b50'/>
<id>31489a9a2653e123121e8ca39b4be802013d2b50</id>
<content type='text'>
For setjmp() and longjmp(), put the signal mask where it's supposed to be,
instead of in the space reserved for fp regs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For setjmp() and longjmp(), put the signal mask where it's supposed to be,
instead of in the space reserved for fp regs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove getcontext.S, it is not needed.</title>
<updated>2004-11-05T23:52:05+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-11-05T23:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7a06812fe5e99a24d8cb1545410add1f0aade66a'/>
<id>7a06812fe5e99a24d8cb1545410add1f0aade66a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import the FreeBSD/arm libc bits.</title>
<updated>2004-05-14T12:04:31+00:00</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-05-14T12:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2357939bc239bd5334a169b62313806178dd8f30'/>
<id>2357939bc239bd5334a169b62313806178dd8f30</id>
<content type='text'>
Obtained from:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	NetBSD
</pre>
</div>
</content>
</entry>
</feed>
