Hi,
On Wed, Jun 17, 2009 at 12:40:56AM +0200, Thomas Schwinge wrote:
> +%.sdefsi:
> + echo '#include ' | \
> + $(CPP) \
> + $(CPPFLAGS) $(MIGSFLAGS) $($*-MIGSFLAGS) -DSERVERPREFIX=S_ \
> + -x c - -o $@
Interesting idea, was looking for something like that...
I wonder w
Hi,
On Fri, Jun 19, 2009 at 03:00:34PM +0200, Thomas Schwinge wrote:
> $ git checkout -b master-prefix_fix origin/master
> $ git am < ~/where/you/saved/my/email
> $ git push origin HEAD:master
> $ git branch -d master-prefix_fix
While it's possible to do it like that, this is
Thomas Schwinge, le Tue 23 Jun 2009 00:05:42 +0200, a écrit :
> I also published a patch in master-fix_inline to fix an inlining problem
> that I discovered when using Debian unstable's gcc-4.4. Neal, Samuel, is
> this fine for master?
Should be, yes.
> Already some weeks ago, I published master
Hello!
On Sun, Apr 12, 2009 at 05:32:12PM +0200, I wrote:
> When linking the pthread tests against a libpthread built (with Samuel's
> TLS patches) from CVS HEAD (or any of the Viengoos branches, for that
> matter) I always get this:
>
> $ ./test-1
> test-1: ../../HEAD/libpthread/sysdeps/
olafbuddenha...@gmx.net wrote:
I think it is still useful even when rpctrace is tracing a single task
program. rpctrace can know whether a send right is to a traced task or
not and thus, don't need to treat mach_port_insert_right() specially
and can handle the case below properly.
Well,