aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fusefs: don't leak memory of unsent operations on unmountAlan Somers2019-06-281-0/+7
* [skip ci] update copyright headers in fusefs filesAlan Somers2019-06-2815-0/+75
* MFHead @349476Alan Somers2019-06-27226-23474/+2642
|\
| * Add non-blocking trylock variants for the rangelock functions.Rick Macklem2019-06-273-10/+69
| * Fix comment in sofree() to reference sbdestroy().John Baldwin2019-06-271-1/+1
| * Reject attempts to register a TCP stack being unloaded.John Baldwin2019-06-271-1/+5
| * Follow r349460 to complete removing "flags" in struct gpiobus_ivarLi-Wen Hsu2019-06-271-3/+1
| * Hold an explicit reference on the socket for the aiotx task.John Baldwin2019-06-272-12/+15
| * Add support for extended descriptor format to Altera mSGDMA driver.Ruslan Bukin2019-06-274-9/+75
| * revert r349460, printf -> KASSERT in bus.h, until I can fix itAndriy Gapon2019-06-271-7/+12
| * gpiobus: provide a new hint, pin_listAndriy Gapon2019-06-272-26/+173
| * upgrade the warning printf-s in bus accessors to KASSERT-sAndriy Gapon2019-06-271-12/+7
| * In get_fpcontext32() and set_fpcontext32(), we can't just use memcpy() toOlivier Houchard2019-06-261-4/+6
| * Revert one of the changes from r349323. Specifically, undo the changeAlan Cox2019-06-261-1/+9
| * Emulate the "TEST r/m{16,32,64}, imm{16,32,32}" instructions (opcode F7H).Rodney W. Grimes2019-06-261-0/+95
| * fix up r349428, fix a typo made during "fdt" removalAndriy Gapon2019-06-261-1/+1
| * Add a return value to vm_page_remove().Mark Johnston2019-06-267-17/+16
| * owc_gpiobus: clean / fix up the driver module thingsAndriy Gapon2019-06-261-2/+4
| * amd64 pmap: Fix pkru handling in pmap_remove().Konstantin Belousov2019-06-261-1/+1
| * Fix debugging of 32bits arm binaries on arm64.Olivier Houchard2019-06-261-4/+27
| * Remove references to splbio in ffs_softdep.c.Mark Johnston2019-06-261-16/+7
| * Fix qlxgbe(4) static build.Alexander Motin2019-06-261-0/+3
| * o In iflib_txq_drain():Marius Strobl2019-06-261-12/+7
| * Revert r349393, which leads to an assertion failure on bootup, in vm_map_stac...Doug Moore2019-06-262-153/+177
| * powerpc/booke: Handle misaligned floating point loads/stores as on AIMJustin Hibbits2019-06-262-3/+13
| * While working on PR/238796 I discovered an unused variable in frdest,Cy Schubert2019-06-262-5/+0
| * Remove a tautological compare for offset != 0.Cy Schubert2019-06-261-18/+16
| * Prompted by r349366, ipfilter is also does not conform to RFC 3128Cy Schubert2019-06-261-0/+4
| * Eliminate some uses of the prev and next fields of vm_map_entry_t.Doug Moore2019-06-252-177/+153
| * Fix annoying whitespace issue.Julian Elischer2019-06-251-1/+1
| * fcntl: style changes to r349248Alan Somers2019-06-251-3/+1
| * Avoid extra taskq_dispatch() calls by DMU.Alexander Motin2019-06-253-5/+38
| * [PowerPC64] Don't mark module data as staticLeandro Lupori2019-06-252-2/+4
| * Remove a couple of harmless stray references to nandfs.Warner Losh2019-06-256-7/+0
| * netipsec key_register: check for M_NOWAIT alloc failureRyan Libby2019-06-251-1/+1
| * Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-2515-657/+554
| * Free all allocated unit IDs in cuse(3) after the client characterHans Petter Selasky2019-06-251-2/+2
| * Fix for deadlock situation in cuse(3)Hans Petter Selasky2019-06-251-14/+29
| * Follow the RFC 3128 and drop short TCP fragments with offset = 1.Andrey V. Elsukov2019-06-251-0/+5
| * Mark default rule with IPFW_RULE_NOOPT flag, so it can be showed inAndrey V. Elsukov2019-06-251-0/+1
| * vm_map_protect may return an INVALID_ARGUMENT or PROTECTION_FAILUREDoug Moore2019-06-251-4/+2
| * The definition of icmptypes in ip_compt.h is dead code as it alreadyCy Schubert2019-06-251-153/+3
| * Replay r349342 by imp accidentally reverted by r349352Warner Losh2019-06-251-10/+4
| * Replay r349340 by imp accidentally reverted by r349352Warner Losh2019-06-254-22/+29
| * Replay r349339 by imp accidentally reverted by r349352Warner Losh2019-06-251-11/+14
| * Replay r349334 by markj accidentally reverted by r349352Warner Losh2019-06-251-4/+0
| * Remove NAND and NANDFS supportWarner Losh2019-06-2569-21936/+39
| * powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-251-0/+13
| * arm64 acpi_iort: add some error handlingJayachandran C.2019-06-241-4/+30
| * arm64 gicv3_its: enable all ITS blocks for a CPUJayachandran C.2019-06-241-3/+1