Make rmt(8) more usable for remote dumps

2014-05-18 Thread Alexander Hall
Hi, Here's a diff that's been in my tree for quite some time, getting polished back and forth. I think I'm quite satisfied as is now, and would like to get opinions and/or OK's to commit it. This diff gives rmt the following abilities: - limit the (remote) file operations to a specific directory

Re: [PATCH] fuse mount realpath

2014-05-18 Thread Ted Unangst
On Sun, May 18, 2014 at 20:16, Helg wrote: > This patch forces fuse to mount a client filesystem using the realpath > when a relative path is specified for the mount point. Without this, to > unmount a filesystem you need to change directory to the same folder > you where in when you mounted it. >

[PATCH] Atheros AR9281 miniPCI-E new product id

2014-05-18 Thread mijenix
Hi current kernel without patch: 5:0:0: Atheros unknown 0x: Vendor ID: 168c Product ID: ff1c 0x0004: Command: Status: 0010 0x0008: Class: 02 Subclass: 00 Interface: 00 Revision: 01 0x000c: BIST: 00 Header Type: 00 Latency Timer: 00 Cache Line Size: 00

[PATCH] fuse mount realpath

2014-05-18 Thread Helg
This patch forces fuse to mount a client filesystem using the realpath when a relative path is specified for the mount point. Without this, to unmount a filesystem you need to change directory to the same folder you where in when you mounted it. -- Helg Index: fuse.c =

Re: [PATCH 0/2] libssl pqueue simplify allocations

2014-05-18 Thread Miod Vallat
> Hi all, > > * No need to check for NULL before free. > * No need to cast the return value of the allocation functions. > * Do not use malloc() + memset(), simply use calloc() > > Tested against the regression tests for pqueue. > > ok? Applied. Thanks!