summaryrefslogtreecommitdiff
path: root/lib/libc/include
AgeCommit message (Expand)Author
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
2010-04-25Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).joerg
2010-03-19Namespace protection for mi_vector_hash.joerg
2009-12-02Protect getline.roy
2009-12-01Protect getdelim when used internally.roy
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-05-26Add SHA224 implementation to libc.joerg
2009-04-12merge libbind and bump.christos
2009-04-12libc portion of libbind from external/bsd/libbindchristos
2009-02-13avoid lint's whining on i386lukem
2009-02-12Enable assertions only when _DIAGNOSTICS is defined, as other libc parts do.uebayasi
2009-01-11merge christos-time_tchristos
2008-12-05Add fdopendir(), from Solaris/Linux.ad
2008-11-20Add new ptree (Patricia / RADIX tree) implementation to NetBSD.matt
2008-10-31Import syslogd SoC project by Martin Schuette:christos
2008-08-04Add C99 functions imaxabs and imaxdiv.matt
2008-06-25Add getlogin_r. Manual page changes mostly lifted from FreeBSD.ad
2008-06-21updates from bind-9-5-0christos
2008-05-29remove clause #3 from my license where there are no othermrg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-04fix comment Abtract -> Abstractrtr
2008-02-02namespace protection for csetexpandtc()christos
2007-12-04move decls for _malloc_{pre,post}fork() to extern.hchristos
2007-11-27Add thr_curcpu(), pthread_curcpu_np().ad
2007-06-03- add read and readlink since they are used internallychristos
2007-05-10The sl_delete function needs namespace protection added here as well.he
2007-03-30Resolve conflicts.ghen
2007-03-30Import bind 9.4.0.ghen
2007-02-18SHA512_Last is not public anymore.christos
2007-02-17Define for SHA512_Last.christos
2007-01-27add resolv_mt.hchristos
2007-01-27merge in resolver portion of bind-9.4.0-rc2christos
2007-01-27import resolver portion of bind-9.4.0-rc2christos
2006-11-22Don't expose _ss functions for 4.0. Requested by core.christos
2006-11-08cleanup unused stuff after hmac_* removaldrochner
2006-11-03protect the *syslog_sschristos
2006-10-28add {v,}snprintf_sschristos
2006-10-25add _r functions for syslog from OpenBSDchristos
2006-08-24remove duplicates added in previous commit.mrg
2006-08-23I think we want both wcs{c,n}casecmp weak.christos
2006-08-23add wcsdup, wcscasecmp and wcsncasecmp. fixes build problems..mrg