- Jun 15, 2017
-
-
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.
-
- 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
-
Razican authored
-
Andrew Salmon authored
semget, semop, semctl; semtimedop not implemented and struct semun not defined
-
Andrew Salmon authored
also struct itimerval, which is necessary for the implementation
-
- May 25, 2017
-
-
Andrew Salmon authored
Also slightly modified argument name for localtime.
-
Razican authored
-
- May 24, 2017
-
-
Daniel McKenna authored
Fixed trailing whitespace in x86.rs and reverted the minor version number in the Cargo.toml
-
- May 23, 2017
-
-
Daniel McKenna authored
Added equivalents for user_regs_struct and user_struct from linux/user.h for x86 and x86_64.
-
- May 18, 2017
-
-
Bryant Mairs authored
The default on OS X does not provide clear errors, instead the NOCANCEL variants should be used. These are available as of OS X 10.6 onwards.
-
Lee Bousfield authored
-
- May 15, 2017
-
-
Lee Bousfield authored
-
- May 07, 2017
-
-
Lee Bousfield authored
-
Lee Bousfield authored
-
- May 06, 2017
-
-
Kelvin Ly authored
-
- May 03, 2017
-
-
Jon Gjengset authored
-