CVS commit: src/dist/pdisk

2013-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 23 16:32:07 UTC 2013 Removed Files: src/dist/pdisk: ATA_media.c ATA_media.h DoSCSICommand.c DoSCSICommand.h HISTORY MacSCSICommand.h README SCSI_media.c SCSI_media.h bitfield.c bitfield.h

CVS commit: src/dist/pdisk

2012-06-25 Thread David Brownlee
Module Name:src Committed By: abs Date: Mon Jun 25 16:47:03 UTC 2012 Modified Files: src/dist/pdisk: partition_map.c Log Message: Casting an uint32_t pointer to (long *) may have been acceptable in the eighties but that time has long past. Minimally invasive fix using a

CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 8 17:04:07 UTC 2012 Modified Files: src/dist/pdisk: errors.h io.h Log Message: Sprinkle __dead and __printflike for clang. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/pdisk/errors.h cvs rdiff -u

CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 8 17:04:19 UTC 2012 Modified Files: src/dist/pdisk: pdisk.c Log Message: Fix a format string error clang found. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/dist/pdisk/pdisk.c Please note that diffs

CVS commit: src/dist/pdisk

2012-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 8 20:41:18 UTC 2012 Modified Files: src/dist/pdisk: pdisk.c Log Message: Cast argument to unsigned long for i386. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/dist/pdisk/pdisk.c Please note that

CVS commit: src/dist/pdisk

2012-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 8 21:18:46 UTC 2012 Modified Files: src/dist/pdisk: pdisk.c Log Message: print sizeof() with %zu To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/dist/pdisk/pdisk.c Please note that diffs are not

CVS commit: src/dist/pdisk

2012-03-23 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Mar 23 14:49:55 UTC 2012 Modified Files: src/dist/pdisk: errors.c io.c pdisk.c Log Message: More c89 prototypes, mostly just filling in void where needed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/dist/pdisk

2012-03-22 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Mar 22 08:56:52 UTC 2012 Modified Files: src/dist/pdisk: dump.c Log Message: Add a void to make function declaration c89. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/dist/pdisk/dump.c Please note that

CVS commit: src/dist/pdisk

2011-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 25 16:51:48 UTC 2011 Modified Files: src/dist/pdisk: io.c Log Message: fix non-literal format string To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/dist/pdisk/io.c Please note that diffs are not

CVS commit: src/dist/pdisk

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 05:08:54 UTC 2010 Modified Files: src/dist/pdisk: file_media.c layout_dump.c Log Message: fix some powerpc64 build issues. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/pdisk/file_media.c cvs

CVS commit: src/dist/pdisk

2009-05-10 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 10 22:03:22 UTC 2009 Modified Files: src/dist/pdisk: dump.c Log Message: Now that we have strnlen() in libc, get rid of the local and type-conflicting implementation here instead of fixing it locally. I don't think (hope!)