- Jul 03, 2017
-
-
Nicolas Dusart authored
-
- Jun 24, 2017
-
-
Gabriel Majeri authored
-
- Jun 20, 2017
-
-
equal-l2 authored
-
- Jun 19, 2017
- Jun 16, 2017
-
-
Michael Neumann authored
-
- Jun 15, 2017
-
-
James Cowgill authored
-
James Cowgill authored
In addition, move the syscalls to the mips module file because they are all identical in mips32 and mips64.
-
James Cowgill authored
As a result of this commit, glob64_t will be added to mips64.
-
Uwe Strempel authored
-
- Jun 14, 2017
-
-
Mateusz Sieczko authored
-
Jörg Thalheim authored
-
- Jun 13, 2017
-
-
Victor Polevoy authored
-
Victor Polevoy authored
-
Victor Polevoy authored
-
Victor Polevoy authored
-
Jörg Thalheim authored
-
- Jun 10, 2017
-
-
Shawn Anastasio authored
Adds prototype for unix seteuid() as defined here: http://pubs.opengroup.org/onlinepubs/009695399/functions/seteuid.html
-
- Jun 09, 2017
-
-
Victor Polevoy authored
-
- Jun 08, 2017
-
-
Andrew Salmon authored
-
Andrew Salmon authored
Make changes to reflect this
-
- Jun 07, 2017
-
-
Andrew Salmon authored
vfork, wait4, getresuid, getresgid, personality, vhangup, swapon, swapoff, getdomainname, setdomainname, iopl, ioperm
-
- Jun 04, 2017
-
-
Sebastian Humenda authored
-
- Jun 01, 2017
-
-
Sebastian Humenda authored
This commit introduces a UNIX-alike target for the l4re microkernel operating system. While this system is not a UNIX system at all, it is easiest to use the POSIX interface and hence benefit from common definitions. This version is a very early draft, only the basic data types have been verified and most of the complex data types (structs and unions) have not been ported yet.
-
- May 29, 2017
-
-
Daniel McKenna authored
Fixed the issues that prevented the libc_tests that are generated from passing. Also, fixed struct names and types to be representative of the linux source files.
-
- May 28, 2017
-
-
Hiroki Noda authored
-
Andrew Salmon authored
hopefully that fixes build errors
-
- May 27, 2017
-
-
Andrew Salmon authored
-
Andrew Salmon authored
-
- May 26, 2017
-
-
Andrew Salmon authored
-
Andrew Salmon authored
-
Andrew Salmon authored
-
Andrew Salmon authored
-
Andrew Salmon authored
overflow lines caused style build failure
-
Andrew Salmon authored
somehow i didn't catch this on my machine...oversight
-
Andrew Salmon authored
_GNU_SOURCE works differently than other libraries and creates function pointer issues
-