summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
AgeCommit message (Expand)Author
2013-02-11libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabledMarkos Chandras
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-26libc/sysdeps: sync bits/in.h with glibcMike Frysinger
2013-01-26libc/sysdeps: dup3: fix typo in commentMike Frysinger
2013-01-17socket.h: pull socket_type.h from eglibcBernhard Reutner-Fischer
2013-01-14LT.old: reinstate buildBernhard Reutner-Fischer
2013-01-14buildsys: use kbuild style, fix omissionBernhard Reutner-Fischer
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
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-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-17libc/sysdeps: dup3: check for __NR_dup3 since older kernels/arches lack itMike Frysinger
2012-11-14libc/sysdeps: add dup3 syscall wrapperMike Frysinger
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-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-07-24Accept either __NR__lseek or __NR_lseekBernd Schmidt
2012-06-15remove cris/fork.c, unusedPeter 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-15bits/types.h: remove thread types, users should include pthread.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-15sigqueue.c: do not use __libc_X name internallyPeter S. Mazinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger
2012-06-15vax/statfs.h: common one is good for vaxPeter S. Mazinger
2012-06-15vax/machine-gmon.h: remove, unneededPeter S. Mazinger
2012-06-15e1/bits/unistd.h: remove unneeded bitsPeter S. Mazinger
2012-06-15xstatconv: cleanup includesPeter S. Mazinger
2012-06-15not-cancel.h: update common version and make sure we use this onePeter S. Mazinger
2012-06-15pause.c: add back usage of pause syscallPeter S. Mazinger
2012-06-15not-cancel.h: use the non-cancellable functions in libc instead of inlining codePeter S. Mazinger
2012-06-15pread_write.c: make all archs use common codePeter S. Mazinger
2012-06-15add cancellation to generic pread_writePeter S. Mazinger