aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dts: Update our copy for arm, arm64 and riscv dts to Linux 5.5Emmanuel Vadot2020-02-28550-8887/+36981
|\
| * DTS: Update the device-tree files to Linux 5.5vendor/device-tree/5.5Emmanuel Vadot2020-02-281134-14902/+52990
* | mld6: initialize oifp to avoid bogus results/panics in edge casesBjoern A. Zeeb2020-02-281-0/+1
* | arm: zynq: An SPI driver for Zynq platformsEmmanuel Vadot2020-02-284-0/+626
* | bsdinstall: remove the Italian mirrorPhilip Paeps2020-02-281-1/+0
* | bsdconfig: remove the Italian mirrorPhilip Paeps2020-02-282-2/+0
* | This is a FALLTHROUGH for sure. no need for xxx comment.Warner Losh2020-02-281-1/+1
* | Remove duplicated ATA_CHECK_POWER_MODEWarner Losh2020-02-281-1/+0
* | Rename TOE TLS stats from [rt]x_tls_* to [rt]x_toe_tls_*.John Baldwin2020-02-283-18/+18
* | Remove trailing whitespace.Brooks Davis2020-02-271-1/+1
* | Plug possible memory leaks in the previous patch.Jung-uk Kim2020-02-271-0/+2
* | Do not free p and g parameters after calling DH_set0_pqg(3).Jung-uk Kim2020-02-271-5/+13
* | Fix style inconsistencies near our OpenSSL 1.1.x patch.Jung-uk Kim2020-02-271-13/+13
* | Fix a white space.Jung-uk Kim2020-02-271-1/+1
* | riscv: Add a GENERIC-NODEBUG (copied from amd64)Brooks Davis2020-02-271-0/+42
* | Merge commit 7214f7a79 from llvm git (by Sam Elliott):Brooks Davis2020-02-272-0/+13
* | Merge r358406 from the clang1000-import branch:Dimitry Andric2020-02-271-1/+1
|\ \
| * | Fix the following -Werror warning from clang 10.0.0:Dimitry Andric2020-02-271-1/+1
| * | Merge ^/head r358269 through r358399.Dimitry Andric2020-02-27790-16078/+7478
| |\ \
| * \ \ Merge ^/vendor/llvm-project/release-10.x up to its last change (upstreamDimitry Andric2020-02-2749-352/+534
| |\ \ \
| | * | | Vendor import of llvm-project branch release/10.xvendor/llvm-project/llvmorg-10.0.0-rc2-70-ge5cb70267e7Dimitry Andric2020-02-2753-370/+567
| * | | | Merge commit 2e24219d3 from llvm git (by Hans Wennborg):Dimitry Andric2020-02-273-15/+20
| * | | | Instead of using just the long upstream commit hash for LLVM componentDimitry Andric2020-02-242-5/+5
| * | | | Adjust the regex used for LINKER_FREEBSD_VERSION so it captures the lastDimitry Andric2020-02-241-1/+1
| * | | | Merge ^/head r358263 through r358268.Dimitry Andric2020-02-245-14/+19
| |\ \ \ \
| * \ \ \ \ Merge ^/head r358239 through r358262.Dimitry Andric2020-02-2333-73/+132
| |\ \ \ \ \
| * \ \ \ \ \ Merge r358179 through r358238.Dimitry Andric2020-02-2253-573/+1158
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge ^/head r358131 through r358178.Dimitry Andric2020-02-2057-258/+787
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge ^/head r358075 through r358130.Dimitry Andric2020-02-19630-7917/+7445
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge ^/head r358049 through r358074.Dimitry Andric2020-02-18447-36481/+68638
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge ^/head r358000 through r358048.Dimitry Andric2020-02-1741-217/+383
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert r358029 in anticipation of merging the different fix from head.Dimitry Andric2020-02-171-9/+9
* | | | | | | | | | | | Fix poor performance of ftp(1) due to small SO_SNDBUF and SO_RCVBUF.Hiroki Sato2020-02-274-2/+32
* | | | | | | | | | | | Fix broken STARTTLS when SharedMemoryKey is enabled.Hiroki Sato2020-02-271-5/+2
* | | | | | | | | | | | Make linuxulator warn about unsupported getsockopt/setsockopt flags.Edward Tomasz Napierala2020-02-271-3/+10
* | | | | | | | | | | | Add MODULE_PNP_INFO() to autoload the rtwn_pci(4) kernel module.Hiroki Sato2020-02-272-6/+8
* | | | | | | | | | | | Simplify lazy advance with a 64bit atomic cmpset.Jeff Roberson2020-02-272-60/+41
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | Add workaround for models which do not follow the ACPI specification strictly.Hiroki Sato2020-02-271-4/+17
* | | | | | | | | | | Use stream_read() to read all 12 bytes of the RFB client version.John Baldwin2020-02-271-1/+2
* | | | | | | | | | | Better check for floating point type.Warner Losh2020-02-273-13/+25
* | | | | | | | | | | _Static_assert is to be preferred to CTASSERT.Warner Losh2020-02-271-1/+6
* | | | | | | | | | | Remove FreeBSD 4 supportWarner Losh2020-02-271-4/+0
* | | | | | | | | | | Remove FreeBSD 7-9 support from oceWarner Losh2020-02-273-27/+6
* | | | | | | | | | | Remove support for FreeBSD 7 and 8Warner Losh2020-02-273-13/+1
* | | | | | | | | | | Extend the range of the return value from nsecs_to_jiffies64() to supportHans Petter Selasky2020-02-272-22/+83
* | | | | | | | | | | remove stray space symbol in r358380Andriy Gapon2020-02-271-1/+1
* | | | | | | | | | | use ZFS_MAX_DATASET_NAME_LEN instead of MAXPATHLEN for dataset namesAndriy Gapon2020-02-271-12/+12
* | | | | | | | | | | dsl_dataset_promote_sync: populate 'oldname' before using itAndriy Gapon2020-02-271-0/+4
* | | | | | | | | | | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (18 of many)Pawel Biernacki2020-02-274-15/+20
* | | | | | | | | | | Update pci_vendors to 2020.02.22Baptiste Daroussin2020-02-271-154/+1445