Joshua Abraham 70e52d4ec9 ramfs: Fix duplicated files bug
Previously ramfs allowed identical filenames to be created if the
O_CREAT flag was used. This patch fixes the behavior and instead
opens the existing file as long as O_EXCL is not specified.
2021-03-31 19:16:32 -05:00
2021-03-31 19:16:32 -05:00
2020-03-29 11:22:21 +02:00
2021-01-15 13:00:21 -07:00
2021-01-15 13:00:21 -07:00
2020-03-29 11:22:21 +02:00

ramfs

A mountable filesystem, which contents is stored in RAM. Useful for early logging, before redoxfs has been started. The initfs: scheme seems to lack read-write support, and thus this ramfs driver allows logs to be written in initfs drivers.

S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 18 GiB
Languages
C 37.5%
C++ 37.2%
JavaScript 6.7%
QML 3.4%
HTML 3.2%
Other 11.4%