summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-05libc: move rfork_thread(3) to libsysBrooks Davis
2023-12-18{amd64,i386}/SYS.h: add _SYSCALL and _SYSCALL_BODYBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-07-06libc: Improve setjmp commentsDmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-12-09libc: Remove _get_tp() and _set_tp().John Baldwin
2021-04-09libc: add _get_tp() private functionKonstantin Belousov
2021-04-04amd64 fabs.S: use '.section .rodata' instead of '.rodata'Konstantin Belousov
2021-04-04amd64 fabs.S: put signbit into rodata instead of textKonstantin Belousov
2021-04-04amd64 fabs(3): move signbit to .textKonstantin Belousov
2019-02-14Unify i386 and amd64 getcontextx.c, and use ifuncs while there.Konstantin Belousov
2018-06-01Remove support for SYS_sys_exit in favor of SYS_exit.Brooks Davis
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-09-20Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues
2015-08-29Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov
2014-06-09siglongjmp(): Preserve floating point exception flags on i386 and amd64.Jilles Tjoelker
2013-11-21Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theAndreas Tobler
2013-05-28The getcontext() from the __fillcontextx() call in theKonstantin Belousov
2012-09-06libc/amd64: Do not export .cerror.Jilles Tjoelker
2012-02-01Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov
2012-01-21Add API for obtaining extended machine context states that cannot beKonstantin Belousov
2011-11-02Make sure that stack is 16-byte aligned before calling a function,Konstantin Belousov
2011-10-21Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz
2011-01-07Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov
2010-09-30Retire the amd64 and i386 specific inline assembly versions of ldexp.c,Dimitry Andric
2010-09-29Apply the same workaround for clang to amd64's version of ldexp.c (as inDimitry Andric
2008-11-02We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm
2008-06-28Two FP-related setjmp/longjmp changes:David Schultz
2007-01-09Remove silly n that crept inWarner Losh
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2005-03-15Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz
2004-08-15Add support for TLS in statically linked programs.Doug Rabson
2004-07-311. Use correct alignment mask, -15 != ~15David Xu
2004-07-28Set fpu context flags to known values, zero is illegal.David Xu
2004-07-19Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz
2004-07-18Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz
2004-07-09Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz
2004-06-15Avoid to touch red zone, in libpthread, ucontext may be saved by kernel'sDavid Xu
2004-03-31Fix Yet Another 16 byte stack alignment bug. Thankfully, this one isPeter Wemm
2004-02-16Fix a typo in the !__GNUC__ case and remove an obsolete comment.David Schultz
2004-02-16Fix some aliasing problems.David Schultz
2004-02-08Rewrite fabs.S to use pure SSE2 operations. I got the clues how to doPeter Wemm
2003-12-05"Fix" makecontext() so that the C code begins execution with itsPeter Wemm
2003-10-13Add rfork_thread(3).Alan Cox