Changes between Version 9 and Version 10 of R1/Beta4/ReleaseNotes


Ignore:
Timestamp:
Dec 13, 2022, 11:42:52 AM (23 months ago)
Author:
korli
Comment:

ramfs added, fat fix and O_NOCTTY tty

Legend:

Unmodified
Added
Removed
Modified
  • R1/Beta4/ReleaseNotes

    v9 v10  
    7878* More use of the entry cache for btrfs, ext2/3/4 and exfat.
    7979* Userlandfs is now compatible with FUSE 2.9 (the latest version in the 2.x series)
     80* Added ramfs to the build by default and mounted at `/var/shared_memory`, meaning file-mapped shared memory will not ever be flushed to disk.
     81* Fixed FAT returning spurious errors for supposedly too-long names, preventing creation of some partitions in DriveSetup.
    8082
    8183== BeOS compatibility ==
     
    8890* Support for C11 threads
    8991* Addition of locale_t and the related methods
     92* Fixed behavior of the `O_NOCTTY` flag, fixing a lot of GPG's functionality.
    9093
    9194== Build System ==