aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Nios II localplt.data update: remove __eqsf2Chung-Lin Tang1-1/+0
2016-07-21powerpc: Fix missing verb and typo in comment about AT_HWCAP entryGustavo Romero1-2/+2
2016-07-19microblaze: fix variable name collision with syscall macrosMike Frysinger1-21/+21
2016-07-13Refactor Linux raise implementation (BZ#15368)Adhemerval Zanella3-50/+77
2016-07-12x86-64: Add p{read,write}[v]64 to syscalls.list [BZ #20348]H.J. Lu1-0/+4
2016-07-11X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349]H.J. Lu1-0/+4
2016-07-11[AArch64] Add bits/hwcap.h for aarch64 linuxSzabolcs Nagy1-0/+34
2016-07-08Fix LO_HI_LONG definitionAdhemerval Zanella1-7/+3
2016-07-08Remove __ASSUME_OFF_DIFF_OFF64 definitionAdhemerval Zanella9-9/+8
2016-07-08tile: only define __ASSUME_ALIGNED_REGISTER_PAIRS for 32-bitChris Metcalf1-1/+3
2016-07-01SPARC64: update localplt.dataAurelien Jarno1-0/+1
2016-06-27MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno3-14/+14
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella5-13/+18
2016-06-19Expand comments in Linux times() implementation.Carlos O'Donell1-10/+17
2016-06-18MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno3-0/+6
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan26-0/+182
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella5-8/+0
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella59-575/+70
2016-06-07Bug 20214: Fix linux/in6.h and netinet/in.h sync.Carlos O'Donell1-4/+12
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell28-0/+28
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella8-199/+79
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella8-200/+79
2016-06-02Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell1-1/+3
2016-05-30posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)Adhemerval Zanella1-1/+1
2016-05-26network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella2-2/+2
2016-05-25network: recvmmsg and sendmmsg standard compliance (BZ#16919)Adhemerval Zanella15-44/+275
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella60-37/+350
2016-05-25Adjust kernel-features.h defaults for recvmsg and sendmsgAdhemerval Zanella15-28/+12
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer3-5/+50
2016-05-23Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6.Joseph Myers1-1/+20
2016-05-18Don't call internal _Unwind_Resume via PLTH.J. Lu2-2/+2
2016-05-18Don't call internal __pthread_unwind via PLTH.J. Lu1-2/+4
2016-05-18Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h.Joseph Myers1-0/+1
2016-05-18Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h.Joseph Myers1-0/+1
2016-05-09S390: Add support for vdso getcpu symbol.Stefan Liebler4-0/+10
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer1-0/+22
2016-05-03powerpc: Add missing insn in swapcontext [BZ #20004]Paul E. Murphy1-0/+1
2016-05-02powerpc: Fix clone CLONE_VM compareAdhemerval Zanella1-1/+1
2016-04-30m68k: avoid local labels in symbol tableAndreas Schwab1-4/+4
2016-04-29Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella21-141/+220
2016-04-27Add missing iucv related defines.Stefan Liebler1-0/+10
2016-04-25Fix stdlib/tst-makecontext regression for Nios IIChung-Lin Tang1-0/+12
2016-04-14Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella1-0/+1
2016-04-14Remove union wait [BZ #19613]Florian Weimer4-4/+4
2016-04-12VDSO support for MIPSMatthew Fortune7-0/+133
2016-04-11Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella16-427/+27
2016-04-11Consolidate pread/pread64 implementationsAdhemerval Zanella17-414/+28
2016-04-11Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella4-10/+35
2016-04-11Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella3-0/+16
2016-04-11Fix build with HAVE_AUX_VECTORSamuel Thibault1-3/+3