summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc
AgeCommit message (Expand)Author
2024-03-01libc: Remove 32bit timespec structures everywhere.Dmitry Chestnykh
2024-02-27Fix *stat() and *stat64() when the time is beyond year 2038.Dmitry Chestnykh
2024-02-26Refactor `ts32_struct` and `TO_ITS64_P`.Dmitry Chestnykh
2024-02-25Add time64 support for PowerPC.Dmitry Chestnykh
2023-08-06powerpc: fix conflicting definitions with newer Linux kernelWaldemar Brodkorb
2022-10-14Static pie support for ppclinted
2021-06-04powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de...Yann Sionneau
2021-04-09open: Add support for O_TMPFILENicolas Cavallari
2021-02-19fcntl.h: Make F_DUPFD_CLOEXEC if _USE_XOPEN2K8Paul Cercueil
2020-07-02Rename __unused struct members to include a namespaceEd Wildgoose
2020-02-03csky: add statx conditionalsWaldemar Brodkorb
2019-10-30Make __syscall_error return long, as expected by syscall() callersCarlos Santos
2019-09-30PowerPC: Fix termios definitionsAdhemerval Zanella
2018-02-03bits/mman.h: consolidate header fileWaldemar Brodkorb
2017-11-03math: add exception handling functionalitySergey Cherkashin
2017-08-10sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constantWaldemar Brodkorb
2017-07-28cleanup unused defines and includes from clone.SWaldemar Brodkorb
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-06-08fcntl.h: fixup namespace for O_DIRECTORY/O_NOFOLLOW/O_CLOEXECWaldemar Brodkorb
2017-01-28remove PID cachingWaldemar Brodkorb
2017-01-20ppc: fix mq_sendWaldemar Brodkorb
2016-10-08ppc: do not include copysgnl.c if UCLIBC_HAS_LONG_DOUBLE_MATH enabledWaldemar Brodkorb
2016-10-05cleanup ppc portWaldemar Brodkorb
2016-07-31deduplicate jmpbuf-unwind.hWaldemar Brodkorb
2016-07-17cleanup PTR_MANGLE/PTR_DEMANGLE supportWaldemar Brodkorb
2016-06-03ppc: cleanup unsupported ppc64 codeWaldemar Brodkorb
2015-12-17Add implementation for copysignl for ppcKhem Raj
2015-12-07add definitions for O_PATHWaldemar Brodkorb
2015-12-05remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__Waldemar Brodkorb
2015-12-05remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__Waldemar Brodkorb
2015-03-24libc: TIME64_COMPAT32 for sparc, mipsBernhard Reutner-Fischer
2014-09-16powerpc: update ptrace.h to latest from glibcGustavo Zacarias
2014-08-25fcntl.h: Define F_SETPIPE_SZ and F_GETPIPE_SZKhem Raj
2014-08-25mathinline.h: Use __extern_inlineBernhard Reutner-Fischer
2014-01-22powerpc: syscall support up to 6 argumentsBernhard Reutner-Fischer
2013-12-20libc/sysdeps: commonize ret_ERRVALBaruch Siach
2013-04-01linux: pread/write: convert to SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BITMike Frysinger
2013-03-14libc: switch several users to unlikely()Bernhard Reutner-Fischer
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-10-02libc/sysdeps: add __kernel_long and __kernel_ulongChris Packham
2012-06-15pread_write.c: make all archs use common codePeter S. Mazinger
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2012-06-15posix_fadvise: make posix_fadvise[64] similar on all archsPeter S. Mazinger
2012-06-15local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update commonPeter S. Mazinger
2012-06-15cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger