public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xfsprogs: Partial OS X support
@ 2015-07-15 12:46 Jan Tulak
  2015-07-15 12:46 ` [PATCH 1/2] Prefix LIST_... macros to XFS_LIST_ Jan Tulak
  2015-07-15 12:46 ` [PATCH 2/2] OS X partial support Jan Tulak
  0 siblings, 2 replies; 7+ messages in thread
From: Jan Tulak @ 2015-07-15 12:46 UTC (permalink / raw)
  To: xfs

These patches fixes the current broken OS X support of xfsprogs.
The goal is to make xfsprogs buildable on current OS X Yosemite,
and to have a working mkfs.xfs. The usage is indeed limited and
there is still space for many improvements, but "it works".

Jan Tulak (2):
  Prefix LIST_... macros to XFS_LIST_...
  OS X partial support

 Makefile                  |   6 +++
 include/bitops.h          |  47 ---------------------
 include/builddefs.in      |   2 +-
 include/darwin.h          | 104 +++++++++++++++++++++++++++++++++++++---------
 include/freebsd.h         |  47 +++++++++++++++++++++
 include/gnukfreebsd.h     |  46 ++++++++++++++++++++
 include/hlist.h           |  10 ++---
 include/irix.h            |  50 +++++++++++++++++++++-
 include/linux.h           |  46 ++++++++++++++++++++
 include/list.h            |   8 ++--
 libdisk/fstype.c          |   1 +
 libhandle/Makefile        |   4 ++
 libhandle/handle.c        |   2 +-
 libxcmd/paths.c           |   2 +-
 libxfs/trans.c            |   2 +-
 libxfs/xfs_bit.h          |   4 +-
 libxfs/xfs_fs.h           |   4 +-
 libxlog/xfs_log_recover.c |   6 +--
 man/man3/xfsctl.3         |   2 +-
 repair/incore.h           |   2 +-
 repair/phase6.c           |   4 +-
 21 files changed, 307 insertions(+), 92 deletions(-)

-- 
2.4.3

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-07-26 16:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-15 12:46 [PATCH 0/2] xfsprogs: Partial OS X support Jan Tulak
2015-07-15 12:46 ` [PATCH 1/2] Prefix LIST_... macros to XFS_LIST_ Jan Tulak
2015-07-15 23:53   ` Dave Chinner
2015-07-16  7:12     ` Jan Tulak
2015-07-26 16:19       ` Christoph Hellwig
2015-07-15 12:46 ` [PATCH 2/2] OS X partial support Jan Tulak
2015-07-16  1:25   ` Dave Chinner

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