- Jun 08, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
- 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
-
-
Alex Crichton authored
-
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
-
Jon Gjengset 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
-
-
Lee Bousfield authored
-
Steven Fackler authored
Only for Linux and Android currently, though they also exist on BSDs
-
Kelvin Ly authored
-
Kelvin Ly authored
-