l4-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for idl4


From: ness
Subject: Re: Patch for idl4
Date: Tue, 13 Sep 2005 13:42:16 +0200
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050813)

Hi there, here are some new patches. Actually they aren't that useful
but I had some free time and it didn't take that long. Basically, I
merged racin's cap patch and my idl4 patches. (I know the cap patch
isn't complete yet). The patch.orig is the actual patch posted by racin,
but it doesn't patch configure.ac and Makfile.am, as there were some
colissions. The patch.idl4 solves this issue. It actually does some
other things, it gives the cap server an interface that looks like the
idl4 generated ones and does some changes in libhurd-cap (I know it's
obsolete [maybye remove it?], the only thing I did was changing the name
of the exported header to lib-cap.h and make it compile again). The
patch-v2 is a little patch I found useful. This makes cap, postier,
task,deva and ruth parse their arguments and enable debug output only if
the -D parameter is given.

logs:
ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * Makefile.am: change the way racin's patch did
         * configure.ac: change the way racin's patch did, add cap header
           linking

postier/ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * task-user.h: Make it use the interface exported by task
         * Makefile.am: remove task-user.c from the sources (no
           longer needed)
         * ia32-cmain.c: include task-user.h (as task_thread_alloc is now
           inline)

cap/ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * cap-server.h: include hurd/interfaces/cap_client.h if !IN_CAP
         * cap_client.h: create (implements an interface that looks like
           the idl4-generated ones)
         * headers.m4: create (link cap-server.h as cap.h and
           cap_client.h to the appropriate position)

libhurd-cap/ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * headers.m4: export the header file as lib-cap.h
         * cap-user.c: include lib-cap.h instead of cap.h

logs for the patch-v2:
task/ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * ia32-cmain.c: prepare the argument strings
         * task.c: parse the arguments (check whether -D is given and
           enable outputting debug messages if so)

postier/ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * ia32-cmain.c: prepare the argument strings
         * postier.c: parse the arguments (check whether -D is given and
           enable outputting debug messages if so)

deva/ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * ia32-cmain.c: prepare the argument strings
         * deva.c: parse the arguments (check whether -D is given and
           enable outputting debug messages if so)

ruth/ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * ia32-cmain.c: prepare the argument strings
         * ruth.c: parse the arguments (check whether -D is given and
           enable outputting debug messages if so)

cap/ChangeLog:
2005-09-12  Tom Bachmann  <address@hidden>
         * ia32-cmain.c: prepare the argument strings
         * cap.c: parse the arguments (check whether -D is given and
           enable outputting debug messages if so)
--
-ness-

Attachment: patches.tar.bz2
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]