aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement ability to turn on/off PHYs for AHCI devices.Warner Losh2018-11-032-3/+49
* MFV: r339981Jung-uk Kim2018-11-0226-108/+493
|\
* | newvers.sh: fix git false positive -dirty tagEd Maste2018-11-021-2/+30
* | embed_mfs.sh: replace some compound statements with conventional ifsEd Maste2018-11-021-3/+12
* | Regen after r340080: Add const to input-only char * arguments.Brooks Davis2018-11-024-318/+318
* | Add const to input-only char * arguments.Brooks Davis2018-11-0211-216/+232
* | sys/types.h: avoid using terse macro _MEd Maste2018-11-021-3/+3
* | pf: Fix build if INVARIANTS is not setKristof Provost2018-11-021-0/+2
* | m_pulldown() may reallocate n. Update the oip pointer after theJonathan T. Looney2018-11-021-0/+1
* | Define NT_FREEBSD_FEATURE_CTL ELF note typeEd Maste2018-11-021-0/+1
* | Add sysctl_usec_to_sbintime and sysctl_msec_to_sbintime.Warner Losh2018-11-022-0/+86
* | pf: Keep a reference to struct ifnets we're usingKristof Provost2018-11-021-1/+7
* | pfsync: Add missing unlockKristof Provost2018-11-021-0/+1
* | Adjust SiS 966/968 HDA controller naming.Alexander Motin2018-11-021-1/+1
* | pfsync: Allow module to be unloadedKristof Provost2018-11-021-6/+0
* | pfsync: Handle syncdev going awayKristof Provost2018-11-024-0/+34
* | pfsync: Ensure uninit is done before pfKristof Provost2018-11-021-5/+2
* | Notify that the ifnet will go away, even on vnet shutdownKristof Provost2018-11-021-0/+3
* | pfsync: Make pfsync callbacks per-vnetKristof Provost2018-11-024-54/+62
* | Initialize the eflags field of vm_map headers.Mark Johnston2018-11-023-18/+17
* | cxgbe/iw_cxgbe: Suppress spurious "Unexpected streaming data ..."Navdeep Parhar2018-11-022-5/+46
* | pf: Limit the fragment entry queue length to 64 per bucket.Kristof Provost2018-11-022-5/+36
* | pf: Split the fragment reassembly queue into smaller partsKristof Provost2018-11-022-19/+168
* | pf: Count holes rather than fragments for reassemblyKristof Provost2018-11-021-38/+45
* | Add new USB v2.0 PCI ID.Hans Petter Selasky2018-11-021-0/+3
* | Revert "pf: Limit the maximum number of fragments per packet"Kristof Provost2018-11-021-8/+0
* | Make vop_symlink take a const target path.Brooks Davis2018-11-0212-18/+18
* | - Add quirk for Samsung on Mac Mini 7,1Martin Wilke2018-11-021-0/+1
* | kern_poll: Restore explanatory comment removed in r177374Conrad Meyer2018-11-011-0/+7
* | Retire CLANG_NO_IAS34Ed Maste2018-11-014-12/+0
* | Regent after r340034: Use mode_t when the documented signature does.Brooks Davis2018-11-013-30/+30
* | Use mode_t when the documented signature does.Brooks Davis2018-11-012-12/+12
* | Restrict setting PTE execute permissions on RISC-V.John Baldwin2018-11-014-10/+17
* | Set PTE_A and PTE_D for user mappings in pmap_enter().John Baldwin2018-11-011-3/+5
* | SBI calls expect a pointer to a u_long rather than a pointer.John Baldwin2018-11-012-3/+3
* | Don't allow debuggers to modify SSTATUS, only to read it.John Baldwin2018-11-011-1/+0
* | Implement ptrace_set_pc() and fail PT_*STEP requests explicitly.John Baldwin2018-11-011-3/+3
* | Add comments explaining what hold/unhold doWarner Losh2018-11-012-3/+10
* | Check cannot_use_txpkts() rather than needs_tso() in add_to_txpkts().John Baldwin2018-11-011-1/+4
* | Add support for port unit wiring to cxgbe(4).John Baldwin2018-11-011-1/+37
* | Assert that reclaim_tx_descs() is always making forward progress.John Baldwin2018-11-011-0/+3
* | Don't enter DDB for fatal traps before panic by default.John Baldwin2018-11-019-10/+15
* | Add the ARMv8.3 SCTLR_EL1 fields.Andrew Turner2018-11-012-7/+16
* | ixl/iavf(4): Update remaining references of "num_queues" to "num_rx_queues"Eric Joyner2018-11-012-7/+3
* | carpstats are the last virtualised variable in the file and end up at theBjoern A. Zeeb2018-11-011-0/+15
* | Add the ARMv8.3 HCR_EL2 register fields.Andrew Turner2018-11-011-0/+11
* | Remove redundant checks for a NULL lbgroup table.Mark Johnston2018-11-012-14/+4
* | Improve style in in_pcbinslbgrouphash() and related subroutines.Mark Johnston2018-11-011-30/+17
* | linuxkpi: Add GFP flags needed for ttm driversBen Widawsky2018-11-011-0/+2
* | Fix NFS client vnode locking to avoid a crash during forced dismount.Rick Macklem2018-11-011-6/+9