index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
Symbols.list
Age
Commit message (
Expand
)
Author
2015-09-10
explain why __explicit_bzero_hook will remain; ok guenther
Theo de Raadt
2015-09-10
hide __dtoa_locks as a static in the single use case; ok guenther
Theo de Raadt
2015-09-10
Remove link_addr(3). A function to encode the name of an interface in
Martin Pieuchot
2015-09-09
Hide __sigintr and __strsignal as internal implementation details.
Philip Guenther
2015-09-09
Hide all unnecessary asr / resolver related API with _ prefixes.
Theo de Raadt
2015-09-09
Stop exporting from libc the <mpool.h> and the mpool_* API
Philip Guenther
2015-09-09
Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvc
Theo de Raadt
2015-09-06
Document the rule for keeping static and shared archs in sync
Philip Guenther
2015-09-06
Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame
Philip Guenther
2015-09-05
Hide some YP internals. Annotate a few private hooks currently used
Theo de Raadt
2015-09-05
Use new framework for wrapping cat{open,gets,close}(), eliminating
Philip Guenther
2015-08-31
Add framework for resolving (pun intended) libc namespace issues, using
Philip Guenther
2015-08-26
Hide many (194!) symbols that nothing should be using.
Philip Guenther
2015-08-22
Explicitly list the symbols permitted to be exported by libc.
Philip Guenther