Re: porting userland ppp to kfreebsd

2010-03-20 Thread Ludovic Courtès
Hi, The Anarcat writes: > +#if defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) Only the last one makes sense: ‘__linux__’ is for the Linux kernel and ‘__GNU__’ is for GNU (aka. GNU/Hurd). Thanks, Ludo’. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subj

porting userland ppp to kfreebsd

2010-03-20 Thread The Anarcat
As far as I know, there's currently no possibility of doing PPP or PPPoE in Debian GNU/kFreeBSD. I'd like to see that fixed. So I've started trying to port the userland ppp daemon from FreeBSD 8.0: http://svn.freebsd.org/base/release/8.0.0/usr.sbin/ppp/ The attached patch makes ppp compile, and

Bug#544083: marked as done (freebsd-utils: please add vidcontrol)

2010-03-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Mar 2010 23:32:20 + with message-id and subject line Bug#544083: fixed in freebsd-utils 8.0-9 has caused the Debian Bug report #544083, regarding freebsd-utils: please add vidcontrol to be marked as done. This means that you claim that the problem has been dealt wit

Bug#574645: marked as done (freebsd-utils: swapon segfaults on kfreebsd-amd64)

2010-03-20 Thread Debian Bug Tracking System
Your message dated Sat, 20 Mar 2010 23:32:20 + with message-id and subject line Bug#574645: fixed in freebsd-utils 8.0-9 has caused the Debian Bug report #574645, regarding freebsd-utils: swapon segfaults on kfreebsd-amd64 to be marked as done. This means that you claim that the problem has b

Bug#574645: freebsd-utils: swapon segfaults on kfreebsd-amd64

2010-03-20 Thread Petr Salinger
> Running it with no argument at all, I also get a segfault. It looks > like the getprogname() call is the culprit. [My crash is at > swapon.c:215, which like swapon.c:160 uses a getprogname() call.] > > That's a bit strange, since setprogname() gets called with argv[0] at > the beginning of main(