<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtdev.git/src/core.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://bitmath.se/org/git/mtdev.git/atom?h=master</id>
<link rel='self' href='https://bitmath.se/org/git/mtdev.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/'/>
<updated>2020-01-26T14:00:32+00:00</updated>
<entry>
<title>adjust for 64bit time_t for 32bit architectures</title>
<updated>2020-01-26T14:00:32+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-11-24T02:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=598e561881c687cea072375637aa08ac9230fabe'/>
<id>urn:sha1:598e561881c687cea072375637aa08ac9230fabe</id>
<content type='text'>
libc that has support for 32 bit applications to use 64 bit
time_t supplies __USE_TIME_BITS64 define [1]

[1] https://sourceware.org/glibc/wiki/Y2038ProofnessDesign

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@bitmath.se&gt;
</content>
</entry>
<entry>
<title>Return EINVAL for invalid parameters on mtdev_init.</title>
<updated>2011-04-19T09:47:08+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2011-04-19T09:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=3aa3de4c19b80caaf93812fafff20acd5f5a4d12'/>
<id>urn:sha1:3aa3de4c19b80caaf93812fafff20acd5f5a4d12</id>
<content type='text'>
[rydberg@euromail.se: minor cleanup]
Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>mtdev_close should ignore NULL devices.</title>
<updated>2011-04-19T09:47:08+00:00</updated>
<author>
<name>Peter Hutterer</name>
<email>peter.hutterer@who-t.net</email>
</author>
<published>2011-04-19T09:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=61684cf0466200631b6a44af1c662eb760ad3f5d'/>
<id>urn:sha1:61684cf0466200631b6a44af1c662eb760ad3f5d</id>
<content type='text'>
Saves us one goto label in mtdev_init.

Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Introduce a stable ABI</title>
<updated>2010-12-22T17:29:00+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-12-22T17:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=56a77e68fb91eef928d8a95c50ae14508e37ae0f'/>
<id>urn:sha1:56a77e68fb91eef928d8a95c50ae14508e37ae0f</id>
<content type='text'>
The current mtdev is not ABI stable, and the upcoming additions
to the kernel api will break ABI. This patch starts the process
of keeping binary compatibility with old programs, by moving the
abi-specific parts under a special flag, MTDEV_NO_LEGACY_API,
and makes sure the internal parts compiles with MTDEV_NO_LEGACY_API
set. This way, older programs will still work, old programs will
still compile, and new programs will be able to use the additions.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Correct logic for kernel MT slots devices</title>
<updated>2010-08-18T09:01:28+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@bitmath.org</email>
</author>
<published>2010-08-18T09:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=810cef87de0d65e505e68ad39c469c2e9ce6d0a1'/>
<id>urn:sha1:810cef87de0d65e505e68ad39c469c2e9ce6d0a1</id>
<content type='text'>
This patch fixes the broken logic to detect the kernel MT slots protocol,
such that MT slots devices may pass through mtdev properly.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Update defuzz() credits</title>
<updated>2010-06-22T20:38:58+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-22T20:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=0acc1d3fbacf08543c46387ed5dba6a1e2b36ec0'/>
<id>urn:sha1:0acc1d3fbacf08543c46387ed5dba6a1e2b36ec0</id>
<content type='text'>
Correct the credits for the defuzz() function. Used under the MIT
license with permission from Vojtech Pavlik.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Apply new package title to all files</title>
<updated>2010-06-22T09:55:04+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-22T09:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=d4d92de224681a260de81be44374649de2bfb485'/>
<id>urn:sha1:d4d92de224681a260de81be44374649de2bfb485</id>
<content type='text'>
This patch changes the package description title in all relevant
files, and touches up the README. All systems go.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>janitor: fix compiler warnings</title>
<updated>2010-06-22T09:44:36+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-22T09:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=9c5128866ea65ad300b40d47a9d43998dc8bc9f4'/>
<id>urn:sha1:9c5128866ea65ad300b40d47a9d43998dc8bc9f4</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>match: conform to mtdev namespace</title>
<updated>2010-06-22T07:19:50+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-22T07:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=172221f14fc91ebb37aa4c561ad733088cc3c3bf'/>
<id>urn:sha1:172221f14fc91ebb37aa4c561ad733088cc3c3bf</id>
<content type='text'>
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
<entry>
<title>Unused slot is denoted by MT_TRACKING_ID == -1</title>
<updated>2010-06-21T22:44:40+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-06-21T20:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://bitmath.se/org/git/mtdev.git/commit/?id=ba936eddbf88b6d8f650082f6e7d2694f8addac4'/>
<id>urn:sha1:ba936eddbf88b6d8f650082f6e7d2694f8addac4</id>
<content type='text'>
The current MT slot protocol allows any tracking id outside the range
specified by the device to denote an unused slot. This is difficult to
handle in userspace, since the valid range is unknown. This patch
tightens the definition of a valid tracking id to always lie in the
range [0, MT_ID_MAX], and uses the value -1 to denote an unused slot.

Acked-by: Chase Douglas &lt;chase.douglas@canonical.com&gt;
Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
</content>
</entry>
</feed>
