aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-08Fix termios.h XCASE namespace (bug 19925).Joseph Myers5-5/+5
2016-03-29[microblaze] Remove __ASSUME_FUTIMESAT.Joseph Myers2-33/+0
2016-03-28Synchronize <sys/personality.h> with kernel headersAurelien Jarno1-0/+3
2016-03-23Assume __NR_utimensat is always definedAurelien Jarno3-22/+0
2016-03-23Assume __NR_openat is always definedAurelien Jarno1-4/+0
2016-03-23x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock2-0/+2
2016-03-22Remove __ASSUME_GETDENTS64_SYSCALL.Joseph Myers2-114/+81
2016-03-21Remove __ASSUME_SIGNALFD4.Joseph Myers2-26/+1
2016-03-21posix: Fix posix_spawn implict check styleAdhemerval Zanella1-1/+1
2016-03-21Use JUMPTARGET in x86-64 pthreadH.J. Lu3-7/+3
2016-03-20posix: Fix posix_spawn invalid memory accessAdhemerval Zanella1-1/+1
2016-03-17Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers3-52/+1
2016-03-17Remove __ASSUME_FALLOCATE.Joseph Myers2-36/+12
2016-03-15Remove __ASSUME_PPOLL.Joseph Myers2-29/+1
2016-03-15Adjust kernel-features.h defaults for socket syscalls.Joseph Myers17-174/+37
2016-03-14Update glibc headers for Linux 4.5.Joseph Myers3-0/+4
2016-03-10Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu1-4/+4
2016-03-09mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno1-0/+7
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella21-0/+436
2016-03-03Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu1-1/+1
2016-03-01Call x86-64 __setcontext directlyH.J. Lu1-1/+1
2016-02-26Remove kernel-features.h conditionals on pre-3.2 kernels.Joseph Myers11-157/+59
2016-02-24Remove linux/fanotify.h configure test.Joseph Myers3-62/+0