Skip to content
Snippets Groups Projects
Commit d92c815b authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Improve items

parent a5138212
No related branches found
No related tags found
1 merge request!407Add the August 2024 report
Pipeline #15910 failed
This commit is part of merge request !407. Comments created here will be created in the context of that merge request.
...@@ -22,11 +22,11 @@ Redox is becoming faster than Linux in some workloads (with all exploit mitigati ...@@ -22,11 +22,11 @@ Redox is becoming faster than Linux in some workloads (with all exploit mitigati
## System Improvements ## System Improvements
bjorn3 updated most system components to use the new scheme path syntax, now many programs can work on Redox without patches or a small amount of them. bjorn3 updated most system components to use the new scheme path format, now many programs can work on Redox without patches or a small amount of them.
## Relibc Improvements ## Relibc Improvements
- bjorn3 removed all code using the legacy scheme syntax (URL paths) - bjorn3 removed all code using the legacy scheme path format (URL paths)
- 4lDO2 added fixes on the `forkpty` and `dprintf` tests - 4lDO2 added fixes on the `forkpty` and `dprintf` tests
## VirtualBox ## VirtualBox
...@@ -53,7 +53,7 @@ Ribbon fixed a typo on the scripts that disabled the shebangs. ...@@ -53,7 +53,7 @@ Ribbon fixed a typo on the scripts that disabled the shebangs.
The [scheme documentation](https://doc.redox-os.org/book/ch05-00-schemes-resources.html) (system API) is finally up-to-date! thanks to Ron Williams. The [scheme documentation](https://doc.redox-os.org/book/ch05-00-schemes-resources.html) (system API) is finally up-to-date! thanks to Ron Williams.
We dropped the previous URL syntax (`scheme-name:resource-name`) to reduce the effort to port programs, now it uses a Unix file syntax (`/scheme/scheme-name/resource-name`) like other Unix-like operating systems. We dropped the previous scheme path format (`scheme-name:resource-name`) to reduce the effort to port programs, now the schemes use the Unix path format (`/scheme/scheme-name/resource-name`) like other Unix-like operating systems.
(The `/scheme/` before the scheme daemon name is to avoid it to be treated as a file resource from RedoxFS, removing any confusion) (The `/scheme/` before the scheme daemon name is to avoid it to be treated as a file resource from RedoxFS, removing any confusion)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment