<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/alpha/linux, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Regenerate.</title>
<updated>2005-07-20T17:43:53Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-07-20T17:43:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=73321f9f7fc37a9327d00f0fdc1ff674460b8e9a'/>
<id>urn:sha1:73321f9f7fc37a9327d00f0fdc1ff674460b8e9a</id>
<content type='text'>
Approved by:	re (kensmith) (implicit)
</content>
</entry>
<entry>
<title>MFC: Sync up the MP safe flags of the compat ABIs with the master list and</title>
<updated>2005-07-20T17:42:15Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-07-20T17:42:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d9c455d827da3e5d7f130b3bda1c4853569a533e'/>
<id>urn:sha1:d9c455d827da3e5d7f130b3bda1c4853569a533e</id>
<content type='text'>
mark known-safe ABI syscall wrappers as MP safe.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Regen after addition of linux_getpriority wrapper.</title>
<updated>2005-06-08T20:47:30Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-06-08T20:47:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ded18ff2abc3cf04f30048484314a6fb9b2c59ad'/>
<id>urn:sha1:ded18ff2abc3cf04f30048484314a6fb9b2c59ad</id>
<content type='text'>
PR:		kern/81951
Submitted by:	Andriy Gapon &lt;avg@icyb.net.ua&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Properly convert FreeBSD priority values into Linux values in the</title>
<updated>2005-06-08T20:41:28Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-06-08T20:41:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bc165ab0fefff4887eec2d628f2a3b4a1626d2b0'/>
<id>urn:sha1:bc165ab0fefff4887eec2d628f2a3b4a1626d2b0</id>
<content type='text'>
getpriority(2) syscall.

PR:		kern/81951
Submitted by:	Andriy Gapon &lt;avg@icyb.net.ua&gt;
</content>
</entry>
<entry>
<title>Rebuild generated system call definition files following the addition of</title>
<updated>2005-05-30T15:20:21Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-05-30T15:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3984b2328c055e9b6082bbc50d09ae630c1050b1'/>
<id>urn:sha1:3984b2328c055e9b6082bbc50d09ae630c1050b1</id>
<content type='text'>
the audit event field to the syscalls.master file format.

Submitted by:	wsalamon
Obtained from:	TrustedBSD Project
</content>
</entry>
<entry>
<title>Introduce a new field in the syscalls.master file format to hold the</title>
<updated>2005-05-30T15:09:18Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-05-30T15:09:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3596e3370dc85b72e323eb0b45f5d5a51934e67'/>
<id>urn:sha1:f3596e3370dc85b72e323eb0b45f5d5a51934e67</id>
<content type='text'>
audit event identifier associated with each system call, which will
be stored by makesyscalls.sh in the sy_auevent field of struct sysent.
For now, default the audit identifier on all system calls to AUE_NULL,
but in the near future, other BSM event identifiers will be used.  The
mapping of system calls to event identifiers is many:one due to
multiple system calls that map to the same end functionality across
compatibility wrappers, ABI wrappers, etc.

Submitted by:	wsalamon
Obtained from:	TrustedBSD Project
</content>
</entry>
<entry>
<title>White space normalization: use tabs instead of spaces before and after</title>
<updated>2005-05-29T21:06:56Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-05-29T21:06:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ec4389f6cc9a92994a925b0ad77d8720f457ea2'/>
<id>urn:sha1:2ec4389f6cc9a92994a925b0ad77d8720f457ea2</id>
<content type='text'>
the system call type field.
</content>
</entry>
<entry>
<title>Regen after addition of linux_nosys handler.</title>
<updated>2005-03-07T00:23:58Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-03-07T00:23:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ecab0de7c15ae1368e3192d17532ecd7a1621089'/>
<id>urn:sha1:ecab0de7c15ae1368e3192d17532ecd7a1621089</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle unimplemented syscall by instantly returning ENOSYS instead of sending</title>
<updated>2005-03-07T00:18:06Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-03-07T00:18:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e3478fe000ca4a6c8ebcf21fb33c46bc96c139d5'/>
<id>urn:sha1:e3478fe000ca4a6c8ebcf21fb33c46bc96c139d5</id>
<content type='text'>
signal first and only then returning ENOSYS to match what real linux does.

PR:		kern/74302
Submitted by:	Travis Poppe &lt;tlp@LiquidX.org&gt;
</content>
</entry>
</feed>
