Re: [PATCH] Change file_utimes RPC to use a struct timespec and update the servers to use UTIME_NOW and UTIME_OMIT.

2015-09-16 Thread Flávio Cruz
Hi Samuel On Sun, 13 Sep 2015 at 12:49 Samuel Thibault wrote: > Flávio Cruz, le Mon 31 Aug 2015 15:16:08 +, a écrit : > > Note that I also added a two macros to convert between timespecs and > > time_value_t in libshouldbeinlibc/timefmt.h (one was taken from the exec > > server). Not sure if

Re: Full-time developer available

2015-09-16 Thread Samuel Thibault
Robert Millan, le Tue 15 Sep 2015 22:11:15 +0200, a écrit : > I was planning to ask for advice on how to make a "/dev/audio -> librump0" > translator sometime soon. I've written similar a glue layer for Linux [1], > but I'm missing a lot of knowledge when it comes to the Hurd way of doing > this (l

Re: Full-time developer available

2015-09-16 Thread Samuel Thibault
Diego Nieto Cid, le Wed 16 Sep 2015 22:12:19 +, a écrit : > I'm not sure you can service two files with the same translator instance, at > least with the settrans tool. You can, see /servers/socket/{2,26} or /dev/[pt]typ0. The trick is to tell each entry where the other entry is as a command-

Re: Full-time developer available

2015-09-16 Thread Diego Nieto Cid
Hi El mié., 16 sept. 2015 a las 17:57, Robert Millan () escribió: > The other problem I had is that I don't know how to make a single > translator > service two separate device nodes (obviously you don't want to start a > different Rump instance for /dev/audio, /dev/mixer, etc as they would fight

Re: Full-time developer available

2015-09-16 Thread Robert Millan
El 16/09/15 a les 05:47, Bruno Félix Rezende Ribeiro ha escrit: That said I think Rump opens up a lot of interesting possibilities. I'm glad to see interest in that. Which particular area do you have in mind? I'm interested in USB support. I'd like to aim mass storage devices at first. For U

Re: [PATCH glibc 1/2] mach: cache the host port

2015-09-16 Thread Samuel Thibault
Hello, Justus Winter, le Sat 06 Jun 2015 11:27:40 +0200, a écrit : > Cache the host port like we cache the task port. At last I took the time to give it a check and commit, thanks! Samuel