]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
vt: panic while changing vt font
[FreeBSD/FreeBSD.git] / sys /
2021-02-02 Toomas Soomevt: panic while changing vt font
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 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 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
2021-02-01 Mateusz Guzikufs: denote lack of support for lockless symlink lookup
2021-02-01 Mateusz Guzikcache: add symlink support to lockless lookup
2021-02-01 Hans Petter SelaskyMFC 064009e79462:
2021-02-01 Hans Petter SelaskyMFC b8051298b0a3:
2021-02-01 Bjoern A. Zeebfirmware(9): extend firmware_get() by a "no warn" flag.
2021-02-01 Kyle Evanstmpfs: push VEXEC check into tmpfs_lookup()
2021-01-31 Alexander MotinAdd missing newlines.
2021-01-31 Alexander MotinMake software iSCSI more configurable.
2021-01-31 Vincenzo Maffionenetmap: simplify parameter passing
2021-01-31 Vincenzo Maffioneiflib: netmap: move per-packet operation out of fragmen...
2021-01-31 Vincenzo Maffioneiflib: netmap: add support for NS_MOREFRAG
2021-01-31 Vincenzo Maffioneaxgbe: fix some link related issues
2021-01-31 Cy SchubertMFC 0e01ea872ee475d7aef11d21588504e2ef4eb32c:
2021-01-31 Cy SchubertMFC: 83edbc3cb54fba6b37a68270c232df7b785bd222
2021-01-30 Kirk McKusickMFC: a63eae6
2021-01-30 Mark Johnstonsafexcel: Disallow unsupported buffer layouts
2021-01-30 Mark JohnstonRevert "Define PNP info after defining driver modules"
2021-01-29 Dimitry AndricFix clang assertion when compiling the devel/onetbb...
2021-01-29 Richard ScheffeneggerTCP PRR: Patch div/0 in tcp_prr_partialack
2021-01-29 Richard ScheffeneggerAdjust line length in tcp_prr_partialack
2021-01-28 Glen Barberrelease: set stable/13 to ALPHA3 as part of the 13...
2021-01-25 Mitchell Hornegdb: only return signal values for powerpc's gdb_cpu_si...
2021-01-23 Oleksandr Tymoshenkoarmv8crypto: add AES-GCM support
2021-01-22 Piotr Kubajpowerpc64le: don't enable COMPAT_* options in GENERIC64LE
2021-01-22 Mateusz Guzikpowerpc: fix build without DDB
2021-01-22 Mateusz Guziknewvers.sh: restore reporting branch names
2021-01-22 Glen BarberCreate the stable/13 branch
2021-01-21 Marius Stroblkvprintf(9): add missing FALLTHROUGH
2021-01-21 Marius Stroblmmcsd(4): properly set BIO error when partition switchi...
2021-01-21 Marius Stroblsym(4): handle mixed tagged/untagged commands gracefully
2021-01-21 Marius Stroblsym(4): fix nits reported by Coverity
2021-01-21 Marius Stroblfb_if: remove unused method
2021-01-21 Marius Stroblboot_font(4): remove obsolete font
2021-01-21 Alexander V. ChernikovFurther refactor IPv4 interface route creation.
2021-01-21 Konstantin Belousovmalloc_aligned: roundup allocation size up to next...
2021-01-21 Konstantin BelousovRestrict supported alignment for malloc_domainset_align...
2021-01-21 Mark JohnstonDefine PNP info after defining driver modules
2021-01-21 Ed Mastenewvers.sh: avoid bare git invocation
2021-01-21 Andrew Gallatiniflib: Fix a NULL pointer deref
2021-01-21 Konstantin Belousovx86: switch kernel TSC timecounter to RDTSCP on AMD...
2021-01-21 Konstantin Belousovelf: add some definitions for i386 and amd64 relocations
2021-01-21 Alexander MotinRemove FirstBurstLength limit for software iSCSI.
2021-01-21 Jessica Clarkevirtio_mmio: Delete a stale #if 0'ed debug print
2021-01-21 Jessica Clarkelinux64: Don't pass unnecessary -S and -g to objcopy
2021-01-21 Jessica ClarkeRename i386's Linux ELF to Linux ELF32
2021-01-21 Jessica ClarkeBuild VirtIO modules on all architectures
2021-01-21 Jessica Clarkevirtio: Reduce boilerplate for device driver module...
2021-01-21 Jessica Clarkevirtio_mmio: Fix V1 device probing spec conformance...
2021-01-21 Jessica Clarkevirtio_mmio: Fix a style(9) issue
2021-01-21 John BaldwinTidy some crypto-related lines in sys/conf/files.
2021-01-21 John BaldwinSimplify dynamic ipfilter sysctls.
2021-01-20 Jamie Grittonjail: Use refcount(9) for prison references.
2021-01-20 Vladimir Kondratyevdevinfo sysctl handler: Do not write zero-length string...
2021-01-20 Ryan Libbypms: handle maximum size IO with any alignment
2021-01-20 Ryan Libbypms: quiet -Wunused-variable
2021-01-20 Vladimir Kondratyevevdev: Make variable-size ioctls return actual length...
2021-01-20 Vladimir Kondratyevhmt: Allow I2C sampling mode support to be compiled...
2021-01-20 Vladimir Kondratyevhms: Workaround idle mouse drift in I2C sampling mode.
2021-01-20 Vladimir Kondratyevhconf(4): Do not fetch report before writing new usage...
2021-01-20 Andrew TurnerHandle arm64 undefied instructions on msr exceptions
2021-01-20 Alan Somersaio: micro-optimize the lio_opcode assignments
2021-01-20 Richard ScheffeneggerAddress panic with PRR due to missed initialization...
next