summaryrefslogtreecommitdiff
path: root/common/lib/libc/string/memset.c
AgeCommit message (Expand)Author
2019-03-30Fix typo: __aebi_memset -> __aeabi_memsetjmcneill
2018-02-06- remove two more _DIAGASSERT() checks against not NULL for functionsmrg
2013-12-02Improve EABI handling of string functions. Most importantly, fixjoerg
2011-11-08libkern.h maps memcmp, memset and strcpy to the compiler builtins onjoerg
2009-03-18- remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> hastsutsui
2009-03-17Add local declarations of bcmp() and bzero() because libkern.h no longerhe
2008-03-29Do like the non-__OPTIMIZE_SIZE__ variant, and compile memset() unlesshe
2008-03-29Make the size-optimized memset() actually conform to the man pagehe
2008-03-26Add /* __OPTIMIZE_SIZE__ */ comments on relevant #else and #endif lines.apb
2008-03-25add bcopy and bzero for the benefit of loadfile.christos
2007-06-04handle fortify, ansify.christos
2005-12-20Merge libkern + libc common files. As requested by core.christos