summaryrefslogtreecommitdiff
path: root/lib/libc/include
AgeCommit message (Expand)Author
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
2006-08-12- Add strndup and stresepchristos
2006-06-23Make these weak as Matthias Drochner pointed out.christos
2006-05-17PR/24324: Arne H Juul: Re-implement seekdir/telldir using a pointer ofchristos
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-02-24complete constification of the sysctl() user sidedrochner
2006-02-16- s/notyet/WIDE_DOUBLE/christos
2006-01-26Need to give the various rpc locks private names (prefixing them withkleink
2006-01-24rename __func to _func_unlocked, and add their prototypes in extern.hchristos
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-03-17We have pselect(2) now; the local wrapper is no longer necessary.kleink
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-12-14Nuke threadlib.h. Library defensive threading is now provided through thenathanw
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-20insert a missing quotation mark.dogcow