Re: md5: new -C flag to skip non-existent files in checklist

2012-02-23 Thread Landry Breuil
On Thu, Feb 23, 2012 at 08:16:20AM +, Nicholas Marriott wrote: Hi Is this really much more useful than 2/dev/null? Yes, return code would be 0 if all present files match... Landry

Re: Unbound in base

2012-02-23 Thread Björn Ketelaars
- Could you try to link ldns static and not install neither the ldns library, include files nor the man-pages? The latest iteration includes: - Removal of ldns-includes, -library and -manpages; - Static link of ldns; - No shared libraries. Tarball:

Re: md5: new -C flag to skip non-existent files in checklist

2012-02-23 Thread Marc Espie
On Thu, Feb 23, 2012 at 08:16:20AM +, Nicholas Marriott wrote: Hi Is this really much more useful than 2/dev/null? Note the FAILED that vanish. I'm not sure it's not bloat anyways.

Re: Unbound in base

2012-02-23 Thread Peter Hessler
On 2012 Feb 23 (Thu) at 09:37:57 +0100 (+0100), Bjvrn Ketelaars wrote: : - Could you try to link ldns static and not install neither the ldns :library, include files nor the man-pages? : :The latest iteration includes: : :- Removal of ldns-includes, -library and -manpages; :- Static link of ldns;

Re: md5: new -C flag to skip non-existent files in checklist

2012-02-23 Thread Nicholas Marriott
I almost put or grep or so on in my original mail, but the point is the same... On Thu, Feb 23, 2012 at 09:36:03AM +0100, Landry Breuil wrote: On Thu, Feb 23, 2012 at 08:16:20AM +, Nicholas Marriott wrote: Hi Is this really much more useful than 2/dev/null? Yes, return code would

Re: md5: new -C flag to skip non-existent files in checklist

2012-02-23 Thread Mark Kettenis
Date: Thu, 23 Feb 2012 10:48:17 +0100 From: Marc Espie es...@nerim.net On Thu, Feb 23, 2012 at 08:16:20AM +, Nicholas Marriott wrote: Hi Is this really much more useful than 2/dev/null? Note the FAILED that vanish. I'm not sure it's not bloat anyways. None of the other BSDs

Re: md5: new -C flag to skip non-existent files in checklist

2012-02-23 Thread Christiano F. Haesbaert
On 23 February 2012 08:46, Mark Kettenis mark.kette...@xs4all.nl wrote: Date: Thu, 23 Feb 2012 10:48:17 +0100 From: Marc Espie es...@nerim.net On Thu, Feb 23, 2012 at 08:16:20AM +, Nicholas Marriott wrote: Hi Is this really much more useful than 2/dev/null? Note the FAILED that

vgafb(4) cleaning #3

2012-02-23 Thread Martin Pieuchot
Diff below is a rewrite the vgafb_pci_probe(). The idea is to save the different PCI bars in the device structure for later access in drm(4). It also simplifies the code to make it looks more like vga(4). Ok? Martin Index: pci/vgafb_pci.c

Re: ALPS Touchpads and pms0: not in sync yet

2012-02-23 Thread Martin Pieuchot
On 31/01/12(Tue) 16:52, Martin Pieuchot wrote: Diff below add support for the missing ALPS Dualpoint touchpads to the pms(4) driver. Most of the work has been done by shadchin@ and should fix issues you may have seen since pms(4) supports others ALPS devices (2011/10). It adds support for a

Re: ALPS Touchpads and pms0: not in sync yet

2012-02-23 Thread Jonathan Armani
On Thu, Feb 23, 2012 at 06:20:17PM +0100, Martin Pieuchot wrote: On 31/01/12(Tue) 16:52, Martin Pieuchot wrote: Diff below add support for the missing ALPS Dualpoint touchpads to the pms(4) driver. Most of the work has been done by shadchin@ and should fix issues you may have seen since

Re: md5: new -C flag to skip non-existent files in checklist

2012-02-23 Thread Lawrence Teo
On Thu, Feb 23, 2012 at 11:46:11AM +0100, Mark Kettenis wrote: Date: Thu, 23 Feb 2012 10:48:17 +0100 From: Marc Espie es...@nerim.net On Thu, Feb 23, 2012 at 08:16:20AM +, Nicholas Marriott wrote: Hi Is this really much more useful than 2/dev/null? Note the FAILED that

Tweak MBR/FAT spoofing

2012-02-23 Thread Kenneth R Westerback
1) There is no place on a FAT drive to put a disklabel. So when asked where to write a disklabel on a FAT device, return an error. I chose ENXIO, but can easily be argued around to something else. 2) When deciding if we have processed one or more MBR/EBR's check the number of MBR/EBR's we have

Re: transferred/transferring typos

2012-02-23 Thread Tobias Ulmer
Anyone brave enough to commit this diff or should I put it into the round file? :)

Re: rtadvd(8) patch 1/2 : `noifprefix` support

2012-02-23 Thread Stephane A. Sezer
On Fri, 27 Jan 2012 15:13:59 +0100 Stephane A. Sezer s...@cd80.net wrote: Hello tech@, I discussed a little with brad@ of some features of the rtadvd(8) daemon in OpenBSD and of the state of the support for some IPv6 features and he asked me if it was possible to add a `noifprefix` option

Re: rtadvd(8) patch 2/2 : finalize server-side RFC 6106 support

2012-02-23 Thread Stephane A. Sezer
On Fri, 27 Jan 2012 15:20:29 +0100 Stephane A. Sezer s...@cd80.net wrote: Hello again tech@, Here's also the updated version of a patch I wrote approx. one year ago to support RFC 6106 in rtadvd(8). J.R. Oldroyd told me there was a bug in the generation of the DNS search list and that the

Re: transferred/transferring typos

2012-02-23 Thread Philip Guenther
On Thu, Feb 23, 2012 at 5:56 PM, Tobias Ulmer tobi...@tmux.org wrote: Anyone brave enough to commit this diff or should I put it into the round file? :) Committed. Thanks for the poke... Philip Guenther