<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/alpha/linux/syscalls.master, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</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-test2/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>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-test2/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>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-test2/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-test2/commit/?id=2ec4389f6cc9a92994a925b0ad77d8720f457ea2'/>
<id>urn:sha1:2ec4389f6cc9a92994a925b0ad77d8720f457ea2</id>
<content type='text'>
the system call type field.
</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-test2/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>
<entry>
<title>Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()</title>
<updated>2004-08-24T20:21:21Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-08-24T20:21:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2ca25ab53ec018a64ecbf89e780fe9ff4298811e'/>
<id>urn:sha1:2ca25ab53ec018a64ecbf89e780fe9ff4298811e</id>
<content type='text'>
directly.  This removes a few more users of the stackgap and also marks
the syscalls using these wrappers MP safe where appropriate.

Tested on:	i386 with linux acroread5
Compiled on:	i386, alpha LINT
</content>
</entry>
<entry>
<title>Mark linux_wait4() as MP Safe as it is so and holding Giant across all of</title>
<updated>2004-06-04T13:52:23Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-06-04T13:52:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1e9dd22617f6b1b460647947b1c9b11d667f0cd8'/>
<id>urn:sha1:1e9dd22617f6b1b460647947b1c9b11d667f0cd8</id>
<content type='text'>
kern_wait() trips an assert that Giant is not held in thread_wait().

PR:		67538
Submitted by:	Nikos Ntarmos ntarmos at ceid dot upatras dot gr
</content>
</entry>
<entry>
<title>MFi386: Use the BSD madvise() syscall implementation for Linux binary</title>
<updated>2004-03-29T02:19:43Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2004-03-29T02:19:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d25901b5daf3d399b3bdbdc2ef5a1c1a0c454592'/>
<id>urn:sha1:d25901b5daf3d399b3bdbdc2ef5a1c1a0c454592</id>
<content type='text'>
emulation, instead of treating it as an unimplemented syscall.

Requested by:	marcel
</content>
</entry>
<entry>
<title>- Mark ABI syscalls that call wait4() MP safe as recent changes to</title>
<updated>2004-03-15T22:43:49Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-03-15T22:43:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=216db4ad00d3cf2ffb7b4ce99cda64b6405e8273'/>
<id>urn:sha1:216db4ad00d3cf2ffb7b4ce99cda64b6405e8273</id>
<content type='text'>
  the kernel wait4() made these all panic() implementations otherwise.
- The i386 linux_ptrace() syscall is MP safe.  Alpha was already marked
  MP safe.
</content>
</entry>
</feed>
