git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Port to QNX
@ 2012-12-18 22:03 Matt Kraai
  2012-12-18 22:03 ` [PATCH v2 1/2] Make lock local to fetch_pack Matt Kraai
  2012-12-18 22:03 ` [PATCH v2 2/2] Port to QNX Matt Kraai
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Kraai @ 2012-12-18 22:03 UTC (permalink / raw)
  To: git

This series ports Git to QNX.  It differs from the previous version in
that:

 * it's rebased on dm/port, so it narrows the scope of the lock
   variable in builtin/fetch-pack.c instead of fetch-pack.c and uses
   HAVE_STRINGS_H; and
 * it disables use of Pthreads, since fork(2) doesn't work once
   Pthreads are used.

The first test suite failure occurs because getcwd(3) can return paths
containing symbolic links.

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

end of thread, other threads:[~2012-12-18 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 22:03 [PATCH v2 0/2] Port to QNX Matt Kraai
2012-12-18 22:03 ` [PATCH v2 1/2] Make lock local to fetch_pack Matt Kraai
2012-12-18 22:03 ` [PATCH v2 2/2] Port to QNX Matt Kraai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).