Skip to content

Releases: falcosecurity/syscalls-bumper

v0.4.0

15 Nov 12:10
Compare
Choose a tag to compare

Changelog

  • 04612f6 chore: disable pie.
  • 93b7884 fix: sort architectures in report.md
  • fcb626a chore(ci): release artifacts and docker images for all supported architectures.
  • 24727b3 chore: properly sort ia32 map.
  • 238c612 Add ppc64le support
  • c8411fd new: added a composite action.

v0.3.2

02 Nov 10:33
Compare
Choose a tag to compare

What's Changed

  • fix: fixed syscalls-table github repo paths. by @FedeDP in #20

Full Changelog: v0.3.1...v0.3.2

v0.3.1

18 Oct 16:11
Compare
Choose a tag to compare

Changelog

  • 1e509df chore: convert getuid32 and ugetrlimit and _llseek too.
  • 994f7e4 chore: properly add more ia32 syscalls force-translations.

v0.3.0

13 Oct 11:14
Compare
Choose a tag to compare

Changelog

  • f5650f0 new: print architectures for each syscall in report.

v0.2.0

13 Oct 10:47
Compare
Choose a tag to compare

Changelog

  • 797529c chore: make supportedArchs key->value mapping explicit.
  • 293c6a8 new: added riscv64 support.

v0.1.0

11 Oct 16:42
Compare
Choose a tag to compare

Changelog

  • e374b1a chore: improve ia32 to 64 mapping, allowing for custom translators.
  • c08621d chore: add SPDX-license header in banners.
  • 7878525 chore: fill new ia32 table with -1 when there is no 64bit mapped value.
  • 65417f0 new: add support to bump ia32->64 syscalls map too.
  • dd30a64 docs: add license header and spdx id

v0.0.11

02 Oct 10:32
Compare
Choose a tag to compare

What's Changed

  • chore: fixed a couple of links in comments. by @FedeDP in #15
  • chore: bump schema version too when needed. by @FedeDP in #16

Full Changelog: v0.0.10...v0.0.11

v0.0.10

01 Aug 07:11
Compare
Choose a tag to compare

What's Changed

  • docs(README.md): add scope and status badges by @leogr in #10
  • chore: improve ci. by @FedeDP in #12
  • chore: moved driver/report.md to docs/report.md. by @FedeDP in #14

Full Changelog: v0.0.9...v0.0.10

v0.0.9

11 Apr 12:35
Compare
Choose a tag to compare

What's Changed

  • fix(docs): fixed readme and release docs. by @FedeDP in #8
  • cleanup: dropped syscall_table ia32 support. by @FedeDP in #9

Full Changelog: v0.0.8...v0.0.9

v0.0.8

08 Mar 09:52
Compare
Choose a tag to compare

Changelog

  • cc44ddb chore: updated to g_events_to_sc_map libs#937 new format.
  • f708555 new: add support for the union map from all supported architectures.