summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-273-4/+7
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-232-4/+6
* Need SYS.h for END_STRONG()guenther2015-09-134-4/+4
* Add hidden _libc_ aliases and symbol sizesguenther2015-09-134-0/+4
* 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-10/+10
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-0511-30/+56
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3114-27/+63
* Hide many (194!) symbols that nothing should be using.guenther2015-08-265-64/+9
* Explicitly list the symbols permitted to be exported by libc.guenther2015-08-221-0/+10
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-152-4/+4
* Use STRONG_ALIAS instead of ALTENTRY.kettenis2015-05-142-4/+6
* 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-3/+30
* 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-6/+1
* we do not need the complexity of an assembly swab function here.tedu2014-12-112-69/+2
* Noone cares what castle the princess is inderaadt2014-12-023-5/+3
* sync bcopy/memmove/memcpy implementation with the kernel. ok deraadttedu2014-12-023-161/+46
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-308-91/+207
* let this compile with clang; no binary change with gcc.daniel2014-11-141-2/+2
* Nuke the machinery to sync libkern with libc, it's not been used in themiod2014-06-091-5/+1
* Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hmatthew2014-06-041-14/+1
* add proto for amd64 case; unify otherwisederaadt2013-11-121-1/+1
* Make sure the stack is 16-byte aligned otherwise the use of certain SSEkettenis2012-12-221-1/+4
* 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-2214-31/+31
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-24/+20
* rely on the compiler giving us a built-in alloca. any new architecturederaadt2012-04-192-52/+2
* alloca.c cannot be usedderaadt2012-04-121-3/+1
* remove rfork(); ok guenther miodderaadt2012-04-121-39/+0
* Mark outermost frame such that backtraces in thread terminate atkettenis2012-04-111-2/+3
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+122
* Remove assembly version of strlen from i386 and amd64, where it'smikeb2012-01-173-26/+6
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-083-3/+110
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-083-110/+3
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-042-5/+9
* more rcsid/sccs cleanupderaadt2009-10-288-40/+0
* fix rcs ids. ok sthen@martynas2009-06-211-1/+1
* 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
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-0710-1/+222
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-99/+12
* "boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2007-05-252-4/+4
* Properly terminate ENTRY with a semicolon, required for asm profiling.drahn2006-04-241-3/+3
* if we pull in a .S file, we must fake out the lint with a .c filederaadt2005-11-291-1/+3
* zap rcsid, tested there. okay deraadt@espie2005-08-0752-259/+51