aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-01-25fix gettid() declarationHEADmasterWaldemar Brodkorb1-1/+1
2026-01-10sys/stat.h: remove _STAT_VER/_MKNOD_VERWaldemar Brodkorb1-2/+0
2026-01-09add gettid syscall wrapperWaldemar Brodkorb1-0/+4
2025-08-15remove uClibc specific gettext_printfWaldemar Brodkorb1-3/+0
2025-06-30inet/netdb: fix getnameinfo signatureMarcus Haehnel1-1/+1
2025-06-30openpty/forkpty: use const for termios and winsize argumentsMarcus Haehnel1-2/+4
2025-04-07add getentropy(), fix return value of getrandom()Thorsten Glaser1-0/+9
2025-04-05mount.h: fix MS_{} being seen as an identifier iso a variableThomas Devoogdt1-0/+25
2025-04-04include/stdlib.h: only expose reallocarray() prototype when implementation is...Thomas Petazzoni1-0/+4
2025-03-31aarch64: add fenv support from glibcWaldemar Brodkorb1-0/+10
2025-03-22spawn.h: fix compiler warning about unused variableFrank Mehnert1-0/+1
2025-03-22stdint.h: don't define __INT64_C / __UINT64_C if already definedFrank Mehnert1-0/+8
2025-01-07time64_helpers.h: error out when attempting to compile with TIME64 for 32bit ...Nadav Tasher1-0/+5
2025-01-07Revert "features.h: error out when attempting to compile with TIME64 for 32bi...Nadav Tasher1-6/+0
2025-01-02features.h: error out when attempting to compile with TIME64 for 32bit target...Nadav Tasher1-0/+6
2024-08-14add process_vm_{read,write}v syscall wrapper from glibcWaldemar Brodkorb1-0/+19
2024-07-24add SEEK_DATA/SEEK_HOLEWaldemar Brodkorb2-1/+8
2024-07-17allow to use <sys/ucontext.h>Waldemar Brodkorb1-2/+2
2024-07-09Clang support for gnu_inline attributeWaldemar Brodkorb1-1/+1
2024-07-09features.h: add clang prerequisite macroMarcus Haehnel1-0/+12
2024-07-09c++: Remove deprecated dynamic exception specificationSven Linker1-3/+9
2024-07-09stdlib: increase number of static atexit handlers to 32Yann Le Du1-1/+1
2024-06-04xtensa: add FDPIC supportMax Filippov1-1/+5
2024-05-20Cast to proper types inside atomic macroses.Dmitry Chestnykh1-9/+9
2024-05-16Correct uClibc compilation.Dmitry Chestnykh1-1/+1
2024-04-30Define __USE_TIME_BITS64 when it is necessary.Dmitry Chestnykh1-0/+4
2024-04-14tree: Remove ^LPetr Vorel2-11/+11
2024-04-14libuargp: restrict compatibility macros in argp.h onlyYao Zi1-0/+11
2024-03-12add explicit_bzero from muslWaldemar Brodkorb1-0/+1
2024-03-12add reallocarray from muslWaldemar Brodkorb1-0/+2
2024-03-01libc: Remove 32bit timespec structures everywhere.Dmitry Chestnykh1-5/+0
2024-02-26Refactor `ts32_struct` and `TO_ITS64_P`.Dmitry Chestnykh1-1/+6
2024-02-25Add support for using time64 on big-endian machines.Dmitry Chestnykh1-0/+31
2024-02-18features.h: Rework _DEFAULT_SOURCEPaul Cercueil1-9/+11
2024-02-07ld.so: Add support of DT_RELR relocation format.Dmitry Chestnykh1-1/+7
2024-02-07sys/stat.h: Make fchmod() available if __USE_XOPEN2KPaul Cercueil1-1/+1
2024-02-07sys/stat.h: Make S_ISSOCK() available if __USE_XOPEN2KPaul Cercueil1-2/+3
2023-11-10prlimit: add name redirection and fix incorrect parameters to syscallPavel Kozlov1-3/+15
2023-11-02setjmp.h: Fix C++ build and avoid duplicate throw declarationMarcus Hähnel1-2/+4
2023-10-28Fix -Warray-parameter warning for __sigsetjmpPavel Kozlov1-15/+1
2023-10-27setrlimit/getrlimit: fix prlimit64 syscall use for 32-bit CPUsPavel Kozlov1-0/+4
2023-08-09fcntl.h: declare f_owner_ex for all architecturesWaldemar Brodkorb1-0/+20
2023-08-08aarch64: add hwcap header fileWaldemar Brodkorb1-0/+1
2023-01-08Add lost includes. Fix add getauxval() implementation.Evgeniy Manachkin1-0/+3
2022-12-19add getauxval() implementationramin1-0/+30
2022-09-27arc: add support for ARCv3 32-bit processorsSergey Matyukevich1-0/+1
2022-09-27arc: minor cleanup for ARCv2Sergey Matyukevich1-1/+1
2022-06-29assert: Add static_assert macroNicolas Cavallari1-0/+5
2022-05-23libc/misc/getloadavg: Add getloadavg support to uClibc-nglancethepants1-1/+1
2022-03-21arpa/nameser.h: add ns_t_tkeyWaldemar Brodkorb1-0/+1