summaryrefslogtreecommitdiff
path: root/lib/libc/include/namespace.h
AgeCommit message (Expand)Author
2010-03-19Namespace protection for mi_vector_hash.joerg
2009-12-02Protect getline.roy
2009-12-01Protect getdelim when used internally.roy
2009-05-26Add SHA224 implementation to libc.joerg
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-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-02namespace protection for csetexpandtc()christos
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-02-18SHA512_Last is not public anymore.christos
2007-02-17Define for SHA512_Last.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
2006-08-12- Add strndup and stresepchristos
2006-06-23Make these weak as Matthias Drochner pointed out.christos
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-04-17Add setttyentpath(), functionally equivalent to setttyent() but takes ansalo
2006-04-16namespace protect wcstod too, and fix the protection in wcstold and wcstof.christos
2006-04-15wcstod(3) is conform to ISO C90 Ammendant1 (FreeBSD's manpage is incorrect...).tnozaki
2006-04-15add c99 wcstof(3) and wcstold(3).tnozaki
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2006-01-26Need to give the various rpc locks private names (prefixing them withkleink
2005-09-26the sha2 functions have an _.christos
2005-09-25Fix weak aliasing after recent changes.elad
2005-09-25add getenv_r and ttyname_rchristos
2005-08-07Last change to namespace.h had an wrong entry: in6addr_nodelocal_allroutersveego
2005-08-07add missing in6addr_linklocal_allrouters.christos
2005-07-30- Fix the remaining indr_references so that they define lint symbols.christos
2005-07-17Add comments at the end of #endif's; Requested by Havard Eidnes.christos
2005-07-16don't play #define games with lint. Breaks pass2.christos
2005-05-15add fgetwln.yamt
2005-04-07statvfs is both a function name and a struct tag. Defining it to _statvfschristos
2005-04-02PR/29849, PR/29850: Add getpwent_r and getgrent_rchristos
2005-02-09A little libc namespace housekeeping exercise:kleink
2005-01-06Implement getgroupmembership(3). This is similar to getgrouplist(3), exceptlukem
2004-12-16Internally rename getdevmajor(); noted by Geoff Wing.kleink
2004-10-05Overhaul the use of nsdispatch(3) by public APIs so that the back-endlukem
2004-10-04crank copyrightlukem
2004-10-04Overhaul the use of nsdispatch(3) by public APIs so that the back-endlukem
2004-08-17namespace protection for gethostent()ginsbach