<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/compat/linux/linux_misc.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Fix the computation of uptime for linux_sysinfo().  Before it was returning</title>
<updated>2005-07-07T19:17:55Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-07-07T19:17:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d948cd1ec9917186c8356f87969bf8afc768717'/>
<id>urn:sha1:8d948cd1ec9917186c8356f87969bf8afc768717</id>
<content type='text'>
the uptime in seconds mod 60 which wasn't very useful.

Approved by:	re (scottl)
</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> - Pass the ISOPEN flag to namei so filesystems will know we're about to</title>
<updated>2005-04-27T09:05:19Z</updated>
<author>
<name>Jeff Roberson</name>
<email>jeff@FreeBSD.org</email>
</author>
<published>2005-04-27T09:05:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7625cbf3cc9da5b50ea6bf63ca335af477528629'/>
<id>urn:sha1:7625cbf3cc9da5b50ea6bf63ca335af477528629</id>
<content type='text'>
   open them or otherwise access the data.
</content>
</entry>
<entry>
<title>- Change the vm_mmap() function to accept an objtype_t parameter specifying</title>
<updated>2005-04-01T20:00:11Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-04-01T20:00:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=98df9218daac2006d7cf5a914544ab8614d31e3b'/>
<id>urn:sha1:98df9218daac2006d7cf5a914544ab8614d31e3b</id>
<content type='text'>
  the type of object represented by the handle argument.
- Allow vm_mmap() to map device memory via cdev objects in addition to
  vnodes and anonymous memory.  Note that mmaping a cdev directly does not
  currently perform any MAC checks like mapping a vnode does.
- Unbreak the DRM getbufs ioctl by having it call vm_mmap() directly on the
  cdev the ioctl is acting on rather than trying to find a suitable vnode
  to map from.

Reviewed by:	alc, arch@
</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>Use kern_setitimer() to implement linux_alarm() instead of fondling the</title>
<updated>2005-02-07T18:36:21Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-02-07T18:36:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=12dd959a7d5d52f4e0f68688d4897f1e3901a295'/>
<id>urn:sha1:12dd959a7d5d52f4e0f68688d4897f1e3901a295</id>
<content type='text'>
real interval timer directly.
</content>
</entry>
<entry>
<title>Split out kernel side of {get,set}itimer(2) into two parts: the first that</title>
<updated>2005-01-25T21:28:28Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-01-25T21:28:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cfa0efe7ab687949c5d15cfc779f69594def2c15'/>
<id>urn:sha1:cfa0efe7ab687949c5d15cfc779f69594def2c15</id>
<content type='text'>
pops data from the userland and pushes results back and the second which does
actual processing. Use the latter to eliminate stackgap in the linux wrappers
of those syscalls.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Match the LINUX32's style with existing style</title>
<updated>2005-01-14T04:44:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-01-14T04:44:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1997c537be039b083d9156b1c8685ac9ff25e911'/>
<id>urn:sha1:1997c537be039b083d9156b1c8685ac9ff25e911</id>
<content type='text'>
Submitted by:	Jung-uk Kim &lt;jkim@niksun.com&gt;

Use positive, not negative logic.
</content>
</entry>
<entry>
<title>Fix Linux compat 'uname -m' on AMD64.</title>
<updated>2005-01-14T03:45:26Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-01-14T03:45:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c0552ce3eec52508c1d4c6d86e918313e72ebe3'/>
<id>urn:sha1:9c0552ce3eec52508c1d4c6d86e918313e72ebe3</id>
<content type='text'>
Submitted by:	Jung-uk Kim &lt;jkim@niksun.com&gt;
		(patch reworked by me)
</content>
</entry>
</feed>
