]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
LinuxKPI: 802.11: make lkpi_ic_set_channel() unconditional
[FreeBSD/FreeBSD.git] / sys / compat /
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: make lkpi_ic_set_channel() unconditional
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: use cfg80211_chandef_create()
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: improve lkpi_80211_mo_sta_state(...
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: rework sta state machine compatibility
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: factor out dtim/tsf updates
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: factor out lkpi_lsta_alloc() from...
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: implement ieee80211_beacon_loss()
2022-03-27 Bjoern A. ZeebLinuxKPI: skbuff: fix skb_queue_splice_init()
2022-03-27 Bjoern A. ZeebLinuxKPI: allow bsddriver name to be set for PCI
2022-03-27 Bjoern A. ZeebLinuxKPI: pci: implement pci_upstream_bridge()
2022-03-27 Bjoern A. ZeebLinuxKPI: pci.h MODULE_DEVICE_TABLE to MODULE_PNP_INFO
2022-03-27 Bjoern A. ZeebLinuxKPI: allow a driver to override the default pci...
2022-03-27 Bjoern A. ZeebLinuxKPI: remove duplicate include
2022-03-17 Hans Petter SelaskyLinuxKPI: Add comment describing proper use of the...
2022-03-17 Hans Petter Selaskylindebugfs: Make single_release() NULL safe.
2022-03-17 Hans Petter Selaskylindebugfs: The Linux file operations use negative...
2022-03-17 Hans Petter Selaskylindebugfs: Zero the linux_file structure before use.
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-05 Emmanuel Vadotlinuxkpi: Add mmap_lock.h
2022-03-05 Emmanuel Vadotlinuxkpi: Add atomic64_fetch_add
2022-03-05 Emmanuel Vadotlinuxkpi: Add orderly_poweroff
2022-03-05 Emmanuel Vadotlinuxkpi: Add dev_emerg
2022-03-05 Emmanuel Vadotlinuxkpi: Add backlight_device_set_brightness
2022-03-05 Emmanuel Vadotlinuxkpi: Add user_write_access_*
2022-03-05 Emmanuel Vadotlinuxkpi: Add list_rotate_to_front
2022-03-05 Emmanuel Vadotlinuxkpi: Add __var_waitqueue
2022-03-05 Emmanuel Vadotlindebugfs: Fix write
2022-02-27 Bjoern A. ZeebLinuxKPI: update 802.11 headers
2022-02-27 Bjoern A. ZeebLinuxKPI: change DECLARE_FLEX_ARRAY()
2022-02-27 Bjoern A. ZeebLinuxKPI: add MODULE_IMPORT_NS()
2022-02-27 Bjoern A. ZeebLinuxKPI: skbuff.h add skb_postpush_rcsum()
2022-02-27 Bjoern A. ZeebLinuxKPI: USB change successful probe result to BUS_PRO...
2022-02-27 Bjoern A. ZeebLinuxKPI: return value for linux_pci_probe()
2022-02-25 Ryan StoneMFC b58cf1cb35ab:
2022-02-21 Edward Tomasz Napi... linux: Fix ptrace panic with ERESTART
2022-02-21 Konstantin BelousovRemove PT_GET_SC_ARGS_ALL
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_GET_SYSCALL_INFO
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 simplify beacon checks in rx path
2022-02-20 Bjoern A. ZeebLinuxKPI: implement dma_sync_single_for_*, apply to...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: disable ic_headroom for the moment
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 advertise full offload scanning based...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 header updates and add/adjust source...
2022-02-20 Bjoern A. ZeebLinuxKPI: skbuff updates
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: defer workq allocation until we have...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 assign an(y) early chandef
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 scan update
2022-02-20 Bjoern A. ZeebLinuxKPI: pci.h add more defines
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 enahnce linuxkpi_ieee80211_iterate_int...
2022-02-20 Bjoern A. ZeebLinuxKPI: lockdep add lockdep_assert_not_held()
2022-02-20 Bjoern A. ZeebLinuxKPI: add kstrtoint_from_user() and DECLARE_FLEX_AR...
2022-02-20 Bjoern A. ZeebLinuxKPI: add UUID_STRING_LEN and GUID_INIT to uuid.h
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: get rid of lkpi_ic_getradiocaps warnings
2022-02-20 Bjoern A. ZeebLinuxKPI: add get_unaligned_le16()
2022-02-20 Bjoern A. ZeebLinuxKPI: add sizeof_field()
2022-02-20 Bjoern A. ZeebLinuxKPI: add __ffs64()
2022-02-20 Bjoern A. ZeebLinuxKPI: add linux/pm_qos.h
2022-02-20 Bjoern A. ZeebLinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
2022-02-20 Bjoern A. ZeebLinuxKPI: add more errno
2022-02-20 Bjoern A. ZeebLinuxKPI: add eth_random_addr() and device_get_mac_addr...
2022-02-20 Bjoern A. ZeebLinuxKPI: add an initial ethtool.h
2022-02-20 Bjoern A. ZeebLinuxKPI; add the beginning of a tracepoint.h implement...
2022-02-14 Edward Tomasz Napi... linux: Make compat.linux.preserve_vstatus default to 1
2022-02-14 Edward Tomasz Napi... linprocfs: Fix formatting of Uid and Gid lines
2022-02-14 Edward Tomasz Napi... linux: implement rt_sigsuspend(2) on arm64
2022-02-14 Edward Tomasz Napi... linux(4): Improve comment about SA_RESTORER
2022-02-14 Edward Tomasz Napi... linux(4): implement PR_SET_NO_NEW_PRIVS
2022-02-14 Philippe Michaud... linux: implement statx(2)
2022-02-13 Edward Tomasz Napi... linsysfs: create /sys/bus/ and /sys/subsystem/
2022-02-13 Edward Tomasz Napi... linux: add support for SO_PEERGROUPS
2022-02-13 shulinux: remove locks around callout_drain in timerfd_close()
2022-02-13 Edward Tomasz Napi... linux: Improve debugging by recognizing TIOCGPTPEER
2022-02-13 Edward Tomasz Napi... linux: Also translate the signal if the code is CLD_KILLED
2022-02-13 Edward Tomasz Napi... linux: Fix ENOTSOCK handling in sendfile(2)
2022-02-13 Edward Tomasz Napi... linux: recognize TCP_INFO and ratelimit the warning
2022-02-13 Edward Tomasz Napi... linux: Partially implement TCSBRK
2022-02-13 Edward Tomasz Napi... linux: improve FUSE support
2022-02-13 Edward Tomasz Napi... linux: deduplicate DUMMY() entries
2022-02-13 Edward Tomasz Napi... linux: add new syscall numbers
2022-02-13 Edward Tomasz Napi... linux: support AT_EMPTY_PATH flag in fchownat(2)
2022-02-13 Edward Tomasz Napi... linux: make fstatat(2) handle AT_EMPTY_PATH
2022-02-13 Edward Tomasz Napi... linux: implement O_PATH
2022-02-13 Edward Tomasz Napi... linux: extend the LINUX_O_ constants to make room for...
2022-02-13 Edward Tomasz Napi... linux: adjust ordering of Linux auxv and add dummy...
2022-02-16 John BaldwinUse vmspace->vm_stacktop in place of sv_usrstack in...
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-01-31 Mark Johnstonexec: Remove the stack gap implementation
2022-01-31 Mark Johnstonsysent: Add a sv_psstringssz field to struct sysentvec
2022-01-31 Mark Johnstonexec: Introduce the PROC_PS_STRINGS() macro
2022-01-29 Konstantin BelousovAdd security.bsd.allow_ptrace sysctl
2022-01-22 Vladimir KondratyevLinuxKPI: Add sort() wrapper.
2022-01-22 Vladimir KondratyevLinuxKPI: Use negative bit field size to trigger BUILD_...
2022-01-22 Vladimir KondratyevLinuxKPI: Constantly use _LINUXKPI_ prefix in include...
2022-01-22 Vladimir KondratyevLinuxKPI: Import MTRR support functions from drm-kmod
2022-01-22 Vladimir KondratyevLinuxKPI: Import linux/ratelimit.h
2022-01-22 Vladimir KondratyevLinuxKPI: Add linux/capability.h header
2022-01-22 Vladimir KondratyevLinuxKPI: Add readx_poll_timeout wrapper
2022-01-22 Vladimir KondratyevLinuxKPI: Add static_cpu_has() implementation
2022-01-22 Vladimir KondratyevLinuxKPI: Implement efi_enabled(EFI_BOOT)
2022-01-22 Vladimir KondratyevLinuxKPI: Import linux/jump_label.h
2022-01-22 Vladimir KondratyevLinuxKPI: Move kfree_async() functionality in to kfree()
next