| Commit message (Expand) | Author | Age | Files | Lines |
| * | fusefs: don't leak memory of unsent operations on unmount | Alan Somers | 2019-06-28 | 1 | -0/+7 |
| * | [skip ci] update copyright headers in fusefs files | Alan Somers | 2019-06-28 | 15 | -0/+75 |
| * | MFHead @349476 | Alan Somers | 2019-06-27 | 226 | -23474/+2642 |
| |\ |
|
| | * | Add non-blocking trylock variants for the rangelock functions. | Rick Macklem | 2019-06-27 | 3 | -10/+69 |
| | * | Fix comment in sofree() to reference sbdestroy(). | John Baldwin | 2019-06-27 | 1 | -1/+1 |
| | * | Reject attempts to register a TCP stack being unloaded. | John Baldwin | 2019-06-27 | 1 | -1/+5 |
| | * | Follow r349460 to complete removing "flags" in struct gpiobus_ivar | Li-Wen Hsu | 2019-06-27 | 1 | -3/+1 |
| | * | Hold an explicit reference on the socket for the aiotx task. | John Baldwin | 2019-06-27 | 2 | -12/+15 |
| | * | Add support for extended descriptor format to Altera mSGDMA driver. | Ruslan Bukin | 2019-06-27 | 4 | -9/+75 |
| | * | revert r349460, printf -> KASSERT in bus.h, until I can fix it | Andriy Gapon | 2019-06-27 | 1 | -7/+12 |
| | * | gpiobus: provide a new hint, pin_list | Andriy Gapon | 2019-06-27 | 2 | -26/+173 |
| | * | upgrade the warning printf-s in bus accessors to KASSERT-s | Andriy Gapon | 2019-06-27 | 1 | -12/+7 |
| | * | In get_fpcontext32() and set_fpcontext32(), we can't just use memcpy() to | Olivier Houchard | 2019-06-26 | 1 | -4/+6 |
| | * | Revert one of the changes from r349323. Specifically, undo the change | Alan Cox | 2019-06-26 | 1 | -1/+9 |
| | * | Emulate the "TEST r/m{16,32,64}, imm{16,32,32}" instructions (opcode F7H). | Rodney W. Grimes | 2019-06-26 | 1 | -0/+95 |
| | * | fix up r349428, fix a typo made during "fdt" removal | Andriy Gapon | 2019-06-26 | 1 | -1/+1 |
| | * | Add a return value to vm_page_remove(). | Mark Johnston | 2019-06-26 | 7 | -17/+16 |
| | * | owc_gpiobus: clean / fix up the driver module things | Andriy Gapon | 2019-06-26 | 1 | -2/+4 |
| | * | amd64 pmap: Fix pkru handling in pmap_remove(). | Konstantin Belousov | 2019-06-26 | 1 | -1/+1 |
| | * | Fix debugging of 32bits arm binaries on arm64. | Olivier Houchard | 2019-06-26 | 1 | -4/+27 |
| | * | Remove references to splbio in ffs_softdep.c. | Mark Johnston | 2019-06-26 | 1 | -16/+7 |
| | * | Fix qlxgbe(4) static build. | Alexander Motin | 2019-06-26 | 1 | -0/+3 |
| | * | o In iflib_txq_drain(): | Marius Strobl | 2019-06-26 | 1 | -12/+7 |
| | * | Revert r349393, which leads to an assertion failure on bootup, in vm_map_stac... | Doug Moore | 2019-06-26 | 2 | -153/+177 |
| | * | powerpc/booke: Handle misaligned floating point loads/stores as on AIM | Justin Hibbits | 2019-06-26 | 2 | -3/+13 |
| | * | While working on PR/238796 I discovered an unused variable in frdest, | Cy Schubert | 2019-06-26 | 2 | -5/+0 |
| | * | Remove a tautological compare for offset != 0. | Cy Schubert | 2019-06-26 | 1 | -18/+16 |
| | * | Prompted by r349366, ipfilter is also does not conform to RFC 3128 | Cy Schubert | 2019-06-26 | 1 | -0/+4 |
| | * | Eliminate some uses of the prev and next fields of vm_map_entry_t. | Doug Moore | 2019-06-25 | 2 | -177/+153 |
| | * | Fix annoying whitespace issue. | Julian Elischer | 2019-06-25 | 1 | -1/+1 |
| | * | fcntl: style changes to r349248 | Alan Somers | 2019-06-25 | 1 | -3/+1 |
| | * | Avoid extra taskq_dispatch() calls by DMU. | Alexander Motin | 2019-06-25 | 3 | -5/+38 |
| | * | [PowerPC64] Don't mark module data as static | Leandro Lupori | 2019-06-25 | 2 | -2/+4 |
| | * | Remove a couple of harmless stray references to nandfs. | Warner Losh | 2019-06-25 | 6 | -7/+0 |
| | * | netipsec key_register: check for M_NOWAIT alloc failure | Ryan Libby | 2019-06-25 | 1 | -1/+1 |
| | * | Convert all IPv4 and IPv6 multicast memberships into using a STAILQ | Hans Petter Selasky | 2019-06-25 | 15 | -657/+554 |
| | * | Free all allocated unit IDs in cuse(3) after the client character | Hans Petter Selasky | 2019-06-25 | 1 | -2/+2 |
| | * | Fix for deadlock situation in cuse(3) | Hans Petter Selasky | 2019-06-25 | 1 | -14/+29 |
| | * | Follow the RFC 3128 and drop short TCP fragments with offset = 1. | Andrey V. Elsukov | 2019-06-25 | 1 | -0/+5 |
| | * | Mark default rule with IPFW_RULE_NOOPT flag, so it can be showed in | Andrey V. Elsukov | 2019-06-25 | 1 | -0/+1 |
| | * | vm_map_protect may return an INVALID_ARGUMENT or PROTECTION_FAILURE | Doug Moore | 2019-06-25 | 1 | -4/+2 |
| | * | The definition of icmptypes in ip_compt.h is dead code as it already | Cy Schubert | 2019-06-25 | 1 | -153/+3 |
| | * | Replay r349342 by imp accidentally reverted by r349352 | Warner Losh | 2019-06-25 | 1 | -10/+4 |
| | * | Replay r349340 by imp accidentally reverted by r349352 | Warner Losh | 2019-06-25 | 4 | -22/+29 |
| | * | Replay r349339 by imp accidentally reverted by r349352 | Warner Losh | 2019-06-25 | 1 | -11/+14 |
| | * | Replay r349334 by markj accidentally reverted by r349352 | Warner Losh | 2019-06-25 | 1 | -4/+0 |
| | * | Remove NAND and NANDFS support | Warner Losh | 2019-06-25 | 69 | -21936/+39 |
| | * | powerpc: Transition to Secure-PLT, like most other OSs | Justin Hibbits | 2019-06-25 | 1 | -0/+13 |
| | * | arm64 acpi_iort: add some error handling | Jayachandran C. | 2019-06-24 | 1 | -4/+30 |
| | * | arm64 gicv3_its: enable all ITS blocks for a CPU | Jayachandran C. | 2019-06-24 | 1 | -3/+1 |