[PATCH] timers for kFreeBSD

2012-03-24 Thread Robert Millan
Hi, Attached patch adds a new implementation of timers for kFreeBSD. It is heavily based on the Linux/NPTL counterpart. I've verified that this fixes #642112 (timer_settime fails on kfreebsd when timeout approaches max(time_t)) and #662018 (No support for CLOCK_MONOTONIC). It also addresses a g

Re: is zfs incompatible with the GNU Project ?

2012-03-24 Thread Robert Millan
Hi Paolo, El 24 de març de 2012 23:02, Paolo Delbene ha escrit: > 23 march 2012 10:16 p.m., Richard Matthew Stallman wrote: >> My impression was that there was a specific effort to implement a set of >> headers and in-kernel hooks as original work under the BSDL, that would be >> sufficient to a

Re: is zfs incompatible with the GNU Project ?

2012-03-24 Thread Paolo Delbene
24 march 2012: 10:58 p.m. paolo del bene wrote: > i asked to Dr. Richard Matthew Stallman about the license, and you can read > below the reply of Richard Matthew Stallman. > happy hacking > paolo 23 march 2012 10:16 p.m., Richard Matthew Stallman wrote: > My impression was that there was a sp

Processed: bind9/kfreebsd needs to set -D_GNU_SOURCE, patch

2012-03-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 658201 +patch Bug #658201 [bind9] bind9: Does not listen on IPv6 address (at least on kFreeBSD) Added tag(s) patch. > stop Stopping processing here. Please contact me if you need assistance. -- 658201: http://bugs.debian.org/cgi-bin/bugrepo

Bug#658201: bind9/kfreebsd needs to set -D_GNU_SOURCE, patch

2012-03-24 Thread Christoph Egger
tag 658201 +patch stop Hi! >From configure.in # POSIX doesn't include the IPv6 Advanced Socket API and glibc hides # parts of the IPv6 Advanced Socket API as a result. This is stupid # as it breaks how the two halves (Basic and Advanced) of the IPv6 # Socket API

Bug#658201: Info received (bind9/kfreebsd needs to set -D_GNU_SOURCE, patch)

2012-03-24 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will rep

Re: libsoup2.4: FTBFS on kfreebsd-*: test-suite FAIL: context-test

2012-03-24 Thread Robert Millan
El 24 de març de 2012 1:46, Steven Chamberlain ha escrit: > On 23/03/12 22:13, Robert Millan wrote: >> Actually it's in librt. > > Swapping that library with a patched version didn't change anything > either.  I'll try over the weekend to find space to do a full rebuild + > normal dpkg install of

Re: ifupdown and kfreebsd

2012-03-24 Thread Robert Millan
El 24 de març de 2012 13:31, Mats Erik Andersson ha escrit: > Dear all, > > it is of course commendable that "ifupdown" has been taught > to use slightly more of our native tools, but it is still doing > things wrong beyond the trivial: > >   route -n Hi Mats, Please can you file a bug report?

Re: Unable to mount filesystem from the Install CD: permission denied ( are you root )

2012-03-24 Thread Robert Millan
El 23 de març de 2012 23:25, Steven Chamberlain ha escrit: > Hi, > > I was referring to debian-installer, while trying to rescue an > already-installed system.  If someone does this, it's quite likely their > filesystem was unmounted uncleanly and so they would hit this problem. Then it's a bug i

ifupdown and kfreebsd

2012-03-24 Thread Mats Erik Andersson
Dear all, it is of course commendable that "ifupdown" has been taught to use slightly more of our native tools, but it is still doing things wrong beyond the trivial: route -n is not supported by the FreeBSD utility. With IPv6, ifup issues ifconfig bge0 add 2001:my::1234/64 which is com