]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Update man page for new TLS export options.
[FreeBSD/FreeBSD.git] / sys /
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
2020-11-18 Mateusz Guzikfd: reorder struct file to reduce false sharing
2020-11-18 Li-Wen Hsuipheth(4): Fix for iOS 14
2020-11-18 Justin HibbitsFix octeon_pmc post-r334827
2020-11-18 John BaldwinFix a few nits in vn_printf().
2020-11-18 Marcin WojtasUpdate ENA driver version to v2.3.0
2020-11-18 Marcin WojtasRename descriptions of the supported ENA devices
2020-11-18 Marcin WojtasAdd ENI metrics for the ENA driver
2020-11-18 Marcin WojtasAdd SPDX license tag to the ENA driver files
2020-11-18 Marcin WojtasAdd Rx offsets support for the ENA driver
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Andrew GallatinLACP: When suppressing distributing, return ENOBUFS
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-18 Hans Petter SelaskyAllow LinuxKPI types to be used in bootloaders, by...
2020-11-18 Hans Petter SelaskyAdd missing header file when building the LinuxKPI...
2020-11-18 Hans Petter SelaskyFix build of USB bootloader code by adding checks for...
2020-11-18 Alan Somersnfs: Mark unused statistics variable as reserved
2020-11-18 Alexander MotinMove ecmd memory allocation itto separate DMA tag.
2020-11-18 Kyle Evans_umtx_op: fix robust lists after r367744
2020-11-18 Alexander MotinRemove bus_dma locking/sleeping when not needed.
2020-11-18 Alexander MotinDon't allocate full XCMD_SIZE (512 bytes) on stack.
2020-11-18 Cy SchubertRestore identification of VDEVs using non-native block...
2020-11-17 Conrad Meyerlinux(4) clone(2): Correctly handle CLONE_FS and CLONE_...
2020-11-17 Conrad MeyerSplit out cwd/root/jail, cmask state from filedesc...
2020-11-17 Conrad Meyerunix(4): Enhance LOCAL_CREDS_PERSISTENT ABI
2020-11-17 Conrad Meyerlinprocfs(5): Add rudimentary /proc/<pid>/mountinfo
2020-11-17 Conrad Meyer'make sysent' for r367773
2020-11-17 Conrad Meyerlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 Ed Masteuplcom: add ATen/Prolific USB-232 Controller D USB ID
2020-11-17 Adrian Chadd[cddl] Fix lz4 function definitions to not tri pup...
2020-11-17 Emmanuel Vadotsyscon: Add syscon_get_by_ofw_node
2020-11-17 Emmanuel Vadotarm64: allwinner: Init the Display Engine clock
2020-11-17 Emmanuel Vadotarm: allwinner: Add DE2 Clock support for H3 SoC
2020-11-17 Emmanuel Vadotvchiq: Rename timer func so they do not conflict with...
2020-11-17 Alfredo Dal'Ava... [POWERPC] fix signal race condition
2020-11-17 Leandro Lupori[PowerPC] Don't overwrite vm.pmap sysctl node
2020-11-17 Andrew TurnerStop calling gic_v3_detach when we haven't called gic_v...
2020-11-17 Andrew TurnerAllow the GICv3 ACPI driver to attach to a GICv4
2020-11-17 Kyle EvansFix !COMPAT_FREEBSD32 kernel build
2020-11-17 Kyle Evanssys/proc.h: improve comment for new TDP2 flag
2020-11-17 Kyle Evansumtx_op: reduce redundancy required for compat32
2020-11-17 Kyle Evans_umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATE
2020-11-17 Konstantin Belousovvmem: trivial warning and style fixes.
2020-11-17 Mateusz Guzikcpuset: reorder so that cs_mask does not share cachelin...
2020-11-17 Mateusz Guzikcpuset: refcount-clean
2020-11-16 Ruslan BukinIntroduce IOMMU support for arm64 platform.
2020-11-16 Mateusz Guzikmalloc: make malloc_large closer to standalone
2020-11-16 Ruslan BukinFix a bug in assertion: entry flags also includes IOMMU...
2020-11-16 Ruslan BukinAdd device_t member to struct iommu.
next