aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r311692 through r311807.Dimitry Andric2017-01-097-37/+27
|\
| * Use standard Versions.def for libprocstat.Konstantin Belousov2017-01-092-11/+1
| * Use tab for indent.Konstantin Belousov2017-01-091-1/+1
| * Use nitems({mib,name}) instead of hardcoding their valueEnji Cooper2017-01-091-13/+13
| * lib/libutil/kinfo_*: style cleanupEnji Cooper2017-01-094-12/+12
* | Merge libc++ r291274, and update the library Makefile.Dimitry Andric2017-01-081-1/+1
|\ \
| * | Vendor import of libc++ trunk r291012:vendor/libc++/libc++-trunk-r291015vendor/libc++/libc++-trunk-r291012Dimitry Andric2017-01-042-5/+36
| * | Vendor import of libc++ trunk r290819:vendor/libc++/libc++-trunk-r290819Dimitry Andric2017-01-029-45/+9050
* | | Merge ^/head r311546 through r311683.Dimitry Andric2017-01-0811-165/+250
|\ \ \ | | |/ | |/|
| * | libprocstat: Include cd9660 headers in the same order as the kernelConrad Meyer2017-01-081-1/+1
| * | remove network mask calculation for Classful networkBaptiste Daroussin2017-01-071-23/+10
| * | Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit.Konstantin Belousov2017-01-075-106/+164
| * | Make do_buff_decode() not read past the end of the buffer.Alexander Motin2017-01-071-34/+40
| * | Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flagEnji Cooper2017-01-071-1/+1
| * | [lib80211] add VHT bands and channel flags.Adrian Chadd2017-01-072-0/+34
* | | Add one more dependency for lld.Dimitry Andric2017-01-071-0/+1
* | | Merge ^/head r311460 through r311545.Dimitry Andric2017-01-061-8/+24
|\| |
| * | MFV r311477: xz 5.2.3.Xin LI2017-01-061-8/+24
* | | Update clang and lld Version.inc files.Dimitry Andric2017-01-062-2/+2
* | | Merge ^/head r311314 through r311459.Dimitry Andric2017-01-051-2/+4
|\| |
| * | Add a reasonable bound on the symbol table index size.Mark Johnston2017-01-051-2/+4
* | | Adjust version numbers for the clang library directory.Dimitry Andric2017-01-052-2/+2
* | | Update clang and lld Version.inc files.Dimitry Andric2017-01-042-2/+2
* | | Cleanup commented entries in libllvm Makefile.Dimitry Andric2017-01-041-6/+0
* | | Bump FREEBSD_CC_VERSION to force bootstrap compiler build.Dimitry Andric2017-01-041-1/+1
* | | Merge ^/head r311132 through r311305.Dimitry Andric2017-01-0455-20578/+85
|\| |
| * | __vdso_gettc(): be extra careful with /dev/hpet mappings, never unmapKonstantin Belousov2017-01-041-19/+35
| * | MFV r311279: zlib 1.2.10.Xin LI2017-01-043-1/+15
| |\ \
| * | | Restructure libz, place vendor files in contrib/zlib like other thirdXin LI2017-01-0445-20548/+20
| |\| |
| * | | Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'.John Baldwin2017-01-036-10/+15
* | | | Update lldb Makefile, and disable some functionality for Windows andDimitry Andric2017-01-041-2/+5
* | | | Update lld Version.inc and libllvm/Makefile to match.Dimitry Andric2017-01-042-6/+9
* | | | Initial updates to llvm/clang build glue.Dimitry Andric2017-01-0310-295/+251
|/ / /
* | | Cleanup inelegant calloc(3) introduced in r310984.Pedro F. Giffuni2017-01-021-1/+1
* | | libkvm - extend a bit the swap statistics field.Pedro F. Giffuni2017-01-023-9/+11
* | | Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3)Enji Cooper2017-01-011-0/+3
* | | Look for list.h in ${.CURDIR} to unbreak the build with a ports-based copyEnji Cooper2017-01-011-1/+1
* | | Use calloc instead of malloc + memset(.., 0, ..)Enji Cooper2016-12-311-8/+4
* | | Move __hidden attribute towards the end of the declaration.Pedro F. Giffuni2016-12-311-12/+12
* | | MFV r310796, r310797:Martin Matuska2016-12-301-3/+5
* | | loader: nandfs calls strategy with one extra argument.Toomas Soome2016-12-301-1/+1
* | | dosfs support in libstand is broken since r298230Toomas Soome2016-12-308-52/+38
* | | Reapply 310775, now it also builds correctly if lldb is disabled:Dimitry Andric2016-12-301-27/+33
* | | Fix inverted loop condition which broke multi-line responses to CONNECT.Dag-Erling Smørgrav2016-12-301-1/+1
* | | Revert r310775 for now, until we can figure out why it does not seem toDimitry Andric2016-12-291-26/+20
* | | Use compiler driver to build relocatable objectAlexander Kabaev2016-12-291-1/+1
* | | Move llvm-objdump from CLANG_EXTRAS to installed by defaultDimitry Andric2016-12-291-20/+26
* | | Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIsEnji Cooper2016-12-281-2/+92
* | | Rename the 'flags' argument to getfsstat() to 'mode' and validate it.John Baldwin2016-12-273-10/+16
* | | libkvm: support access to vmm guest memory, allow writes to fwmem and vmmAndriy Gapon2016-12-272-7/+48