summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-1/+2
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-232-4/+6
* Pull in <float.h> instead of declaring __flt_rounds() locallyguenther2015-10-181-3/+2
* Uses angle brackets to include softfloat.h, and add the proper directory tomiod2015-09-131-1/+2
* Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther2015-09-131-3/+3
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-109-18/+38
* use #function rather than @function on armderaadt2015-08-311-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3111-21/+55
* Hide many (194!) symbols that nothing should be using.guenther2015-08-265-68/+14
* Explicitly list the symbols permitted to be exported by libc.guenther2015-08-221-0/+96
* At some point arm moved to a unified syntax for arm and thumb instructions.jsg2015-06-082-37/+41
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-151-2/+2
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-072-3/+17
* Stop encoding the syscall number in the swi instruction - this has beenjsing2015-03-311-4/+3
* Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2015-03-312-23/+3
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-302-9/+16
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-212-6/+4
* 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
* Remove #ifdef _REENTRANT code that isn't used here. These days, the codekettenis2013-12-311-11/+1
* yup, we do ELFderaadt2013-12-241-6/+1
* bring in math.h to provide prototypesderaadt2013-11-131-1/+2
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* remove lint leftovers; ok guenther@okan2012-09-041-4/+1
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-223-10/+10
* The kernel returns the pending set; this stub has to save it throughguenther2012-07-011-4/+8
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-12/+5
* rely on the compiler giving us a built-in alloca. any new architecturederaadt2012-04-192-48/+1
* alloca.c cannot be usedderaadt2012-04-121-2/+1
* remove rfork(); ok guenther miodderaadt2012-04-121-32/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+48
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-082-3/+38
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-082-38/+3
* Move arm to the 'MI' softfloat code instead of the arm version.drahn2011-07-0529-7171/+2
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-042-3/+6
* more rcsid/sccs cleanupderaadt2009-10-282-6/+2
* Fix signed vs unsigned issue with memcmp/strncmp where the size parameterdrahn2009-05-032-10/+16
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-3/+3
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-193-253/+2
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* ditto frexpl and ldexplmartynas2008-12-091-2/+3
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+4
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-073-0/+17
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-99/+19
* clear sign bit, instead of comparing to zero and setting x=-x.martynas2008-07-231-35/+22
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-2614-112/+14
* LSRCS should refer to the C source version of asm files 'put it in' deraadt@drahn2007-05-171-2/+2
* Unbreak libc on arm. -mojmaja2007-05-171-2/+2
* fix some lint 'xxx used, but not defined' warnings by properly addingotto2007-05-151-1/+4