<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/alpha/linux/syscalls.master, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>MFC: Fix the ABI wrappers to use kern_fcntl() rather than calling</title>
<updated>2004-09-03T15:30:21Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-09-03T15:30:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1f15a28a917d53fd971e05c9576f7da35ab92e2d'/>
<id>urn:sha1:1f15a28a917d53fd971e05c9576f7da35ab92e2d</id>
<content type='text'>
fcntl() directly and mark related ABI syscalls as MP safe.

Approved by:	re (scottl)
</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>
<entry>
<title>The following compat syscalls are now mpsafe: linux_getrlimit(),</title>
<updated>2004-02-04T21:57:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-02-04T21:57:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c3b612d935057e593f0b474e8548d93e203e1b86'/>
<id>urn:sha1:c3b612d935057e593f0b474e8548d93e203e1b86</id>
<content type='text'>
linux_setrlimit(), linux_old_getrlimit(), osf1_getrlimit(),
osf1_setrlimit(), svr4_sys_ulimit(), svr4_sys_setrlimit(),
svr4_sys_getrlimit(), svr4_sys_setrlimit64(), svr4_sys_getrlimit64(),
ibcs2_sysconf(), and ibcs2_ulimit().
</content>
</entry>
<entry>
<title>GC unused namespace column.  Unwrap some long lines that now fit.</title>
<updated>2003-12-23T03:53:21Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-12-23T03:53:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b368159c7f6b75f3b46effa72e09a695ccc74027'/>
<id>urn:sha1:b368159c7f6b75f3b46effa72e09a695ccc74027</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync MP safe flags with global syscalls.master for the first time.  This</title>
<updated>2003-11-07T21:09:19Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-11-07T21:09:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=11d4f58fdd0a66571359dd70c04498de63983ea5'/>
<id>urn:sha1:11d4f58fdd0a66571359dd70c04498de63983ea5</id>
<content type='text'>
includes read(), write(), close(), setuid(), getuid(), linux_ptrace(),
linux_kill(), setpgid(), dup(), pipe(), getgid(), osf1_sigprocmask(),
umask(), getpgrp(), linux_setgroups(), linux_getgroups(), dup2(),
setpriority(), osf1_sigreturn(), osf1_sigsuspend(), osf1_gettimeofday(),
setreuid(), setregid(), setgid(), setsid(), osf1_sigaction(), getpgid(),
linux_getsid(), osf1_sysinfo(), linux_clone(), mlock(), munlock(),
mlockall(), munlockall(), sched_setparam(), sched_getparam(),
linux_sched_setscheduler(), linux_sched_getscheduler(),
linux_sched_get_priority_max(), linux_sched_get_priority_min(),
setresuid(), getresuid(), linux_rt_sigaction(), linux_rt_sigprocmask(),
linux_rt_sigsuspend(), gettimeofday(), linux_getitimer(),
linux_setitimer(), getrusage(), setresgid(), getresgid().
</content>
</entry>
<entry>
<title>Mark linux_sigpending() as MPSAFE.</title>
<updated>2003-02-16T02:31:05Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-02-16T02:31:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d97ccc7e5402a055e66d8e92f5d9e6047056ffe7'/>
<id>urn:sha1:d97ccc7e5402a055e66d8e92f5d9e6047056ffe7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux/alpha uses the same BSDish return mechanism we do for</title>
<updated>2002-01-23T22:46:14Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2002-01-23T22:46:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=21e06996e434838eef0f0a9cecd1854f8e6a0a21'/>
<id>urn:sha1:21e06996e434838eef0f0a9cecd1854f8e6a0a21</id>
<content type='text'>
getpid, getuid, getgid and pipe, since they bootstrapped from
OSF/1 and never cleaned up.  Switch to the native syscalls
on alpha so that the above functions work

MFC after: 7 days
</content>
</entry>
</feed>
