Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Open Source Operating Systems Security Unix BSD

OpenBSD 7.4 Released (phoronix.com) 8

Long-time Slashdot reader Noryungi writes: OpenBSD 7.4 has been officially released. The 55th release of this BSD operating system, known for being security oriented, brings a lot of new things, including dynamic tracer, pfsync improvements, loads of security goodies and virtualization improvements. Grab your copy today! As mentioned by Phoronix's Michael Larabel, some of the key highlights include:

- Dynamic Tracer (DT) and Utrace support on AMD64 and i386 OpenBSD
- Power savings for those running OpenBSD 7.4 on Apple Silicon M1/M2 CPUs by allowing deep idle states when available for the idle loop and suspend
- Support for the PCIe controller found on Apple M2 Pro/Max SoCs
- Allow updating AMD CPU Microcode updating when a newer patch is available
- A workaround for the AMD Zenbleed CPU bug
- Various SMP improvements
- Updating the Direct Rendering Manager (DRM) graphics driver support against the upstream Linux 6.1.55 state
- New drivers for supporting various Qualcomm SoC features
- Support for soft RAID disks was improved for the OpenBSD installer
- Enabling of Indirect Branch Tracking (IBT) on x86_64 and Branch Target Identifier (BTI) on ARM64 for capable processors

You can download and view all the new changes via OpenBSD.org.
This discussion has been archived. No new comments can be posted.

OpenBSD 7.4 Released

Comments Filter:
  • Netcraft has been lying [uncyc.org] this whole time.

  • by jmccue ( 834797 ) on Friday October 20, 2023 @08:40PM (#63940975) Homepage

    Of all Operating Systems I have upgraded, by far OpenBSD upgrade is the easiest.

    One great addition was the addition of memory leak detection using ktrace(1). I played with it and to me it is much easier then using valgrind. Granted valgrind has to jump through hoops due to how Linux is developed, so valgrind does amazing work with what they have to work with :)

    • Re:Easiest (Score:5, Interesting)

      by Mononymous ( 6156676 ) on Friday October 20, 2023 @08:52PM (#63941001)

      I upgraded to 7.4 earlier today. It sure seemed easy at the time.
      But I multi-boot FreeBSD, Manjaro Linux, and OpenBSD on my laptop.
      OpenBSD acts like it's the only OS on your system, even in this day of GPT and EFI when you can potentially have more than 100.
      sysupgrade assumed the OpenBSD bootloader was the default in my ESP, so clobbered it.
      I had to run manjaro-chroot and re-install grub, before I could boot into Manjaro again.
      OpenBSD doesn't focus on features, or convenience--though it often is quite easy to use.
      I don't see them doing anything to make things easier for multi-boot anytime soon.
      Still, that behavior is reminiscent of Windows.

      • Debian has done something similar to me twice now. Some update disables the os-prober option in grub which removes the option to boot windows. Thanks Debian, any more of my config files you would like to overwrite?

  • Think I will upgrade my firewall/router box this weekend.

Make sure your code does nothing gracefully.

Working...