]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41
[FreeBSD/FreeBSD.git] / sys /
2023-07-22 Kirk McKusickWrite out corrected superblock when creating a UFS...
2023-07-21 Dmitry Chaginvfs: Add a parenthese to vn_lock_pair() asserts to...
2023-07-21 Olivier Certnervn_lock_pair(): Support passing LK_NODDLKTREAT
2023-07-20 Przemyslaw Lewandowskiiflib: Unlock ctx lock around call to ether_ifattach()
2023-07-20 Brooks Davisle(4): deprecate and mark for removal before 15.0
2023-07-20 Brooks Davisoce(4): deprecate
2023-07-20 Brooks Davisoce(4): Don't directly access usespace
2023-07-20 Konstantin Belousovfdescfs: add a mount option rdlnk
2023-07-20 Konstantin BelousovRevert "VFS: Remove VV_READLINK flag" and "fdescfs...
2023-07-18 Joerg Pulzure(4): add support for Thinkpad Hybrid USB-C with...
2023-07-18 Konstantin Belousovmsdosfs: zero partially valid extended cluster
2023-07-17 Mitchell Hornepmc_events.h: update top-level comment
2023-07-17 Mitchell Hornehwpmc(4): document debugging options
2023-07-17 Mitchell Hornehpwmc: add __pmcdbg_used annotation
2023-07-17 Mitchell Hornehwpmc: add error for HWPMC_DEBUG without KTR
2023-07-14 Doug Rabsonpf: Add code to enable filtering for locally delivered...
2023-07-14 Doug Rabsonnetinet*: Fix redirects for connections from localhost
2023-07-11 Kyle Evanswg: fix a number of issues with module load failure...
2023-07-11 Kyle Evanswg: fix MOD_LOAD to fail properly if cookie_init()...
2023-07-11 Konstantin Belousovvn_path_to_global_path_hardlink(): initialize len
2023-07-11 Konstantin Belousovvn_path_to_global_path_hardlink(): avoid freeing non...
2023-07-11 Konstantin Belousovsys_setpgid(): style, remove extra ()s
2023-07-09 Kristof Provostif_bridge: fix potential panic
2023-07-07 Mitchell Horneriscv: improve KTR_TRAP trace entries
2023-07-07 Val Packettamdtemp: Fix missing 49 degree offset on current EPYC...
2023-07-07 Mykola Hohsadzearm64/disassem.c: Add shifted register definitions...
2023-07-07 Mark Johnstonnetinet6: Implement in6_cksum_partial() using m_apply()
2023-07-07 Mark Johnstonpseudofs: Fix a potential out-of-bounds access in pfs_l...
2023-07-06 Konstantin Belousovkern_lockf.c: fix typo
2023-07-06 Konstantin Belousovkillpg1(): update the herald comment
2023-07-06 Rick Macklemnfscl: Fix support for doing Null RPCs
2023-07-04 Ka Ho Ngsyscalls: fix modspecific_t stack content leak
2023-07-04 Konstantin Belousovvn_lock_pair(): allow to request shared locking
2023-07-04 Konstantin Belousovvm_fault: move FAULT_* return codes out of range for...
2023-07-04 Konstantin BelousovVFS: Remove VV_READLINK flag
2023-07-04 Konstantin Belousovfdescfs: improve linrdlnk mount option
2023-06-30 Mateusz Guzikpf: fix some cc --analyze warnings
2023-06-29 Dmitry Chaginlinux(4): Implement close_range over native
2023-06-29 Dmitry ChaginRevert "linux(4): The futex_wait operation should restart."
2023-06-29 Dmitry Chaginlinux(4): Preserve fpu xsave state across signal delive...
2023-06-29 Dmitry Chaginlinux(4): In preparation for xsave refactor fxsave...
2023-06-29 Dmitry Chaginlinux(4) rt_sendsig: Remove the use of caddr_t
2023-06-29 Dmitry Chaginlinux(4): Fix stack unwinding across signal frame on...
2023-06-29 Dmitry Chaginlinux(4): Preserve %rcx (return address) like a Linux do
2023-06-29 Dmitry Chaginlinux(4): Simplify %r10 restoring on amd64
2023-06-29 Dmitry Chaginlinux(4): Add a comment explaining registers at syscall...
2023-06-29 Dmitry Chaginlinux(4): Drop a weird comment from linux_set_syscall_r...
2023-06-29 Dmitry Chaginlinux(4): Guard linux_fork.h by _KERNEL for use by...
2023-06-29 Dmitry Chaginlinux(4): Implement ptrace_pokeusr for x86_64
2023-06-29 Dmitry Chaginlinux(4): Make ptrace_pokeusr machine dependent
2023-06-29 Dmitry Chaginlinux(4): Make ptrace_peekusr machine dependend
2023-06-29 Dmitry Chaginlinux(4): Move linux_debug decalration to linux_util.h
2023-06-29 Dmitry Chaginlinux(4): Check fd passed to unlockpt()
2023-06-29 Dmitry Chaginktrace: Simplify ae6ac587, drop the sa var declaration
2023-06-29 Dmitry Chaginktrace: Fix syscall number on a child return path from...
2023-06-29 Konstantin Belousovfstatat(2): restore AT_EMPTY_PATH handling
2023-06-29 Dmitry Chaginlinux(4): Uniformly dev_t arguments translation
2023-06-29 Dmitry Chaginlinux(4): Add a dedicated fstat() implementation
2023-06-29 Dmitry Chaginlinux(4): Add a dedicated statat() implementation
2023-06-29 Dmitry Chaginlinux(4): Make struct stat64 to match Linux actual one
2023-06-29 Dmitry Chaginlinux(4): Regen for mknod syscall changes
2023-06-29 Dmitry Chaginlinux(4): Use Linux dev_t type for mknod syscalls dev...
2023-06-29 Dmitry Chaginlinux(4): Move dev_t type declaration under /compat...
2023-06-29 Dmitry Chaginlinux(4): Make struct newstat to match actual Linux one
2023-06-29 Dmitry Chaginlinux(4): Regen for struct l_old_stat changes
2023-06-29 Dmitry Chaginlinux(4): Update syscalls.master to reflect struct...
2023-06-29 Dmitry Chaginlinux(4): Mark old fstat syscal as unimplemented
2023-06-29 Dmitry Chaginlinux(4): Rename obsolete old struct l_stat to struct...
2023-06-29 Dmitry Chaginlinux(4): Move statx_copyout() close to linux_statx()
2023-06-29 Dmitry Chaginlinux(4): Move translate_vnhook_major_minor() into...
2023-06-29 Dmitry Chaginlinux(4): Sort includes in the linux_stats.c
2023-06-29 Dmitry Chaginlinux(4): Use inlined LINUX_KERNVER for tests to improv...
2023-06-29 Dmitry Chaginlinux(4): Don't relie on process osreldata when testing...
2023-06-29 Dmitry Chaginlinux(4): Fix arm64 build after b7a6bcdd, missed chunk...
2023-06-29 Dmitry Chaginlinux(4): Bump osrelease to 5.15.0
2023-06-29 Dmitry Chaginlinux(4): Export the AT_MINSIGSTKSZ depending on the...
2023-06-29 Dmitry Chaginlinux(4): Export the AT_EXECFN depending on the process...
2023-06-29 Dmitry Chaginlinux(4): Export the AT_RANDOM depending on the process...
2023-06-29 Dmitry Chaginlinux(4): Fix LINUX_AT_COUNT comments
2023-06-29 Dmitry Chaginlinux(4): Deduplicate linux_copyout_auxargs()
2023-06-29 Dmitry Chaginlinux(4): Regen for close_range syscall
2023-06-29 Dmitry Chaginlinux(4): Modify close_range syscall to match Linux
2023-06-29 Dmitry Chaginpseudofs: Simplify pfs_visible_proc
2023-06-29 Dmitry Chaginpseudofs: Allow vis callback to be called for a named...
2023-06-29 Dmitry Chaginpseudofs: Microoptimize struct pfs_node
2023-06-29 Vico Chenlinsysfs(4): Keep Linux compatible sysfs the same as...
2023-06-28 Kristof Provostnetinet: re-read IP length after PFIL hook
2023-06-28 John Baldwinpcib: Allocate the memory BAR with the MSI-X table.
2023-06-28 John Baldwin<sys/cdefs.h>: Decay expression passed to fallback...
2023-06-28 John Baldwinether_demux: Defer stripping the Ethernet header.
2023-06-27 Kevin Bowlinge1000: Add SPDX tag to em_txrx
2023-06-27 Kevin Bowlinge1000: Format em_txrx
2023-06-26 Johannes Totzhwpstate_amd: calculate power if P-state info comes...
2023-06-26 Mark Johnstonx86: Add defines for a couple of thermal and PM bits
2023-06-26 Bjoern A. ZeebBump __FreeBSD_version to 1302506 for merges of LinuxKP...
2023-06-26 domienschepersnet80211: fail for unicast traffic without unicast key
2023-06-26 Bjoern A. ZeebLinuxKPI: 802.11: initialize txq
2023-06-26 Bjoern A. ZeebLinuxKPI: 802.11: improve scan handling
2023-06-26 Bjoern A. ZeebLinuxKPI: 802.11: correct HE_MAC_CAP3 values
2023-06-26 Bjoern A. ZeebLinuxKPI: implement timer_{delete,shutdown}_sync()
next