aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make pass(4) handle misaligned buffers of MAXPHYS size.Alexander Motin2019-12-231-10/+10
* fstyp(8): Fix WITHOUT_ICONV buildConrad Meyer2019-12-236-2/+20
* Fix undefined behavior: left-shifting into the sign bit.Konstantin Belousov2019-12-232-2/+2
* Do not use waitable allocation of pbuf when creating cluster for write.Konstantin Belousov2019-12-231-2/+1
* fstyp(8): Detect APFS containersConrad Meyer2019-12-234-1/+111
* fstyp(8): Detect HFS+ / HFSX volumesConrad Meyer2019-12-234-1/+129
* fstyp(8): Use iconv(3) to convert NTFS vol labels correctlyConrad Meyer2019-12-233-24/+50
* In gptboot, don't assume a partition number is a single digit, 1-9. GPTIan Lepore2019-12-221-3/+5
* Compile uart_cpu_acpi.c, added in r348195, into uart.ko.Mark Johnston2019-12-221-1/+2
* lagg: Clean up handling of the rr_limit option.Mark Johnston2019-12-224-27/+33
* Fix typo using RB_INITIALIZER.Doug Moore2019-12-221-1/+1
* Fix a bug introduced in r356002. Prior versions of this patchset hadJeff Roberson2019-12-221-0/+2
* Merge commit f97936fab from llvm git (by Eric Fiselier):Dimitry Andric2019-12-226-25/+25
* Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpDimitry Andric2019-12-2274-699/+1494
|\
| * Vendor import of llvm-project tag llvmorg-9.0.1:vendor/llvm-project/llvmorg-9.0.1Dimitry Andric2019-12-2057-494/+1039
| * Eliminate differences between Git version of llvm-project release/9.x,Dimitry Andric2019-12-201-1/+1
| * Remove empty dirs under vendor/llvm-project, which are no longer storedDimitry Andric2019-12-200-0/+0
| *-----------. Copy llvm vendor/*/dist-release_90 to vendor/llvm-project/release-9.xDimitry Andric2019-12-209493-0/+3513878
| |\ \ \ \ \ \ \
| | | | | | | * | Vendor import of llvm 9.0.0 release r372316:vendor/llvm/llvm-release_900-r372316vendor/llvm-90Dimitry Andric2019-09-195-21/+52
| * | | | | | | | Vendor import of clang 9.0.0 release r372316:vendor/clang/clang-release_900-r372316vendor/clang-90Dimitry Andric2019-09-194-7/+13
* | | | | | | | | Make page busy state deterministic on free. Pages must be xbusy whenJeff Roberson2019-12-2212-94/+106
* | | | | | | | | Add vmgenc(4) driver for ACPI VM generation counterConrad Meyer2019-12-223-0/+288
* | | | | | | | | Remove unused includes.Xin LI2019-12-223-7/+0
* | | | | | | | | Move vm_fault busy logic into its own function for clarity and re-use byJeff Roberson2019-12-221-35/+36
* | | | | | | | | fstyp(8): Show exFAT volume labels with -l flagConrad Meyer2019-12-224-12/+347
* | | | | | | | | Fix typo in hastd.8 manual page.Kirk McKusick2019-12-221-2/+2
* | | | | | | | | Update the nfsstat man page to reflect r355992.Rick Macklem2019-12-221-3/+3
* | | | | | | | | Update nfsstat to list the NFSv4.2 procedures and operations.Rick Macklem2019-12-221-0/+67
* | | | | | | | | Micro-optimize the control flow in _pmap_unwire_ptp(), and eliminateAlan Cox2019-12-211-3/+2
* | | | | | | | | MFV r355890:Cy Schubert2019-12-212-2/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix libpcap issue #893: check for invalid IPv4 addresses.Cy Schubert2019-12-192-2/+16
* | | | | | | | | | MFV r353143 (phillip):Cy Schubert2019-12-2155-1742/+2973
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Vendor import of tcpdump 4.9.3Philip Paeps2019-10-06207-1896/+3369
* | | | | | | | | | | MFV r353141 (by phillip):Cy Schubert2019-12-21178-4550/+17675
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Import libpcap 1.9.1vendor/libpcap/1.9.1Philip Paeps2019-10-06175-4544/+17654
* | | | | | | | | | | Fix VPO_UNMANAGED handling in vm_page_reclaim_run() after r353540.Mark Johnston2019-12-211-2/+9
* | | | | | | | | | | Don't shift 32-bit value by more than 32 bits.Gleb Popov2019-12-211-1/+1
* | | | | | | | | | | top: display battery capacity remainingPhilip Paeps2019-12-215-0/+31
* | | | | | | | | | | powerpc: Only build mpc85xx i2c driver for mpc85xxJustin Hibbits2019-12-211-1/+1
* | | | | | | | | | | googletest: pick from upstream: Don't allow signed/unsigned wchar_t in gcc 9 ...Ryan Libby2019-12-211-1/+4
* | | | | | | | | | | jemalloc: pick from upstream: Fix GCC-9.1 warning with macro GET_ARG_NUMERICRyan Libby2019-12-211-1/+1
* | | | | | | | | | | libdevdctl: g++9 avoid Wdeprecated-copyRyan Libby2019-12-211-10/+0
* | | | | | | | | | | dtrace: avoid gcc9 Walloca-larger-thanRyan Libby2019-12-211-21/+47
* | | | | | | | | | | Declare packed struct ata_params as 2-byte-alignedRyan Libby2019-12-212-2/+2
* | | | | | | | | | | gcc9: quiet Waddress-of-packed-member for user buildRyan Libby2019-12-211-0/+3
* | | | | | | | | | | gcc9: quiet Waddress-of-packed-member for kernel buildRyan Libby2019-12-211-0/+3
* | | | | | | | | | | gcc: quiet Wattribute for no_sanitize("address")Ryan Libby2019-12-211-2/+6
* | | | | | | | | | | Avoid unused vars when VE_ECDSA_HASH_AGAIN undefinedSimon J. Gerraty2019-12-201-2/+3
* | | | | | | | | | | Update the man page to reflect the addition of NFSv4.2 (r355677).Rick Macklem2019-12-201-15/+26
* | | | | | | | | | | Consolidate FREEBSD-Xlist files of different llvm sub-projects into one.Dimitry Andric2019-12-2010-1058/+1000