Skip to content
Success

Changes

Summary

  1. top: add compressed arc statistics (commit: 0c87e37) (details)
  2. Generate more useful sample manifests: (commit: e7f82de) (details)
Commit 0c87e372d22113dae92c9f8eb13d096273634832 by Aurélien Larcher
top: add compressed arc statistics
(commit: 0c87e37)
The file was modifiedcomponents/sysutils/top/Makefile (diff)
The file was addedcomponents/sysutils/top/patches/10.zfs_compressed_arc.patch
Commit e7f82de654c8fe49b9e3cf83a48b39df9e17fd85 by Aurélien Larcher
Generate more useful sample manifests:
- Generate rules for GNU autoconf triplets that actually work
Previously we'd include SOLARIS_RELEASE and PLAT, which wouldn't
expand.
  Instead output $(GNU_TRIPLET), and arrange for its expansion.
  We perhaps would want a 64bit version of this (x86_64-pc-solaris2.11
for
eg), but the places that seem like they'd use it currently (firefox,
rust),
skip the version number and I'm not really sure what's going on there.
- The IPS_VERSION production never worked, because IPS_VERSION doesn't
exist
replace it with IPS_COMPONENT_VERSION, which does.
- for IPS_COMPONENT_VERSION and COMPONENT_VERSION match against a copy
that
has been regex escaped, so the replacement isn't over-broad.
- use GNU_TRIPLET in place of GNU_ARCH and similar throughout.
- as part of introducing $(GNU_TRIPLET) fix binutils, which in part used
the
old $(GNU_ARCH) but never defined it, and thus delivered
/usr/gnu/'$(GNU_ARCH)' and contents.
(commit: e7f82de)
The file was modifiedcomponents/developer/gcc3/Makefile (diff)
The file was modifiedcomponents/developer/gcc-8/Makefile (diff)
The file was modifiedcomponents/developer/gcc-6/Makefile (diff)
The file was modifiedcomponents/openindiana/illumos-gcc/illumos-gcc.p5m (diff)
The file was modifiedcomponents/developer/binutils/binutils.p5m (diff)
The file was modifiedcomponents/developer/gcc3/gcc-3.p5m (diff)
The file was modifiedcomponents/developer/gcc-5/gcc-5.p5m (diff)
The file was modifiedcomponents/developer/gcc-8/gcc-8.p5m (diff)
The file was modifiedcomponents/developer/gcc-6/gcc-6.p5m (diff)
The file was modifiedcomponents/developer/gcc49/gcc-49.p5m (diff)
The file was modifiedcomponents/openindiana/illumos-gcc/Makefile (diff)
The file was modifiedcomponents/developer/binutils/Makefile (diff)
The file was modifiedcomponents/developer/gcc-5/Makefile (diff)
The file was modifiedtransforms/generate-cleanup (diff)
The file was modifiedcomponents/developer/gcc49/Makefile (diff)
The file was modifiedcomponents/developer/gcc-7/Makefile (diff)
The file was modifiedcomponents/developer/gcc-7/gcc-7.p5m (diff)
The file was modifiedmake-rules/ips.mk (diff)
The file was modifiedmake-rules/shared-macros.mk (diff)