aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64
Commit message (Expand)AuthorAgeFilesLines
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVEREd Maste2016-03-081-0/+1
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-201-0/+1
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-292-4/+4
* Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov2015-08-041-3/+13
* Remove reboot.S (part of libc). It's not needed and was actuallyEdward Tomasz Napierala2015-07-072-51/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* siglongjmp(): Preserve floating point exception flags on i386 and amd64.Jilles Tjoelker2014-06-091-1/+0
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theAndreas Tobler2013-11-219-39/+23
* libc: Access _logname_valid more efficiently.Jilles Tjoelker2013-08-171-5/+0
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-3/+13
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-301-0/+11
* libc/amd64: Do not export .cerror.Jilles Tjoelker2012-09-0612-88/+9
* Use struct vdso_timehands data to implement fast gettimeofday(2) andKonstantin Belousov2012-06-222-1/+51
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-212-1/+102
* Make sure that stack is 16-byte aligned before calling a function,Konstantin Belousov2011-11-022-0/+6
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-213-93/+1
* Remove incorrect attribution.George V. Neville-Neil2011-07-211-1/+1
* Make both stpcpy and strcpy be assembly language implementationsGeorge V. Neville-Neil2011-07-213-20/+60
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadyKonstantin Belousov2011-02-041-2/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-0729-0/+57
* Retire the amd64 and i386 specific inline assembly versions of ldexp.c,Dimitry Andric2010-09-301-68/+0
* Apply the same workaround for clang to amd64's version of ldexp.c (as inDimitry Andric2010-09-291-3/+9
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-0227-4/+46
* Two FP-related setjmp/longjmp changes:David Schultz2008-06-282-2/+20
* Add an alternative view of the bits in an 80-bit long double (64+16Bruce Evans2008-01-171-1/+6
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-181-3/+0
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace soDavid Schultz2007-12-161-0/+3
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asDavid Schultz2007-12-161-4/+4
* In scanf, round according to the current rounding mode.David Schultz2007-12-031-1/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+5
* Adjust the syscall stub macros to be consistent in their meaning. InPeter Wemm2007-07-041-2/+9
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-131-0/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-12/+16
* Import amd64 assembly implementations of div(3) family from NetBSD.Jung-uk Kim2007-04-044-0/+51
* Remove silly n that crept inWarner Losh2007-01-091-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0916-65/+1
* The distinction between quiet and signaling NaN formats isDavid Schultz2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-065-206/+0
* Desupport the undocumented NO_QUAD option, just don't compileRuslan Ermilov2006-03-161-5/+0
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+73
* Optimize the instruction alignment.Alan Cox2005-04-231-2/+1
* Do not try to store 64 bits into 32 bit errno variable. With the changed libcAlexander Kabaev2005-04-211-1/+1
* Add a machine-specific, optimized implementation of strcat.Alan Cox2005-04-102-1/+166