We've been trying to get our #OracleSolaris CBE releases out more often, and today we've published another one, based on our recent 11.4.90 SRU! https://blogs.oracle.com/solaris/announcing-a-new-version-of-our-oracle-solaris-environment-for-developers

Just blogged "The Next Oracle Solaris 11.4.90 CBE is available for Developers"

https://jomasoftmarcel.blogspot.com/2026/03/the-next-oracle-solaris-11490-cbe-is.html

#solaris #oraclesolaris #free #cbe

The Next Oracle Solaris 11.4.90 CBE is available for Developers

Solaris SPARC Datacenter JomaSoft VDCF

Updated PostgreSQL IPS packages for Solaris 11.4 SPARC are available
Versions 18.3, 17.9, 16.13, 15.17, 14.22

https://www.jomasoft.ch/downloads/#js-opensource

#solaris #oraclesolaris #postgres #postgresql #sparc

Downloads - JomaSoft

Download - VDCF - PostgreSQL - Solaris

JomaSoft
New Features in Solaris 11.4 SRU90 (Feb 2026)

Solaris SPARC Datacenter JomaSoft VDCF

Zeitersparnis durch KI – doch viele befürchten Datenlecks

Smarte Spartipps, Betrugsschutz, blitzschnelle Baufinanzierung: KI soll Bankgeschäfte erleichtern. Wie sicher sind die Daten wirklich? Die Skepsis ist groß.

https://www.heise.de/news/Zeitersparnis-durch-KI-doch-viele-befuerchten-Datenlecks-11188437.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon

#Datenschutz #KünstlicheIntelligenz #OnlineBanking #Security #OracleSolaris #Journalismus #Wirtschaft #news

Zeitersparnis durch KI – doch viele befürchten Datenlecks

Smarte Spartipps, Betrugsschutz, blitzschnelle Baufinanzierung: KI soll Bankgeschäfte erleichtern. Wie sicher sind die Daten wirklich? Die Skepsis ist groß.

heise online
The detailed What's New in #OracleSolaris 11.4.90 blog post has been published now at https://blogs.oracle.com/solaris/whats-new-in-oracle-solaris-11-4-sru-90

Diffs of the core OS man pages between #OracleSolaris 11.4.87 and 11.4.90 are at https://gist.github.com/alanc/cfbaa19eb1ee04afe996da97f121fe7e so you can see more about what changed in the software, as well as some of the documentation cleanups we did.

My big man page project for the quarter was a cleanup pass across the section 4m (kernel module) man pages.

Changes to core OS man pages in Oracle Solaris 11.4 SRU 90

Changes to core OS man pages in Oracle Solaris 11.4 SRU 90 - SRU90-man-page-changes.diff

Gist

Work continued on trying to prevent bugs that result in killing all processes on the system by mistake, in response to customers hitting https://github.com/sudo-project/sudo/issues/458 last year, and bugs in other programs using -1 as a pid value in kill() calls by mistake.

Previously, in #OracleSolaris 11.4.83, killpg() was made to reject the always invalid process group id of 1, instead of turning it into the "kill all processes" argument of -1 to kill().

Now in 11.4.90, the kill system call was modified to not allow processes to use a pid of -1 unless they'd specifically set a process flag that they intend to kill all processes first, to help with programs that didn't check for errors when finding the process id for the singular process they wanted to kill.

Spurious SIGHUPs on AIX · Issue #458 · sudo-project/sudo

We recently started seeing SIGHUP signals being sent to many processes on some of our AIX machines with no obvious cause. This caused many serious issues. All of our users were suddenly logged out ...

GitHub

New utime32_t and utimeval32 types have been defined in the system headers in #OracleSolaris 11.4.90 for places where binary compatibility forces a 32-bit time value, but unsigned values can be used to represent times from 1970-2106 instead of the traditional signed 32-bit range of 1901-2038.

The bufmod(4m) interface was modified to use these, allowing snoop(8) to become #Y2038 safe (though still destined to fail in 2106). snoop also became a 64-bit program in this release.

#beadm gained the ability to set a "preserve" property in #OracleSolaris 11.4.90 to mark a boot environment as not to be destroyed by either automation or manual "beadm destroy" commands.