<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/alpha/linux/linux_machdep.c, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-10T17:02:51+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-10T17:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f59584cd7f45da1aed72e454662a2a6628353f3e'/>
<id>f59584cd7f45da1aed72e454662a2a6628353f3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Replace inline implementations of sigprocmask() with calls to</title>
<updated>2003-04-22T18:23:49+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-04-22T18:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fe8cdcae8755884de5038365ebd6730c32cbc1bd'/>
<id>fe8cdcae8755884de5038365ebd6730c32cbc1bd</id>
<content type='text'>
  kern_sigprocmask() in the various binary compatibility emulators.
- Replace calls to sigsuspend(), sigaltstack(), sigaction(), and
  sigprocmask() that used the stackgap with calls to the corresponding
  kern_sig*() functions instead without using the stackgap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  kern_sigprocmask() in the various binary compatibility emulators.
- Replace calls to sigsuspend(), sigaltstack(), sigaction(), and
  sigprocmask() that used the stackgap with calls to the corresponding
  kern_sig*() functions instead without using the stackgap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Synchronize the two linux_clone() implementations which includes a few</title>
<updated>2003-04-18T20:54:41+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-04-18T20:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9eb78fcfd9da959c8d7acdb3163a17cc18de7710'/>
<id>9eb78fcfd9da959c8d7acdb3163a17cc18de7710</id>
<content type='text'>
minor cleanups in both.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minor cleanups in both.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix printf args in debug printfs.</title>
<updated>2003-04-16T20:05:42+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-04-16T20:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e68c51ed5dde6374e215d31d0055a4e0410872d8'/>
<id>e68c51ed5dde6374e215d31d0055a4e0410872d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some debug macros.  Either missing close parens or close parens in the</title>
<updated>2003-04-16T19:28:13+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-04-16T19:28:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f36a83deffd9b84c67243edf775a01f7bf66142b'/>
<id>f36a83deffd9b84c67243edf775a01f7bf66142b</id>
<content type='text'>
wrong place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wrong place.
</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>MFi386: fork1 apparently takes 4 args now</title>
<updated>2002-10-02T14:30:14+00:00</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2002-10-02T14:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5f570c5179dd5e4b6e6625c0737ddf7a8c40e5aa'/>
<id>5f570c5179dd5e4b6e6625c0737ddf7a8c40e5aa</id>
<content type='text'>
Forgotten by: scottl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgotten by: scottl
</pre>
</div>
</content>
</entry>
<entry>
<title>Completely redo thread states.</title>
<updated>2002-09-11T08:13:56+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2002-09-11T08:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=71fad9fdeefd5d874768802125f98ea6450cfa5c'/>
<id>71fad9fdeefd5d874768802125f98ea6450cfa5c</id>
<content type='text'>
Reviewed by:	davidxu@freebsd.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	davidxu@freebsd.org
</pre>
</div>
</content>
</entry>
<entry>
<title>Part 1 of KSE-III</title>
<updated>2002-06-29T17:26:22+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2002-06-29T17:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e602ba25fd1f9a7ea2215c01f470c08f140de809'/>
<id>e602ba25fd1f9a7ea2215c01f470c08f140de809</id>
<content type='text'>
The ability to schedule multiple threads per process
(one one cpu) by making ALL system calls optionally asynchronous.
to come: ia64 and power-pc patches, patches for gdb, test program (in tools)

Reviewed by:	Almost everyone who counts
	(at various times, peter, jhb, matt, alfred, mini, bernd,
	and a cast of thousands)

	NOTE: this is still Beta code, and contains lots of debugging stuff.
	expect slight instability in signals..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ability to schedule multiple threads per process
(one one cpu) by making ALL system calls optionally asynchronous.
to come: ia64 and power-pc patches, patches for gdb, test program (in tools)

Reviewed by:	Almost everyone who counts
	(at various times, peter, jhb, matt, alfred, mini, bernd,
	and a cast of thousands)

	NOTE: this is still Beta code, and contains lots of debugging stuff.
	expect slight instability in signals..
</pre>
</div>
</content>
</entry>
</feed>
