aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-2/+2
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-0/+4
* Convert libraries to use LIBADDBaptiste Daroussin2014-11-251-4/+2
* Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper2014-11-041-0/+2
* Fix incremental builds involving non-root users with read-only source files.Will Andrews2014-09-181-2/+2
* Fix "make checkdpadd" for lib/libc when MK_SSP != noEnji Cooper2014-08-251-0/+1
* Bring the md5 functions into libc for internal use only.Hajimu UMEMOTO2014-08-121-0/+1
* Remove ia64.Marcel Moolenaar2014-07-071-1/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-231-1/+2
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-34/+36
* Replace LIBGCC by LIBCOMPILER_RT.Ed Schouten2014-01-181-3/+3
* Move the iconv wrapper source from libc_nonshared to libc/iconv so thatPeter Wemm2013-11-251-0/+5
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-0/+1
* Turn libc.so into an ld script rather than a symlink pointing to theJeremie Le Hen2013-06-121-0/+1
* Disable NLS catalog use in libc if built with WITHOUT_NLS option.Gleb Kurtsou2012-05-211-0/+2
* Don't link against libssp if MK_SSP is set to no.Marcel Moolenaar2012-05-191-1/+5
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans2012-04-171-0/+1
* Merge index() and strchr() together.Ed Schouten2012-01-031-2/+2
* Add the BSD-licensed Citrus iconv to the base system with default offGabor Kovesdan2011-02-251-0/+3
* Fix n32 compile.Jayachandran C.2011-01-271-0/+1
* Retire TARGET_ABI.Warner Losh2011-01-071-5/+1
* To support stack unwinding for cancellation points, add -fexceptions flagDavid Xu2010-09-251-0/+7
* Allow ABIs to provide their own LIBC_ARCH in a more generic way. As a sideNathan Whitehorn2010-08-251-4/+5
* Fix an accidental sed...Warner Losh2010-08-241-2/+2
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-12/+21
* MFtbemd:Warner Losh2010-08-231-10/+10
* Style.Konstantin Belousov2010-08-231-1/+1
* Disable all warnings when building gdtoa. This allows building libc withRui Paulo2010-08-011-1/+1
* Provide 64-bit PowerPC support in libc.Nathan Whitehorn2010-07-101-0/+1
* Merge jmallett@'s n64 work into HEAD - changeset 2Jayachandran C.2010-06-161-1/+6
* Merge r195030 from project/mips to head by handWarner Losh2010-01-091-1/+1
* Second attempt at eliminating .text relocations in shared librariesAlexander Kabaev2009-07-141-1/+1
* Back out previous revision until better tested fix is ready.Alexander Kabaev2009-06-291-1/+1
* Eliminate .text relocations in shared libraries compiled with stack protector.Alexander Kabaev2009-06-281-1/+1
* - Reenable Native Language Support in libc. This feature was disabled dueGabor Kovesdan2009-03-131-0/+1
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+6
* Fixed "make checkdpadd" (missing library dependencies).Ruslan Ermilov2007-10-011-0/+1
* Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGSAlexander Kabaev2007-05-191-1/+2
* Make sure GCC will not try to link libc with itself.Alexander Kabaev2007-05-191-0/+5
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.Daniel Eischen2007-05-131-2/+0
* Disable RPC exponential back-off for FreeBSD.org systems (IE. hiddenSimon L. B. Nielsen2007-03-041-0/+3
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-2/+1
* Remove pending actions asked in comments for SHLIB_MAJOR bump, done.Andrey A. Chernov2006-05-221-2/+0
* Bump library majro version for gethostbyaddr(3).Hajimu UMEMOTO2006-05-211-1/+1
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-0/+3
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-211-0/+4
* Provide alternate default for SHLIBDIR before bsd.own.mk does this.Ruslan Ermilov2006-03-181-1/+2
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-4/+6
* Allow bsd.lib.mk to generate the symbol version map.Daniel Eischen2006-03-161-14/+6