pcmcia-support for gnumach-1

2006-02-06 Thread Stefan Siegl
hi folks, I've somewhat successfully ported the pcmcia-core, the i82365 bridge driver as well as the pcnet_cs (NE-2000 compatible cards) driver from Linux's card services to gnumach (not oskit, but the gnumach-1-branch). The "success" already has been announced on #hug last wednesday, however az

Re: pcmcia-support for gnumach-1

2006-02-08 Thread Stefan Siegl
2006-02-04 21:53:55.0 +0100 | @@ -48,7 +48,9 @@ | ==*/ | | #if (LINUX_VERSION_CODE < VERSION(2,1,0)) | +#ifndef MACH | struct pci_dev *pci_devices = NULL; | +#endif | struct pci_bus pci_root = { | parent: NULL, |

Re: pcmcia-support for gnumach-1

2006-02-19 Thread Stefan Siegl
Hi Alfred, "Alfred M\. Szmidt" <[EMAIL PROTECTED]> writes: >okay, still somewhat long, but here we go ... > > Thanks. Looks nice, it was tested and stuff right? well, it currently works for me, however I haven't heard of anybody else who tried it out (and succeeded). Therefore I'm looking

vfree bug in gnumach

2006-05-12 Thread Stefan Siegl
Hello, I hope I'm not confused too much right now, but concerning the `vfree' function (from linux/dev/glue/kmem.c), the function shouldn't actually panic if the memory has been allocated before (and vmalloc_list_lookup returned non-null), but if it hasn't. Therefore the `if(p)' should be negated

[patch] null-pointer exception in hurd/libpipe/pq.c

2006-07-22 Thread Stefan Siegl
local (which calls pipe_send in S_socket_send). This patch checks whether amount is NULL and doesn't write the value back in case. regards, stesie 2006-07-22 Stefan Siegl <[EMAIL PROTECTED]> * pq.c (packet_write): Only return appended amount of bytes via amount

Re: [patch] null-pointer exception in hurd/libpipe/pq.c

2006-07-25 Thread Stefan Siegl
past, well, probably nobody has tried to use sendmsg to send aucillary data through a (named) pipe so far. Cannot think of another reason. regards, stesie -- Stefan Siegl <[EMAIL PROTECTED]> ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

[patch] pfinet doesn't tell the set default gateway

2006-07-29 Thread Stefan Siegl
ght to fix this. cheers, stesie - % - 2006-07-28 Stefan Siegl <[EMAIL PROTECTED]> * options.c (trivfs_append_args): Figure out address of default gateway and push --gateway option to argz. -- Do not worry about your difficulties in mathematics; I can assure you that m

[patch] documentation for pcmcia drivers

2006-07-29 Thread Stefan Siegl
hi folks, the documentation for the pcmcia drivers in doc/mach.texi and i386/README-Drivers is quite brief so far. The patch along should improve this a bit. cheers, stesie - % - 2006-07-30 Stefan Siegl <[EMAIL PROTECTED]> * doc/mach.texi (Configuration): Document t

[patch] ISA-support in GNU Mach PCMCIA core

2006-08-27 Thread Stefan Siegl
CMCIA bridge, attached to the PCI bus, doesn't get an IRQ itself. In this case the PCMCIA core does not know which IRQ to assign unless an (ISA) IRQ scan takes place. - % - 2006-08-28 Stefan Siegl <[EMAIL PROTECTED]> * i386/linux/configure.ac: Add configuration option al

Re: Gnumach warnings clean-up round 1

2006-10-29 Thread Stefan Siegl
Hello, On Sunday 29 October 2006 14:43, [EMAIL PROTECTED] wrote: > On Sun, Oct 29, 2006 at 02:51:12AM +0200, Samuel Thibault wrote: > > Barry deFreese, le Sat 28 Oct 2006 20:48:17 -0400, a écrit : > > > The %p one is even a bit of a question. I believe %p is correct > > > but I also dropped the 0

Re: IPv6-capable pfinet

2007-10-07 Thread Stefan Siegl
ticasts. This is, you need to patch your Mach kernel: > [...] > >... however not all network drivers seem to care for this flag. My >eepro100 does, even the orinoco does, but the ne2k-pci doesn't. Here's a fixed patch, which makes even the ne2k-pci receive multica

Re: IPv6-capable pfinet

2007-10-08 Thread Stefan Siegl
Hello! On Mon, Oct 08, 2007 at 12:07:33PM +0200, Thomas Schwinge wrote: > On Sun, Oct 07, 2007 at 07:24:41PM +0200, Stefan Siegl wrote: > > 2007-10-07 Stefan Siegl <[EMAIL PROTECTED]> > > > > * linux/dev/glue/net.c (device_open): Set LINUX_IFF_ALLMULTI flag >

Re: IPv6-capable pfinet

2007-10-08 Thread Stefan Siegl
Hi Thomas! On Mon, Oct 08, 2007 at 08:31:15PM +0200, Thomas Schwinge wrote: > [...] Have pfinet include the IPv6 code by default, but > only activate the IPv6 engine if IPv6 services are actually needed, i.e., > if they are requested by the pfinet translator setting. The increase in > the pfinet

Re: IPv6-capable pfinet

2007-10-08 Thread Stefan Siegl
On Mon, Oct 08, 2007 at 12:06:26PM +0200, Thomas Schwinge wrote: > On Sun, Oct 07, 2007 at 03:52:28AM +0200, Stefan Siegl wrote: > This is now documented in the wiki at > <http://www.bddebian.com/~wiki/hurd/translator/pfinet/ipv6/>. > > > - for development I'

Re: Making DHCP renew work in pfinet

2007-10-15 Thread Stefan Siegl
Hello Christian, On Sun, Oct 14, 2007 at 03:36:06PM +0200, Christian Dietrich wrote: > hurd source package. In order to make the routing for the dhcp renew > work. I do always add an route for 0.0.0.0 and the dhcp ports to the > devices. well, I haven't yet tested every change that your patch in

Re: pfinet segfaults (was: Re: Making DHCP renew work in pfinet)

2007-11-20 Thread Stefan Siegl
p'. + (parse_hook_add_interface): Initialize the `dhcp' member for the + parse hook. + (parse_opt): In case pfinet is started with the argument `--dhcp', + set the address to `0.0.0.0', the netmask to `255.0.0.0' and add + the route for `0.0.0.0' so broadcasting wor

Re: Making DHCP renew work in pfinet

2007-11-20 Thread Stefan Siegl
On Mon, Nov 19, 2007 at 04:25:47PM +0100, Michael Banck wrote: > > > > if [ x$reason = xPREINIT ]; then > > > > - settrans -afg /servers/socket/2 /hurd/pfinet --dhcp -i $interface > > > >exit_with_hooks 0 > > What about that --dhcp option? Not a big deal (I'll remove it from > dhcp-client),

Re: [bug #15330] pfinet lacks ipv6 support

2007-11-20 Thread Stefan Siegl
Hi Thomas! On Mon, Nov 19, 2007 at 05:01:07PM +0100, Thomas Schwinge wrote: > pfinet does support IPv6 these days, but are there some changes needed in > the Hurd parts of glibc to export / support / implement IPv6 interfaces? I can't come up with a necessary interface change at the moment. So f

Re: cross-gnu

2007-12-11 Thread Stefan Siegl
Hello Thomas, On Tue, Dec 11, 2007 at 01:10:13PM +0100, Thomas Schwinge wrote: > On Tue, Dec 11, 2007 at 02:12:48AM +0100, I wrote: > > Building the cross glibc and stuff with GCC 4.3 worked, but > > I did not yet test the result. > > I just did some light testing. lib{triv,net,disk}fs seems to