]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2023-07-05 Brad Davisrelease: allow VM_EXTRA_PACKAGES to be specified in...
2023-07-05 Mark Johnstonctfconvert: Integer encoding types are unsigned
2023-07-05 Mark Johnstonbhyve: Rename a pci_cfgrw() parameter
2023-07-05 Greg Beckerlibpthread: allocate rwlocks and spinlocks in dedicated...
2023-07-04 Ka Ho Ngsyscalls: fix modspecific_t stack content leak
2023-07-04 Konstantin... vn_lock_pair(): allow to request shared locking
2023-07-04 Konstantin... vm_fault: move FAULT_* return codes out of range for...
2023-07-04 Konstantin... VFS: Remove VV_READLINK flag
2023-07-04 Konstantin... fdescfs: improve linrdlnk mount option
2023-07-03 Dag-Erling... Upgrade to OpenPAM Ximenia.
2023-07-03 Dag-Erling... m4: Support long options.
2023-07-03 Dag-Erling... asa: Error out if writing to stdout failed.
2023-07-02 Rick Macklemmount_nfs.8: Note a case where the "nconnect" option...
2023-07-02 Konstantin... libc.a: implement _rtld_addr_phdr()
2023-07-01 Ka Ho NgSYSCALL_MODULE(9): fix references to modfind(2) and...
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 Chaginkdump: Add a facility to print numbers in decimal forma...
2023-06-29 Dmitry Chaginkdump: Decode linux_clone syscall flags
2023-06-29 Dmitry Chaginlibsysdecode: Decode linux_clone syscall flags
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... fstatat(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 Dimitry AndricApply llvm fix for hanging gcc builds on 32-bit arm
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-28 John Baldwinsystat: Fix a bunch of use after frees in fetch_ifstat().
2023-06-27 Konstantin... top(8): restore erronously removed SWAIT array element
2023-06-27 Konstantin... top(8): add missed SLOCK state to the sorted_state[]
2023-06-27 Konstantin... top(8): document the actual sort order for process...
2023-06-27 Konstantin... top(8): use designated initializers for sorted_state[]
2023-06-27 Konstantin... top(8): designate the sorted_state[] array as constant
2023-06-27 Kevin Bowlinge1000: Add SPDX tag to em_txrx
2023-06-27 Kevin Bowlinge1000: Format em_txrx
2023-06-27 Shawn Webbcap_net.3: fix typo
2023-06-26 Mark Johnstonbhyve: Include vmm.h via the usual path
2023-06-26 Johannes Totzhwpstate_amd: calculate power if P-state info comes...
2023-06-26 Mark Johnstonbhyve: Remove some unneeded includes of segments.h
2023-06-26 Mark Johnstonx86: Add defines for a couple of thermal and PM bits
2023-06-26 Ed Masteseq: fix check for rounding error/truncation
2023-06-26 Mariusz Zaborskiseq: fix style nits
2023-06-26 Mariusz Zaborskiseq: fix potential NULL ptr reference
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()
2023-06-26 Bjoern A. ZeebLinuxKPI: add devm_ioremap()
2023-06-26 Bjoern A. ZeebLinuxKPI: Add linux/stddef.h and add struct_group(...)
2023-06-26 Bjoern A. ZeebLinuxKPI: add ktime_get_real_ts64()
2023-06-26 Bjoern A. ZeebLinuxKPI: add dummy rhashtable implementation
2023-06-26 Bjoern A. ZeebLinuxKPI: uuid: add guid_gen() and guid_copy()
next