CVS commit: src/usr.sbin/dumplfs

2018-06-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 15 15:16:05 UTC 2018 Modified Files: src/usr.sbin/dumplfs: Makefile dumplfs.c Log Message: PR/53367: Thomas Barabosch: Integer overflow in usr.sbin/dumplfs While here use the "e" functions to always check for allocation

CVS commit: src/usr.sbin/dumplfs

2016-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 12 08:22:13 UTC 2016 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: If the number of inodes per block is zero, bail instead of using uninitialized stack trash as a dinode pointer. Fixes PR 51409 where

CVS commit: src/usr.sbin/dumplfs

2016-06-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 15 14:08:24 UTC 2016 Modified Files: src/usr.sbin/dumplfs: Makefile Log Message: Kill another -fno-strict-aliasing. Generated code is same with/without. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/usr.sbin/dumplfs

2016-06-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 15 14:07:54 UTC 2016 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: for true and false. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/usr.sbin/dumplfs/dumplfs.c Please note that

CVS commit: src/usr.sbin/dumplfs

2015-10-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Oct 15 06:24:46 UTC 2015 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: Enable lfs64 in dumplfs. Print LFS32/64 in the output header. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/usr.sbin/dumplfs

2015-10-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 3 08:28:56 UTC 2015 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: Use accessors for another batch of indirect block accesses, this time in dumplfs. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/dumplfs

2015-08-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 29 05:33:20 UTC 2015 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: Bypass the ifile's double indirect block if the ifile size in blocks is less than or equal to NDADDR + NINDIR, the number of blocks

CVS commit: src/usr.sbin/dumplfs

2013-08-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 11 03:49:24 UTC 2013 Modified Files: src/usr.sbin/dumplfs: Makefile Log Message: Turn off -fno-strict-aliasing for HAVE_GCC; it makes no difference to the compiler output and is therefore ipso facto not necessary. I'll

CVS commit: src/usr.sbin/dumplfs

2013-06-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 8 23:27:34 UTC 2013 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: Use struct ulfs1_dinode instead of struct ufs1_dinode. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/dumplfs

2010-02-16 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Feb 16 18:57:54 UTC 2010 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: Read the padded superblocks to avoid problems with disks that have larger sectors than 512 Bytes. To generate a diff of this commit: cvs