summaryrefslogtreecommitdiff
path: root/lib/libc/string/Symbol.map
AgeCommit message (Expand)Author
2024-11-14lib/libc/string: add memset_explicit() for compliance with C23Robert Clausecker
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2022-08-25libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo
2021-07-15libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov
2020-12-16Implement strerror_l().Konstantin Belousov
2017-03-30Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov
2016-08-14Add timingsafe_bcmp and timingsafe_memcmp.Xin LI
2014-10-07Add explicit_bzero(3) and its kernel counterpart.Xin LI
2013-02-13Add strchrnul(), a GNU function similar to strchr(), except that it returnsNiclas Zeising
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2009-03-04Add wcpcpy(3) and wcpncpy(3).David Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz
2008-12-06Import the strndup(3) function.Konstantin Belousov
2008-11-03Add the ffsll and flsll functions. These are ffs and fls operatingKonstantin Belousov
2008-04-10Add memrchr(3).Xin LI
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen