Hello,
Documentation changes should rather be commited along the source code
change.
Apart from that and perhaps a function to clear the protected payload
value (which may however not be really useful), the whole thing seems
interesting and good to me, do other people agree?
Samuel
Justus Winter, le Mon 17 Feb 2014 18:21:00 +0100, a écrit :
> Clear the protected payload when a receive port is moved from one ipc
> space to another. This is done to retain the old behavior of
> mach_msg, so that a port name is sent in the msgh_local_port field.
> If the new owner of that receiv
Justus Winter, le Mon 17 Feb 2014 18:20:51 +0100, a écrit :
> * include/mach/mach_port.defs: Skip the routines mach_port_set_rpcinfo
> and mach_port_create_act if MIGRATING_THREADS is not defined.
Ack.
> ---
> include/mach/mach_port.defs | 5 +
> 1 file changed, 5 insertions(+)
>
> diff -
Applied, thanks!
Samuel
Ignazio Sgalmuzzo, le Mon 17 Feb 2014 22:21:30 +, a écrit :
> libstore/do-bunzip2.c: added missing casts
Err, casts are usually a bad thing to introduce. Why not simply fixing
the type of the inbuf and outbuf arrays?
> ---
> libstore/do-bunzip2.c | 8
> 1 file changed, 4 insertions(
Gabriele Giacone, le Tue 18 Feb 2014 23:49:14 +0100, a écrit :
> [1]
> http://anonscm.debian.org/viewvc/pkg-glibc/glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/local-clock_gettime_MONOTONIC.diff?revision=5436&view=markup
>
> How should it be fixed?
Ideally, implementing timer_creat
On Mon, Feb 17, 2014 at 5:02 PM, Gabriele Giacone <1o5g4...@gmail.com> wrote:
> Please review following patches. They fix vlc build on Hurd.
> Is it acceptable simply ifdef'ing ioctls?
> Well explained at https://bugs.debian.org/413734
Don't consider patches ifdef'ing ioctls (2/4 and 4/4), I plan
libstore/do-bunzip2.c: added missing casts
---
libstore/do-bunzip2.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libstore/do-bunzip2.c b/libstore/do-bunzip2.c
index 694da6f..310a837 100644
--- a/libstore/do-bunzip2.c
+++ b/libstore/do-bunzip2.c
@@ -30,7 +30,7 @@ do_
At Mon, 17 Feb 2014 23:35:12 +0100,
Richard Braun wrote:
>
> On Mon, Feb 17, 2014 at 06:20:54PM +0100, Justus Winter wrote:
> > +@deftypefun kern_return_t mach_port_set_protected_payload (@w{ipc_space_t
> > @var{task}}, @w{mach_port_t @var{name}}, @w{unsigned long @var{payload}})
> > +The functio