]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Correct entries for manpages removed in r359374.
[FreeBSD/FreeBSD.git] / sys /
2020-11-24 Alexander MotinRemove more legacy of parallel SCSI.
2020-11-24 Jung-uk KimPort rtsx(4) driver for Realtek SD card reader from...
2020-11-24 Jung-uk KimDo not truncate the last character from serial number.
2020-11-24 Emmanuel Vadotarm: Remove old amlogic support
2020-11-24 Emmanuel Vadotarm: Remove old rockchip support
2020-11-24 Alexander MotinUpdate RQSFLAG_* definitions.
2020-11-24 Mark Johnstonata(4): Release the ioport resource if device initializ...
2020-11-24 Mark Johnstonpf: Make tag hashing more robust
2020-11-24 Alexander MotinRemove concept of mbox_sleep_ok.
2020-11-24 Alexander MotinRemove unneeded locking around xpt_bus_[de]register().
2020-11-24 Emmanuel Vadotarm64: Check if we have a map before checking the flags
2020-11-24 Hans Petter SelaskyRemove erradic assert after SVN r367149 in mlx5en(4).
2020-11-24 Cy SchubertFix a typo in a comment.
2020-11-24 Alexander MotinImplement request queue overflow protection.
2020-11-24 Mateusz Guziklocks: push lock_delay_arg_init calls down
2020-11-24 Mateusz Guziksx: drop spurious volatile keyword
2020-11-23 Mateusz Guzikdtrace: stop using eventhandlers for the part compiled...
2020-11-23 Mateusz Guzikthread: stash domain id to work around vtophys problems...
2020-11-23 Konstantin BelousovLinuxolator: Replace use of eventhandlers by sysent...
2020-11-23 Konstantin BelousovProvide ABI modules hooks for process exec/exit and...
2020-11-23 Michal MelounEnsure that the buffer is in nvme_single_map() mapped...
2020-11-23 Edward Tomasz Napi... Make sbp(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 Edward Tomasz Napi... Make tws(4) use xpt_alloc_ccb()/xpt_free_ccb() instead...
2020-11-23 Edward Tomasz Napi... Don't check return from xpt_alloc_ccb() for being NULL...
2020-11-23 Edward Tomasz Napi... Make hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 Edward Tomasz Napi... smartpqi: don't bzero the new ccb; xpt_alloc_ccb_nowait...
2020-11-23 Edward Tomasz Napi... arcmsr(4): don't bzero newly allocated ccb; xpt_alloc_c...
2020-11-23 Edward Tomasz Napi... Remove the 'wantparent' variable, unused since r145004.
2020-11-23 Michael TuexenFix two occurences of a typo in a comment introduced...
2020-11-23 Kyle Evanscpuset_setproc: use the appropriate parent for new...
2020-11-23 Kyle Evansfreebsd32: take the _umtx_op struct definitions back
2020-11-23 Kyle Evanskern: dup: do not assume oldfde is valid
2020-11-22 Alexander V. ChernikovRefactor rib iterator functions.
2020-11-22 Emmanuel Vadotif_dwc: Correctly configure the DMA engine based on...
2020-11-22 Alexander MotinFix debug build after 367926.
2020-11-22 Kyle Evans[2/2] _umtx_op: introduce 32-bit/i386 flags for operations
2020-11-22 Alexander MotinFix build after 367926.
2020-11-22 Kyle Evans_umtx_op: move compat32 definitions back in
2020-11-22 Robert Wingfd: free old file descriptor tables when not shared
2020-11-22 Alexander MotinMake handlers and atpds overflows unlikely.
2020-11-22 Alexander MotinDo not parent all busdma tags to the payload tag.
2020-11-22 Alexander MotinRemove remnants of execthrottle and maxalloc parameters.
2020-11-21 Konstantin BelousovStop using eventhandlers for itimers subsystem exec...
2020-11-21 Konstantin BelousovRemove unused prototype.
2020-11-21 Konstantin BelousovStop using eventhandler to invoke umtx_exec hook.
2020-11-21 Navdeep Parharcxgbe(4): Catch up with in-flight netmap rx before...
2020-11-21 Alexander MotinUnlucky change...
2020-11-21 Alexander MotinFix stupid math mistake in r366922.
2020-11-20 Kirk McKusickOnly attempt a VOP_UNLOCK() when the vn_lock() has...
2020-11-20 Alexander MotinIncrease queue depths from 1024/256 to 8192/1024 IOCBs.
2020-11-20 Alfredo Dal'Ava... [POWERPC] print uprintf_signal 'type' field in hex
2020-11-20 Alexander MotinCleanup DMA handling.
2020-11-20 Mitchell Horneriscv: always initialize the static kernel environment
2020-11-20 Konstantin Belousovmsdosfs: suspend around unmount or remount rw->ro.
2020-11-20 Mitchell HorneMake net/ifq.h C++ friendly
2020-11-20 Konstantin BelousovUnlock channels when any of them are locked, when retur...
2020-11-20 Michael TuexenFix an issue I introuced in r367530: tcp_twcheck()...
2020-11-20 Konstantin Belousovmsdosfs: Add trivial support for suspension.
2020-11-20 Emmanuel Vadotif_dwc: Add checksum offloading support
2020-11-20 Emmanuel Vadotif_dwc: Add flow control support
2020-11-20 Emmanuel Vadotif_awg: Add a awg_dma_start_tx function that trigger...
2020-11-20 Emmanuel Vadotif_dwc: Use if_ function where appropriate
2020-11-20 Emmanuel Vadotif_dwc: Reorder functions and sort them by usage
2020-11-20 Emmanuel Vadotif_awg: Reorder functions and sort them by usage
2020-11-20 Emmanuel Vadotif_dwc: dwc_get_hwaddr cannot fail, change return to...
2020-11-20 Emmanuel Vadotif_dwc: Add dwc_stop_dma and use it in dwc_stop_locked
2020-11-20 Emmanuel Vadotif_awg: Add awg_stop_dma and use it in awg_stop
2020-11-20 Emmanuel Vadotif_dwc: Use dwc_enable_mac in dwc_stop_locked
2020-11-20 Emmanuel Vadotif_dwc: Add a function to enable/disable the mac tx/rx
2020-11-20 Emmanuel Vadotif_awg: Add a function to enable/disable the mac tx/rx
2020-11-20 Emmanuel Vadotif_dwc: Use if_setdrvflagbits to notify that we are...
2020-11-20 Emmanuel Vadotif_dwc: Split init code into sub function
2020-11-20 Emmanuel Vadotif_awg: Split init code into sub function
2020-11-20 Emmanuel Vadotif_awg: Remove the taskqueue for miibus_statchg
2020-11-20 Kristof Provostpf: Fix incorrect assertion
2020-11-20 Michal MelounAlso pass interrupt binding request to non-root interru...
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-20 Alexander MotinMicrooptimize cam_num_doneqs math in xpt_done().
2020-11-20 Alexander MotinFix r367857 build without ISP_TARGET_MODE.
2020-11-20 Alexander MotinRemove parallel SCSI and 1/2Gb FC support from isp(4).
2020-11-20 Vladimir Kondratyevpsm(4): Disable AUX multiplexer probing on all Lenovo...
2020-11-19 Mateusz Guzikpipe: thundering herd problem in pipelock
2020-11-19 Mark Johnstoncallout(9): Fix a race between CPU migration and callou...
2020-11-19 Mitchell HorneAdd an option for entering KDB on recursive panics
2020-11-19 Mark JohnstonWrap a long line in vm_pqbatch_process_page()
2020-11-19 Mark JohnstonMicro-optimize vm_page_pqbatch_submit()
2020-11-19 Mateusz Guzikthread: numa-aware zombie reaping
2020-11-19 Andrew TurnerFall back to use the GICR address from the generic...
2020-11-19 Mateusz Guzikpipe: tidy up pipelock
2020-11-19 Mateusz Guzikpipe: allow for lockless pipe_stat
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-19 Mateusz Guzikcred: fix minor nits in r367695
2020-11-19 Mateusz Guziksmp: fix smp_rendezvous_cpus_retry usage before smp...
2020-11-19 Mark Johnstonvm_phys: Try to clean up NUMA KPIs
2020-11-19 Mark JohnstonMove kern_clocksource.c to sys/conf/files
2020-11-19 Mark JohnstonRemove NO_EVENTTIMERS support
2020-11-18 Mariusz ZaborskiAdd CTLFLAG_MPSAFE to the suser_enabled sysctl.
2020-11-18 Mariusz Zaborskijail: introduce per jail suser_enabled setting
2020-11-18 Mariusz ZaborskiFix style nits.
2020-11-18 Conrad Meyermsdosfs(5): Fix debug-only format string
next