summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r282057,r282092,r282106:ngie2015-05-131-1/+3
* MFC r274075,r274581,r274582,r274595:ngie2015-01-201-0/+2
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-181-0/+4
* MFC r269865:ume2014-08-301-0/+1
* MFC r270519:ngie2014-08-281-0/+1
* MFC r258537, r258587:gjb2013-11-291-0/+5
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-0/+1
* Turn libc.so into an ld script rather than a symlink pointing to thejlh2013-06-121-0/+1
* Disable NLS catalog use in libc if built with WITHOUT_NLS option.gleb2012-05-211-0/+2
* Don't link against libssp if MK_SSP is set to no.marcel2012-05-191-1/+5
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-171-0/+1
* Merge index() and strchr() together.ed2012-01-031-2/+2
* Add the BSD-licensed Citrus iconv to the base system with default offgabor2011-02-251-0/+3
* Fix n32 compile.jchandra2011-01-271-0/+1
* Retire TARGET_ABI.imp2011-01-071-5/+1
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-251-0/+7
* Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a sidenwhitehorn2010-08-251-4/+5
* Fix an accidental sed...imp2010-08-241-2/+2
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-12/+21
* MFtbemd:imp2010-08-231-10/+10
* Style.kib2010-08-231-1/+1
* Disable all warnings when building gdtoa. This allows building libc withrpaulo2010-08-011-1/+1
* Provide 64-bit PowerPC support in libc.nwhitehorn2010-07-101-0/+1
* Merge jmallett@'s n64 work into HEAD - changeset 2jchandra2010-06-161-1/+6
* Merge r195030 from project/mips to head by handimp2010-01-091-1/+1
* Second attempt at eliminating .text relocations in shared librarieskan2009-07-141-1/+1
* Back out previous revision until better tested fix is ready.kan2009-06-291-1/+1
* Eliminate .text relocations in shared libraries compiled with stack protector.kan2009-06-281-1/+1
* - Reenable Native Language Support in libc. This feature was disabled duegabor2009-03-131-0/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+6
* Fixed "make checkdpadd" (missing library dependencies).ru2007-10-011-0/+1
* Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGSkan2007-05-191-1/+2
* Make sure GCC will not try to link libc with itself.kan2007-05-191-0/+5
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-2/+0
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddensimon2007-03-041-0/+3
* Remove alpha left-overs.ru2006-08-221-2/+1
* Remove pending actions asked in comments for SHLIB_MAJOR bump, done.ache2006-05-221-2/+0
* Bump library majro version for gethostbyaddr(3).ume2006-05-211-1/+1
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+3
* Update the resolver in libc to BIND9's one.ume2006-03-211-0/+4
* Provide alternate default for SHLIBDIR before bsd.own.mk does this.ru2006-03-181-1/+2
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-4/+6
* Allow bsd.lib.mk to generate the symbol version map.deischen2006-03-161-14/+6
* Desupport the undocumented NO_QUAD option, just don't compileru2006-03-161-1/+4
* Add hooks to build libc with symbol versioning. This isdeischen2006-03-131-0/+14
* gmon now supported on powerpcgrehan2005-12-291-2/+0
* Respect the YES_HESIOD build variable.phk2005-08-061-1/+1
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.das2005-01-151-6/+0
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-2/+2
OpenPOWER on IntegriCloud