<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/compat/linux, branch release/6.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-11-26T01:09:48Z</updated>
<entry>
<title>Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.</title>
<updated>2008-11-26T01:09:48Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-11-26T01:09:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a93332491e10c1a23a9fd2f11ccbdba33d72d850'/>
<id>urn:sha1:a93332491e10c1a23a9fd2f11ccbdba33d72d850</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 6.4-RELEASE image.
</content>
</entry>
<entry>
<title>Fix a harmless mismerge.</title>
<updated>2008-05-20T07:55:03Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2008-05-20T07:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=100866e9a509c86120c9509d384f7f25e28a535b'/>
<id>urn:sha1:100866e9a509c86120c9509d384f7f25e28a535b</id>
<content type='text'>
Pointed out by: jhb
</content>
</entry>
<entry>
<title>MFC: kernel-mode NFS lock manager.</title>
<updated>2008-04-24T10:46:25Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2008-04-24T10:46:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a00f27bf3c371e363f050e8f9f7fe6c866b1a98d'/>
<id>urn:sha1:a00f27bf3c371e363f050e8f9f7fe6c866b1a98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev. 1.89, 1.90:</title>
<updated>2008-01-09T16:07:32Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2008-01-09T16:07:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=53f43733ef4712d7926e6447c4f0c2828e08199d'/>
<id>urn:sha1:53f43733ef4712d7926e6447c4f0c2828e08199d</id>
<content type='text'>
Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls.
</content>
</entry>
<entry>
<title>The kernel version of Linux statfs64 is actually supposed to take</title>
<updated>2007-12-08T08:48:08Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2007-12-08T08:48:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1b137b91c37560972530611a60ae80735e2cbc9f'/>
<id>urn:sha1:1b137b91c37560972530611a60ae80735e2cbc9f</id>
<content type='text'>
3 arguments, but we had forgotten the second argument. Also make the
Linux statfs64 struct depend on the architecture because it has an
extra 4 bytes padding on amd64 compared to i386.

The three argument fix is from David Taylor, the struct statfs64
stuff is my fault. With this patch I can install i386 Linux matlab
on an amd64 machine.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: Add kern_msgsnd() and kern_msgrcv() and use them to fix msgsnd()</title>
<updated>2007-12-06T22:00:05Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-12-06T22:00:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1c5b3469a2eb9795fa8e00c785e407045504129'/>
<id>urn:sha1:f1c5b3469a2eb9795fa8e00c785e407045504129</id>
<content type='text'>
and msgrcv() in 32-bit ABIs on 64-bit kernels.
</content>
</entry>
<entry>
<title>MFC: Sync up SYSV IPC with HEAD some:</title>
<updated>2007-12-03T21:53:23Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-12-03T21:53:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aa030a446520121af5b62feb9c50130631871051'/>
<id>urn:sha1:aa030a446520121af5b62feb9c50130631871051</id>
<content type='text'>
- Add kern_semctl() and use it for Linux, IBCS2, and SVR4 ABIs.
- Don't pass a bufsz pointer to kern_shmctl() for operations that don't
  need it.
- Add module dependencies for SYSV IPC modules to IBCS2 and SVR4.
- Use kern_shmctl() in SVR4.
- Use kern_msgctl(), kern_semctl(), and kern_shmctl() in IBCS2.
- Mark linux_ipc(), svr4_sys_shmsys(), and svr4_sys_semsys() MPSAFE.
</content>
</entry>
<entry>
<title>Really commit the TIOCGPTN part (missing in the previous commit...).</title>
<updated>2007-09-03T13:55:05Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-09-03T13:55:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87bccab4ed4de37ba1718dac991e5668c6f06b3a'/>
<id>urn:sha1:87bccab4ed4de37ba1718dac991e5668c6f06b3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2007-09-03T13:18:42Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-09-03T13:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1b73495f1e0f465a64c88b43f390fe24b6912077'/>
<id>urn:sha1:1b73495f1e0f465a64c88b43f390fe24b6912077</id>
<content type='text'>
 - sync linuxulator:
   * de-COMPAT_43-ify:
     + socket related ioctl's
     This differs from -current, as the kernel ABI is different
     (kern_bind() and kern_connect() free the struct sockaddr on -stable
     themself, so two calls to free() are not included in this MFC).
   * bug-/compatibility-fixes
   * ioctl TIOCGPTN
   * 1 style(9)-fix

Tested by:	"Arno J. Klaassen" &lt;arno@heho.snv.jussieu.fr&gt;
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2007-08-29T15:04:26Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-08-29T15:04:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b142e22759577904354788b0b98d6ccd4a0bcac'/>
<id>urn:sha1:9b142e22759577904354788b0b98d6ccd4a0bcac</id>
<content type='text'>
 - sync linuxulator:
   * add syscalls:
     + stat            (i386, amd64)
     + iopl            (i386, amd64)
     + mprotect        (i386)
     + rt_sigpending   (i386)
     + rt_sigtimedwait (i386)
     + statfs64        (i386, amd64)
     + utimes          (i386, amd64)
     + settimeofday    (amd64)
     + clock_*         (i386, amd64)
   * de-COMPAT_43-ify:
     + sethostname
     + lstat
     + ftruncate
     + nanosleep (i386)
   * add more dummy syscalls so that we know what is needed

Tested by:	bsam (on i386/amd64 with LTP 20070630)
</content>
</entry>
</feed>
