]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
LinuxKPI: add get_unaligned_le16()
[FreeBSD/FreeBSD.git] / sys / compat /
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()
2022-01-22 Vladimir KondratyevLinuxKPI: Add stdarg.h proxy header
2022-01-22 Vladimir KondratyevLinuxKPI: Add some typical header pollution
2022-01-22 Vladimir KondratyevLinuxKPI: Implement smp_*mb barriers with atomic_thread...
2022-01-22 Vladimir KondratyevLinuxKPI: Make lockdep*_pin_lock macros useable for...
2022-01-22 Vladimir KondratyevLinuxKPI: Convert schedule() to inlined function
2022-01-22 Vladimir KondratyevLinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flag
2022-01-22 Vladimir KondratyevLinuxKPI: Implement default sysfs kobject attribute...
2022-01-22 Vladimir KondratyevLinuxKPI: Implement kstrtoull
2022-01-22 Vladimir KondratyevLinuxKPI: Implement dev_driver_string()
2022-01-22 Vladimir KondratyevLinuxKPI: Implement clflush_cache_range()
2022-01-22 Vladimir KondratyevLinuxKPI: Add clflush argument type conversion wrapper
2022-01-22 Vladimir KondratyevLinuxKPI: Implement interval_tree
2022-01-22 Vladimir KondratyevLinuxKPI: Import some linux/rbtree.h functions from...
2022-01-20 Bjoern A. ZeebLinuxKPI: 802.11 correct enum ieee80211_channel_flags
2022-01-20 Bjoern A. ZeebLinuxKPI: 802.11 Refine/add DTIM/TSF handling
2022-01-20 Bjoern A. ZeebLinuxKPI: 802.11 handle connection loss differently
2022-01-16 Ruslan MakhmatkhanovLinuxKPI: 802.11 correctly spell queues
2022-01-16 Bjoern A. ZeebLinuxKPI: 802.11 fix locking in lkpi_stop_hw_scan()
2022-01-16 Bjoern A. ZeebLinuxKPI: 802.11 update compat code for driver updates
2022-01-16 Bjoern A. ZeebLinuxKPI / iwlwifi: fix spelling of constants
2022-01-16 Bjoern A. ZeebLinuxKPI: 802.11 handle IEEE80211_CONF_IDLE better
2022-01-16 Bjoern A. ZeebLinuxKPI: ip.h add #include
2022-01-16 Bjoern A. ZeebLinuxKPI: bitfields add more *replace_bits()
2022-01-16 Bjoern A. ZeebLinuxKPI: add hex2bin()
2022-01-14 Konstantin BelousovRegen
2022-01-14 Konstantin BelousovAdd sched_getcpu()
2022-01-14 Mark Johnstonexec: Simplify sv_copyout_strings implementations a bit
2022-01-09 Bjoern A. ZeebLinuxKPI: 802.11 fix queue wait
2022-01-02 Konstantin Belousovamd64 ia32 vdso: add unwind annotations to the signal...
2022-01-02 Konstantin Belousovvdso for ia32 on amd64
2022-01-02 Konstantin Belousovamd64: wrap 64bit sigtramp into vdso
2021-12-30 Bjoern A. ZeebLinuxKPI: add 802.11 compat code
2021-12-30 Bjoern A. ZeebLinuxKPI: import beginning of a new version of netdevice.h
2021-12-30 Bjoern A. ZeebLinuxKPI: add a work-in-progress skbuff implementation
2021-12-30 Bjoern A. Zeebmodules: increase MAXMODNAME and provide backward compat
2021-12-30 Bjoern A. ZeebLinuxKPI: USB return possible error from suspend/resume
2021-12-30 Bjoern A. ZeebLinuxKPI: fix -Wunused-but-set-variable warnings
2021-12-20 Konstantin BelousovRegen
2021-12-20 Konstantin Belousovswapoff: add one more variant of the syscall
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-13 Konstantin Belousovfcntl(2): add F_KINFO operation
2021-11-21 Bjoern A. ZeebLinuxKPI: add bcd.h
2021-11-19 Bjoern A. ZeebLinuxKPI: add strreplace() to string.h
2021-11-19 Bjoern A. ZeebLinuxKPI: add kstrtou8() and kstrtou8_from_user() to...
2021-11-19 Bjoern A. ZeebLinuxKPI: add simple_open() to fs.h
2021-11-19 Bjoern A. ZeebLinuxKPI: module.h add MODULE_SUPPORTED_DEVICE()
2021-11-19 Bjoern A. ZeebLinuxKPI: pci.h make pci_dev argument const for pci_...
2021-11-19 Bjoern A. ZeebLinuxKPI: pci.h / linux_pci.c rename pci_driver field
2021-11-19 Bjoern A. ZeebLinuxKPI: add netdev_features.h
2021-11-19 Bjoern A. ZeebLinuxKPI: implement dma_set_coherent_mask()
2021-11-19 Bjoern A. ZeebLinuxKPI: dma-mapping.h unify "mask" and "dma_mask"
2021-11-19 Bjoern A. ZeebLinuxKPI: disable device_release_driver()
next