aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Add more IPV6_* macros to sysdeps/unix/sysv/linux/bits/in.h.Joseph Myers1-0/+14
2017-03-12Fix send consolidation typoMarko Myllynen1-1/+1
2017-03-09Consolidate Linux send implementationAdhemerval Zanella22-77/+24
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella16-19/+4
2017-03-09Consolidate Linux recv implementationAdhemerval Zanella18-81/+12
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella17-19/+5
2017-03-09Consolidate Linux connect implementationAdhemerval Zanella14-16/+5
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella17-20/+12
2017-03-08Test for correct setting of errno.Yury Norov2-1/+143
2017-03-07hppa: set __IPC_64 as zero for SysV IPC callsAdhemerval Zanella1-0/+21
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer2-2/+2
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg6-7/+1
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2-1/+6
2017-02-22Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h.Joseph Myers1-1/+3
2017-02-21Add IP_RECVFRAGSIZE from Linux 4.10.Joseph Myers1-0/+1
2017-02-17Rework -fno-omit-frame-pointer support on i386Adhemerval Zanella4-41/+60
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-0/+1
2017-02-08aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLERAdhemerval Zanella1-1/+1
2017-02-08Add Linux PTRACE_EVENT_STOPKir Kolyshkin7-14/+28
2017-02-07powerpc: Set minimum kernel version for powerpc64leRajalakshmi Srinivasaraghavan2-0/+31
2017-02-06sparc: Remove unused assignment in __cloneIvo Raisr2-2/+0
2017-02-06Consolidate arm and mips posix_fadvise implementationsAdhemerval Zanella4-42/+18
2017-01-31Add ipc_priv.h header for Nios II to set __IPC_64 to zero.Chung-Lin Tang1-0/+21
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell1-9/+7
2017-01-24Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke3-68/+66
2017-01-20powerpc: Fix adapt_count update in __lll_unlock_elisionTulio Magno Quites Machado Filho1-1/+1
2017-01-20S390: Adjust lock elision code after review.Stefan Liebler4-43/+54
2017-01-19Restore clock_* librt exports for MicroBlaze (bug 21061).Joseph Myers1-0/+31
2017-01-16Make soft-float powerpc swapcontext restore the signal mask (bug 21045).Joseph Myers1-1/+2
2017-01-16tile: pass __IPC_64 as zero for SysV IPC callsChris Metcalf1-0/+21
2017-01-13robust mutexes: Fix broken x86 assembly by removing itTorvald Riegel5-712/+0
2017-01-12Fix MIPS o32 posix_fadvise.Joseph Myers1-0/+4
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel2-21/+21
2017-01-09Update MicroBlaze localplt.data.Joseph Myers1-1/+2
2017-01-05Fix MIPS n64 readahead (bug 21026).Joseph Myers1-0/+2
2017-01-03powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho3-12/+20
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2-0/+40
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1417-1417/+1417
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel14-3685/+80
2016-12-31Add fromfp functions.Joseph Myers26-0/+312
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella10-35/+7
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella10-14/+7
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella12-89/+32
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella11-22/+15
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella11-88/+14
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella10-13/+6
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella10-14/+6
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella13-191/+36
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella10-14/+6