- Jul 03, 2017
-
-
Nicolas Dusart 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.
-
- Jun 14, 2017
-
-
Mateusz Sieczko authored
-
- Jun 13, 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
-
- 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
-
- May 27, 2017
-
-
Andrew Salmon authored
-
- May 26, 2017
-
-
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
-
- 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
-
-
Lee Bousfield authored
-
- May 07, 2017
-
-
Lee Bousfield authored
-
- May 02, 2017
-
-
NODA, Kai authored
There is a compatibility issue regarding the type of a flag parameter: int vs uint. Linux does declare the syscall to use uint and musl followed it, but it is incompatible with other POSIX recv*/send* syscalls. So it seems to be wise to follow the glibc version of prototypes with int. Signed-off-by:
NODA, Kai <nodakai@gmail.com>
-
- Apr 30, 2017
-
-
Steven Fackler authored
Only for Linux and Android currently, though they also exist on BSDs
-
- Apr 25, 2017
-
-
Anatol Pomozov authored
We need to create an initialized sigaction struct for Linux syscalls thus its fields need to be public. The field was named _restorer before but system libc/kernel uapi name the field sa_restorer.
-
Kelvin Ly authored
-
- Apr 24, 2017
-
-
Anatol Pomozov authored
MINSIGSTKSZ is a minimum size of process stack allowed
-
- Apr 21, 2017
- Apr 20, 2017
- Apr 19, 2017
-
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Apr 03, 2017
-
-
Amos Onn authored
-
- Mar 01, 2017
-
-
Zac Berkowitz authored
-
Zac Berkowitz authored
-
- Feb 27, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-