CVS commit: src/usr.sbin/makefs/ffs

2020-03-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Mar 26 04:25:28 UTC 2020 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Fix the build, use %jd and (intmax_t) cast for big numbers, off_t and ptrdiff_t aren't always the same size. To generate a diff of this

CVS commit: src/usr.sbin/makefs/ffs

2020-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 25 20:17:48 UTC 2020 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: improve error messages. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/makefs/ffs/mkfs.c Please note that

CVS commit: src/usr.sbin/makefs/ffs

2017-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 22:10:50 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: buf.h Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/makefs/ffs/buf.h Please note that diffs are not public

CVS commit: src/usr.sbin/makefs/ffs

2017-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 19:11:13 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: buf.h Log Message: fix msdos reproducible builds! To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makefs/ffs/buf.h Please note

CVS commit: src/usr.sbin/makefs/ffs

2017-02-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 9 04:42:53 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: ffs_extern.h mkfs.c Log Message: Revert the part of mkfs.c 1.36 that "gutted the const" (while retaining the part that added a different one). That is,

CVS commit: src/usr.sbin/makefs/ffs

2017-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 16:00:30 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: gut const for now. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/makefs/ffs/mkfs.c Please note that diffs

CVS commit: src/usr.sbin/makefs/ffs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 04:08:53 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Don't store random (from ASLR) pointers into the superblock. Should be the last (famous last words) problem with reproducible builds!

CVS commit: src/usr.sbin/makefs/ffs

2016-06-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 24 19:24:11 UTC 2016 Modified Files: src/usr.sbin/makefs/ffs: buf.c ffs_alloc.c mkfs.c Log Message: tidy up error messages To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/makefs/ffs/buf.c

CVS commit: src/usr.sbin/makefs/ffs

2013-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 30 17:29:05 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c buf.h Log Message: buf is generic; it has nothing to do with ffs and will eventually be moved. gc sectorize. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs/ffs

2013-01-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 28 10:16:35 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: Do not use *bp after freeing it in brelse. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/makefs/ffs/buf.c

CVS commit: src/usr.sbin/makefs/ffs

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 14:10:04 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: Don't print the pointers in debugging, it is not useful. zero all memory To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.sbin/makefs/ffs

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 14:10:22 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.h Log Message: zero memory To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/ffs/buf.h Please note that diffs are not

CVS commit: src/usr.sbin/makefs/ffs

2012-04-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Apr 19 19:48:15 UTC 2012 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Fix build failure reported by bracket. (shouldn't this size_t be ino_t?) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24