summaryrefslogtreecommitdiff
path: root/lib/libc/include
AgeCommit message (Expand)Author
2015-09-10namespace protect allocaddrinfochristos
2015-05-01- new test for strtoichristos
2015-02-17Introduce reallocarr(3) for easy (re)allocation of memory with overflowjoerg
2015-01-20Fix non _REENTRANT build.christos
2014-09-26add execvpe, execlpe (reviewed by phone)christos
2014-09-25Fix argument paddiing for posix_fallocate and fdiscard with gcc 1.xmanu
2014-08-03defintion -> definitionwiz
2014-06-13Add asysctl(3) and asysctlbyname(3) wrappers for the common idiom ofjoerg
2014-03-20CID 273814, don't confuse coverity.christos
2014-01-16remove dupschristos
2014-01-16namespace protection for the new err functionschristos
2014-01-16Fix (v)errc/(v)warnc.joerg
2013-12-05Add cdbr_open_mem.joerg
2013-08-28Publish explicit_memset and consttime_memequal in userland libc.riastradh
2013-08-19Add strerror_l.joerg
2013-08-19Add nl_langinfo_l, catopen_l and wcsftime_l.joerg
2013-05-04move prototypes to stdio.hchristos
2013-04-30Make that to process PATH_LOCALE the first time _find_category isjoerg
2013-04-21Store time-specific locale data directly in the locale.joerg
2013-04-19Add scanf_l and wscanf_l families.joerg
2013-04-19Add dummy strcoll_l and strxfrm_l.joerg
2013-04-19Add explicit locale versions for the printf family. Replace asprintf,joerg
2013-04-18Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l,joerg
2013-04-18Add wcstof_l, wcstod_l and wcstold_l.joerg
2013-04-18Add strtof_l, strtod_l and strtold_l.joerg
2013-04-16Add strtol_l and friends. Switch _citrus_bcs_strtol to use plainjoerg
2013-04-16Add wcwidth_l, wcswidth_l and the wctype.h family of *_l functions.joerg
2013-04-12Mark __libc_thr_exit_stub as dead.joerg
2013-03-21- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.christos
2012-10-11take care of the signal safe syslog calls which are not exposed.christos
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-08-20I'm fairly sure the libc rules require that arc4random_addrandom,dsl
2012-07-09Add weak symbol for murmurhash2.rmind
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2012-06-03Provide a usable thr_once for !_REENTRANTjoerg
2012-04-12name protection for getpassfdchristos
2012-04-12Add a new getpass implementation that does not mess with signals, andchristos
2012-03-02PR/46111: Wolfgang Stukenbrock: Add yp_setbindtries(3) so that yp operationschristos
2012-02-15Make sure that membar_producer gets the proper namespace mangling for libc.joerg
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-04Import xdr_sizeof() from FreeBSDmanu
2011-03-26add fpgetprec/fpsetprecchristos
2011-03-12Fix various vis/unvis issues:christos
2010-12-16Provide a re-entrant and thread-safe set of timezone API's thatchristos
2010-11-17Provide proper namespace protection for rbtree(3) because it is nowtron
2010-11-141.) Rename internal function __findvar() to __findenvvar().tron
2010-11-14Improve and simplify implementation of *env(3) functions:tron
2010-11-13forgot to commit this one for two months!christos
2010-09-06New vdprintf needs "namespace protection".jakllsch