]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
mpr/mps/mpt: verify cfg page ioctl lengths
[FreeBSD/FreeBSD.git] / sys /
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
2022-03-25 John BaldwinDrop an OBE MP safe comment.
2022-03-25 John Baldwinarm: Zero padding in mcontext_vfp_t in get_vfpcontext().
2022-03-25 D Scott PhillipsAdd the Ampere and Fujitsu arm64 implementer IDs
2022-03-25 D Scott Phillipsarm64: Add explicit barrier after address translation...
2022-03-25 D Scott Phillipsarm64: pmap: Mask VA operand in TLBI instructions
2022-03-25 Dmitry Chaginlinux(4): Add AT_NO_AUTOMOUNT to statx.
2022-03-25 Dmitry Chaginlinprocfs: Eliminate bogus comment (KSE).
2022-03-25 Kristof Provostpf: ether l3 rules can only use addresses
2022-03-25 Navdeep Parharcxgbe(4): Handle FORCE_FEC in pcaps correctly.
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: cleanup debugging
2022-03-24 John Baldwinx86: Add a NT_X86_SEGBASES register set.
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: improve hw_scan fallback to sw_scan
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: remove special handling for (*ic_scan...
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: check IEEE80211_FEXT_SCAN_OFFLOAD...
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: make lkpi_ic_set_channel() unconditional
2022-03-24 Ed Mastekbd: replace vestigial spl calls with Giant assertions
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: use cfg80211_chandef_create()
2022-03-24 Bjoern A. ZeebLinuxKPI: 802.11: improve lkpi_80211_mo_sta_state(...
2022-03-24 Bjoern A. Zeebbhyve: Do not remove guest physical addresses from...
2022-03-24 Bjoern A. ZeebLinuxKPI: allow bsddriver name to be set for PCI
2022-03-24 Mateusz Guzikvfs: hoist trailing slash handling out of the loop
2022-03-24 Mateusz Guzikvfs: factor symlink traversal out of namei
2022-03-24 Mateusz Guzikvfs: factor FAILIFEXISTS handling out of vfs_lookup
2022-03-24 Mateusz Guzikvfs: hoist degenerate path lookups out of the loop
2022-03-24 Mateusz Guzikvfs: retire the NDF_ONLY_PNBUF flag
2022-03-24 Mateusz Guzikvfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)
2022-03-24 Wojciech Macekhardware: added Dell H840 raid support
2022-03-24 Henri Hennebertrtsx: Display error if rtsx_read()/rtsx_write() fail.
2022-03-24 Henri Hennebertrtsx: Don't detach during shutdown
2022-03-24 Ed Mastehda: whitespace fix for realtek pin patches
2022-03-24 Ed Mastesound: test PCM_REGISTERED before PCM_DETACHING
2022-03-23 John Baldwinarm,arm64: Add a NT_ARM_TLS read-only register set.
2022-03-23 John BaldwinUse a regset for NT_ARM_VFP.
2022-03-23 John Baldwinaarch64: Fix get_fpcontext32() to work on non-curthread.
2022-03-23 John Baldwin<sys/reg.h>: Add ELF32_REGSET.
2022-03-23 Navdeep Parharcxgbe(4): Allow dump_cimla and dump_devlog to sleep.
2022-03-23 Bjoern A. ZeebLinuxKPI: 802.11: fix lkpi_lsta_dump() debugging
2022-03-23 Bjoern A. ZeebLinuxKPI: skbuff: fix skb_queue_splice_init()
2022-03-23 Mark Johnstonelf: Avoid dumping uninitialized bytes in PRSTATUS...
2022-03-23 Mark Johnstoncallout: Remove the CS_EXECUTING flag
2022-03-23 Mark Johnstonsetitimer: Fix exit race
2022-03-23 Andrew TurnerRemove L2_BLOCK_MASK from arm64
2022-03-23 Andrew TurnerSupport EFIRT on arm64 with a non 4k page size
2022-03-23 Andrew TurnerAdd an implementation of .mcount on arm64
2022-03-23 Emmanuel Vadotlinuxkpi: Add down_write_nest_lock
2022-03-23 Emmanuel Vadotlinuxkpi: Add kstrtouint_from_user
2022-03-23 Emmanuel Vadotlinuxkpi: Add cond_resched_lock
2022-03-23 Greg LeheyAdd devices and quirks for some Olympus cameras.
2022-03-22 Bjoern A. ZeebLinuxKPI: 802.11: rework sta state machine compatibility
next