<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hurd.git/devnode, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://git.gnuabordo.com.br/hurd.git/atom?h=master</id>
<link rel='self' href='http://git.gnuabordo.com.br/hurd.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/'/>
<updated>2023-05-10T00:37:15+00:00</updated>
<entry>
<title>devnode: Port to x86_64</title>
<updated>2023-05-10T00:37:15+00:00</updated>
<author>
<name>Sergey Bugaev</name>
<email>bugaevc@gmail.com</email>
</author>
<published>2023-05-08T21:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=7d0dbd5b91de1333c4d53de29ff0d88316aab55c'/>
<id>urn:sha1:7d0dbd5b91de1333c4d53de29ff0d88316aab55c</id>
<content type='text'>
Message-Id: &lt;20230508213136.608575-25-bugaevc@gmail.com&gt;
</content>
</entry>
<entry>
<title>Implement device_open_new for all the translators implementing the device interface.</title>
<updated>2023-05-07T17:25:00+00:00</updated>
<author>
<name>Flavio Cruz</name>
<email>flaviocruz@gmail.com</email>
</author>
<published>2023-05-07T17:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=add3d8afc7fd199c0fe6bf40a46462c2f77f9ef5'/>
<id>urn:sha1:add3d8afc7fd199c0fe6bf40a46462c2f77f9ef5</id>
<content type='text'>
Message-Id: &lt;ZFfcloxDKSiyHJTH@jupiter.tail36e24.ts.net&gt;
</content>
</entry>
<entry>
<title>Fix const warnings</title>
<updated>2022-01-16T23:43:09+00:00</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2022-01-16T23:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=f5fb7c713ea443469406a691e60a6f4567a4cb75'/>
<id>urn:sha1:f5fb7c713ea443469406a691e60a6f4567a4cb75</id>
<content type='text'>
Now that the RPCs have const, this forces us cleaning our const-meant
functions.
</content>
</entry>
<entry>
<title>Make RPC input array parameters const</title>
<updated>2022-01-16T18:29:10+00:00</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2022-01-16T17:54:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=dd3048b2e483f66571cfa1b2ccebb2091b9ad990'/>
<id>urn:sha1:dd3048b2e483f66571cfa1b2ccebb2091b9ad990</id>
<content type='text'>
This follows mig's cf4bcc3f1435 ("Also add const qualifiers on server
side")
</content>
</entry>
<entry>
<title>Add new RPC server stubs for device_intr_*</title>
<updated>2020-07-18T19:08:35+00:00</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2020-07-18T19:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=eb0c48735244a409d9c9d6fe81425f86ca8aac51'/>
<id>urn:sha1:eb0c48735244a409d9c9d6fe81425f86ca8aac51</id>
<content type='text'>
* boot/boot.c (ds_device_intr_register, ds_device_intr_ack): New stubs.
* devnode/devnode.c (ds_device_intr_register, ds_device_intr_ack): New stubs.
* eth-multiplexer/device_impl.c (ds_device_intr_register,
ds_device_intr_ack): New stubs.
</content>
</entry>
<entry>
<title>devnode: fix falling back to the kernel driver</title>
<updated>2016-02-07T17:13:36+00:00</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2016-01-02T18:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=987084c1cc955c4368e216e27a3c21de1d524bbf'/>
<id>urn:sha1:987084c1cc955c4368e216e27a3c21de1d524bbf</id>
<content type='text'>
* devnode/devnode.c (ds_device_open): Do not exit if opening the
master device fails.
(parse_opt): Likewise.
</content>
</entry>
<entry>
<title>Use DEVICE_IMPORTS to include libports/ports.h</title>
<updated>2015-12-31T15:48:11+00:00</updated>
<author>
<name>Flavio Cruz</name>
<email>flaviocruz@gmail.com</email>
</author>
<published>2015-12-31T15:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=8058ef787e82504d0b6fab9384f1b74f72393f1a'/>
<id>urn:sha1:8058ef787e82504d0b6fab9384f1b74f72393f1a</id>
<content type='text'>
On Thu, Dec 31, 2015 at 04:28:14PM +0100, Justus Winter wrote:
&gt; Quoting Samuel Thibault (2015-12-31 16:11:30)
&gt; &gt; Flavio Cruz, on Thu 31 Dec 2015 15:56:31 +0100, wrote:
&gt; &gt; &gt; This fixes three compiler warnings about ports_payload_get_name.
&gt; &gt; &gt;
&gt; &gt; &gt; * devnode/Makefile: Define DEVICE_IMPORTS.
&gt; &gt; &gt; * term/Makefile: Likewise.
&gt; &gt; &gt; * trans/Makefile: Likewise.
&gt; &gt;
&gt; &gt; Why not adding them to the corresponding mig-mutate.h?
&gt;
&gt; Sometimes we don't have a mig-mutate.h, e.g. for most (all?)
&gt; translators in trans/.  I prefer stuffing that in a .h as well, but I
&gt; wouldn't be opposed to just applying the patch, as we use both ways of
&gt; mutating the mig types.

Agreed. I think only devnode should include it in mig-mutate.h. For
term, only some stubs are including mig-mutate.h. For trans, there's no
mig-mutate.h at all.  Here's the modified patch.
</content>
</entry>
<entry>
<title>Add missing libraries to fix link errors</title>
<updated>2015-12-30T00:46:04+00:00</updated>
<author>
<name>Flavio Cruz</name>
<email>flaviocruz@gmail.com</email>
</author>
<published>2015-12-30T00:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=2c414dc400729160ec4d2004c60470ce59ad9008'/>
<id>urn:sha1:2c414dc400729160ec4d2004c60470ce59ad9008</id>
<content type='text'>
This fixes several linking problems I had in my recent cross-compilation
of the Hurd. I added missing static libraries and also organized some of
the targets for more concise rules.

* console-client/Makefile: Add libiohelp.a and libihash.a.
* daemons/Makefile: Add libihash.a and libshouldbeinlibc.a.
* devnode/Makefile: Add iohelp and ihash to HURDLIBS.
* random/Makefile: Likewise.
* trans/Makefile: Reorder targets alphabetically and add libiohelp.a and
libihash.a.
* utils/Makefile: Add libihash.a.
</content>
</entry>
<entry>
<title>Add devnode translator</title>
<updated>2015-11-29T11:47:14+00:00</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2015-11-29T11:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gnuabordo.com.br/hurd.git/commit/?id=87bc93725aea306e8bd4e4171622e4418869fc2f'/>
<id>urn:sha1:87bc93725aea306e8bd4e4171622e4418869fc2f</id>
<content type='text'>
* devnode: New directory
* Makefile (prog-subdirs): Add devnode.
</content>
</entry>
</feed>
