- Jul 20, 2023
-
-
Jacob Lorentzon authored
-
- Dec 02, 2022
-
-
Jeremy Soller authored
-
- Jun 14, 2020
-
-
Ahmed Abd El Mawgood authored
This was triggered by gcc for some reason It included sys/types.h and assumed sys/select.h to be there. And that seams to be the case in musl. The problem with relibc here is that sys/types.h is are part of relibc "include/*.h" files, while sys/select.h is generated by cbindgen. That makes it impossible to #include select.h in types.h epsecially that there are files like fcntl.c that uses types.h. They would complain about missing headers. I fixed this by renaming sys/types.h to sys/types_internal.h and then generating types.h using cbindgen as well except for that. however fcntl and dlmalloc can include types_internal instead of types.h
-
- May 23, 2020
-
-
Ahmed Abd El Mawgood authored
Normally one shouldn't be using this datatype ever, but then someone have to tell that to gcc folks :(
-
- Apr 24, 2020
-
-
Ahmed Abd El Mawgood authored
This patch implements sys/user.h file that works for both x86_64 as well as aarch64. This include file is used by sys/procfs.h which is needed dependency for binutils. There is bug in this patch in aarch64 implementation which is the lack of f128 implementation in rust, thus we can't create cbinding for long double.
-
- Jan 13, 2019
-
-
Jeremy Soller authored
-
- Jan 01, 2019
-
-
Jeremy Soller authored
-
- Dec 14, 2018
-
-
Jeremy Soller authored
-
- Dec 13, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Nov 17, 2018
-
-
Jeremy Soller authored
-
- Oct 09, 2018
-
-
Nagy Tibor authored
-
- Oct 05, 2018
-
-
jD91mZM2 authored
-
- Aug 18, 2018
-
-
Jeremy Soller authored
-
- Jul 27, 2018
-
-
jD91mZM2 authored
-
- Jul 22, 2018
-
-
jD91mZM2 authored
-
- Jul 08, 2018
-
-
jD91mZM2 authored
-
- Mar 26, 2018
-
-
Paul Sajna authored
-
- Mar 11, 2018
-
-
Paul Sajna authored
-
- Mar 10, 2018
-
-
- Update target location of mman.h to sys/mman.h - Add more types to sys/type.h
-
Dan Robertson authored
Add implementations of sprintf and snprintf so that we can get a bit closer to compiling libc-test.
-
- Mar 09, 2018
-
-
Paul Sajna authored
-
-
- Mar 03, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-