Re: gnumach ChangeLog i386/i386/locore.h i386/i386a... [gnumach-1-branch]

2008-07-24 Thread Samuel Thibault
Thomas Schwinge, le Thu 24 Jul 2008 12:44:42 +0200, a écrit : extern int copyin (const void *userbuf, void *kernelbuf, size_t cn); -extern int copyinmsg (vm_offset_t userbuf, vm_offset_t kernelbuf, size_t cn); +extern int copyinmsg (const void *userbuf, void *kernelbuf,

ext2fs crashes lately

2008-07-24 Thread Barry deFreese
Hi folks, With all of the gnumach builds I have been doing on goober lately, I keep seeing ext2fs.static crashes about every third day. Today I got the following: ext2fs.static: /var/tmp/hurd-20071119/build-tree/hurd/libports/port-ref.c:31:ports_port_ref: Assertion 'pi-refcnt ||

Some questionable warnings

2008-07-24 Thread Barry deFreese
Hi folks, While doing some more cleanup I see that the tt_ospeed and tt_ispeed element in struct tty_status in include/device/tty_status.h are ints while t_ospeed and t_ispeed in the tty struct in device/tty.h they are char. Anyone have a clue why that might be? I grepped the ChangeLogs

Useless info - hurd warnings

2008-07-24 Thread Barry deFreese
Hi folks, Just for kicks I built the hurd to see what kinds of warnings it gets. Of the 1434 warnings reported, 1297 of them are in pfinet/* :) Barry BTW, if anyone cares I'm building gnumach and hurd with gcc-4.3 for these warnings just since it seems to be a little more strict.