- Jul 18, 2020
-
-
Ahmed Abd El Mawgood authored
-
Ahmed Abd El Mawgood authored
-
- Jul 08, 2020
-
-
Wren Turkal authored
This function is used to set the orientation of a stream to either byte-oriented or wchar-oriented. More info on this function is here: https://man7.org/linux/man-pages/man3/fwide.3p.html This implementation only impmlemnts the manual switching and does not yet guard against using a byte-oriented stream with wchar functions and vice versa. Those step will come in additional commits. Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
- Jun 29, 2020
-
- Jun 27, 2020
-
- Jun 19, 2020
-
- Jun 03, 2020
-
-
Ahmed Abd El Mawgood authored
-
- May 22, 2020
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- May 21, 2020
-
-
Jeremy Soller authored
-
- Apr 13, 2020
-
-
Ahmed Abd El Mawgood authored
This patch makes use of the data structures and functions impelemented in the last patch to enable RTLD debugging protocol as per SVR4
-
- Mar 11, 2020
-
-
Jeremy Soller authored
-
- Mar 07, 2020
-
-
Ahmed Abd El Mawgood authored
These files needs formating by the auto formatter and It keeps popping up every time I format my own code.
-
- Feb 06, 2020
-
-
Tiago authored
As with the previous commit, accept() was calling inner_get_name() and assuming only "tcp:" or "udp:" addresses would be received. Thus, in order to support AF_UNIX sockets, inner_get_name() was split into two, inner_af_inet() and inner_af_unix() - where the former keeps the previous logic, dealing with "tcp:" and "udp:" addresses, and the latter deals now with "chan:" addresses and filling in the sockaddr_un appropriately.
-
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.
-
- Jan 22, 2020
-
-
Jeremy Soller authored
-
- Dec 19, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Dec 15, 2019
-
-
Jeremy Soller authored
-
- Dec 01, 2019
-
-
Jeremy Soller authored
-
- Sep 19, 2019
-
-
Jeremy Soller authored
-
- Sep 16, 2019
-
-
AdminXVII authored
-
- Sep 13, 2019
-
-
AdminXVII authored
-
- Aug 12, 2019
- Aug 11, 2019
-
-
AdminXVII authored
-
- Aug 10, 2019
-
-
Jeremy Soller authored
-
- Aug 04, 2019
-