Re: Oddity in libufs.

2005-09-26 Thread John Baldwin
On Saturday 24 September 2005 11:26 pm, Frank Mayhar wrote: I've been using libufs as the I/O mechanism for my (heavy) modification of sysutils/ffsrecov. It's working to my needs and now I'm poking at other bits and pieces to maybe get it suitable for release into the wild. I just looked at

Re: Oddity in libufs.

2005-09-26 Thread Frank Mayhar
On Sun, 2005-09-25 at 21:23 -0700, John-Mark Gurney wrote: Frank Mayhar wrote this message on Sat, Sep 24, 2005 at 20:26 -0700: I've been using libufs as the I/O mechanism for my (heavy) modification of sysutils/ffsrecov. It's working to my needs and now I'm poking at Well, I've recently

Re: Oddity in libufs.

2005-09-26 Thread John-Mark Gurney
Frank Mayhar wrote this message on Mon, Sep 26, 2005 at 16:11 -0700: On Sun, 2005-09-25 at 21:23 -0700, John-Mark Gurney wrote: Frank Mayhar wrote this message on Sat, Sep 24, 2005 at 20:26 -0700: I've been using libufs as the I/O mechanism for my (heavy) modification of

Re: Oddity in libufs.

2005-09-25 Thread Giorgos Keramidas
On 2005-09-24 20:26, Frank Mayhar [EMAIL PROTECTED] wrote: I've been using libufs as the I/O mechanism for my (heavy) modification of sysutils/ffsrecov. It's working to my needs and now I'm poking at other bits and pieces to maybe get it suitable for release into the wild. I just looked at

Re: Oddity in libufs.

2005-09-25 Thread Frank Mayhar
On Sun, 2005-09-25 at 14:00 +0300, Giorgos Keramidas wrote: On 2005-09-24 20:26, Frank Mayhar [EMAIL PROTECTED] wrote: That assignment up there looks redundant, as ccg is never used. I suspect that it's a relic of an old lseek()/read() pair that's long gone. It's probably easy to verify

Re: Oddity in libufs.

2005-09-25 Thread Giorgos Keramidas
On 2005-09-25 14:00, Giorgos Keramidas [EMAIL PROTECTED] wrote: On 2005-09-24 20:26, Frank Mayhar [EMAIL PROTECTED] wrote: I've been using libufs as the I/O mechanism for my (heavy) modification of sysutils/ffsrecov. It's working to my needs and now I'm poking at other bits and pieces to

Re: Oddity in libufs.

2005-09-25 Thread John-Mark Gurney
Frank Mayhar wrote this message on Sat, Sep 24, 2005 at 20:26 -0700: I've been using libufs as the I/O mechanism for my (heavy) modification of sysutils/ffsrecov. It's working to my needs and now I'm poking at Well, I've recently rewrote ffsrecov in python, and have put up a preliminary copy

Oddity in libufs.

2005-09-24 Thread Frank Mayhar
I've been using libufs as the I/O mechanism for my (heavy) modification of sysutils/ffsrecov. It's working to my needs and now I'm poking at other bits and pieces to maybe get it suitable for release into the wild. I just looked at cgread() to see what it does and noticed that there seems to be