<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/i386/linux, branch stable/5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-03-31T22:24:24Z</updated>
<entry>
<title>MFC: Regen after addition of linux_nosys handler.</title>
<updated>2005-03-31T22:24:24Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-03-31T22:24:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d9141bb7434de291f11175aefde598235b3d72c'/>
<id>urn:sha1:8d9141bb7434de291f11175aefde598235b3d72c</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: Handle unimplemented syscall by instantly returning ENOSYS instead of sending</title>
<updated>2005-03-31T22:17:42Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-03-31T22:17:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=83f733eecbec67f466cf766194527388d62dbbbe'/>
<id>urn:sha1:83f733eecbec67f466cf766194527388d62dbbbe</id>
<content type='text'>
signal first and only then returning ENOSYS to match what real linux does.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC linux_sysvec.c,v 1.136</title>
<updated>2005-03-01T04:50:54Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2005-03-01T04:50:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f99dabc2b8d82c8c6ea51461940ebf451f58724f'/>
<id>urn:sha1:f99dabc2b8d82c8c6ea51461940ebf451f58724f</id>
<content type='text'>
  When running Linux binaries, set up the initial FPU state as Linux
  would.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-02-05T01:02:16Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2005-02-05T01:02:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=28c5d31854ac5c2c31caf2b77efbd5dbb22239dd'/>
<id>urn:sha1:28c5d31854ac5c2c31caf2b77efbd5dbb22239dd</id>
<content type='text'>
  2004-11-20 02:32:04 UTC
  Maintain the broken state of backwards compatibilty for a.out (and
  PECOFF!) core dumps.  None of the old versions of gdb I tried were
  able to read a.out core dumps before or after this change.

  2004-11-27 06:46:45 UTC
  Axe the semblance of support for PECOFF and Linux a.out core dumps.
</content>
</entry>
<entry>
<title>MFC: /*- and related license changes</title>
<updated>2005-01-31T23:27:04Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-31T23:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c9769f3ab5327a99909391e070c143e92ddc43ec'/>
<id>urn:sha1:c9769f3ab5327a99909391e070c143e92ddc43ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC src/sys/i386/linux/linux_ptrace.c, v1.14</title>
<updated>2004-10-09T17:10:48Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-10-09T17:10:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1c356939665a2fe05e57e58d2d50899e15c78f30'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>MFC of:</title>
<updated>2004-09-09T09:45:27Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2004-09-09T09:45:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22d3d6d45be74782cce332ab5983380a55035683'/>
<id>urn:sha1:22d3d6d45be74782cce332ab5983380a55035683</id>
<content type='text'>
   Give setrunqueue() and sched_add() more of a clue as to
   where they are coming from and what is expected from them.
   (  2004-09-01 02:11:28 UTC )

Approved by:    re (scottl)
</content>
</entry>
<entry>
<title>MFC: Regenerate after fcntl() changes.</title>
<updated>2004-09-03T15:33:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-09-03T15:33:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=683a7ba55d598ed93ff1cff968bd19dc4570a2e8'/>
<id>urn:sha1:683a7ba55d598ed93ff1cff968bd19dc4570a2e8</id>
<content type='text'>
Approved by:	re (scottl)
</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>MFC: Correct arguments to kern_sigaltstack().</title>
<updated>2004-09-03T15:05:49Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-09-03T15:05:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db0a650c5a9dec9ba7d4126317390b174c58060e'/>
<id>urn:sha1:db0a650c5a9dec9ba7d4126317390b174c58060e</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
</feed>
