]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2021-02-05 John BaldwinOpenSSL: Support for kernel TLS offload (KTLS)
2021-02-05 John BaldwinFix ldd to work with more ELF files.
2021-02-05 Glen BarberRename stable/13 to -STABLE now that releng/13.0 has...
2021-02-04 Jamie GrittonMFC jail: Handle a parent jail when a child is added...
2021-02-04 Jamie GrittonMFC jail: fix dangling reference bug from 6754ae2572eb
2021-02-04 Jamie GrittonMFC jail: A jail could be removed without calling OSD...
2021-02-04 Alexander V... MFC 78c93a172114: Use process fib for inet/inet6 fib_al...
2021-02-04 Alexander V... MFC 151ec796a230: Fix the design problem with delayed...
2021-02-04 Alexander V... MFC dd9163003cb1: Add rib_subscribe_locked() and rib_un...
2021-02-04 Alexander V... MFC ab6d9aaed76e: Move business logic from rebuild_fd_c...
2021-02-04 Alexander V... MFC f8b7ebea4905: Improve fib_algo debug messages.
2021-02-04 Alexander V... MFC 91f2c69ec206: Fix unused-function waring when compi...
2021-02-04 Alexander V... MFC cb984c62d705: Fix multipath support for rib_lookup_...
2021-02-04 Alexander V... MFC 53729367d388: Fix subinterface vlan creation.
2021-02-04 Alexander V... MFC eb0b1b33: Enable multipath routing by default.
2021-02-04 Toomas Soomeloader.efi: There are systems without ConOut, also...
2021-02-04 Vladimir Kondratyevhsctrl: Fix manpage typo
2021-02-04 Vladimir Kondratyevhcons: Fix manpage typo
2021-02-04 Glen Barberrelease: update workaround during transition to git
2021-02-04 Doug AmbriskoVMD support for new devices.
2021-02-04 Mateusz Guzikx86: use compiler intrinsics for bswap*
2021-02-04 Mateusz Guzikamd64: use compiler intrinsics for bsf* and bsr*
2021-02-04 Mateusz Guzikcache: add delayed degenerate path handling
2021-02-04 Mateusz Guzikcache: move hash computation into the parsing loop
2021-02-04 Mateusz Guzikamd64: move memcmp checks upfront
2021-02-04 Mateusz Guzikamd64: add a note about simd to libc memset, memmove...
2021-02-04 Navdeep Parharcxgbe(4): Fixes to tx coalescing.
2021-02-04 Martin Matuskazfs: update zfs_config.h to match OpenZFS gf11b09dec
2021-02-04 Gordon Berglingwg(4): Add authors of the wg(4) driver to the manual...
2021-02-04 Gordon Berglingwg(4): Fix Copyright statement in man page
2021-02-04 Gordon BerglingAdd a wg(4) manual page
2021-02-04 Mitchell Horneriscv: add SBI system reset extension
2021-02-04 Evgeniy Khramtsovipfw(8) crashes when ext6hdr option is omitted
2021-02-04 Jonah Caplanbridge: fix STP roles and protos strings
2021-02-04 Mitchell Hornesrc.conf.5: regenerate
2021-02-04 Mitchell Hornesrc.opts.mk: set MK_ZFS conditional on MK_OPENSSL
2021-02-04 Kyle Evansdu: tests: use dollar-single quotes where appropriate
2021-02-04 Alfredo Dal... [POWERPC64BE] add mrsas driver to GENERIC64
2021-02-04 Alfredo Dal... [POWERPC64BE] mrsas: add big-endian support
2021-02-04 Kyle Evansbuild: options: mention ports in the WITH_OPENLDAP...
2021-02-04 Kyle Evanskerberos5: fix the WITH_OPENLDAP build
2021-02-04 Kyle Evansofed: fix the WITH_OFED_EXTRA build
2021-02-03 Mateusz GuzikRevert "Reimplement strlen"
2021-02-03 Mark Johnstonqat: Add support for separate AAD and output buffers
2021-02-03 Kristof Provostpf: Improve pf_rule input validation
2021-02-03 Roger Pau Monnéstand/multiboot: adjust the protocol between loader...
2021-02-03 Stefan Eßerbc: Vendor import of Gavin Howard's bc version 3.2.6
2021-02-03 Kyle Evanslualoader: position hyphens at the beginning of charact...
2021-02-03 Kyle Evansstand: lua: enhance lfs.dir() to speed up kernels_autod...
2021-02-03 Oleksandr TymoshenkoMFC: mips: fix early kernel panic when setting up inter...
2021-02-03 Alexander Motincxgb(4): Remove assumption of physically contiguous...
2021-02-02 Mateusz Guzikcache: fix trailing slash support in face of permission...
2021-02-02 Toomas Soomeuserboot: provide stub gfx functions
2021-02-02 Toomas Soomevt: panic while changing vt font
2021-02-02 Toomas Soomeloader: create built in font from bold font face
2021-02-02 Marcin Wojtasmarvell: ap806_clock: add missing frequency modes
2021-02-02 Bjoern A. Zeeb__FreeBSD_version: update the references to the doc...
2021-02-02 Bjoern A. ZeebBump __FreeBSD_version for multiple LinuxKPI updates...
2021-02-02 Bjoern A. ZeebLinuxKPI: implement devres() framework parts and two...
2021-02-02 Bjoern A. ZeebLinuxKPI: enhance PCI bits for DRM
2021-02-02 Bjoern A. ZeebLinuxKPI: upstream a collection of drm-kmod conflicting...
2021-02-02 Bjoern A. ZeebLinuxKPI: add firmware loading support
2021-02-01 Warner Loshnewvers: tweak uname to be more useful
2021-02-01 Mitchell Hornebsdinstall: riscv-specific tweaks
2021-02-01 Mitchell Hornebsdinstall: create /efi/boot directory in ESP
2021-02-01 Jamie Landeg... diff: fix incorrectly displaying files as duplicates
2021-02-01 Baptiste Daroussindiff: add a test case for failed -s option
2021-02-01 Mateusz GuzikDrop temporary compat in setproctitle
2021-02-01 Mateusz Guzikcache: add trailing slash support
2021-02-01 Mateusz Guzikcache: handle NOFOLLOW requests for symlinks
2021-02-01 Mateusz Guzikamd64: retire sse2_pagezero
2021-02-01 Mateusz Guzikamd64: add missing ALIGN_TEXT to loops in memset and...
2021-02-01 Mateusz GuzikReimplement strlen
2021-02-01 Mateusz Guzikpoll: use fget_unlocked or fget_only_user when feasible
2021-02-01 Mateusz Guzikselect: employ fget_only_user
2021-02-01 Mateusz Guzikfd: add fget_only_user
2021-02-01 Mateusz Guzikcache: add missing MNT_NOSYMFOLLOW check to symlink...
2021-02-01 Mateusz Guzikcache: fallback when encountering a mount point during...
2021-02-01 Mateusz Guzikconf/kern.mk: save some work by using realpath instead...
2021-02-01 Mateusz Guzikcache: tidy up handling of foo/bar lookups where foo...
2021-02-01 Mateusz Guzikcache: stop referring to removing entries as invalidati...
2021-02-01 Mateusz Guzikcache: convert cache_fplookup_parse to void now that...
2021-02-01 Mateusz Guzikcache: change ->v_cache_dd synchronisation rules
2021-02-01 Mateusz Guzikcache: make ->v_cache_dd accesses atomic-clean for...
2021-02-01 Mateusz Guzikcache: make ->nc_flag accesses atomic-clean for lockles...
2021-02-01 Mateusz Guzikcache: store vnodes in local vars in cache_zap_locked
2021-02-01 Mateusz Guziktmpfs: drop acq fence now that vn_load_v_data_smr has...
2021-02-01 Mateusz Guzikzfs: use atomic_load_consume_ptr for z_cached_symlink
2021-02-01 Mateusz Guzikvfs: use atomic_load_consume_ptr in vn_load_v_data_smr
2021-02-01 Mateusz Guzikatomic: add stub atomic_load_consume_ptr
2021-02-01 Mateusz Guzikatomic: make atomic_store_ptr type-aware
2021-02-01 Mateusz Guzikzfs: fix panics with invariant kernels from zfs_replay_...
2021-02-01 Mateusz Guzikcache: assorted cleanups
2021-02-01 Mateusz Guzikcache: track calls to cache_symlink_alloc with unsuppor...
2021-02-01 Mateusz Guziklibc: try to skip memcpy in _gettemp
2021-02-01 Mateusz Guziklibc: remove open-coded strlen in _gettemp
2021-02-01 Mateusz Guziklibc: skip spurious stat in _gettemp
2021-02-01 Mateusz Guzikcache: add back target entry on rename
2021-02-01 Mateusz Guzikzfs: add support for lockless symlink lookup
2021-02-01 Mateusz Guziktmpfs: add support for lockless symlink lookup
next