| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| image.iso | 2026-05-04 | 7.5 MB | |
| kernel8.img | 2026-05-04 | 8.0 MB | |
| aarch64-virt.zip | 2026-05-04 | 6.9 MB | |
| README.md | 2026-05-04 | 949 Bytes | |
| ToaruOS v2.3.1 source code.tar.gz | 2026-05-04 | 3.7 MB | |
| ToaruOS v2.3.1 source code.zip | 2026-05-04 | 4.1 MB | |
| Totals: 6 Items | 30.1 MB | 23 | |
This is a patch release to fix a handful of issues discovered since the release of ToaruOS 2.3.0.
Please reference the release notes for ToaruOS 2.3.0 for further details.
Issues fixed in this release:
- Fixed an incorrect permission check for group access in all file-related system calls.
- Fixed an incorrect permission check in
truncate(2). - Fixed a memory leak in
cpuwidget(1). - Fixed inconsistent behavior in the VirtualBox mouse driver by moving interrupt handling to a worker thread.
- Fixed an issue where
wc(1)incorrectly calculated word counts. - Fixed a typo in the usage description in
id(1). - Changed the handling of option arguments in
strace(1)anddbg(1)to not reorder arguments. - Fixed instances of files not being opened with
O_CLOEXECinnohup(1),getty(1), andpopen(3). - Fixed a memory leak and unnecessary copy in
chdir(2).