Re: tmpfs status

2012-04-01 Thread Samuel Thibault
Maksym Planeta, le Wed 28 Mar 2012 22:40:22 +0300, a écrit : > Samuel Thibault writes: > > > Thomas Schwinge, le Mon 26 Mar 2012 22:24:55 +0200, a écrit : > >> > 1. > >> > http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/?h=mplaneta/tmpfs/master > >> > > >> > >> Someone to review the patche

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > --- a/src/gcc/ada/gcc-interface_Makefile.in 2011-11-18 12:46:58.0 > +0100 > +++ b/src/gcc/ada/gcc-interface/Makefile.in 2012-03-28 11:28:09.0 > +0200 There's a typo here, replace interface_Makefile.in with interfa

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Sun 01 Apr 2012 22:43:59 +0200, a écrit : > > all these need to be updated to our libpthread's structures content. > > OK, will do! However, same comment as above applies here too! Well, less so: pthread_* types are opaque, applications are not supposed to do anything at all wi

Setting behavior for clustered IO

2012-04-01 Thread Maksym Planeta
Hello, I want to work upon implementing of clustered page reading in GNU/Mach, as GSoC project. The goal of this project is not only add ability of reading more than one page when page fault occurs, but also implement appropriate interface for user to give him ability to configure behavior at pag

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Sun 01 Apr 2012 22:43:59 +0200, a écrit : > As I wrote before, I have not checked every line in the header files and > compared with that file. Did not even think of that GNU had different > argument order compared to kfree/linux. Sure, nobody can be perfect anyway. > How stupi

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Sun 01 Apr 2012 22:18:22 +0200, a écrit : > On Sun, 2012-04-01 at 21:56 +0200, Samuel Thibault wrote: > > Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > > > --- a/debian/patches/ada-bug564232.diff 2011-09-18 01:41:36.0 > > > +0200 > > > +++ b/debian/pat

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Svante Signell
On Sun, 2012-04-01 at 22:29 +0200, Samuel Thibault wrote: > Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > > + type struct_sigaction is record > > + sa_handler : System.Address; > > + sa_flags : int; > > + sa_mask: sigset_t; > > + end record; > > This is no

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Svante Signell
On Sun, 2012-04-01 at 22:16 +0200, Samuel Thibault wrote: > Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > > --- a/src/gcc/ada/gcc-interface_Makefile.in 2011-11-18 12:46:58.0 > > +0100 > > +++ b/src/gcc/ada/gcc-interface/Makefile.in 2012-03-28 11:28:09.0 > > +0200

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > + type struct_sigaction is record > + sa_handler : System.Address; > + sa_flags : int; > + sa_mask: sigset_t; > + end record; This is not the proper order, see struct sigaction in bits/sigaction.h: flags are af

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Svante Signell
On Sun, 2012-04-01 at 21:56 +0200, Samuel Thibault wrote: > Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > > --- a/debian/patches/ada-bug564232.diff 2011-09-18 01:41:36.0 > > +0200 > > +++ b/debian/patches/ada-bug564232.diff 2012-03-26 15:03:49.0 > > +0200

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > --- a/src/gcc/ada/gcc-interface_Makefile.in 2011-11-18 12:46:58.0 > +0100 > +++ b/src/gcc/ada/gcc-interface/Makefile.in 2012-03-28 11:28:09.0 > +0200 > @@ -1143,6 +1116,32 @@ >LIBRARY_VERSION := $(LIB_VERSION)

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Samuel Thibault, le Sun 01 Apr 2012 22:05:13 +0200, a écrit : > Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > > -ada-libgnatprj.diff -p1 > > +ada-libgnatprj_new.diff -p1 > > Same for this one, please forward the change upstream already. Ah, no, of course, since it's completely ad

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > -ada-libgnatprj.diff -p1 > +ada-libgnatprj_new.diff -p1 Same for this one, please forward the change upstream already. Also, please send the difference between the old and the new patch, instead of the new patch, since the change is a

Re: ADA support for Debian GNU/Hurd

2012-04-01 Thread Samuel Thibault
Svante Signell, le Fri 30 Mar 2012 12:55:17 +0200, a écrit : > --- a/debian/patches/ada-bug564232.diff 2011-09-18 01:41:36.0 > +0200 > +++ b/debian/patches/ada-bug564232.diff 2012-03-26 15:03:49.0 > +0200 > @@ -5,7 +5,7 @@ > #endif > > -#if defined (__FreeBSD__)

Re: Three projects moved from hurdextras CVS to Hurd incubator Git

2012-04-01 Thread Samuel Thibault
Hello, Thomas Schwinge, le Sat 31 Mar 2012 21:55:43 +0200, a écrit : > I have now moved the following three projects from their hurdextras CVS > imprisonment to Hurd incubator Git: cvsfs, libfuse, smbfs. > , >

64bit GNU Mach

2012-04-01 Thread Samuel Thibault
Hello, Some weeks ago, I have worked a bit on a 64bit version of GNU Mach. I hvae of course cherry-picked some of the work of Guillem. This is all in the master-x86_64 branch. Only Xen platform is supported (I didn't want to spend time on the bootstrap issue, and it's easier to debug). Note: I'm