aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* xo_config.h no longer in contrib, so -I's neededSimon J. Gerraty2016-03-171-2/+1
* We need libutilSimon J. Gerraty2016-03-171-1/+7
* Move generated file from contrib to build directory.Phil Shafer2016-03-162-1/+248
* libc: don't build compat functions if building WITHOUT_SYMVEREd Maste2016-03-155-8/+20
* Use the newly minted Makefile.libcompat to implement libsoft librariesWarner Losh2016-03-121-1/+1
* Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), addKonstantin Belousov2016-03-123-0/+3
* Remove Symbol.map entries for old AIO system calls for FreeBSD 6 compat.John Baldwin2016-03-121-9/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-111-2/+0
* Add missing CLEANFILES.Bryan Drewery2016-03-111-0/+1
* Remove bogus .ORDER.Bryan Drewery2016-03-111-2/+0
* Add to CFLAGS, rather than replacing.Justin Hibbits2016-03-111-1/+1
* Not ready for level 6 yet due to -Wredundant-decls.Dag-Erling Smørgrav2016-03-111-0/+1
* Define __bounded__ to fix the gcc build. While there, raise WARNS.Dag-Erling Smørgrav2016-03-112-2/+4
* Use the new bmake .dinclude feature to make these safe.Bryan Drewery2016-03-111-5/+9
* Upgrade to OpenSSH 7.2p2.Dag-Erling Smørgrav2016-03-111-3/+0
|\
* | DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-0945-0/+902
* | Fix and connect setjmp test.Bryan Drewery2016-03-091-0/+1
* | Fix spelling of MAXNAMLEN.Edward Tomasz Napierala2016-03-091-2/+2
* | DIRDEPS_BUILD: Update clang dependencies after r296417.Bryan Drewery2016-03-0879-125/+189
* | libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVEREd Maste2016-03-082-0/+2
* | Revert r296175Pedro F. Giffuni2016-03-0642-684/+595
* | libc: Add some tests for memcmp().Jilles Tjoelker2016-03-062-0/+125
* | Allow O_CLOEXEC to be used in dbopen() flagsKurt Lidl2016-03-061-1/+5
* | Merge ^/head r296369 through r296409.Dimitry Andric2016-03-052-24/+28
|\ \
| * | Revert r296395.Bryan Drewery2016-03-051-0/+4
| * | Stray tabs and spaces.Pedro F. Giffuni2016-03-051-8/+8
| * | Parallel installation has been safe here since r267511 added SUBDIR_DEPEND.Bryan Drewery2016-03-041-4/+0
| * | Work around aliasing issues detected in modern GCC.Pedro F. Giffuni2016-03-041-16/+20
* | | Merge ^/head r296007 through r296368.Dimitry Andric2016-03-03126-1471/+4112
|\| |
| * | mbtowc(3): set errno to EILSEQ if an incomplete character is passed.Pedro F. Giffuni2016-03-011-2/+9
| * | Add two comments explaining the fine points of the hashKonstantin Belousov2016-03-011-0/+31
| * | Connect pmc.haswellxeon(3) to the build; looks like it was missed in r279829.Edward Tomasz Napierala2016-03-011-0/+1
| * | Update jemalloc to 4.1.0.Jason Evans2016-02-292-2/+7
| * | errno(3) -> errno(2)Edward Tomasz Napierala2016-02-292-6/+5
| * | kenv(8) -> kenv(1)Edward Tomasz Napierala2016-02-291-1/+1
| * | Fix typo.Edward Tomasz Napierala2016-02-291-1/+1
| * | sysconf(2) -> sysconf(3)Edward Tomasz Napierala2016-02-291-1/+1
| * | sendmsg(3) -> sendmsg(2)Edward Tomasz Napierala2016-02-292-2/+2
| * | Fix typos in .Xrs.Edward Tomasz Napierala2016-02-292-2/+2
| * | MFV r296159Pedro F. Giffuni2016-02-2942-595/+684
| * | Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-2813-307/+788
| * | RPC: update the getrpcbyname() definition to include a const qualifier.Pedro F. Giffuni2016-02-262-3/+3
| * | Remove WARNS inherited fine by ../Makefile.inc.Bryan Drewery2016-02-267-12/+3
| * | Make it clear that the "size" argument is for the dst string.Bryan Drewery2016-02-261-3/+3
| * | Update dependencies.Bryan Drewery2016-02-266-2/+100
| * | Remove unneeded lines.Bryan Drewery2016-02-268-17/+6
| * | These can build in parallel.Bryan Drewery2016-02-262-0/+4
| * | Make unions in PowerPC libc endian-safe.Nathan Whitehorn2016-02-264-4/+44
| * | Make FPSCR definition endian clean.Nathan Whitehorn2016-02-261-0/+5
| * | rpc: fix failure to clear string by passing the wrong size to memset.Pedro F. Giffuni2016-02-261-1/+1