[PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD)

2014-02-15 Thread Robert Millan
>From b353bbf362f5d8ca1b9775f8c8cae9f6950f3d19 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Sat, 15 Feb 2014 22:16:25 + Subject: [PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD) Based on original code by Baptiste Daroussin, with some fixes made by Koop Mast and mys

Re: [PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD)

2014-02-16 Thread Robert Millan
On 16/02/2014 05:10, Alexander E. Patrakov wrote: > > "Robert Millan" mailto:r...@debian.org>> wrote: > >> (a patch) > > The patch uses the "pointer" type, which is on its way out. Please replace > with "void *". Here. -- Robert M

Re: [PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD)

2014-02-21 Thread Robert Millan
Anyone who could commit this for me? On 16/02/2014 12:17, Robert Millan wrote: > On 16/02/2014 05:10, Alexander E. Patrakov wrote: >> >> "Robert Millan" mailto:r...@debian.org>> wrote: >> >>> (a patch) >> >> The patch uses the "

Re: [PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD)

2014-02-24 Thread Robert Millan
t;>> +if (vendor == NULL) { >>> +attrs.vendor = strdup("(unnamed)"); >>> +} else { >>> +if ((product = strchr(vendor, ' ')) != NULL) { >>> +product[0] = '\0'; >>> +product

Re: [PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD)

2014-03-04 Thread Robert Millan
y, I'm not the one who's going to merge such changes, so… I expected as much. I think the code is in good shape now. I already took advantage of the useful parts in your review and turned them into improvements in the actual code. I will now wait for someone with the authori