Re: duid support to dump

2014-03-04 Thread Marcus MERIGHI
I could not find this commited or further discussed. Therefore: ping? Bye, Marcus ccut...@csail.mit.edu (Cody Cutler), 2013.11.29 (Fri) 20:32 (CET): > j...@sing.id.au (Joel Sing) - Thu, Nov 28, 2013 at 03:16:20AM +1100 > > From a quick glance, you should be able to use opendev(3) to open the dis

Re: duid support to dump

2013-11-29 Thread Cody Cutler
j...@sing.id.au (Joel Sing) - Thu, Nov 28, 2013 at 03:16:20AM +1100 > From a quick glance, you should be able to use opendev(3) to open the disk > device (rather than using open), in which case you'll get DUID handling for > free. This also avoids the TOCTOU issues associated with attempting to m

Re: duid support to dump

2013-11-27 Thread Joel Sing
On Wed, 27 Nov 2013, Cody Cutler wrote: > hello, the following is my attempt to add duid support to dump. > thanks! >From a quick glance, you should be able to use opendev(3) to open the disk device (rather than using open), in which case you'll get DUID handling for free. This a

duid support to dump

2013-11-26 Thread Cody Cutler
hello, the following is my attempt to add duid support to dump. thanks! Index: Makefile === RCS file: /cvs/src/sbin/dump/Makefile,v retrieving revision 1.11 diff -p -u -r1.11 Makefile --- Makefile6 Jan 2013 21:59:28 -