aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the man page to reflect the addition of NFSv4.2 (r355677).Rick Macklem2019-12-201-22/+28
* Merge diff elimination updates from r355953 into vendor/llvm-project.Dimitry Andric2019-12-201-1/+1
|\
| * Eliminate differences between Git version of llvm-project master, andvendor/llvm-project/trunk-r375505vendor/llvm-project/llvmorg-10-init-8157-g186155b89c2Dimitry 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 to vendor/llvm-project/masterDimitry Andric2019-12-209572-0/+3554604
| |\ \ \ \ \ \ \
| | | | | | | | * Vendor import of stripped LLVM openmp trunk r375505, the last commitvendor/llvm-openmp/openmp-trunk-r375505vendor/llvm-openmpDimitry Andric2019-10-2324-176/+686
| | | | | | | * | Vendor import of stripped llvm trunk r375505, the last commit before thevendor/llvm/llvm-trunk-r375505vendor/llvmDimitry Andric2019-10-232118-48751/+120703
| | | | | | * | | Vendor import of stripped lldb trunk r375505, the last commit before thevendor/lldb/lldb-trunk-r375505vendor/lldbDimitry Andric2019-10-23816-60896/+26234
| | | | | * | | | Vendor import of stripped lld trunk r375505, the last commit before thevendor/lld/lld-trunk-r375505vendor/lldDimitry Andric2019-10-23105-2075/+4080
| | | | * | | | | Vendor import of stripped LLVM libunwind trunk r375505, the last commitvendor/llvm-libunwind/libunwind-trunk-r375505vendor/llvm-libunwindDimitry Andric2019-10-235-38/+51
| | | * | | | | | Vendor import of stripped libc++ trunk r375505, the last commit beforevendor/libc++/libc++-trunk-r375505vendor/libc++Dimitry Andric2019-10-2357-1003/+1261
| | * | | | | | | Vendor import of stripped compiler-rt trunk r375505, the last commitvendor/compiler-rt/compiler-rt-trunk-r375505vendor/compiler-rtDimitry Andric2019-10-23379-3125/+4901
| * | | | | | | | Vendor import of stripped clang trunk r375505, the last commit beforevendor/clang/clang-trunk-r375505vendor/clangDimitry Andric2019-10-23753-17283/+46521
* | | | | | | | | Update the man page to reflect the addition of NFSv4.2 (r355677).Rick Macklem2019-12-201-4/+13
* | | | | | | | | Update the man page to reflect the addition of NFSv4.2 (r355677).Rick Macklem2019-12-201-11/+17
* | | | | | | | | Merge empty dir updates from r355950 in vendor/llvm-project.Dimitry Andric2019-12-200-0/+0
* | | | | | | | | random(4): Flip default Fortuna generator over to Chacha20Conrad Meyer2019-12-201-6/+6
* | | | | | | | | Correct a mistakenly inverted condition in r355833.Alan Cox2019-12-202-2/+2
* | | | | | | | | add LDNS build knob dependency on OPENSSLEd Maste2019-12-201-5/+6
* | | | | | | | | Deduplicate code between if_delgroup() and if_delgroups().Mark Johnston2019-12-201-64/+46
* | | | | | | | | mii(4): Fix ivars leak when the bus device or bus children detach.Mark Johnston2019-12-201-0/+14
* | | | | | | | | Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-209570-86/+86
* | | | | | | | | Fix a memory leak in if_delgroups() introduced in r334118.Mark Johnston2019-12-201-0/+1
* | | | | | | | | vt: store a pointer to the keyboard instead of indexKyle Evans2019-12-202-47/+24
* | | | | | | | | Kill off dummy kbd driversKyle Evans2019-12-205-95/+0
* | | | | | | | | vt: fix post-boot keyboard attachmentKyle Evans2019-12-201-0/+7
* | | | | | | | | VERSATILEPB: Unbreak after r355796Kyle Evans2019-12-201-2/+0
* | | | | | | | | Improve input validation for some parameters having a too smallMichael Tuexen2019-12-202-2/+6
* | | | | | | | | random(4): Fortuna: Enable concurrent generation by default for 13Conrad Meyer2019-12-201-12/+16
* | | | | | | | | iicoc: fix the build on PCI machinesPhilip Paeps2019-12-201-2/+2
* | | | | | | | | Print upper 32 bits in devmap table entriesPhilip Paeps2019-12-201-1/+1
* | | | | | | | | iicoc: add FDT bus attachmentPhilip Paeps2019-12-202-0/+189
* | | | | | | | | iicoc: split up common core and PCI bus specificsPhilip Paeps2019-12-204-134/+187
* | | | | | | | | iicoc: minor whitespace and style(9) fixesPhilip Paeps2019-12-201-34/+35
* | | | | | | | | riscv/sifive: add FU540 SPI controller driverPhilip Paeps2019-12-202-0/+404
* | | | | | | | | riscv/sifive: add SiFive FU540 PRCI driverPhilip Paeps2019-12-203-0/+274
* | | | | | | | | [PowerPC] Only move linker sets to .data on ELFv1Brandon Bergren2019-12-191-1/+4
* | | | | | | | | Fix SIGINFO stack collection to ignore threads with swapped-out stacks.Mark Johnston2019-12-191-2/+3
* | | | | | | | | Fix a bug in r355784. I missed a sched_add() call that needed to reacquireJeff Roberson2019-12-191-1/+1
* | | | | | | | | localeconv: correct grouping and mon_grouping per C/POSIXEd Maste2019-12-191-1/+1
* | | | | | | | | Including <sys/tmpfs.h> into non-kernel software leads to aDoug Moore2019-12-191-2/+1
* | | | | | | | | Trim a spurious carriage return from the RFB signature string added in r355301.John Baldwin2019-12-191-1/+1
* | | | | | | | | ipfw: Don't rollback state in alloc_table_vidx() if atomicity is not required.Alexander V. Chernikov2019-12-193-12/+20