-
sonnyrao added the libbsr-0.2.tar.gz file.
2009-02-11 23:52:52 UTC in Barrier Synchronization Register Library
-
sonnyrao created the 0.2 file release.
2009-02-11 23:49:15 UTC in Barrier Synchronization Register Library
-
sonnyrao added the libbsr-0.1.tar.gz file.
2008-12-16 01:08:28 UTC in Barrier Synchronization Register Library
-
sonnyrao created the 0.1 file release.
2008-12-16 01:02:46 UTC in Barrier Synchronization Register Library
-
sonnyrao registered the Barrier Synchronization Register Library project.
2008-08-13 20:03:47 UTC in Barrier Synchronization Register Library
-
Posted patch to fix this to the list, here it is again:
This fixes block device size detection on Linux
--- src/device.cpp.orig 2007-03-08 01:56:30.377543928 -0600
+++ src/device.cpp 2007-03-08 01:46:10.962245462 -0600
@@ -20,6 +20,12 @@
//Parts of the code in this file was originally taken from JFS's xpeek (debugfs_jfs)
#include "device.h"
+#ifdef __linux__
+ #include...
2007-03-08 08:11:28 UTC in jfsrec
-
Hi, I traced this to a bug in the device class where we call fclose on a NULL pointer, here's a patch:
Index: src/device.cpp
===================================================================
--- src/device.cpp (revision 4)
+++ src/device.cpp (working copy)
@@ -26,7 +26,8 @@
Device jfsrec::device;
Device :: ~Device(){
- fclose(file_);
+ if (file_)
+.
2007-03-08 07:10:33 UTC in jfsrec
-
Hi, I have a fix for this, I'll post the patch to configure.in to the list.
2007-03-08 02:29:24 UTC in jfsrec
-
sonnyrao committed patchset 2 of module ffsb to the Flexible File System Benchmark CVS repository, changing 62 files.
2006-03-22 06:45:32 UTC in Flexible File System Benchmark
-
sonnyrao committed patchset 1 of module ffsb to the Flexible File System Benchmark CVS repository, changing 62 files.
2006-03-22 06:45:32 UTC in Flexible File System Benchmark