about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0137-37/+37
|
* New API to set default thread attributesSiddhesh Poyarekar2013-06-152-0/+8
| | | | | | | This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
|
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-022-0/+10
| | | | It is based on draft TS 18661 and currently enabled as a GNU extension.
* Remove extra pthread_atfork compat symbolsAndreas Schwab2013-03-111-1/+0
|
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-182-0/+6
| | | | | | | | | | | This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed.
* Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers2013-02-172-7/+3
|
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-2/+2
|
* Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers2013-01-312-5/+2
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0237-37/+37
|
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-242-0/+10
|
* Clean up init-first.c files.Roland McGrath2012-10-012-4/+6
|
* Avoid DWARF definition DIE on ifunc symbolsH.J. Lu2012-08-091-4/+15
|
* Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵Roland McGrath2012-08-068-8/+0
| | | | struct dirent64.
* Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath2012-08-0610-10/+0
|
* Remove x32/iofopen.c and x32/iofopen64.cH.J. Lu2012-08-062-2/+0
|
* Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0.Roland McGrath2012-08-014-4/+0
|
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-302-2/+0
|
* Remove unused pseudo_end labelAndreas Schwab2012-07-259-19/+8
|
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-252-0/+6
|
* Move c++-types baselines to sysdeps directories.Joseph Myers2012-07-172-0/+134
|
* x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2012-07-171-2/+3
|
* Use x86_64 bits/sigcontext.h for i386 and x86_64H.J. Lu2012-06-041-194/+0
|
* Update x86_64 bits/sigcontext.h from kernel 3.4.0H.J. Lu2012-06-041-0/+34
|
* Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64H.J. Lu2012-06-042-165/+0
|
* Use x86_64 bits/{io,perm}.h for i386 and x86_64H.J. Lu2012-06-042-218/+0
|
* Fix a typo in x86_64 sys/io.hH.J. Lu2012-06-011-1/+1
|
* Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64H.J. Lu2012-06-011-1/+0
|
* Define DR_LEN_8 only if __x86_64__ is definedH.J. Lu2012-06-011-1/+3
|
* Use x86_64 bits/typesizes.h for i386 and x86-64H.J. Lu2012-05-311-80/+0
|
* Use __SWORD_TYPE for __FSWORD_T_TYPE with -m32H.J. Lu2012-05-311-1/+2
|
* Use x86_64 bits/siginfo.h for i386 and x86_64H.J. Lu2012-05-311-330/+0
|
* Use x86_64 bits/stat.h for i386 and x86-64H.J. Lu2012-05-311-210/+0
|
* Update x86_64 bits/stat.hH.J. Lu2012-05-311-5/+3
|
* Remove space before tab in indentH.J. Lu2012-05-311-1/+1
|
* Use x86_64 bits/sysctl.h for x86-64 and i386H.J. Lu2012-05-311-20/+0
|
* Use x86_64 sys/{ucontext,user}.h for i386 and x86_64H.J. Lu2012-05-312-426/+0
|
* Use x86_64 sys/procfs.h for both i386 and x86_64H.J. Lu2012-05-311-145/+0
|
* Replace addr with __addr in x86_64 sys/io.hH.J. Lu2012-05-311-19/+22
|
* Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu2012-05-311-113/+0
|
* Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64H.J. Lu2012-05-313-276/+0
|
* Use x86_64 bits/ipctypes.h for both i386 and x86-64H.J. Lu2012-05-311-33/+0
|
* Use x86_64 bits/epoll.h for both i386 and x86_64H.J. Lu2012-05-311-31/+0
|
* Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu2012-05-311-337/+0
|
* Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu2012-05-311-96/+0
|
* Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu2012-05-311-11/+0
|
* Remove use of INTDEF/INTUSE in socketAndreas Schwab2012-05-311-1/+1
|
* Use __UWORD_TYPE for __NLINK_T_TYPE with -m32H.J. Lu2012-05-301-1/+5
|
* Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu2012-05-304-6/+6
|
* Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath2012-05-251-1/+6
|