Re: Copyright information

2007-02-05 Thread Leonardo Lopes Pereira
I also makes sense add a GPL notice on files modified by FSF people ;) On Mon, 5 Feb 2007 21:45:13 +0100 Thomas Schwinge <[EMAIL PROTECTED]> wrote: > Hello! > > Mach files have copyright headers like this: > > #v+ > /* > * Mach Operating System > * Copyright (c) 1993-1987 Carnegie Mellon Univ

Re: Having generated files in cvs?

2007-01-10 Thread Leonardo Lopes Pereira
On Thu, 11 Jan 2007 00:54:55 +0100 Thomas Schwinge <[EMAIL PROTECTED]> wrote: > Hello! > > On Tue, Jan 09, 2007 at 12:28:20AM +0100, Samuel Thibault wrote: > > Thomas Schwinge, le Tue 09 Jan 2007 00:21:07 +0100, a ?crit : > > > Others's opinions were also to remove all (?) generated files from th

[bug #18216] glibc: `struct stat' et al.

2006-12-05 Thread Leonardo Lopes Pereira
Follow-up Comment #2, bug #18216 (project hurd): It's appears to be just a matter of copy and paste that new timestamp stuff, since there is no other use of that st_atim or st_atime inside the sysdeps stuff. ___ Reply to this item at: <

Re: Getting started with hurd

2006-08-27 Thread Leonardo Lopes Pereira
It works on amd processors, only not on amd64 ones. On Sun, 27 Aug 2006 20:38:41 +0300 Constantine Kousoulos <[EMAIL PROTECTED]> wrote: > Hello Balaji, > > These are good places to look for information (i'm sure you've > already found them): > > http://www.gnu.org/software/hurd/ > http://hurd.

[bug #8497] GNU Mach panics if ext2fs.static is too big

2006-07-22 Thread Leonardo Lopes Pereira
Follow-up Comment #1, bug #8497 (project hurd): I tried to reproduce that old bug. I made some big ext2fs.static, one with 27MB, everyone worked. So, there are some possibilities to that problem. 1) It was already solved by others patchs. 2) It was never an GNU Mach bug, but a bug of an broken

[bug #17120] GNU Mach debian dir

2006-07-20 Thread Leonardo Lopes Pereira
Follow-up Comment #1, bug #17120 (project hurd): This is not a GNU Mach bug. ___ Reply to this item at: ___ Message sent via/by

Re: GNU Mach glue code update

2006-07-17 Thread Leonardo Lopes Pereira
On Mon, 17 Jul 2006 14:34:09 +0200 Richard Braun <[EMAIL PROTECTED]> wrote: > On Mon, Jul 17, 2006 at 02:35:51PM +0300, Constantine Kousoulos wrote: > > In that way, > > writing glue code is not very reusable. I could try writing > > gnumach native drivers, although i'm not sure this is a better >

[task #5489] GNU Mach's IPC / VM system

2006-05-30 Thread Leonardo Lopes Pereira
Follow-up Comment #1, task #5489 (project hurd): The migration of GNU Mach VM to FreeBSD one is simply not possible, since we need memory objects to do some stuff on user-space. We need a new design to the Virtual Memory system, and Mach based ones are not a good idea for microkernels. We could

[patch #5019] Remove checks for continuations

2006-04-05 Thread Leonardo Lopes Pereira
Additional Item Attachment, patch #5019 (project hurd): File name: continuations_v2.patch Size:13 KB Remove EMACS buffer files, sorry. ___ Reply to this item at:

[patch #5019] Remove checks for continuations

2006-04-05 Thread Leonardo Lopes Pereira
URL: Summary: Remove checks for continuations Project: The GNU Hurd Submitted by: llp Submitted on: Wednesday 04/05/06 at 23:49 Category: GNU Mach

[patch #5017] Remove obsolete IPC interfaces.

2006-04-05 Thread Leonardo Lopes Pereira
Additional Item Attachment, patch #5017 (project hurd): File name: mach_ipc_compat_v2.patch Size:143 KB Corrected Changelog e-mail ___ Reply to this item at:

[patch #5018] Remove support to msg_send interface.

2006-04-05 Thread Leonardo Lopes Pereira
Additional Item Attachment, patch #5018 (project hurd): File name: mig_sendreceive_v2.patch Size:5 KB Corrected the e-mail on Changelog ___ Reply to this item at:

[patch #5018] Remove support to msg_send interface.

2006-04-05 Thread Leonardo Lopes Pereira
URL: Summary: Remove support to msg_send interface. Project: The GNU Hurd Submitted by: llp Submitted on: Wednesday 04/05/06 at 20:59 Category: None

[patch #4982] remove of unused / unsuported functions of gnumach-1-branch

2006-03-20 Thread Leonardo Lopes Pereira
Additional Item Attachment, patch #4982 (project hurd): File name: gnumach-fipc.patch Size:27 KB This patch remove only the FIPC interface ___ Reply to

[patch #4984] Remove NORMA interface from hurd code

2006-03-20 Thread Leonardo Lopes Pereira
URL: Summary: Remove NORMA interface from hurd code Project: The GNU Hurd Submitted by: llp Submitted on: Sat 03/18/06 at 14:13 Category: None

[patch #4982] remove of unused / unsuported functions of gnumach-1-branch

2006-03-18 Thread Leonardo Lopes Pereira
Follow-up Comment #1, patch #4982 (project hurd): The part of the patch related to FIPC code was removed, only NORMA is removed by the 2nd version of the patch. ___ Additional Item Attachment: File name: gnumach-norma-v2.patch Size

Re: Hurd on Scheme/guile

2005-12-30 Thread Leonardo Lopes Pereira
Em Fri, 30 Dec 2005 06:00:23 +0100 pancake <[EMAIL PROTECTED]> escreveu: > On Thu, Dec 29, 2005 at 08:52:08PM -0300, Leonardo Lopes Pereira wrote: > > After that movement to revive/improve GNU Mach, I decided to think in a > > way to improve Hurd. After some talks on

Hurd on Scheme/guile

2005-12-29 Thread Leonardo Lopes Pereira
After that movement to revive/improve GNU Mach, I decided to think in a way to improve Hurd. After some talks on IRC I thought that a good start point would be the use of a new programming language to the detriment of C, something that turn translator code clear and that is powerful.