summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move the stack protector to a new "secure" directorypfg2015-08-141-0/+1
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Merge sync of headsjg2015-05-271-8/+9
|\
| * Build/install libc, librt, libthr, and msun NetBSD test suites on allngie2015-04-271-1/+3
| * The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-181-4/+0
| * Add the start of libc and libstand for arm64. Not all of the machineandrew2015-04-071-1/+2
| * Add a ${CP} alias for copying files in the build.will2015-01-161-2/+2
| * Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-031-0/+4
| * Convert libraries to use LIBADDbapt2014-11-251-4/+2
* | Merge from head@274682sjg2014-11-191-2/+6
|\ \ | |/
| * Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...ngie2014-11-041-0/+2
| * Fix incremental builds involving non-root users with read-only source files.will2014-09-181-2/+2
| * Fix "make checkdpadd" for lib/libc when MK_SSP != nongie2014-08-251-0/+1
| * Bring the md5 functions into libc for internal use only.ume2014-08-121-0/+1
* | Merge head from 7/28sjg2014-08-191-1/+0
|\ \ | |/
| * Remove ia64.marcel2014-07-071-1/+0
* | Merge from headsjg2014-05-081-1/+1
|\ \ | |/
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* | Merge headsjg2014-04-271-40/+48
|\ \ | |/
| * Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-231-1/+2
| * Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-34/+36
| * Replace LIBGCC by LIBCOMPILER_RT.ed2014-01-181-3/+3
| * Move the iconv wrapper source from libc_nonshared to libc/iconv so thatpeter2013-11-251-0/+5
* | We need an extra -I from lib/msunsjg2013-10-131-1/+9
* | Merge from headsjg2013-09-051-0/+2
|\ \ | |/
| * 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
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+10
|/
* 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
OpenPOWER on IntegriCloud