<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/i386/linux/linux_ptrace.c, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC src/sys/i386/linux/linux_ptrace.c, v1.14</title>
<updated>2004-10-09T17:10:48+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-10-09T17:10:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c356939665a2fe05e57e58d2d50899e15c78f30'/>
<id>1c356939665a2fe05e57e58d2d50899e15c78f30</id>
<content type='text'>
| Fix the following race:
|
|   1. Process p1 is currently being swapped in.
|   2. Process p2 calls linux_ptrace(PTRACE_GETFPXREGS, p1_pid, ...)
|   3. After acquiring a reference to FIRST_THREAD_IN_PROC(p1),
|      p2 blocks in faultin() while p1 finishes being swapped in.
|      This means p2 won't get back the lock on p1 until after p1's
|      threads are runnable.
|   4. After p1 is swapped in, the first thread in p1 exits.
|   5. p2 now uses its dangling reference to p1's first thread.

Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
| Fix the following race:
|
|   1. Process p1 is currently being swapped in.
|   2. Process p2 calls linux_ptrace(PTRACE_GETFPXREGS, p1_pid, ...)
|   3. After acquiring a reference to FIRST_THREAD_IN_PROC(p1),
|      p2 blocks in faultin() while p1 finishes being swapped in.
|      This means p2 won't get back the lock on p1 until after p1's
|      threads are runnable.
|   4. After p1 is swapped in, the first thread in p1 exits.
|   5. p2 now uses its dangling reference to p1's first thread.

Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistently use __inline instead of __inline__ as the former is an empty macro</title>
<updated>2004-07-04T16:11:03+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-07-04T16:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5908d366fb365362004d549066a6225f0c46d3e6'/>
<id>5908d366fb365362004d549066a6225f0c46d3e6</id>
<content type='text'>
in &lt;sys/cdefs.h&gt; for compilers without support for inline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in &lt;sys/cdefs.h&gt; for compilers without support for inline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-02T16:56:40+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-02T16:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27e0099c4aed8d0e14f122458ef9cf8f6abd87b7'/>
<id>27e0099c4aed8d0e14f122458ef9cf8f6abd87b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer the proc lock to sched_lock when testing PS_INMEM now that it is</title>
<updated>2003-04-22T20:01:56+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-04-22T20:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eeec6bab2eb21adebaf271058599b53666dd7f83'/>
<id>eeec6bab2eb21adebaf271058599b53666dd7f83</id>
<content type='text'>
safe to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
safe to do so.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync up with changes to ptrace() and use P_SHOULDSTOP instead of</title>
<updated>2003-04-15T16:29:39+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-04-15T16:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f2650029029b3b623ce5d33a7da3258112d215e1'/>
<id>f2650029029b3b623ce5d33a7da3258112d215e1</id>
<content type='text'>
a duplicate P_TRACED check.

Submitted by:	marcel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a duplicate P_TRACED check.

Submitted by:	marcel
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up whitespace and remove register keyword.</title>
<updated>2003-03-03T09:17:12+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-03-03T09:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d062e2be87c5ea127eb4e06199c83c86ae412f7'/>
<id>1d062e2be87c5ea127eb4e06199c83c86ae412f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More caddr_t removal, in conjunction with copy{in,out}(9) this time.</title>
<updated>2003-03-03T09:14:26+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-03-03T09:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4b7ef73d71f7c0c792a372272844274d64f332e5'/>
<id>4b7ef73d71f7c0c792a372272844274d64f332e5</id>
<content type='text'>
Also clean up some egregious casts and incorrect use of sizeof.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also clean up some egregious casts and incorrect use of sizeof.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused includes.  Sorted includes.  This is part of removing</title>
<updated>2002-09-15T17:45:10+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-09-15T17:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e9a6d3b44cf060398e1189cbd0cf352fa1aa2ccf'/>
<id>e9a6d3b44cf060398e1189cbd0cf352fa1aa2ccf</id>
<content type='text'>
includes of &lt;sys/user.h&gt; for its pollution only.  &lt;sys/user.h&gt; wasn't
even used for its pollution here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
includes of &lt;sys/user.h&gt; for its pollution only.  &lt;sys/user.h&gt; wasn't
even used for its pollution here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;machine/pcb.h&gt; instead of depending on namespace pollution in</title>
<updated>2002-09-07T14:32:22+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-09-07T14:32:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a1a68fa8499a9ff4e262fd40fc626a903c40943'/>
<id>8a1a68fa8499a9ff4e262fd40fc626a903c40943</id>
<content type='text'>
&lt;sys/user.h&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;sys/user.h&gt;.
</pre>
</div>
</content>
</entry>
</feed>
