Tibor Nagy a92be000fb tests: Even more work on error handling
realpath: Fixing undefined behaviour in the second test. If the call fails the resolved_name argument cannot be used for error checking because its state is undefined by SUSv2.
pipe: Changing the order of close and write error handling code. Errors in close could overwrite errno after write errors, returning incorrect error messages.
gmtime: Removed duplicate checks
Other fixes for fseek, rename, mktime, putwchar
2019-02-24 22:02:11 +01:00
2018-10-29 19:27:47 -06:00
2018-11-26 14:33:55 -07:00
2019-01-14 14:22:24 -07:00
2018-11-14 20:52:12 +01:00
2019-01-13 17:00:39 -07:00
2018-07-11 09:59:28 -06:00
2018-06-21 17:16:56 +02:00
2018-09-04 15:31:43 +02:00
2018-12-09 11:27:44 -07:00
2018-03-08 19:45:16 -07:00
2018-12-14 12:00:21 -07:00
2019-01-20 19:38:38 -07:00
2019-01-21 20:36:56 -07:00
2018-03-26 19:34:45 -06:00
2019-02-20 19:27:18 +01:00
2018-08-27 06:35:30 -06:00
2019-01-20 20:17:04 -07:00
2018-03-07 17:29:33 -07:00
2018-09-05 13:03:46 +00:00
2018-11-07 20:25:21 -07:00
2018-07-03 09:33:41 +02:00

relibc build

relibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Redox and Linux.

The motivation for this project is twofold: Reduce issues the redox crew was having with newlib, and create a safer alternative to a C standard library written in C. It is mainly designed to be used under redox, as an alternative to newlib, but it also supports linux syscalls via the sc crate.

Contributing

Supported OSes

  • Redox OS
  • Linux

Supported architectures

  • x86_64
  • Aarch64
S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 17 GiB
Languages
Rust 98.8%
Assembly 0.6%
Linker Script 0.5%
Makefile 0.1%