Message ID | 20181226230523.16572-1-randall.s.becker@rogers.com (mailing list archive) |
---|---|
Headers | show |
Series | HPE NonStop Port Commits | expand |
On 12/26/2018 6:05 PM, randall.s.becker@rogers.com wrote: > From: "Randall S. Becker" <rsbecker@nexbridge.com> > > This set of patches is a distilled version of the minimal > set of changes to git that will allow it to run as client > and server on HPE NonStop NSE and NSX systems. NSR systems > are no longer under support so references to them have > been removed. Each patch in this set is independent but > required for correctness. > > Randall S. Becker (4): > transport-helper: use xread instead of read > config.mak.uname: support for modern HPE NonStop config. > git-compat-util.h: add FLOSS headers for HPE NonStop > compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop These patches look correct to me. Just one question on patch 3 (git-compat-util.h: add FLOSS headers for HPE NonStop). I'm not able to comment on patch 2 (config.mak.uname: support for modern HPE NonStop config.), but it looks to be wrapped in a platform-specific 'if', so should be fine if you are happy with it. Thanks, -Stolee
On December 27, 2018 7:13, Derrick Stolee: > On 12/26/2018 6:05 PM, randall.s.becker@rogers.com wrote: > > From: "Randall S. Becker" <rsbecker@nexbridge.com> > > > > This set of patches is a distilled version of the minimal set of > > changes to git that will allow it to run as client and server on HPE > > NonStop NSE and NSX systems. NSR systems are no longer under support > > so references to them have been removed. Each patch in this set is > > independent but required for correctness. > > > > Randall S. Becker (4): > > transport-helper: use xread instead of read > > config.mak.uname: support for modern HPE NonStop config. > > git-compat-util.h: add FLOSS headers for HPE NonStop > > compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop > > These patches look correct to me. Just one question on patch 3 > (git-compat-util.h: add FLOSS headers for HPE NonStop). > > I'm not able to comment on patch 2 (config.mak.uname: support for modern > HPE NonStop config.), but it looks to be wrapped in a platform-specific 'if', > so should be fine if you are happy with it. Thanks! Please go for it, with v2 3/4 that should be available now. This will radically simplify our life on maintaining the port. Kind Regards, Randall et. Cohorts who know who they are.
From: "Randall S. Becker" <rsbecker@nexbridge.com> This set of patches is a distilled version of the minimal set of changes to git that will allow it to run as client and server on HPE NonStop NSE and NSX systems. NSR systems are no longer under support so references to them have been removed. Each patch in this set is independent but required for correctness. Randall S. Becker (4): transport-helper: use xread instead of read config.mak.uname: support for modern HPE NonStop config. git-compat-util.h: add FLOSS headers for HPE NonStop compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop compat/regex/regcomp.c | 8 ++++++++ config.mak.uname | 34 +++++++++++++++++++++++++++++----- git-compat-util.h | 15 +++++++++++++++ transport-helper.c | 2 +- 4 files changed, 53 insertions(+), 6 deletions(-)