On Mon, Mar 11, 2019 at 5:15 PM Eric Sunshine <[email protected]> wrote:
>
> [cc:+Ævar]
>
> On Mon, Mar 11, 2019 at 4:32 PM Jeffrey Walton <[email protected]> wrote:
> > I enabled self tests for Solaris. Solaris has some anemic utilities so
> > I put /usr/gnu/bin first on-path.
>
> The first question is if you are really running GNU 'sed'? My guess is
> "no, it's still picking up Solaris's 'sed'".
I believe so. After modifying PATH, command -v returns:
Solaris tools:
sed: /usr/gnu/bin/sed
awk: /usr/gnu/bin/awk
grep: /usr/gnu/bin/grep
(This was added to my scripts to confirm).
Maybe Git would benefit from SED, AWK and GREP variables like PERL.
> ...
> > Solaris in a VM sucks. I can provide SSH access to the hardware if
> > anyone is interested. It is just an Solaris i86pc on an older Ivy
> > Bridge.
>
> I wouldn't mind taking a look at it, though I don't promise anything,
> and I suspect the only way forward is by ensuring that the GNU or XPG
> tools are used instead of the Solaris ones.
Send over your authorized_keys. You will connect with:
[email protected] -p 1523
I'm in a dynamic IP address block. You will have to ping me on
occasion to get the updated IP address.
Some other machines you may be interested in:
* PowerMac G5, PPC big-endian with OS X 10.5 (port 1522)
* MacBook late 2012, x86_64 with OS X 10.9 (port 1524)
* Intel Goldmont with SHA extensions (port 1526)
Andy Polyakov uses the PowerMac for tuning his ASM used in OpenSSL.
If you want to speedup SHA-1 (re: unaligned accesses) then try the
Goldmont machine. SHA-1 runs at 1.8 cycles per byte on Goldmont.
Here's the compression function ready for copy/paste:
https://github.com/noloader/SHA-Intrinsics
Jeff