public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* TAKE 954482 956881 - copy fix and mkfs/libxfs fix
@ 2006-10-06  8:48 Timothy Shimmin
  0 siblings, 0 replies; 2+ messages in thread
From: Timothy Shimmin @ 2006-10-06  8:48 UTC (permalink / raw)
  To: sgi.bugs.xfs, xfs

Copy fix.
Fix up variable argument handling around vfprintf's.
Crashing on x86_64 otherwise and is just plain wrong.


Date:  Fri Oct  6 17:36:19 AEST 2006
Workarea:  puffy.melbourne.sgi.com:/home/tes/isms/xfs-cmds
Inspected by:  dgc@sgi.com

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb


Modid:  master-melb:xfs-cmds:27143a
xfsprogs/copy/xfs_copy.c - 1.16 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/copy/xfs_copy.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h
	- Fix up variable argument handling around vfprintf's.
	  Crashing on x86_64 otherwise and is just plain wrong.

-----------

Libxfs/mkfs blocksize fix 

Allow the requested sector size to be set for the ioctl setting the
blocksize on the device.

Date:  Fri Oct  6 17:50:50 AEST 2006
Workarea:  puffy.melbourne.sgi.com:/home/tes/isms/xfs-cmds
Inspected by:  dgc@sgi.com

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb


Modid:  master-melb:xfs-cmds:27144a
xfsprogs/VERSION - 1.164 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/VERSION.diff?r1=text&tr1=1.164&r2=text&tr2=1.163&f=h
	- bump

xfsprogs/doc/CHANGES - 1.222 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/doc/CHANGES.diff?r1=text&tr1=1.222&r2=text&tr2=1.221&f=h
	- Add blocksize libxfs changes and xfs_copy changes for this version.

xfsprogs/mkfs/xfs_mkfs.c - 1.78 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/mkfs/xfs_mkfs.c.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h
	- Pass on the mkfs -s option size to libxfs.

xfsprogs/libxfs/init.c - 1.51 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/init.c.diff?r1=text&tr1=1.51&r2=text&tr2=1.50&f=h
	- Pass in a given blksize to the platform_set_blocksize() instead of always
	  512 bytes.

xfsprogs/libxfs/init.h - 1.12 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/init.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h
	- Add fatal param to proto.

xfsprogs/libxfs/linux.c - 1.16 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/linux.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h
	- Change platform_set_blocksize to return an error and
	  to print either an error msg or warning msg depending on fatal param.

xfsprogs/libxfs/darwin.c - 1.12 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/darwin.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h
	- handle extra fatal param

xfsprogs/libxfs/irix.c - 1.13 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/irix.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h
	- Add fatal param to proto.

xfsprogs/libxfs/freebsd.c - 1.15 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/freebsd.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h
	- handle extra fatal param

^ permalink raw reply	[flat|nested] 2+ messages in thread

* TAKE 954482 956881 - copy fix and mkfs/libxfs fix
@ 2006-10-06  9:22 Timothy Shimmin
  0 siblings, 0 replies; 2+ messages in thread
From: Timothy Shimmin @ 2006-10-06  9:22 UTC (permalink / raw)
  To: xfs

Copy fix.
Fix up variable argument handling around vfprintf's.
Crashing on x86_64 otherwise and is just plain wrong.


Date:  Fri Oct  6 17:36:19 AEST 2006
Workarea:  puffy.melbourne.sgi.com:/home/tes/isms/xfs-cmds
Inspected by:  dgc@sgi.com

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb


Modid:  master-melb:xfs-cmds:27143a
xfsprogs/copy/xfs_copy.c - 1.16 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/copy/xfs_copy.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h
	- Fix up variable argument handling around vfprintf's.
	  Crashing on x86_64 otherwise and is just plain wrong.

-----------

Libxfs/mkfs blocksize fix 

Allow the requested sector size to be set for the ioctl setting the
blocksize on the device.

Date:  Fri Oct  6 17:50:50 AEST 2006
Workarea:  puffy.melbourne.sgi.com:/home/tes/isms/xfs-cmds
Inspected by:  dgc@sgi.com

The following file(s) were checked into:
  longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb


Modid:  master-melb:xfs-cmds:27144a
xfsprogs/VERSION - 1.164 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/VERSION.diff?r1=text&tr1=1.164&r2=text&tr2=1.163&f=h
	- bump

xfsprogs/doc/CHANGES - 1.222 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/doc/CHANGES.diff?r1=text&tr1=1.222&r2=text&tr2=1.221&f=h
	- Add blocksize libxfs changes and xfs_copy changes for this version.

xfsprogs/mkfs/xfs_mkfs.c - 1.78 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/mkfs/xfs_mkfs.c.diff?r1=text&tr1=1.78&r2=text&tr2=1.77&f=h
	- Pass on the mkfs -s option size to libxfs.

xfsprogs/libxfs/init.c - 1.51 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/init.c.diff?r1=text&tr1=1.51&r2=text&tr2=1.50&f=h
	- Pass in a given blksize to the platform_set_blocksize() instead of always
	  512 bytes.

xfsprogs/libxfs/init.h - 1.12 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/init.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h
	- Add fatal param to proto.

xfsprogs/libxfs/linux.c - 1.16 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/linux.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.15&f=h
	- Change platform_set_blocksize to return an error and
	  to print either an error msg or warning msg depending on fatal param.

xfsprogs/libxfs/darwin.c - 1.12 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/darwin.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.11&f=h
	- handle extra fatal param

xfsprogs/libxfs/irix.c - 1.13 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/irix.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h
	- Add fatal param to proto.

xfsprogs/libxfs/freebsd.c - 1.15 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfsprogs/libxfs/freebsd.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.14&f=h
	- handle extra fatal param

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-06 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06  8:48 TAKE 954482 956881 - copy fix and mkfs/libxfs fix Timothy Shimmin
  -- strict thread matches above, loose matches on Subject: below --
2006-10-06  9:22 Timothy Shimmin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox