]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
linux(4): Return EAGAIN instead of ENOBUFS for non-blocking sockets in sendfile
[FreeBSD/FreeBSD.git] / sys / compat /
2023-08-19 Dmitry Chaginlinux(4): Return EAGAIN instead of ENOBUFS for non...
2023-08-19 Dmitry Chaginlinux(4): Allow in fd to be a socket in sendfile
2023-08-19 Bjoern A. ZeebLinuxKPI: skbuff: add skb_cow_head()
2023-08-19 Bjoern A. ZeebLinuxKPI: skbuff: fix tracing
2023-08-18 Dmitry Chaginlinux(4): Remove include of sys/types.h from linux_vdso.h
2023-08-18 Dmitry Chaginlinux(4): Follow style(9), don't include both sys/param...
2023-08-18 Dmitry Chaginlinprocfs(5): Follow style(9), sort includes
2023-08-18 Dmitry Chaginlinprocfs(5): Remove sys/cdefs.h inclusion where it...
2023-08-18 Dmitry Chaginlinsysfs(5): Remove sys/cdefs.h inclusion where it...
2023-08-18 Dmitry Chaginlinux(4): Remove sys/cdefs.h inclusion where it's not...
2023-08-18 Doug Moorelinuxkpi math: fix kassert in math64.h
2023-08-18 Kyle Evanslinuxkpi: fix buildkernel after b80ea452375f
2023-08-18 Bjoern A. ZeebLinuxKPI: implement mul_u64_u64_div_u64()
2023-08-17 Dmitry Chaginlinux(4): Update my copyrights, add SPDX tag
2023-08-17 Dmitry Chaginlinux(4): Fix leftovers after 2ff63af9
2023-08-17 Dmitry Chaginlinux(4): Drop bogus __arm__ condition due to lack...
2023-08-17 Dmitry Chaginlinux(4): Don't miss error from underlying in sendfile
2023-08-17 James McLaughlinlinux(4): Add sendfile fallback for non-socket fds
2023-08-17 Dmitry Chaginlinux(4): Use native off_t for fo_sendfile call
2023-08-17 Alvin Chenlinux(4): Be verbose about unsupported ioctl commands...
2023-08-17 Alvin Chenlinux(4): Add 2 Linux socket ioctl commands
2023-08-17 Dag-Erling SmørgravRemove my middle name.
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line .c comment pattern
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-16 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-14 Dmitry Chaginlinux(4): Fix MSG_CTRUNC handling in recvmsg()
2023-08-14 Dmitry Chaginlinux(4): Add a comment explaining udata freeing on...
2023-08-14 Dmitry Chaginlinux(4): Refactor recvmsg
2023-08-14 Dmitry Chaginlinux(4): Skip unsupported anxiliary message
2023-08-14 Dmitry Chaginlinux(4): Improve readability of recvmsg control buffer...
2023-08-14 Dmitry Chaginlinux(4): Drop bogus empty line in linux_socket.c
2023-08-14 Dmitry Chaginlinux(4): Fix control message size calculation again
2023-08-13 Xin LIMFV: less v643.
2023-08-13 Kyle EvansMerge commit 'acb089b983171667467adc66f56a723b609ed22e...
2023-08-12 Konstantin Belousovlinuxolator: implement Linux' PROT_GROWSDOWN
2023-08-11 Ed Mastessh: Update to OpenSSH 9.4p1
2023-08-10 Pierre ProncheryOpenSSL: update to 3.0.10
2023-08-10 Bjoern A. ZeebLinuxKPI: add page pool skeleton
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.4
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.3
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.2
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.1
2023-08-07 Bjoern A. ZeebLinuxKPI: replace vtophys+PHYS_TO_VM_PAGE with virt_to_page
2023-08-07 Bjoern A. ZeebLinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYS
2023-08-07 Bjoern A. ZeebLinuxKPI: reduce usage of struct vm_page and vm_page_t
2023-08-07 Bjoern A. ZeebLinuxKPI: pci.h add more constants
2023-08-07 Bjoern A. ZeebLinuxKPI: implement get_random_u32_inclusive()
2023-08-04 Dmitry Chaginlinux(4): Add a dedicated ioprio system calls
2023-08-03 Martin Matuskalibarchive: merge from vendor branch
2023-08-03 Marius Strobliflib(9): Remove support for cloning pseudo interfaces
2023-08-03 Xin LIMFV: xz 5.4.4.
2023-07-31 Martin Matuskalibarchive: merge from vendor branch
2023-07-29 Martin Matuskalibarchive: merge from vendor branch
2023-07-29 Dmitry Chaginlinux(4): Fix control message size calculation
2023-07-24 Martin Matuskalibarchive: merge from vendor branch
2023-07-22 Dmitry Chaginlinux(4): Implement xattr syscalls
2023-07-19 Ed Mastessh: Update to OpenSSH 9.3p2
2023-07-18 Dmitry Chaginlinux(4): Use M_LINUX for malloc type of proc emuldata
2023-07-18 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in getdents
2023-07-18 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in getdents64
2023-07-18 Dmitry Chaginlinux(4): Delete a useless variable in getdents64
2023-07-18 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in readdir
2023-07-18 Dmitry Chaginlinux(4): Delete a useless variable in readdir
2023-07-18 Dmitry Chaginlinux(4): Properly allocate buffer for kern_getdirentri...
2023-07-15 Warner LoshMerge LUA 5.4.6
2023-07-01 Martin Matuskazfs: merge openzfs/zfs@009d3288d
2023-06-28 Martin Matuskazfs: merge openzfs/zfs@a9d6b0690
2023-06-28 Bjoern A. ZeebLinuxKPI: list.h add list_count_nodes()
2023-06-27 Simon J. GerratyMerge bmake-20230622
2023-06-27 Dag-Erling SmørgravUpgrade to OpenPAM Ximenia.
2023-06-26 Bjoern A. ZeebLinuxKPI: cast jiffies_to_msecs() result
2023-06-25 Martin Matuskazfs: merge openzfs/zfs@8e8acabdc
2023-06-23 Pierre ProncheryMerge OpenSSL 3.0.9
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.6-0-g7cbf1...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.5-0-g185b8...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.4-0-gae421...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.3-0-gda3cd...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.2-0-g18dde...
2023-06-22 Dimitry AndricMerge llvm-project release/16.x llvmorg-16.0.1-0-gcd890...
2023-06-22 Dimitry AndricMerge llvm-project main llvmorg-16-init-18548-gb0daacf58f41
2023-06-16 Martin Matuskazfs: merge openzfs/zfs@10e36e176
2023-06-13 Corvin Köhnelinuxkpi: advance platform_device
2023-06-11 Dmitry ChaginRevert "linux(4): The futex_wait operation should restart."
2023-06-10 Bjoern A. ZeebLinuxKPI: 802.11: correct HE_MAC_CAP3 values
2023-06-10 Bjoern A. ZeebLinuxKPI: qcom: update QMI and MHI
2023-06-10 Bjoern A. ZeebLinuxKPI: add dummy of.h
2023-06-10 Bjoern A. ZeebLinuxKPI: 802.11: initialize txq
2023-06-10 Bjoern A. ZeebLinuxKPI: 802.11: improve scan handling
2023-06-10 Martin Matuskazfs: merge openzfs/zfs@feff9dfed
2023-06-09 Bjoern A. ZeebLinuxKPI: implement timer_{delete,shutdown}_sync()
2023-06-09 Andrew TurnerUpdate the Arm Optimized Routine library to v23.01
2023-06-09 Warner LoshRegenerate sysent stuff after $FreeBSD$ removal
2023-06-08 Bjoern A. ZeebLinuxKPI: add dummy rhashtable implementation
2023-06-08 Bjoern A. ZeebLinuxKPI: add devm_ioremap()
2023-06-08 Bjoern A. ZeebLinuxKPI: pci: update struct msi_desc
2023-06-08 Bjoern A. ZeebLinuxKPI: pci: add PCI_COMMAND_MEMORY
2023-06-08 Bjoern A. ZeebLinuxKPI: add struct_group(...)
2023-06-08 Bjoern A. ZeebLinuxKPI: add ktime_get_real_ts64()
next