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
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2013-03-28
switch to the new resolver implementation.
Eric Faurot
2012-04-26
Add strnlen() to libkern.
Matthew Dempsky
2010-09-24
Add timingsafe_bcmp(3) to libc, mention that it's already in the
Matthew Dempsky
2010-07-27
Replace the single-byte placeholders for the multi-byte/wide-character
Stefan Sperling
2010-02-03
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent
Miod Vallat
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-09-07
- replace dtoa w/ David's gdtoa, version 2008-03-15
Martynas Venckus
2005-06-17
Extended Attributes was a piece to get to ACLs, however ACLs have not
Dale Rahn
2005-03-07
turn on APIWARN (prints link-time warnings for a few more functions). The
Theo de Raadt
2004-04-28
Don't build lib/libc/md, build md[45] in lib/libc/hash instead.
Todd C. Miller
2003-07-24
warn about unsafe APIs at link time. Conditional on libc/Makefile defining
Theo de Raadt
2003-01-20
remove libc_r mention in comment
Marco S Hyman
2002-02-22
Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@
Dale Rahn
2001-11-20
Put dl* function definitions in libc on ELF, removing the need for libdl.
Peter Valchev
2001-03-02
Add ohash_* functions to libc.
Marc Espie
2000-09-03
Boring... Add :L modifier to all tweakable variables tests.
Marc Espie
2000-01-06
include thread/Makefile.inc
David Leonard
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard