summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-2/+2
* We are done providing support for the vax.deraadt2016-03-091-3/+3
* Make using a deprecated function an error instead of just a warningguenther2015-11-251-1/+5
* The only thing that was translated into multiple languages in OpenBSDbluhm2015-10-251-3/+1
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-101-2/+4
* only 32-bit systems need the quad functions.deraadt2015-08-311-2/+8
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-2/+3
* Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig viamiod2014-08-311-1/+2
* sprinkle in -Werror-implicit-function-declaration to disable one of thetedu2014-07-101-2/+2
* Nuke the machinery to sync libkern with libc, it's not been used in themiod2014-06-091-13/+1
* ...better if I actually unplug it, Makefile doesn't do itespie2014-05-121-2/+1
* switch to the new resolver implementation.eric2013-03-281-1/+2
* Add strnlen() to libkern.matthew2012-04-261-3/+3
* Add timingsafe_bcmp(3) to libc, mention that it's already in thematthew2010-09-241-2/+2
* Replace the single-byte placeholders for the multi-byte/wide-characterstsp2010-07-271-1/+2
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-7/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-2/+2
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-1/+2
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-06-171-2/+1
* turn on APIWARN (prints link-time warnings for a few more functions). Thederaadt2005-03-071-2/+2
* Don't build lib/libc/md, build md[45] in lib/libc/hash instead.millert2004-04-281-2/+1
* warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2003-07-241-1/+4
* remove libc_r mention in commentmarc2003-01-201-2/+2
* Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@drahn2002-02-221-1/+2
* Put dl* function definitions in libc on ELF, removing the need for libdl.pvalchev2001-11-201-1/+2
* Add ohash_* functions to libc.espie2001-03-021-1/+2
* Boring... Add :L modifier to all tweakable variables tests.espie2000-09-031-3/+3
* include thread/Makefile.incd2000-01-061-1/+2
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-0/+65