summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* "the the" -> "the" in commentmmcc2015-12-111-2/+2
* Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in theguenther2015-11-1413-41/+80
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-273-5/+7
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-232-4/+6
* Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.guenther2015-10-175-25/+14
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-132-3/+2
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-132-22/+6
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-057-34/+38
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3111-31/+53
* Hide many (194!) symbols that nothing should be using.guenther2015-08-265-81/+12
* Explicitly list the symbols permitted to be exported by libc.guenther2015-08-221-0/+18
* Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers.uebayasi2015-06-1710-14/+40
* Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes.uebayasi2015-06-121-2/+2
* Put END() matching _ENTRY() (== ENTRY() w/o prof).uebayasi2015-06-011-1/+2
* Put END() matching ENTRY().uebayasi2015-06-011-1/+2
* Put END() where appropriate.uebayasi2015-05-294-10/+12
* Put obvious END() macros that match ENTRY() entries.uebayasi2015-05-2912-12/+51
* Sprinkle END() in some straightforward *.S files that have ENTRY(). Theuebayasi2015-05-2910-5/+17
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-152-4/+4
* Eliminate the last uses of *fork's second syscall return register; the pidguenther2015-04-211-3/+3
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-072-7/+26
* Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2015-03-312-15/+3
* remove code for ancient gcc.daniel2015-01-041-7/+1
* Import new amd64 assembly versions of strchr/index, strrchr/rindex,reyk2014-12-095-95/+442
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-309-5/+359
* One of these optimized stubs creates some incredibly subtle damage,deraadt2014-11-2012-391/+4
* Add amd64 assembler versions of some standard functions to libc. Thereyk2014-11-2012-4/+391
* Nuke the machinery to sync libkern with libc, it's not been used in themiod2014-06-091-4/+1
* Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hmatthew2014-06-041-11/+1
* add proto for amd64 case; unify otherwisederaadt2013-11-121-2/+4
* Do a PC-relative relocation for _map rather than going throughmartynas2013-04-231-2/+2
* remove lint leftovers; ok guenther@okan2012-09-042-5/+2
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-2213-28/+28
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-5/+4
* rely on the compiler giving us a built-in alloca. any new architecturederaadt2012-04-192-16/+1
* alloca.c cannot be usedderaadt2012-04-121-2/+1
* remove rfork(); ok guenther miodderaadt2012-04-121-44/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+94
* Remove assembly version of strlen from i386 and amd64, where it'smikeb2012-01-171-18/+0
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-172-5/+5
* Change to syscall is done, so delete an XXX commentguenther2011-10-111-5/+1
* Switch sigreturn() to the normal syscall entry instead of int$80.guenther2011-09-052-26/+3
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-083-2/+110
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-083-110/+2
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-042-3/+6
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+2
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-191-2/+2
* these were not neededmartynas2008-12-091-2/+1
* ditto frexpl and ldexplmartynas2008-12-091-1/+2
* - add long double signbitmartynas2008-12-096-6/+38