From: Sean Hefty Date: Mon, 30 Jul 2012 23:06:33 +0000 (-0700) Subject: new X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ef942ca69f479520eb7206678dcd35623e3b67ab;p=~shefty%2Flibrdmacm.git new --- diff --git a/meta b/meta index 6c60f827..dd9c0c0d 100644 --- a/meta +++ b/meta @@ -1,10 +1,11 @@ Version: 1 -Previous: d16b31f92eb5308d741add0222fae199a2d5425a -Head: b8f3b02178571b9db3f31520c49b85c0fdc4bf65 +Previous: da203ba52ac6f295e67342d5ed2de56fb93c7e02 +Head: 20b2e72636f0be4b86e642a7cabda39252dc2c99 Applied: rs-ftp: 772f3c0addc0837fffce837760caef3dce59bce1 check-id: f997b1b02f5e4d46a8571b9c1601c6929ebcd808 fast-disc: b8f3b02178571b9db3f31520c49b85c0fdc4bf65 + dup2: 20b2e72636f0be4b86e642a7cabda39252dc2c99 Unapplied: dbg: 0c269855776d3001e37da8c8afe283c20e1d6cd6 waitall-buggy: c49c6b56c55385774065f5aa2704078e6ae0ceb8 diff --git a/patches/dup2 b/patches/dup2 new file mode 100644 index 00000000..c3c9e3b2 --- /dev/null +++ b/patches/dup2 @@ -0,0 +1,16 @@ +Bottom: d24dd0fae6823a86b3a40de76ff29ff00831ae09 +Top: d24dd0fae6823a86b3a40de76ff29ff00831ae09 +Author: Sean Hefty +Date: 2012-07-30 16:06:32 -0700 + +rspreload: Support dup2 calls + +vsftpd requires dup2() support. To handle dup2, we need to add +reference count tracking to the preload fd's. + +Signed-off-by: Sean Hefty + + +--- + +