summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/xtensa
AgeCommit message (Expand)Author
2014-08-25fcntl.h: Define F_SETPIPE_SZ and F_GETPIPE_SZKhem Raj
2014-01-08xtensa: use common ptrace.hBaruch Siach
2013-12-20libc/sysdeps: commonize ret_ERRVALBaruch Siach
2013-11-04xtensa: fix atomic_decrement_if_positive() return valueBaruch Siach
2013-11-04xtensa: fix layout of struct sigcontext to match the kernelBaruch Siach
2013-04-01linux: pread/write: convert to SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01linux: posix_fadvise: use new SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BITMike Frysinger
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
2012-12-05xtensa: fix setjmp that didn't save all registers correctlyChris Zankel
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-03xtensa: add missing atomic intrinsicsChris Zankel
2012-11-03xtensa: sysdep.h needs to include sys/syscall.hChris Zankel
2012-11-03xtensa: add a stub user.h fileChris Zankel
2012-11-03xtensa: fix a misnumbered register in sigsetjmpChris Zankel
2012-11-03xtensa: add a set of atomic intrinsicsChris Zankel
2012-11-03xtensa: add sigcontext.hChris Zankel
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-15fork: provide __libc_fork only if THREADS are enabledPeter 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-15nios2,xtensa: common uClibc_page.h is good for themPeter S. Mazinger
2012-06-15xtensa-config.h: remove XCHAL_MMU_MIN_PTE_PAGE_SIZE used only in uClibc_page.hPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15add jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x and xtensaPeter S. Mazinger
2012-05-30pread/pwrite: drop fallback funcsMike Frysinger
2012-05-30pread/pwrite: handle renamed syscalls in common/ppc/xtensa codeMike Frysinger
2012-01-28*: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer
2012-01-26*: silence some warningsBernhard Reutner-Fischer
2011-03-09bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger
2010-06-24libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-08-30honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer
2009-08-30Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj
2009-07-29build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso
2009-07-26add missing UTIME_* defines for *at funcsMike Frysinger
2009-07-26enable nanosecond stat support for everyoneMike Frysinger
2009-07-09syscall: unify part 2: NCS varietyMike Frysinger
2009-07-08syscall: unify common syscall definesMike Frysinger
2009-07-03uClibc_arch_features: sync defines between portsMike Frysinger
2008-12-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-12-13make all "XXXhidden_proto(" consistently not use a space before '('Denis Vlasenko
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-12-01fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko