Skip to content

Releases: hermit-os/kernel

0.8.0

07 Jun 14:46
7425269
Compare
Choose a tag to compare

Highlights

  • feat(xtask): add support for building with cargo-careful by @mkroening in #1142
  • feat: allow mounting a virtiofsd share to / by @stlankes in #774
  • feat: add virtio-def crate for virtio definitions by @mkroening in #1149
  • feat(riscv64): fix compilation with default features and with gem-net by @mkroening in #1162
  • feat(mm): add DeviceAlloc for communicating with devices by @mkroening in #1160
  • feat: stabilize kernel interface by @stlankes in #1167
  • feat(sys): add sys_available_parallelism by @mkroening in #1184
  • feat(xtask): add xtask doc by @mkroening in #1200
  • feat: rename virtio-def crate to virtio-spec by @mkroening in #1201
  • feat(virtio-spec): many features for endian numbers, make feature flags little-endian by @mkroening in #1205
  • feat(syscall): add sys_shutdown in favor of sys_shutdown_socket by @mkroening in #1220
  • feat(virtio-net): enable VIRTIO_NET_F_MQ and test VIRTIO_F_RING_PACKED by @mkroening in #1223
  • feat(virtio-spec): migrate to endian-num crate by @mkroening in #1225
  • feat(newlib): using kernel networking, instead of lwip by @CarlWachter in #1237
  • feat(newlib): remove lwIP support by @mkroening in #1165

What's Changed

New Contributors

Read more

0.7.0

11 Apr 15:12
4ce7439
Compare
Choose a tag to compare

Highlights

What's Changed

New Contributors

Full Changelog: v0.6.9...v0.7.0

0.6.9

29 Feb 08:42
1d9d19c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.8...v0.6.9

0.6.8

16 Feb 13:39
6a1ac7b
Compare
Choose a tag to compare

Hightlights

What's Changed

Full Changelog: v0.6.7...v0.6.8

0.6.7

19 Dec 11:03
244d5b3
Compare
Choose a tag to compare

Highlights

What's Changed

Full Changelog: v0.6.6...v0.6.7

0.6.6

30 Nov 16:25
bb07a10
Compare
Choose a tag to compare

Highlights

What's Changed

New Contributors

Full Changelog: v0.6.5...v0.6.6

0.6.5

27 Sep 11:54
a01f7d5
Compare
Choose a tag to compare

Highlights

  • NASM is no longer required for SMP on x86-64 (#926)

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.4

14 Aug 08:52
Compare
Choose a tag to compare

What's Changed

  • fix bug in the initialization of the virtio network driver

Full Changelog: v0.6.3...v0.6.4

v0.6.3: improving the performance

10 Aug 09:59
72c09a0
Compare
Choose a tag to compare

What's Changed

  • improve network performance
  • add option to enable / disable of FUSE support
  • remove bug in the initialization of the memory subsystem
  • using Talc as memory allocator to improve the overall performance

Full Changelog: v0.6.2...v0.6.3

0.6.2

20 Jun 14:38
3dcb204
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2