summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2013-01-08libc: handle sync_file_rangeBernhard Reutner-Fischer
2012-12-11arm: clone: restore stack pointer just after return from syscallFilippo Arcidiacono
2012-12-05xtensa: fix setjmp that didn't save all registers correctlyChris Zankel
2012-12-03sched.h: include stdlib.h for malloc/freeBernhard Reutner-Fischer
2012-12-01update ptrace.h to latest from glibcJames Hogan
2012-11-29libc/stdlib: localize __unix_grantptMike Frysinger
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-18AVR32: declare missing result variableFelix Fietkau
2012-11-17string/microblaze: fix preprocessor styleMike Frysinger
2012-11-17libc/sysdeps: dup3: check for __NR_dup3 since older kernels/arches lack itMike Frysinger
2012-11-14libc/stdlib: add mkostemp helpersMike Frysinger
2012-11-14libc/sysdeps: add dup3 syscall wrapperMike Frysinger
2012-11-12string/microblaze: Fix for little-endianSteve Bennett
2012-11-12microblaze/bits/setjmp.h: Fix stray #endifSteve Bennett
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-31_scanf.c: Implement 'm' modifier for 'c' and '[' conversions.Will Newton
2012-10-31__uclibc_main: remove stray trailing spaceBernhard Reutner-Fischer
2012-10-02libc/sysdeps: add __kernel_long and __kernel_ulongChris Packham
2012-08-04i386/bits/syscalls.h: allow immediate values as 6th syscall argNatanael Copa
2012-08-04bits/time.h: sync with glibc 2.16Peter Korsgaard
2012-08-04libc/inet/resolv.c: Use IE model for TLS data.Will Newton
2012-08-04libc/inet/resolv.c: Remove obsolete comment.Will Newton
2012-07-24Accept either __NR__lseek or __NR_lseekBernd Schmidt
2012-06-18Revert: buildsys: clean up libubacktrace linker script handlingKevin Cernekee
2012-06-15libubacktrace: temporarily workaround link issueBernhard Reutner-Fischer
2012-06-15remove sysdep.h from arch specific string implementationPeter S. Mazinger
2012-06-15remove cris/fork.c, unusedPeter S. Mazinger
2012-06-15update arc4random from bug #885Peter S. Mazinger
2012-06-15epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2012-06-15include pthreadP.h for SIGCANCELPeter S. Mazinger
2012-06-15sigset-cvt-mask.h: add a guard to allow including it twicePeter S. Mazinger
2012-06-15signal: remove sigblock, siggetmask and sigsetmaskPeter S. Mazinger
2012-06-15bits/types.h: remove thread types, users should include pthread.hPeter S. Mazinger
2012-06-15error.c: no need for __error and __error_at_linePeter S. Mazinger
2012-06-15fts.c: add a comment about wrong usage of _lfs_64.hPeter S. Mazinger
2012-06-15sigqueue.c: rewrite a bitPeter S. Mazinger
2012-06-15add posix_madvise.cPeter S. Mazinger
2012-06-15change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common codePeter S. Mazinger
2012-06-15make arch specific cacheflush, readahead and sysmips LINUX_SPECIFIC dependentPeter S. Mazinger
2012-06-15shm.c: do not use __libc_X internallyPeter S. Mazinger
2012-06-15sigqueue.c: do not use __libc_X name internallyPeter S. Mazinger
2012-06-15sigpause.c: provide the X/Open variant, since the BSD version is deprecatedPeter S. Mazinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger