| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge ^/head r311692 through r311807. | Dimitry Andric | 2017-01-09 | 7 | -37/+27 |
| |\ |
|
| | * | Use standard Versions.def for libprocstat. | Konstantin Belousov | 2017-01-09 | 2 | -11/+1 |
| | * | Use tab for indent. | Konstantin Belousov | 2017-01-09 | 1 | -1/+1 |
| | * | Use nitems({mib,name}) instead of hardcoding their value | Enji Cooper | 2017-01-09 | 1 | -13/+13 |
| | * | lib/libutil/kinfo_*: style cleanup | Enji Cooper | 2017-01-09 | 4 | -12/+12 |
| * | | Merge libc++ r291274, and update the library Makefile. | Dimitry Andric | 2017-01-08 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Vendor import of libc++ trunk r291012:vendor/libc++/libc++-trunk-r291015vendor/libc++/libc++-trunk-r291012 | Dimitry Andric | 2017-01-04 | 2 | -5/+36 |
| | * | | Vendor import of libc++ trunk r290819:vendor/libc++/libc++-trunk-r290819 | Dimitry Andric | 2017-01-02 | 9 | -45/+9050 |
| * | | | Merge ^/head r311546 through r311683. | Dimitry Andric | 2017-01-08 | 11 | -165/+250 |
| |\ \ \
| | |/
| |/| |
|
| | * | | libprocstat: Include cd9660 headers in the same order as the kernel | Conrad Meyer | 2017-01-08 | 1 | -1/+1 |
| | * | | remove network mask calculation for Classful network | Baptiste Daroussin | 2017-01-07 | 1 | -23/+10 |
| | * | | Export __cxa_thread_atexit_impl as an alias for __cxa_thread_atexit. | Konstantin Belousov | 2017-01-07 | 5 | -106/+164 |
| | * | | Make do_buff_decode() not read past the end of the buffer. | Alexander Motin | 2017-01-07 | 1 | -34/+40 |
| | * | | Unbreak lib/libsysdecode after r311568 by decoding MSG_MORETOCOME flag | Enji Cooper | 2017-01-07 | 1 | -1/+1 |
| | * | | [lib80211] add VHT bands and channel flags. | Adrian Chadd | 2017-01-07 | 2 | -0/+34 |
| * | | | Add one more dependency for lld. | Dimitry Andric | 2017-01-07 | 1 | -0/+1 |
| * | | | Merge ^/head r311460 through r311545. | Dimitry Andric | 2017-01-06 | 1 | -8/+24 |
| |\| | |
|
| | * | | MFV r311477: xz 5.2.3. | Xin LI | 2017-01-06 | 1 | -8/+24 |
| * | | | Update clang and lld Version.inc files. | Dimitry Andric | 2017-01-06 | 2 | -2/+2 |
| * | | | Merge ^/head r311314 through r311459. | Dimitry Andric | 2017-01-05 | 1 | -2/+4 |
| |\| | |
|
| | * | | Add a reasonable bound on the symbol table index size. | Mark Johnston | 2017-01-05 | 1 | -2/+4 |
| * | | | Adjust version numbers for the clang library directory. | Dimitry Andric | 2017-01-05 | 2 | -2/+2 |
| * | | | Update clang and lld Version.inc files. | Dimitry Andric | 2017-01-04 | 2 | -2/+2 |
| * | | | Cleanup commented entries in libllvm Makefile. | Dimitry Andric | 2017-01-04 | 1 | -6/+0 |
| * | | | Bump FREEBSD_CC_VERSION to force bootstrap compiler build. | Dimitry Andric | 2017-01-04 | 1 | -1/+1 |
| * | | | Merge ^/head r311132 through r311305. | Dimitry Andric | 2017-01-04 | 55 | -20578/+85 |
| |\| | |
|
| | * | | __vdso_gettc(): be extra careful with /dev/hpet mappings, never unmap | Konstantin Belousov | 2017-01-04 | 1 | -19/+35 |
| | * | | MFV r311279: zlib 1.2.10. | Xin LI | 2017-01-04 | 3 | -1/+15 |
| | |\ \ |
|
| | * | | | Restructure libz, place vendor files in contrib/zlib like other third | Xin LI | 2017-01-04 | 45 | -20548/+20 |
| | |\| | |
|
| | * | | | Update libsysdecode for getfsstat() 'flags' argument changing to 'mode'. | John Baldwin | 2017-01-03 | 6 | -10/+15 |
| * | | | | Update lldb Makefile, and disable some functionality for Windows and | Dimitry Andric | 2017-01-04 | 1 | -2/+5 |
| * | | | | Update lld Version.inc and libllvm/Makefile to match. | Dimitry Andric | 2017-01-04 | 2 | -6/+9 |
| * | | | | Initial updates to llvm/clang build glue. | Dimitry Andric | 2017-01-03 | 10 | -295/+251 |
| |/ / / |
|
| * | | | Cleanup inelegant calloc(3) introduced in r310984. | Pedro F. Giffuni | 2017-01-02 | 1 | -1/+1 |
| * | | | libkvm - extend a bit the swap statistics field. | Pedro F. Giffuni | 2017-01-02 | 3 | -9/+11 |
| * | | | Install bsnmpclient(3) as snmp_client_{init,set_host,set_port}(3) | Enji Cooper | 2017-01-01 | 1 | -0/+3 |
| * | | | Look for list.h in ${.CURDIR} to unbreak the build with a ports-based copy | Enji Cooper | 2017-01-01 | 1 | -1/+1 |
| * | | | Use calloc instead of malloc + memset(.., 0, ..) | Enji Cooper | 2016-12-31 | 1 | -8/+4 |
| * | | | Move __hidden attribute towards the end of the declaration. | Pedro F. Giffuni | 2016-12-31 | 1 | -12/+12 |
| * | | | MFV r310796, r310797: | Martin Matuska | 2016-12-30 | 1 | -3/+5 |
| * | | | loader: nandfs calls strategy with one extra argument. | Toomas Soome | 2016-12-30 | 1 | -1/+1 |
| * | | | dosfs support in libstand is broken since r298230 | Toomas Soome | 2016-12-30 | 8 | -52/+38 |
| * | | | Reapply 310775, now it also builds correctly if lldb is disabled: | Dimitry Andric | 2016-12-30 | 1 | -27/+33 |
| * | | | Fix inverted loop condition which broke multi-line responses to CONNECT. | Dag-Erling Smørgrav | 2016-12-30 | 1 | -1/+1 |
| * | | | Revert r310775 for now, until we can figure out why it does not seem to | Dimitry Andric | 2016-12-29 | 1 | -26/+20 |
| * | | | Use compiler driver to build relocatable object | Alexander Kabaev | 2016-12-29 | 1 | -1/+1 |
| * | | | Move llvm-objdump from CLANG_EXTRAS to installed by default | Dimitry Andric | 2016-12-29 | 1 | -20/+26 |
| * | | | Install {asn1,bsnmpagent,bsnmpclient,bsnmplib}.3 as all of the APIs | Enji Cooper | 2016-12-28 | 1 | -2/+92 |
| * | | | Rename the 'flags' argument to getfsstat() to 'mode' and validate it. | John Baldwin | 2016-12-27 | 3 | -10/+16 |
| * | | | libkvm: support access to vmm guest memory, allow writes to fwmem and vmm | Andriy Gapon | 2016-12-27 | 2 | -7/+48 |