aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
2016-07-01SPARC64: update localplt.dataAurelien Jarno
2016-06-27MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno
2016-06-21Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella
2016-06-19Expand comments in Linux times() implementation.Carlos O'Donell
2016-06-18MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella
2016-06-07Bug 20214: Fix linux/in6.h and netinet/in.h sync.Carlos O'Donell
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell
2016-06-06Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella
2016-06-06Consolidate preadv/preadv64 implementationAdhemerval Zanella
2016-06-02Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell
2016-05-30posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)Adhemerval Zanella
2016-05-26network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella
2016-05-25network: recvmmsg and sendmmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-05-25Adjust kernel-features.h defaults for recvmsg and sendmsgAdhemerval Zanella
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer
2016-05-23Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6.Joseph Myers
2016-05-18Don't call internal _Unwind_Resume via PLTH.J. Lu
2016-05-18Don't call internal __pthread_unwind via PLTH.J. Lu
2016-05-18Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h.Joseph Myers
2016-05-18Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h.Joseph Myers
2016-05-09S390: Add support for vdso getcpu symbol.Stefan Liebler
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer
2016-05-03powerpc: Add missing insn in swapcontext [BZ #20004]Paul E. Murphy
2016-05-02powerpc: Fix clone CLONE_VM compareAdhemerval Zanella
2016-04-30m68k: avoid local labels in symbol tableAndreas Schwab
2016-04-29Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella
2016-04-27Add missing iucv related defines.Stefan Liebler
2016-04-25Fix stdlib/tst-makecontext regression for Nios IIChung-Lin Tang
2016-04-14Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-04-12VDSO support for MIPSMatthew Fortune
2016-04-11Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella
2016-04-11Consolidate pread/pread64 implementationsAdhemerval Zanella
2016-04-11Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella
2016-04-11Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella
2016-04-11Fix build with HAVE_AUX_VECTORSamuel Thibault
2016-04-08Fix termios.h XCASE namespace (bug 19925).Joseph Myers
2016-03-29[microblaze] Remove __ASSUME_FUTIMESAT.Joseph Myers
2016-03-28Synchronize <sys/personality.h> with kernel headersAurelien Jarno
2016-03-23Assume __NR_utimensat is always definedAurelien Jarno
2016-03-23Assume __NR_openat is always definedAurelien Jarno
2016-03-23x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock
2016-03-22Remove __ASSUME_GETDENTS64_SYSCALL.Joseph Myers
2016-03-21Remove __ASSUME_SIGNALFD4.Joseph Myers
2016-03-21posix: Fix posix_spawn implict check styleAdhemerval Zanella
2016-03-21Use JUMPTARGET in x86-64 pthreadH.J. Lu