- Feb 06, 2020
-
-
Tiago authored
Previously, domain AF_INET was assumed while processing bind() / connect(), which end up calling bind_or_connect!. Instead, match on the domain type and process the path for AF_UNIX domains.
-
Tiago authored
To add support for UNIX sockets (AF_UNIX), of SOCK_STREAM type, the "chan:" scheme is used, which will be supportedby the ipcd running in userspace. Later commits add similar AF_UNIX support for the rest of the methods in impl PalSocket.
-
Tiago authored
Future commits will make use of this, in order to support AF_UNIX sockets.
-
- Jan 29, 2020
-
-
Jeremy Soller authored
-
- Jan 28, 2020
-
-
Jeremy Soller authored
-
- Jan 22, 2020
-
-
Jeremy Soller authored
-
- Jan 20, 2020
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Use lossless type conversion in ctype.h See merge request redox-os/relibc!246
-
-
Jeremy Soller authored
Fix fd dup tests to be more robust See merge request redox-os/relibc!251
-
Jeremy Soller authored
Replace occurences of uninitialized with MaybeUninit See merge request redox-os/relibc!248
-
mem::uninitialized is deprecated, so move over the not-UB MaybeUninit.
-
Jeremy Soller authored
Fix ar usage in Makefile for macOS compatibility See merge request redox-os/relibc!253
-
Jeremy Soller authored
Re-enable netdb tests, fix compiler warning, improve brk coverage See merge request redox-os/relibc!254
-
- Jan 13, 2020
-
-
Graham MacDonald authored
-
- Jan 08, 2020
-
-
samuela authored
-
- Dec 19, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Dec 18, 2019
-
-
Jeremy Soller authored
-
- Dec 17, 2019
-
-
Jeremy Soller authored
-
- Dec 15, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Dec 07, 2019
-
-
Jeremy Soller authored
- Dec 05, 2019
-
-
Jeremy Soller authored
Handle infinity and NaN in printf See merge request redox-os/relibc!252
-
-
- Dec 02, 2019
-
-
Sean Kennedy authored
i.e. not depending on the first fd to be 4.
-
- Dec 01, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 30, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 28, 2019
-
-
Jeremy Soller authored
added ctime_r See merge request !250
-
-
- Nov 14, 2019
-
-
Jeremy Soller authored
Implement wcsstr(), fix return type of wcslen() See merge request !249
-
-
- Sep 19, 2019
-
-
Jeremy Soller authored
-
- Sep 18, 2019
-
-
Jeremy Soller authored
-
AdminXVII authored
-