<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/compat/linux/linux_misc.c, branch release/4.7.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.7.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.7.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-10-08T05:39:08Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-10-08T05:39:08Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-10-08T05:39:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d'/>
<id>urn:sha1:e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d</id>
<content type='text'>
'RELENG_4_7_0_RELEASE'.

This commit was manufactured to restore the state of the 4.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC:    1.129</title>
<updated>2002-09-24T08:11:41Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2002-09-24T08:11:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=16e6e7379aab99698e86df4e521b493630fa5f44'/>
<id>urn:sha1:16e6e7379aab99698e86df4e521b493630fa5f44</id>
<content type='text'>
Pass flags to msync() accounting for differences in the definition of
MS_SYNC on FreeBSD and Linux.

Submitted by:	 Christian Zander &lt;zander@minion.de&gt;
Approved by:	 re (jhb)
</content>
</entry>
<entry>
<title>MFC: Linux/alpha uses the same BSDish return mechanism we do for</title>
<updated>2002-02-03T20:25:13Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2002-02-03T20:25:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e3689991da288599263337a294e14362cac69ac3'/>
<id>urn:sha1:e3689991da288599263337a294e14362cac69ac3</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.
</content>
</entry>
<entry>
<title>Mega MFC: This syncs-up the Linuxulator with -current and hence</title>
<updated>2001-11-05T19:08:24Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2001-11-05T19:08:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e86c361305fc8d5c3af32667423087625e10f2e'/>
<id>urn:sha1:3e86c361305fc8d5c3af32667423087625e10f2e</id>
<content type='text'>
	  allows Linux_base-7 to work properly.

tested on alpha by: gallatin (thanks!)
tested on i386 by: marcel (among others probably)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-11-03T01:41:10Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2001-11-03T01:41:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5e221d8d8d2cbbea271820622432a3deed3adf6b'/>
<id>urn:sha1:5e221d8d8d2cbbea271820622432a3deed3adf6b</id>
<content type='text'>
- Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader
  tunable.
- Change TUNABLE_*_FETCH to have a return value of 0 if the variable
  was not found or successfully converted and true otherwise.
- Use vm_offset_t instead of caddr_t to fix a warning and remove
  two casts in kern_exec.c.
</content>
</entry>
<entry>
<title>MFC: Add linux_sched_get_priority_max() and linux_sched_get_priority_min().</title>
<updated>2001-08-27T08:51:16Z</updated>
<author>
<name>Alan Cox</name>
<email>alc@FreeBSD.org</email>
</author>
<published>2001-08-27T08:51:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f90226055f106d3899115ce1b8f27b90da688d2b'/>
<id>urn:sha1:f90226055f106d3899115ce1b8f27b90da688d2b</id>
<content type='text'>
Approved by:	re (jkh)
</content>
</entry>
<entry>
<title>Added the linux_sysinfo function to implement sysinfo(2).</title>
<updated>2001-07-30T08:09:34Z</updated>
<author>
<name>Jim Pirzyk</name>
<email>pirzyk@FreeBSD.org</email>
</author>
<published>2001-07-30T08:09:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f9307cd05a966d241eacfad69c97b733866e9846'/>
<id>urn:sha1:f9307cd05a966d241eacfad69c97b733866e9846</id>
<content type='text'>
MFC'ed the following files from HEAD:

		 1.41      +2 -2      src/sys/i386/linux/syscalls.master
           1.104     +77 -1     src/sys/compat/linux/linux_misc.c
           1.29      +1 -2      src/sys/i386/linux/linux_dummy.c
           1.43      +1 -1      src/sys/i386/linux/linux_proto.h
           1.38      +0 -0      src/sys/i386/linux/linux_syscall.h
           1.44      +1 -1      src/sys/i386/linux/linux_sysent.c

PR:		 kern/27759
Submitted by:	henrich@sigbus.com
Reviewed by:	marcel
Approved by:	marcel
</content>
</entry>
<entry>
<title>MFC: fix linux_times() on alpha</title>
<updated>2001-03-28T02:33:47Z</updated>
<author>
<name>Andrew Gallatin</name>
<email>gallatin@FreeBSD.org</email>
</author>
<published>2001-03-28T02:33:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=92406b9b55b27df46c3611b18f7746c6ff38bc0d'/>
<id>urn:sha1:92406b9b55b27df46c3611b18f7746c6ff38bc0d</id>
<content type='text'>
Approved by: jkh
</content>
</entry>
<entry>
<title>MFC: allow AlphaLinux compat bits to build.</title>
<updated>2000-11-02T23:31:28Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-11-02T23:31:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=75f73770ab9a3c3af37cba510bec09ad284e0e23'/>
<id>urn:sha1:75f73770ab9a3c3af37cba510bec09ad284e0e23</id>
<content type='text'>
Approved by:	JKH
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-08-28T15:07:59Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-08-28T15:07:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=895c13aefa8bdc12f6db744772fcd40b081751a3'/>
<id>urn:sha1:895c13aefa8bdc12f6db744772fcd40b081751a3</id>
<content type='text'>
</content>
</entry>
</feed>
