]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
bin/setfacl: Little refactoring, no functional change.
[FreeBSD/FreeBSD.git] / sys /
2020-11-23 mmelEnsure that the buffer is in nvme_single_map() mapped...
2020-11-23 traszMake sbp(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 traszMake tws(4) use xpt_alloc_ccb()/xpt_free_ccb() instead...
2020-11-23 traszDon't check return from xpt_alloc_ccb() for being NULL...
2020-11-23 traszMake hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 traszsmartpqi: don't bzero the new ccb; xpt_alloc_ccb_nowait...
2020-11-23 traszarcmsr(4): don't bzero newly allocated ccb; xpt_alloc_c...
2020-11-23 traszRemove the 'wantparent' variable, unused since r145004.
2020-11-23 tuexenFix two occurences of a typo in a comment introduced...
2020-11-23 kevanscpuset_setproc: use the appropriate parent for new...
2020-11-23 kevansfreebsd32: take the _umtx_op struct definitions back
2020-11-23 kevanskern: dup: do not assume oldfde is valid
2020-11-22 melifaroRefactor rib iterator functions.
2020-11-22 manuif_dwc: Correctly configure the DMA engine based on...
2020-11-22 mavFix debug build after 367926.
2020-11-22 kevans[2/2] _umtx_op: introduce 32-bit/i386 flags for operations
2020-11-22 mavFix build after 367926.
2020-11-22 kevans_umtx_op: move compat32 definitions back in
2020-11-22 rewfd: free old file descriptor tables when not shared
2020-11-22 mavMake handlers and atpds overflows unlikely.
2020-11-22 mavDo not parent all busdma tags to the payload tag.
2020-11-22 mavRemove remnants of execthrottle and maxalloc parameters.
2020-11-21 kibStop using eventhandlers for itimers subsystem exec...
2020-11-21 kibRemove unused prototype.
2020-11-21 kibStop using eventhandler to invoke umtx_exec hook.
2020-11-21 npcxgbe(4): Catch up with in-flight netmap rx before...
2020-11-21 mavUnlucky change...
2020-11-21 mavFix stupid math mistake in r366922.
2020-11-20 mckusickOnly attempt a VOP_UNLOCK() when the vn_lock() has...
2020-11-20 mavIncrease queue depths from 1024/256 to 8192/1024 IOCBs.
2020-11-20 alfredo[POWERPC] print uprintf_signal 'type' field in hex
2020-11-20 mavCleanup DMA handling.
2020-11-20 mhorneriscv: always initialize the static kernel environment
2020-11-20 kibmsdosfs: suspend around unmount or remount rw->ro.
2020-11-20 mhorneMake net/ifq.h C++ friendly
2020-11-20 kibUnlock channels when any of them are locked, when retur...
2020-11-20 tuexenFix an issue I introuced in r367530: tcp_twcheck()...
2020-11-20 kibmsdosfs: Add trivial support for suspension.
2020-11-20 manuif_dwc: Add checksum offloading support
2020-11-20 manuif_dwc: Add flow control support
2020-11-20 manuif_awg: Add a awg_dma_start_tx function that trigger...
2020-11-20 manuif_dwc: Use if_ function where appropriate
2020-11-20 manuif_dwc: Reorder functions and sort them by usage
2020-11-20 manuif_awg: Reorder functions and sort them by usage
2020-11-20 manuif_dwc: dwc_get_hwaddr cannot fail, change return to...
2020-11-20 manuif_dwc: Add dwc_stop_dma and use it in dwc_stop_locked
2020-11-20 manuif_awg: Add awg_stop_dma and use it in awg_stop
2020-11-20 manuif_dwc: Use dwc_enable_mac in dwc_stop_locked
2020-11-20 manuif_dwc: Add a function to enable/disable the mac tx/rx
2020-11-20 manuif_awg: Add a function to enable/disable the mac tx/rx
2020-11-20 manuif_dwc: Use if_setdrvflagbits to notify that we are...
2020-11-20 manuif_dwc: Split init code into sub function
2020-11-20 manuif_awg: Split init code into sub function
2020-11-20 manuif_awg: Remove the taskqueue for miibus_statchg
2020-11-20 kppf: Fix incorrect assertion
2020-11-20 mmelAlso pass interrupt binding request to non-root interru...
2020-11-20 sjgMerge bmake-20201117
2020-11-20 mavMicrooptimize cam_num_doneqs math in xpt_done().
2020-11-20 mavFix r367857 build without ISP_TARGET_MODE.
2020-11-20 mavRemove parallel SCSI and 1/2Gb FC support from isp(4).
2020-11-20 wulfpsm(4): Disable AUX multiplexer probing on all Lenovo...
2020-11-19 mjgpipe: thundering herd problem in pipelock
2020-11-19 markjcallout(9): Fix a race between CPU migration and callou...
2020-11-19 mhorneAdd an option for entering KDB on recursive panics
2020-11-19 markjWrap a long line in vm_pqbatch_process_page()
2020-11-19 markjMicro-optimize vm_page_pqbatch_submit()
2020-11-19 mjgthread: numa-aware zombie reaping
2020-11-19 andrewFall back to use the GICR address from the generic...
2020-11-19 mjgpipe: tidy up pipelock
2020-11-19 mjgpipe: allow for lockless pipe_stat
2020-11-19 mjgcred: fix minor nits in r367695
2020-11-19 mjgsmp: fix smp_rendezvous_cpus_retry usage before smp...
2020-11-19 markjvm_phys: Try to clean up NUMA KPIs
2020-11-19 markjMove kern_clocksource.c to sys/conf/files
2020-11-19 markjRemove NO_EVENTTIMERS support
2020-11-18 oshogboAdd CTLFLAG_MPSAFE to the suser_enabled sysctl.
2020-11-18 oshogbojail: introduce per jail suser_enabled setting
2020-11-18 oshogboFix style nits.
2020-11-18 cemmsdosfs(5): Fix debug-only format string
2020-11-18 mjgfd: reorder struct file to reduce false sharing
2020-11-18 lwhsuipheth(4): Fix for iOS 14
2020-11-18 jhibbitsFix octeon_pmc post-r334827
2020-11-18 jhbFix a few nits in vn_printf().
2020-11-18 mwUpdate ENA driver version to v2.3.0
2020-11-18 mwRename descriptions of the supported ENA devices
2020-11-18 mwAdd ENI metrics for the ENA driver
2020-11-18 mwAdd SPDX license tag to the ENA driver files
2020-11-18 mwAdd Rx offsets support for the ENA driver
2020-11-18 mwAdjust ENA driver files to latest ena-com changes
2020-11-18 gallatinLACP: When suppressing distributing, return ENOBUFS
2020-11-18 mwFix completion descriptors alignment for the ENA
2020-11-18 hselaskyAllow LinuxKPI types to be used in bootloaders, by...
2020-11-18 hselaskyAdd missing header file when building the LinuxKPI...
2020-11-18 hselaskyFix build of USB bootloader code by adding checks for...
2020-11-18 asomersnfs: Mark unused statistics variable as reserved
2020-11-18 mavMove ecmd memory allocation itto separate DMA tag.
2020-11-18 kevans_umtx_op: fix robust lists after r367744
2020-11-18 mavRemove bus_dma locking/sleeping when not needed.
2020-11-18 mavDon't allocate full XCMD_SIZE (512 bytes) on stack.
2020-11-18 cyRestore identification of VDEVs using non-native block...
next