Re: CVS commit: src/sbin/resize_ffs

2017-10-01 Thread Taylor R Campbell
> Date: Sat, 30 Sep 2017 14:21:56 -0400 > From: "David H. Gutteridge" > > >Module Name:src > >Committed By: riastradh > >Date: Sat Sep 30 15:25:16 UTC 2017 > > > >Use int64_t for loop index so we don't iterate forever/until trap. > > This causes a

Re: CVS commit: src/sbin/resize_ffs

2017-09-30 Thread David H. Gutteridge
>Module Name:src >Committed By: riastradh >Date: Sat Sep 30 15:25:16 UTC 2017 > >Modified Files: >src/sbin/resize_ffs: resize_ffs.c > >Log Message: >Use int64_t for loop index so we don't iterate forever/until trap. Hello, This causes a build failure because of missing

re: CVS commit: src/sbin/resize_ffs

2017-09-29 Thread matthew green
> Modified Files: > src/sbin/resize_ffs: resize_ffs.c > > Log Message: > Fix the most obvious integer overflow errors which can lead to superblock > corruption. Thanks to riastradh@ nicely done. these two give me pause too, maybe make then size_t: int i; /*

re: CVS commit: src/sbin/resize_ffs

2016-03-19 Thread Christos Zoulas
On Mar 17, 12:03pm, m...@eterna.com.au (matthew green) wrote: -- Subject: re: CVS commit: src/sbin/resize_ffs | "Christos Zoulas" writes: | > Module Name:src | > Committed By: christos | > Date: Thu Mar 17 00:54:53 UTC 2016 | > | > Modifie

re: CVS commit: src/sbin/resize_ffs

2016-03-19 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Thu Mar 17 00:54:53 UTC 2016 > > Modified Files: > src/sbin/resize_ffs: resize_ffs.c > > Log Message: > Appease gcc-5 from phone@ this caused testsuite failures when i ran it, so i didn't commit this.

re: CVS commit: src/sbin/resize_ffs

2016-03-19 Thread matthew green
Christos Zoulas writes: > On Mar 17, 12:03pm, m...@eterna.com.au (matthew green) wrote: > -- Subject: re: CVS commit: src/sbin/resize_ffs > > | "Christos Zoulas" writes: > | > Module Name: src > | > Committed By: christos > | > Date:

Re: CVS commit: src/sbin/resize_ffs

2011-08-28 Thread Thomas Klausner
On Sat, Aug 27, 2011 at 12:34:57PM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Sat Aug 27 16:34:57 UTC 2011 Modified Files: src/sbin/resize_ffs: resize_ffs.8 resize_ffs.c Log Message: PR/45301: Julian Fagir: make clear that the unit is