]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
rtld: use style(9) for trace_loaded_objects()
[FreeBSD/FreeBSD.git] / sys /
2022-04-01 Bjoern A. Zeebrtw88: add man pages and hook up to build
2022-04-01 Bjoern A. Zeebrtw88: import firmware for Realtek's rtw88 supported...
2022-04-01 Bjoern A. Zeebrtw88: import Realtek's rtw88 driver
2022-03-31 Colin Percivaluart(4): Add a concept of "unique" serial devices
2022-03-31 Xin LIMFV 7b495a2a7abf (zlib): Correct incorrect inputs provi...
2022-03-31 Doug Moorevm_phys: check small blocks to finish allocation
2022-03-31 Dmitry Chaginlinsysfs: plug set-but-not-used vars.
2022-03-31 Tong Zhangstge: fix null pointer dereference
2022-03-31 Dmitry Chaginlinux(4): Cleanup empty lines.
2022-03-31 Dmitry Chaginlinux(4): Fix KASSERT message.
2022-03-31 Dmitry Chaginlinux(4): readlink should fail if bufzis <= 0.
2022-03-31 Dmitry Chaginlinprocfs: Add /proc/self/oom_score_adj.
2022-03-31 Dmitry Chaginlinux(4): Add compat.linux32.emulate_i386 knob.
2022-03-31 Dmitry Chaginlinux(4): Fixup miscalculation of d_off of struct diren...
2022-03-31 Dmitry Chaginlinux(4): wait4() returns ESRCH if pid is INT_MIN.
2022-03-31 Dmitry Chaginlinux(4): Rid unused defines from linux_mib.
2022-03-31 Dmitry Chaginlinux(4): Fixup waitid handling P_PGID idtype.
2022-03-31 Dmitry Chaginlinux(4): Return ENOSYS for unsupported P_PIDFD waitid...
2022-03-31 Dmitry Chaginlinux(4): Add support for __WALL wait option bit.
2022-03-31 Dmitry Chaginlinux(4): Fixup options value validation in linux_waitid().
2022-03-31 Dmitry Chaginlinux(4): Eliminate bogus options value check validation.
2022-03-31 Dmitry Chaginlinux(4): Consolidate wait* facility into linux_common_...
2022-03-31 Bjoern A. ZeebLinuxKPI: 802.11: fix compat code for i386
2022-03-31 George V. Neville... Address issue pointed out in CVE-2020-25705
2022-03-31 Xin LIBump __FreeBSD_version for zlib upgrade.
2022-03-31 Xin LIMFV c144cc54795d: zlib 1.2.12.
2022-03-31 Doug Moorevm_phys: alloc pages without duplicating searches.
2022-03-31 Ed Mastempr: add \n in diagnostic printf
2022-03-30 Mark Johnstonuma: Don't allow a limit to be set in a warm zone
2022-03-30 Mark Johnstonuma: Use the correct type for a return value
2022-03-30 Mark Johnstonpf: Initialize the table entry zone limit at initializa...
2022-03-30 Ed Mastecompat32: add size CTASSERTs for non-amd64 cases
2022-03-30 Ed Mastesyscalls.master: remove obsolete comment about compatib...
2022-03-30 Kristof Provostpf: fixup match rules
2022-03-30 Kristof Provostpf: add missing input/error validation for DIOCGETETHRULE
2022-03-30 Kristof Provostpf: support listing ethernet anchors
2022-03-30 Wei HuHyper-V: vPCI: Write back original BAR values after...
2022-03-29 Michael Tuexensctp: ensure that ASCONF chunks are not too large
2022-03-29 Michael Tuexensctp: fix typos
2022-03-29 Ed MasteClear non-x86 compat stat syscall kernel stack memory...
2022-03-29 Mateusz Guzikpf: guard against DIOCADDRULE without DIOCXBEGIN
2022-03-29 Gordon BerglingRevert "drm2: Fix a typo in a source code comment"
2022-03-29 Michael Tuexensctp: don't lock an already locked stcb.
2022-03-29 Emmanuel VadotBump __FreeBSD_version after linuxkpi updates
2022-03-29 Emmanuel Vadotlinuxkpi: Add for_each_sgtable_dma_sg and for_each_sgta...
2022-03-29 Emmanuel Vadotlinuxkpi: Implement dma_max_mapping_size
2022-03-29 Mateusz Guzikzfs: use zero_region instead of allocating a dedicated...
2022-03-29 Martin Matuskazfs: update zfs_config.h and zfs_gitrev.h
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@bc3f12bfa (master) into main
2022-03-29 Ed Mastempr/mps/mpt: verify cfg page ioctl lengths
2022-03-28 Michael Tuexensctp: get rid of stcb send lock
2022-03-28 Rick Macklemnfscl: Fix IO_APPEND writes from kernel space
2022-03-28 Brooks Davissysent: regen for syscallarg_t
2022-03-28 Brooks Davissyscallarg_t: Add a type for system call arguments
2022-03-28 Gordon Berglingxen(4): Fix a few typos in source code comments
2022-03-28 Gordon Berglingffs(3): Fix a common typo in source code comments
2022-03-28 Gordon Berglinggpart(8): Fix two typos in source code comments
2022-03-28 Gordon Berglingmlx5en(4): Fix a few typos in source code comments
2022-03-28 Gordon Berglingbfe(4): Fix a typo in a comment
2022-03-28 Gordon Berglingvxlan(4): Fix two typos in sysctl descriptions
2022-03-28 Gordon Berglingextra_tcp_stacks: Fix two typos in source code comments
2022-03-28 Gordon Berglingxen(3): Fix a typo in a source code comment
2022-03-28 Gordon Berglingnetinet6: Fix a typo in a source code comment
2022-03-28 Gordon Berglingnetgraph(3): Fix a typo in a source code comment
2022-03-28 Gordon Berglingqlnxe(4): Fix a typo in a source code comment
2022-03-28 Gordon Berglingisci(4): Fix a typo in a source code comment
2022-03-28 Gordon Berglingexca(4): Fix a typo in a source code comment
2022-03-28 Gordon Berglingdrm2: Fix a typo in a source code comment
2022-03-28 Gordon Berglingipfilter(4): Fix a typo in a source code comment
2022-03-28 Gordon Berglingcxgbe(4): Fix a typo in a source code comment
2022-03-28 Emmanuel VadotBump __FreeBSD_version after linuxkpi updates
2022-03-28 Emmanuel Vadotlinuxkpi: Change irq_work_queue to return a bool
2022-03-28 Mark Johnstonaudit: Initialize vattr fields before calling VOP_GETATTR
2022-03-28 John F. Carrhpet: Allow a MMIO window smaller than 1K
2022-03-28 Emmanuel Vadotlinuxkpi: Add llnode member in struct irq_work
2022-03-28 Mateusz Guzikpf: add a rule rb tree
2022-03-28 Mateusz Guzikpf: pre-compute rule hash
2022-03-28 Mateusz Guzikpf: add pf_config_lock
2022-03-28 Mateusz Guzikpf: include anchor path when hashing a rule
2022-03-28 Alexander V. Chernikovrouting: copy nexthop fib when changing existing nexthop
2022-03-28 Andrew TurnerFix a sign mismatch warning in the physmem code
2022-03-28 Andrew TurnerTreat cache write as a read in arm64 data faults
2022-03-28 Xin LIMFV 45916e7c91ce: libbsdxml (expat) 2.4.7
2022-03-28 Konstantin Belousovsys/stdatomic.h: be nicer to c++
2022-03-27 Gordon Berglingnetgraph(4): Fix a typo in a source code comment
2022-03-27 Gordon Berglingpf(4): Fix a typo in a source code comment
2022-03-27 Gordon Berglingmac_veriexec: Fix a typo in a source code comment
2022-03-27 Gordon Berglingath: Fix a typo in a source code comment
2022-03-27 Gordon Berglingnfsclient: Fix a typos in source code comments
2022-03-27 Mateusz Guzikvfs: add missing bits to vdropl_impl
2022-03-26 Mateusz Guzikvfs: assorted tidy ups to lookup
2022-03-26 Alexander LeidingerLog euid, rgid and jail on listen queue overflow
2022-03-26 Martin Matuskalibarchive: merge vendor bugfixes
2022-03-26 Eric van Gyzenuma_zalloc_domain: call uma_zalloc_debug in multi-domai...
2022-03-26 Eric van Gyzenstack_zero is not needed before stack_save
2022-03-26 Eric van Gyzenuma_zalloc: assert M_NOWAIT ^ M_WAITOK
2022-03-26 Eric van Gyzenksiginfo_alloc: pass M_WAITOK or M_NOWAIT to uma_zalloc
2022-03-26 Eric van Gyzenvm_ksubmap_init: pass M_WAITOK to vmem_init -> uma_zall...
2022-03-25 Henri Hennebertrtsx: Remove update of softc during probe and some...
2022-03-25 Mateusz Guzikvfs: set cn_namelen when handling degenerate lookups
next