Thanks for looking at this. I've committed the code on the glibc trunk
now. If there are further problems please file a glibc bugzilla report
in the "hurd" componenet.
> When getxattr gets called with VALUE as NULL and *SIZE as 0 (to
> determine the length of the xattr value), SIZE will be small
Hello,
I'm currently developing a packet filter, and I noticed that GNU Mach
doesn't catch Ethernet multicast packets (though broadcast packets are
correctly handled). I temporarily set mc_filter[0] and mc_filter[1] to
0x (as it is done for promiscuous mode) in driver rtl8139, and
then mul
OK, in looking at the aegis FTBFS from the buildd it appears that we do not
define RLIMIT_AS (Address Space Limit).
I am cross-posting this bug-hurd in case this is a missing implementation.
On my Ubuntu GNU/Linux box, RLIMIT_AS is defined as 9.
However, even after the usual #ifndef "magic" t