| Commit message (Expand) | Author | Age | Files | Lines |
| * | Temporarily skip sys.geom.class.gate.ggate_test.ggated in CI | Li-Wen Hsu | 2020-03-11 | 1 | -0/+4 |
| * | If the USB frame length is set to 1024 bytes, WMT_BSIZE, the EETI controller | Hans Petter Selasky | 2020-03-11 | 1 | -1/+1 |
| * | Revert r358858 as it breaks some ipfw(8) setups. | Alexander V. Chernikov | 2020-03-11 | 1 | -6/+8 |
| * | fusefs: avoid cache corruption with buggy fuse servers | Alan Somers | 2020-03-11 | 10 | -39/+297 |
| * | Eliminate camq_alloc() and camq_free() | Warner Losh | 2020-03-11 | 2 | -36/+0 |
| * | Eliminate xpt_copy_path. | Warner Losh | 2020-03-10 | 2 | -19/+18 |
| * | Remove unused cam ccb flags | Warner Losh | 2020-03-10 | 3 | -36/+18 |
| * | Add "tigerlake" CPUTYPE for x86 to catch up with Clang 10.0. | Jung-uk Kim | 2020-03-10 | 2 | -15/+16 |
| * | - Remove CPUTYPE examples for sparc64. It is not supported since r358345. | Jung-uk Kim | 2020-03-10 | 1 | -16/+8 |
| * | cxgbe/t4_tom: The MSS in a FLOWC work request must not be 0. | Navdeep Parhar | 2020-03-10 | 1 | -2/+3 |
| * | cxgbe(4): Do not try to use 0 as an rx buffer address when the driver is | Navdeep Parhar | 2020-03-10 | 1 | -4/+6 |
| * | Don't assume !IPv6 is IPv4 in ipfw(8) add_src() and add_dst(). | Alexander V. Chernikov | 2020-03-10 | 1 | -8/+6 |
| * | Move another file in libllvm from sources required for world, to sources | Dimitry Andric | 2020-03-10 | 1 | -1/+1 |
| * | Fix signal delivery might be on sigfastblock clearing. | Konstantin Belousov | 2020-03-10 | 1 | -1/+2 |
| * | Return reschedule_signals() to being static again. | Konstantin Belousov | 2020-03-10 | 3 | -11/+21 |
| * | Add one additional file to libllvmminimal, to help the ppc64 bootstrap. | Dimitry Andric | 2020-03-10 | 1 | -0/+1 |
| * | Add basic IPv4/IPv6 forwarding tests. | Alexander V. Chernikov | 2020-03-10 | 6 | -2/+961 |
| * | Skip sys.netpfil.pf.nat.exhaust on amd64 in CI as it sometimes panics kernel | Li-Wen Hsu | 2020-03-10 | 1 | -0/+5 |
| * | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp | Dimitry Andric | 2020-03-10 | 5476 | -197963/+344121 |
| |\ |
|
| | * | Merge ^/head r358832 through r358848. | Dimitry Andric | 2020-03-10 | 7 | -20/+97 |
| | |\
| |/
|/| |
|
| * | | Untangle TPR shadowing and APIC virtualization. | Michael Reifenberger | 2020-03-10 | 3 | -18/+84 |
| * | | Fix for building libusb under Linux. | Hans Petter Selasky | 2020-03-10 | 1 | -0/+7 |
| * | | Add support for the device statistics IOCTL, needed by the coming | Hans Petter Selasky | 2020-03-10 | 2 | -1/+5 |
| * | | Bump __FreeBSD_version after amd(8) removal, r358821 | Ed Maste | 2020-03-10 | 1 | -1/+1 |
| | * | Set tentative dates. | Dimitry Andric | 2020-03-10 | 2 | -2/+2 |
| | * | Merge ^/head r358731 through r358831. | Dimitry Andric | 2020-03-10 | 308 | -103713/+3492 |
| | |\
| |/
|/| |
|
| * | | bridge test: adding and removing static addresses | Kristof Provost | 2020-03-10 | 1 | -0/+57 |
| * | | bridge test: spanning tree | Kristof Provost | 2020-03-10 | 1 | -0/+69 |
| * | | powerpc/booke: Split out 32- and 64- bit pmap details from main body | Justin Hibbits | 2020-03-10 | 3 | -1313/+1704 |
| * | | pipe: explain why not deallocating inode number is fine. | Konstantin Belousov | 2020-03-09 | 1 | -0/+9 |
| * | | posixshmcontrol: add an undocumented alias 'list' for the 'ls' command. | Konstantin Belousov | 2020-03-09 | 1 | -0/+1 |
| * | | Preallocate pipe buffers on pipe creation. | Konstantin Belousov | 2020-03-09 | 3 | -39/+47 |
| * | | wmt(4): Fix Synaptics Touch Digitizer V04 attachment | Vladimir Kondratyev | 2020-03-09 | 1 | -3/+2 |
| * | | regen src.conf.5 after r358821, AMD option removal | Ed Maste | 2020-03-09 | 1 | -8/+9 |
| * | | Remove WITH_AMD option, missed in r358821 | Ed Maste | 2020-03-09 | 1 | -1/+0 |
| * | | retire amd(8) | Ed Maste | 2020-03-09 | 230 | -101999/+29 |
| * | | iicbus(4): Add support for ACPI-based children enumeration | Vladimir Kondratyev | 2020-03-09 | 6 | -11/+842 |
| * | | acpi: Export functions required by upcoming acpi_iicbus driver. | Vladimir Kondratyev | 2020-03-09 | 2 | -9/+17 |
| * | | acpi: Fix stalled value returned by acpi_get_device() after device deletion | Vladimir Kondratyev | 2020-03-09 | 1 | -3/+15 |
| * | | Style. | Konstantin Belousov | 2020-03-09 | 1 | -16/+15 |
| * | | gallant is 12x22, not 8x16 | Toomas Soome | 2020-03-09 | 1 | -3/+3 |
| * | | [aacraid] Handle both AIF and SYNC interrupts | Leandro Lupori | 2020-03-09 | 1 | -2/+8 |
| * | | veloader use vectx API for kernel and modules | Simon J. Gerraty | 2020-03-09 | 2 | -2/+2 |
| * | | Use the devfs vnode rather than the mntfs vnode for permissions checks. | Chuck Silvers | 2020-03-09 | 1 | -3/+3 |
| * | | veloader use vectx API for kernel and modules | Simon J. Gerraty | 2020-03-09 | 1 | -1/+1 |
| * | | make lacp's use_numa hashing aware of send tags | Andrew Gallatin | 2020-03-09 | 7 | -37/+25 |
| * | | Add the missing brackets to the logical expression. | Michal Meloun | 2020-03-09 | 1 | -2/+2 |
| * | | fuspi: silence build warning, plug resource leak | Philip Paeps | 2020-03-09 | 1 | -3/+1 |
| * | | cpufreq: Unbreak build. | Emmanuel Vadot | 2020-03-09 | 1 | -1/+2 |
| * | | cpufreq_dt: Fix r358555 | Emmanuel Vadot | 2020-03-09 | 1 | -1/+1 |