]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
cdn-patch: offer option to mount /etc/keys before attaching geli devices
[FreeBSD/FreeBSD.git] / sys / compat /
2024-02-19 Bjoern A. ZeebLinuxKPI: 802.11: lsta txq locking cleanup
2024-02-19 Bjoern A. ZeebLinuxKPI: 802.11: update the ni/lsta reference cycle
2024-02-19 Bjoern A. ZeebLinuxKPI: 802.11: band-aid for invalid state changes...
2024-02-19 Bjoern A. ZeebLinuxKPI: 802.11: fix field order in ieee80211_key_conf
2024-02-19 Bjoern A. ZeebLinuxKPI: 802.11: more TXQ implementation and locking
2024-01-22 Konstantin Belousovlinuxkpi: correct zone item size for linux_mm_zone
2024-01-18 John Baldwinsys: Use mbufq_empty instead of comparing mbufq_len...
2024-01-11 Mark Johnstonlinprocfs: Avoid using a sysctl to get the CPU model...
2024-01-09 Mark Johnstonlinuxkpi: Handle direct-mapped addresses in linux_free_...
2024-01-02 Mark Johnstonsendfile: Explicitly ignore errors from copyout()
2024-01-02 Mark Johnstonfreebsd32: Report errors when copying out oldlenp in...
2023-12-28 Mark Johnstonfreebsd32: Fix error handling for suword32() calls
2023-12-21 Olivier Certnerlinuxkpi: dma_get_cache_alignment(): Fix off-by-one...
2023-12-21 Olivier Certneruma: Hide 'uma_align_cache'; Create/rename accessors
2023-12-14 Brooks Davissysvipc: Fix 32-bit compat on !i386
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-11-29 Bjoern A. Zeebnet80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vht
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: zero-pad debug flags
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: deal with scan_ie_len
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argument
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: error on state transition failure
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: add unconditional error reporting
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: hide txq debugging behind checks
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fix re-creation of VAP
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: improve lkpi_ic_vap_delete()
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fix problem removing sta
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fill regulatory_hint() with some...
2023-11-29 Bjoern A. ZeebLiunxKPI: 802.11: move ieee80211_chanctx_conf into...
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: avoid symbol clash on UP to AC mapping
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: setup a default link[0] and adjust...
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: inialize tx queue params
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: change ic_parent() to not call mo_sto...
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: adjust code to new structure layout
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: mac80211 ops: distinguish between...
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: pass non-0/NULL arguments to MO functions
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: prepare for iwlwifi driver updates
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: fix counting the number of supbands
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: make sure bssid for scans (probe_req...
2023-11-29 Bjoern A. ZeebLinuxKPI: skbuff: remove assumption about mac_header
2023-11-29 Bjoern A. Zeebiwlwifi/LinuxKPI: 802.11: update ieee80211_request_smps()
2023-11-29 Bjoern A. ZeebLinuxKPI: 802.11: update compat code for updated drivers
2023-11-29 Bjoern A. ZeebLinuxKPI: skbuff: add skb_cow_head()
2023-11-29 Austin Shaferlinuxkpi: Fix __sg_alloc_table_from_pages loop
2023-11-29 Bjoern A. ZeebLinuxKPI: skbuff: fix tracing
2023-11-29 Bjoern A. ZeebLinuxKPI: implement mul_u64_u64_div_u64()
2023-11-29 Bjoern A. ZeebLinuxKPI: add page pool skeleton
2023-11-29 Bjoern A. ZeebLinuxKPI: replace vtophys+PHYS_TO_VM_PAGE with virt_to_page
2023-11-29 Bjoern A. ZeebLinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYS
2023-11-29 Bjoern A. ZeebLinuxKPI: reduce usage of struct vm_page and vm_page_t
2023-11-29 Bjoern A. ZeebLinuxKPI: pci.h add more constants
2023-11-29 Bjoern A. ZeebLinuxKPI: implement get_random_u32_inclusive()
2023-11-29 Bjoern A. ZeebLinuxKPI: list.h add list_count_nodes()
2023-11-29 Bjoern A. ZeebLinuxKPI: cast jiffies_to_msecs() result
2023-11-29 Bjoern A. ZeebLinuxKPI: add DMA_MAPPING_ERROR
2023-11-13 Konstantin Belousovlinuxkpi linux_work: use 'true' instead of 'non-zero'
2023-11-13 Konstantin Belousovlinuxkpi: races between linux_queue_delayed_work_on...
2023-10-09 Konstantin Belousovsysentvec: add SV_SIGSYS flag
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-08-25 Konstantin Belousovlinuxolator: implement Linux' PROT_GROWSDOWN
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line sh pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c comment pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-22 Dmitry Chaginlinux(4): Fix linker warning about undefined vdso symbols
2023-08-21 Dmitry Chaginlinux(4): Fix MSG_CTRUNC handling in recvmsg()
2023-08-21 Dmitry Chaginlinux(4): Add a comment explaining udata freeing on...
2023-08-21 Dmitry Chaginlinux(4): Refactor recvmsg
2023-08-21 Dmitry Chaginlinux(4): Skip unsupported anxiliary message
2023-08-21 Dmitry Chaginlinux(4): Improve readability of recvmsg control buffer...
2023-08-21 Dmitry Chaginlinux(4): Drop bogus empty line in linux_socket.c
2023-08-21 Dmitry Chaginlinux(4): Fix control message size calculation again
2023-08-17 Corvin Köhnelinuxkpi: advance platform_device
2023-08-07 Dmitry Chaginlinux(4): Fix control message size calculation
2023-08-07 Dmitry Chaginlinux(4): Use M_LINUX for malloc type of proc emuldata
2023-08-07 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in getdents
2023-08-07 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in getdents64
2023-08-07 Dmitry Chaginlinux(4): Delete a useless variable in getdents64
2023-08-07 Dmitry Chaginlinux(4): Use M_LINUX for malloc type in readdir
2023-08-07 Dmitry Chaginlinux(4): Delete a useless variable in readdir
2023-08-07 Dmitry Chaginlinux(4): Properly allocate buffer for kern_getdirentri...
2023-07-25 Warner Loshspdx: The BSD-2-Clause-NetBSD identifier is obsolete...
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
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): Guard linux_fork.h by _KERNEL for use by...
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 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): Move dev_t type declaration under /compat...
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...
next