summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64
Commit message (Expand)AuthorAgeFilesLines
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-3/+13
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-301-0/+11
* libc/amd64: Do not export .cerror.jilles2012-09-0612-88/+9
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-222-1/+51
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot bekib2012-01-212-1/+102
* Make sure that stack is 16-byte aligned before calling a function,kib2011-11-022-0/+6
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-213-93/+1
* Remove incorrect attribution.gnn2011-07-211-1/+1
* Make both stpcpy and strcpy be assembly language implementationsgnn2011-07-213-20/+60
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadykib2011-02-041-2/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0729-0/+57
* Retire the amd64 and i386 specific inline assembly versions of ldexp.c,dim2010-09-301-68/+0
* Apply the same workaround for clang to amd64's version of ldexp.c (as indim2010-09-291-3/+9
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+1
* We've been lax about matching END() macros in asm code for some time. Thispeter2008-11-0227-4/+46
* Two FP-related setjmp/longjmp changes:das2008-06-282-2/+20
* Add an alternative view of the bits in an 80-bit long double (64+16bde2008-01-171-1/+6
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-181-3/+0
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace sodas2007-12-161-0/+3
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asdas2007-12-161-4/+4
* In scanf, round according to the current rounding mode.das2007-12-031-1/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-3/+5
* Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-041-2/+9
* Some libc symbol map cleanups.deischen2007-05-311-4/+0
* Remove .mcount from gmon's Symbol map and add it to the appropriatedeischen2007-05-131-0/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-12/+16
* Import amd64 assembly implementations of div(3) family from NetBSD.jkim2007-04-044-0/+51
* Remove silly n that crept inimp2007-01-091-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-0916-65/+1
* The distinction between quiet and signaling NaN formats isdas2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIcognet2006-11-065-206/+0
* Desupport the undocumented NO_QUAD option, just don't compileru2006-03-161-5/+0
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+73
* Optimize the instruction alignment.alc2005-04-231-2/+1
* Do not try to store 64 bits into 32 bit errno variable. With the changed libckan2005-04-211-1/+1
* Add a machine-specific, optimized implementation of strcat.alc2005-04-102-1/+166
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-101-5/+4
* Add a machine-specific, optimized implementation of strcpy.alc2005-04-102-1/+113
* Add a machine-specific, optimized implementation of strcmp.alc2005-04-092-1/+75
* Add machine-specific, optimized implementations of bcmp and memcmp.alc2005-04-083-1/+67
* Eliminate unneeded instructions that are a vestige of mechanicalalc2005-04-081-10/+4
* Eliminate an unneeded instruction that is a vestige of mechanicalalc2005-04-071-7/+5
* Add machine-specific, optimized implementations of bcopy, bzero, memcpy,alc2005-04-076-0/+212
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-152-9/+1
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-1/+2
* Update my email address.das2005-02-061-1/+1
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.das2005-01-152-5/+4
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!peter2004-10-271-0/+1
OpenPOWER on IntegriCloud