summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Compile libcxxrt as C++11, since it is only really used in combinationdim2016-03-271-1/+4
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-266-7/+0
* CCACHE_BUILD: Don't use ccache when generating some files with CC -E.bdrewery2016-03-241-3/+3
* Don't reset CC away from full-pathed gcc.bdrewery2016-03-241-0/+3
* Replace the CloudABI system call table by a machine generated version.ed2016-03-241-1/+1
* libc: stop exporting curbrk and minbrk in the private namespaceemaste2016-03-249-18/+0
* Correct comment.bz2016-03-221-1/+1
* Apparently there are some popular programs around which assume that itkib2016-03-222-2/+61
* Fully handle size_t lengths in AIO requests.jhb2016-03-212-4/+4
* If the dhcp server delivers an interface-mtu option, parse it and storeian2016-03-214-0/+11
* Actually garbage collect the unused code, as mentioned in r297147, whichian2016-03-211-57/+0
* Garbage collect the bswap routines from libstand. The declaration wasian2016-03-212-6/+1
* Lock pshared_lock shared around fork, to ensure that the COW snapshotkib2016-03-214-2/+22
* Provide more information on failing checks in mutex_assert_is_owned()kib2016-03-211-4/+16
* From libthr, remove special and strange code to set up session andkib2016-03-212-22/+2
* Implement process-shared spinlocks.kib2016-03-211-48/+59
* Fix typo.kib2016-03-211-1/+1
* Update fetch.1 and fetch.3 to reflect libfetch's actual use of CA bundlesgrembo2016-03-191-10/+17
* Use the right argumant namejulian2016-03-181-1/+1
* Bump libdevinfo SHLIB_MAJOR, forgotten in r297000.jhibbits2016-03-181-0/+2
* xo_config.h no longer in contrib, so -I's neededsjg2016-03-171-2/+1
* We need libutilsjg2016-03-171-1/+7
* Move generated file from contrib to build directory.phil2016-03-162-1/+248
* libc: don't build compat functions if building WITHOUT_SYMVERemaste2016-03-155-8/+20
* Use the newly minted Makefile.libcompat to implement libsoft librariesimp2016-03-121-1/+1
* Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addkib2016-03-123-0/+3
* Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.jhb2016-03-121-9/+0
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-03-111-2/+0
* Add missing CLEANFILES.bdrewery2016-03-111-0/+1
* Remove bogus .ORDER.bdrewery2016-03-111-2/+0
* Add to CFLAGS, rather than replacing.jhibbits2016-03-111-1/+1
* Not ready for level 6 yet due to -Wredundant-decls.des2016-03-111-0/+1
* Define __bounded__ to fix the gcc build. While there, raise WARNS.des2016-03-112-2/+4
* Use the new bmake .dinclude feature to make these safe.bdrewery2016-03-111-5/+9
* Upgrade to OpenSSH 7.2p2.des2016-03-111-3/+0
|\
* | DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-0945-0/+902
* | Fix and connect setjmp test.bdrewery2016-03-091-0/+1
* | Fix spelling of MAXNAMLEN.trasz2016-03-091-2/+2
* | DIRDEPS_BUILD: Update clang dependencies after r296417.bdrewery2016-03-0879-125/+189
* | libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVERemaste2016-03-082-0/+2
* | Revert r296175pfg2016-03-0642-684/+595
* | libc: Add some tests for memcmp().jilles2016-03-062-0/+125
* | Allow O_CLOEXEC to be used in dbopen() flagslidl2016-03-061-1/+5
* | Merge ^/head r296369 through r296409.dim2016-03-052-24/+28
|\ \
| * | Revert r296395.bdrewery2016-03-051-0/+4
| * | Stray tabs and spaces.pfg2016-03-051-8/+8
| * | Parallel installation has been safe here since r267511 added SUBDIR_DEPEND.bdrewery2016-03-041-4/+0
| * | Work around aliasing issues detected in modern GCC.pfg2016-03-041-16/+20
* | | Merge ^/head r296007 through r296368.dim2016-03-03126-1471/+4112
|\ \ \ | |/ /
| * | mbtowc(3): set errno to EILSEQ if an incomplete character is passed.pfg2016-03-011-2/+9
OpenPOWER on IntegriCloud