summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...Marcin Koƛcielnicki2019-11-221-1/+2
* mips: Force RWX stack for hard-float builds that can run on pre-4.8 kernelsDragan Mladjenovic2019-11-053-0/+90
* Bug 20116: Fix use after free in pthread_create()Carlos O'Donell2018-12-291-9/+7
* Fix segfault in maybe_script_execute.Stefan Liebler2018-09-101-1/+1
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-12-028-43/+85
* i386: Hide __old_glob64 [BZ #18822]H.J. Lu2017-12-021-0/+3
* Bug 21053: sh: Reduce namespace pollution from sys/ucontext.hJames Clarke2017-07-313-68/+66
* Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.carjun/backport-c579f48-to-2.24Arjun Shankar2017-06-071-4/+3
* Remove cached PID/TID in cloneAdhemerval Zanella2017-06-0744-689/+55
* Fix MIPS n64 readahead (bug 21026).Joseph Myers2017-04-091-0/+2
* posix_spawn: use a larger min stack for -fstack-check [BZ #21253]Mike Frysinger2017-04-031-0/+5
* posix_spawn: fix stack setup on ia64 [BZ #21275]Mike Frysinger2017-03-201-5/+6
* powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho2017-01-233-12/+20
* Fix Linux sh4 pread/pwrite argument passingAdhemerval Zanella2016-10-2410-100/+19
* posix: Correctly block/unblock all signals on Linux posix_spawnAdhemerval Zanella2016-09-281-6/+2
* posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella2016-09-281-2/+4
* arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2016-08-181-0/+7
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-188-1/+11
* x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2016-08-041-0/+2
* Nios II localplt.data update: remove __eqsf2Chung-Lin Tang2016-07-271-1/+0
* powerpc: Fix missing verb and typo in comment about AT_HWCAP entryGustavo Romero2016-07-211-2/+2
* microblaze: fix variable name collision with syscall macrosMike Frysinger2016-07-191-21/+21
* Refactor Linux raise implementation (BZ#15368)Adhemerval Zanella2016-07-133-50/+77
* x86-64: Add p{read,write}[v]64 to syscalls.list [BZ #20348]H.J. Lu2016-07-121-0/+4
* X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349]H.J. Lu2016-07-111-0/+4
* [AArch64] Add bits/hwcap.h for aarch64 linuxSzabolcs Nagy2016-07-111-0/+34
* Fix LO_HI_LONG definitionAdhemerval Zanella2016-07-081-7/+3
* Remove __ASSUME_OFF_DIFF_OFF64 definitionAdhemerval Zanella2016-07-089-9/+8
* tile: only define __ASSUME_ALIGNED_REGISTER_PAIRS for 32-bitChris Metcalf2016-07-081-1/+3
* SPARC64: update localplt.dataAurelien Jarno2016-07-011-0/+1
* MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno2016-06-273-14/+14
* Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella2016-06-215-13/+18
* Expand comments in Linux times() implementation.Carlos O'Donell2016-06-191-10/+17
* MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno2016-06-183-0/+6
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-1626-0/+182
* Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella2016-06-135-8/+0
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-1059-575/+70
* Bug 20214: Fix linux/in6.h and netinet/in.h sync.Carlos O'Donell2016-06-071-4/+12
* Bug 20198: quick_exit should not call destructors.Carlos O'Donell2016-06-0628-0/+28
* Consolidate pwritev/pwritev64 implementationsAdhemerval Zanella2016-06-068-199/+79
* Consolidate preadv/preadv64 implementationAdhemerval Zanella2016-06-068-200/+79
* Fix macro API for __USE_KERNEL_IPV6_DEFS.Carlos O'Donell2016-06-021-1/+3
* posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)Adhemerval Zanella2016-05-301-1/+1
* network: Fix missing bits from {recv,send}{m}msg standard com,plianceAdhemerval Zanella2016-05-262-2/+2
* network: recvmmsg and sendmmsg standard compliance (BZ#16919)Adhemerval Zanella2016-05-2515-44/+275
* network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella2016-05-2560-37/+350
* Adjust kernel-features.h defaults for recvmsg and sendmsgAdhemerval Zanella2016-05-2515-28/+12
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-232-4/+46
* Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6.Joseph Myers2016-05-231-1/+20
* Don't call internal _Unwind_Resume via PLTH.J. Lu2016-05-182-2/+2