]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Drop d_dump from struct cdevsw
[FreeBSD/FreeBSD.git] / sys / compat /
2022-05-12 Cy Schubertsqlite3: Vendor import of sqlite3 3.38.5
2022-05-12 Hans Petter SelaskyLinuxKPI: Implement linux/hashtable.h for FreeBSD.
2022-05-11 Dmitry Chaginlinux(4): Revert c7ef7c3 as it's wrong at all.
2022-05-11 Dmitry ChaginUse Linux semantics for the thread affinity syscalls.
2022-05-10 Stefan Eßercontrib/bc: update to version 5.2.5
2022-05-09 Dmitry Chaginlinux(4); Style.
2022-05-09 Dmitry Chaginlinux(4): Return native error from futex_atomic_op...
2022-05-09 Dmitry Chaginlinux(4): Fixed offset miscalculation in the preadv...
2022-05-09 Dmitry Chaginlinux(4): The futex_wait operation should restart.
2022-05-08 Dmitry Chaginlinux(4): Use the right function to get the bit index...
2022-05-08 Dmitry Chaginlinux(4): Implement vdso getcpu for x86.
2022-05-08 Dmitry Chaginlinux(4): Add a helper intended for copying timespec...
2022-05-08 Dmitry Chaginlinux(4): Prevent time_t overflows on i386.
2022-05-08 Dmitry Chaginlinux(4): Zero out high order bits of nanoseconds in...
2022-05-08 Dmitry Chaginlinux(4): Add a helper intended for copying timespec...
2022-05-06 John Baldwinlinuxkpi: Remove unused devclass arguments to DRIVER_MO...
2022-05-06 John BaldwinRemove unused iicbus_devclass.
2022-05-06 John BaldwinRemove unused iicbb_devclass.
2022-05-06 Dmitry Chaginlinux(4): Implement semtimedop syscalls.
2022-05-06 Dmitry Chaginlinux(4): Retire linux_semop implementation.
2022-05-05 Bjoern A. ZeebLinuxKPI: skbuff: add memlimit tunable for 64bit systems
2022-05-04 Dmitry Chaginlinux(4): Implement recvmmsg_time64 syscall.
2022-05-04 Dmitry Chaginlinux(4): Implement timerfd_gettime64 syscall.
2022-05-04 Dmitry Chaginlinux(4): Implement timerfd_settime64 syscall.
2022-05-04 Dmitry Chaginlinux(4): Implement timer_settime64 syscall.
2022-05-04 Dmitry Chaginlinux(4): Implement timer_gettime64 syscall.
2022-05-04 Dmitry Chaginlinux(4): Implement sched_rr_get_interval_time64 syscall.
2022-05-03 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1o
2022-04-30 Bjoern A. ZeebLinuxKPI: 802.11: fill in two more TODOs
2022-04-30 Bjoern A. ZeebLinuxKPI: 802.11: use ieee80211_beacon_miss()
2022-04-26 Dmitry Chaginlinux(4): Add epoll_pwai2 syscall.
2022-04-26 Dmitry Chaginlinux(4): Add copyin_sigset() helper.
2022-04-26 Dmitry Chaginlinux(4): Add linux_epoll_pwait_ts() helper for future...
2022-04-26 Dmitry Chaginlinux(4): Copyout pselect timeout.
2022-04-26 Dmitry Chaginlinux(4): Add a simple rseq syscall implementation.
2022-04-25 Mark Johnstonlinuxkpi: Mitigate a seqlock livelock
2022-04-25 Bjoern A. ZeebLinuxKPI: 802.11 ieee80211_sn_sub() fix
2022-04-25 Dmitry Chaginlinux(4): Refactor signal send methods.
2022-04-25 Dmitry Chaginlinux(4): Check that the thread tid in the thread group...
2022-04-25 Dmitry Chaginlinux(4): Microoptimize bsd_to_linux_sockaddr().
2022-04-25 Dmitry ChaginAdd timespecvalid_interval macro and use it.
2022-04-22 Simon J. GerratyMerge bmake-20220418
2022-04-19 Mateusz Guziklinux: plug a set-but-not-used var
2022-04-18 Simon J. GerratyMerge bearssl-20220418
2022-04-18 John Baldwinlinuxkpi_ieee80211_tx_status: Mark ridx as unused.
2022-04-17 Stefan Eßercontrib/bc: import version 5.2.4
2022-04-15 Bjoern A. ZeebLinuxKPI: 802.11: improve hw_scan
2022-04-15 Bjoern A. ZeebLinuxKPI: 802.11: use an sx lock to protect the list...
2022-04-15 Bjoern A. ZeebLinuxKPI: 802.11: start adding rate control to ieee8021...
2022-04-15 Bjoern A. ZeebLinuxKPI: 802.11: implement ieee80211_probereq_get()
2022-04-15 Bjoern A. ZeebLinuxKPI: skbuff: start implementing skb_copy()
2022-04-15 Bjoern A. ZeebLinuxKPI: skbuff: dev_kfree_skb_irq() and improvements
2022-04-15 Ed Mastessh: update to OpenSSH v9.0p1
2022-04-14 Ed Mastesysent: regen after 52a1d90c8bfe, posix_fadvise in...
2022-04-14 Baptiste Daroussinlibedit: import version of 2022-04-11
2022-04-13 John Baldwinlinuxkpi: Use an inline function for the _ioremap_attr...
2022-04-13 Ed Mastessh: update with post-release V_8_9 branch commits
2022-04-13 Ed Mastessh: update to OpenSSH v8.9p1
2022-04-12 Martin Matuskalibarchive: import changes from upstream
2022-04-11 Dmitry Chaginlinux(4): Copyout actual size of addr to the user space...
2022-04-11 Dmitry Chaginlinux(4): Limit user-supplied sockaddr length in recvfr...
2022-04-11 Dmitry Chaginlinux(4): Remove unnecessary PTRIN().
2022-04-11 Dmitry Chaginlinux(4): Handle SO_DOMAIN in getsockopt syscall.
2022-04-11 Dmitry Chaginlinux(4): Prevent an attempt to copy an uninitialized...
2022-04-11 Fernando Apesteguía[linprocfs] add sys/kernel/random/boot_id
2022-04-08 Bjoern A. ZeebLinuxKPI: 802.11: add ieee80211_beacon_get_tim(), ieee8...
2022-04-08 Bjoern A. ZeebLinuxKPI: add ALIGN_DOWN()
2022-04-08 Bjoern A. ZeebLinuxKPI: 802.11: further fix RSSI calculations
2022-04-07 Bjoern A. ZeebLinuxKPI: skbuff: handle dev_alloc_skb() correctly
2022-04-06 Dmitry Chaginlinux(4): Fix a typo in itimerspec conversion routine.
2022-04-05 Warner Loshlinuxkpi: move io_mapping_create_wc to .c
2022-04-05 Warner Loshlinuxkpi: Move lkpi_pcim_iomap_devres_find to .c file
2022-04-05 Warner Loshlinuxkpi: Move pci_alloc_irq_vectors to .c file
2022-04-05 Warner Loshlinuxkpi: Move pci_request_region and _lkpi_pci_iomap...
2022-04-05 Warner Loshlinuxkpi: Move lkpi_pci_devres_get_alloc into .c file
2022-04-05 Warner Loshlinuxkpi: Move cdev_alloc into .c file
2022-04-05 Warner Loshlinuxkpi: Remove write only variable from lkpi_iicbb_reset
2022-04-05 Warner Loshlinuxkpi: Move class_create to .c file
2022-04-05 Warner Loshlinuxkpi: Move device_create_groups_vargs to linux_compat.c
2022-04-05 Warner Loshlinuxkpi: move kobject_create to .c file
2022-04-03 Bjoern A. ZeebLinuxKPI: PCI: add counter for linux_dma_map_phys_commo...
2022-04-03 Simon J. GerratyMerge bmake-20220330
2022-04-03 Martin Matuskalibarchive: merge vendor bugfixes
2022-04-01 Bjoern A. ZeebLinuxKPI: 802.11: fix RSSI (and NF)
2022-03-31 Xin LIMFV 7b495a2a7abf (zlib): Correct incorrect inputs provi...
2022-03-31 Dmitry Chaginlinsysfs: plug set-but-not-used vars.
2022-03-31 Dmitry Chaginlinux(4): Cleanup empty lines.
2022-03-31 Dmitry Chaginlinux(4): Fix KASSERT message.
2022-03-31 Dmitry Chaginlinux(4): readlink should fail if bufzis <= 0.
2022-03-31 Dmitry Chaginlinprocfs: Add /proc/self/oom_score_adj.
2022-03-31 Dmitry Chaginlinux(4): Add compat.linux32.emulate_i386 knob.
2022-03-31 Dmitry Chaginlinux(4): Fixup miscalculation of d_off of struct diren...
2022-03-31 Dmitry Chaginlinux(4): wait4() returns ESRCH if pid is INT_MIN.
2022-03-31 Dmitry Chaginlinux(4): Rid unused defines from linux_mib.
2022-03-31 Dmitry Chaginlinux(4): Fixup waitid handling P_PGID idtype.
2022-03-31 Dmitry Chaginlinux(4): Return ENOSYS for unsupported P_PIDFD waitid...
2022-03-31 Dmitry Chaginlinux(4): Add support for __WALL wait option bit.
2022-03-31 Dmitry Chaginlinux(4): Fixup options value validation in linux_waitid().
2022-03-31 Dmitry Chaginlinux(4): Eliminate bogus options value check validation.
2022-03-31 Dmitry Chaginlinux(4): Consolidate wait* facility into linux_common_...
next