summaryrefslogtreecommitdiff
path: root/lib/libc/arch/x86_64
AgeCommit message (Expand)Author
2023-04-02Trailing whitespaceskrll
2021-10-31Tidy up how __sigaction14_sigtramp.c is added to SRCS.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2020-10-19Restore RSP from mcontextkamil
2020-10-12Add CVS Idkamil
2020-10-12Decorate the x86_64 signal trampoline with CFI attributes easing unwindingkamil
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2020-01-27Make x86 use the C versions of bcmp() and memcmp().ad
2019-12-02Add cfi annotations so that gdb can unwind the stack through signal handlers.christos
2019-04-26Unify signbitl implementations.maya
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2016-03-19Save and restore all the registers we need instead of playing tricks andchristos
2015-07-15Don't include sigtramp or foocontext routines in rumprun mode. They won'tpooka
2015-07-15Remove "objects built from C sources" comments. Everyone can seepooka
2014-11-24Fix ptrace %rcx corruption when pthread_errno() is used. Small example:christos
2014-05-22Put missing END() markers to set ELF symbol size.uebayasi
2014-05-22Put missing END() markers to set ELF symbol size.uebayasi
2014-05-14Whitespace.uebayasi
2013-11-24No need for bzero, memset provides it.christos
2013-11-23Remove now-non-existant bzero.S from sources list.jakllsch
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2012-02-27Make __cerror protected to restore ABI leak in older libc versions,joerg
2012-01-19let one bit more through to SSE, to make FP_X_IMP workdrochner
2011-11-18Exploit hidden __cerrorjoerg
2011-11-18Explicitly mark __cerror as hiddenjoerg
2011-10-19Fix fpsetmask(3) to be able to clear bits previously set.njoly
2011-09-30PR/44293: Paul Goyette: Fix the mess of the rounding code.christos
2011-09-29even simpler.christos
2011-09-29add a simpler version.christos
2011-09-28Instead of using a PICGOT relocation for map, use just a pc-relative onechristos
2011-06-06make sure the infinity returned by HUGE_VALL has the "implicit"drochner
2011-06-05Revert previous and make frach be 0xc0000000 for NAN's generated by strtold()christos
2011-06-04Make NAN tests consistent with other platforms and FreeBSD.christos
2011-04-10make infinityl match what gdtoa thinks.christos
2011-03-26add fpgetprec/fpsetprecchristos
2011-03-20Add ld formats for the unit-tests.christos
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2010-01-14Move AMD64's bswap64 implementation from libc to src/common and share itjoerg
2009-12-06Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} becauseuebayasi
2009-08-11Change NO_SRCS lines to specify .S in order to exclude the .c file fromdsl
2009-07-31Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc.dsl
2009-07-30If SRCS contains any .S files then remove the corresponding .c file fromdsl
2009-07-17Change all archs so that strchr.[cS] and strrchr.[cS] exist and generatedsl
2009-07-02Fix stack alignment for the thread stack. The AMD64 stack has 16 Bytesjoerg
2009-07-01Reduce diff to makecontext.joerg
2009-02-22Make NAN a compile time constant (with help from the compiler). Suggestedmartin
2008-08-04Add C99 functions imaxabs and imaxdiv.matt
2008-08-04Use WEAK_ALIASmatt
2008-08-04Use WEAK_ALIAS.matt
2008-07-02Avoid calling a syscall when argument to sbrk(2) is zero.rmind