aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Add a helper intended for copying timespec's from the userspace.Dmitry Chagin2022-05-088-108/+47
* linux(4): Prevent time_t overflows on i386.Dmitry Chagin2022-05-081-0/+5
* linux(4): Zero out high order bits of nanoseconds in the compat mode.Dmitry Chagin2022-05-082-3/+8
* linux(4): Add a helper intended for copying timespec's to the userspace.Dmitry Chagin2022-05-083-73/+50
* linuxkpi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-12/+4
* Remove unused iicbus_devclass.John Baldwin2022-05-061-1/+1
* Remove unused iicbb_devclass.John Baldwin2022-05-061-1/+1
* linux(4): Implement semtimedop syscalls.Dmitry Chagin2022-05-062-0/+58
* linux(4): Retire linux_semop implementation.Dmitry Chagin2022-05-062-29/+0
* LinuxKPI: skbuff: add memlimit tunable for 64bit systemsBjoern A. Zeeb2022-05-051-1/+47
* linux(4): Implement recvmmsg_time64 syscall.Dmitry Chagin2022-05-041-24/+61
* linux(4): Implement timerfd_gettime64 syscall.Dmitry Chagin2022-05-041-8/+36
* linux(4): Implement timerfd_settime64 syscall.Dmitry Chagin2022-05-041-24/+60
* linux(4): Implement timer_settime64 syscall.Dmitry Chagin2022-05-041-5/+39
* linux(4): Implement timer_gettime64 syscall.Dmitry Chagin2022-05-043-3/+58
* linux(4): Implement sched_rr_get_interval_time64 syscall.Dmitry Chagin2022-05-041-8/+37
* LinuxKPI: 802.11: fill in two more TODOsBjoern A. Zeeb2022-04-301-3/+20
* LinuxKPI: 802.11: use ieee80211_beacon_miss()Bjoern A. Zeeb2022-04-301-12/+1
* linux(4): Add epoll_pwai2 syscall.Dmitry Chagin2022-04-262-1/+56
* linux(4): Add copyin_sigset() helper.Dmitry Chagin2022-04-263-23/+32
* linux(4): Add linux_epoll_pwait_ts() helper for future use.Dmitry Chagin2022-04-261-17/+26
* linux(4): Copyout pselect timeout.Dmitry Chagin2022-04-261-27/+19
* linux(4): Add a simple rseq syscall implementation.Dmitry Chagin2022-04-262-1/+87
* linuxkpi: Mitigate a seqlock livelockMark Johnston2022-04-251-4/+28
* LinuxKPI: 802.11 ieee80211_sn_sub() fixBjoern A. Zeeb2022-04-251-1/+2
* linux(4): Refactor signal send methods.Dmitry Chagin2022-04-251-72/+98
* linux(4): Check that the thread tid in the thread group pid in linux_tdfind().Dmitry Chagin2022-04-251-24/+24
* linux(4): Microoptimize bsd_to_linux_sockaddr().Dmitry Chagin2022-04-251-12/+4
* Add timespecvalid_interval macro and use it.Dmitry Chagin2022-04-251-2/+2
* linux: plug a set-but-not-used varMateusz Guzik2022-04-191-1/+1
* linuxkpi_ieee80211_tx_status: Mark ridx as unused.John Baldwin2022-04-181-1/+1
* LinuxKPI: 802.11: improve hw_scanBjoern A. Zeeb2022-04-152-30/+149
* LinuxKPI: 802.11: use an sx lock to protect the list of vifsBjoern A. Zeeb2022-04-152-10/+16
* LinuxKPI: 802.11: start adding rate control to ieee80211_tx_status()Bjoern A. Zeeb2022-04-152-35/+96
* LinuxKPI: 802.11: implement ieee80211_probereq_get()Bjoern A. Zeeb2022-04-152-3/+40
* LinuxKPI: skbuff: start implementing skb_copy()Bjoern A. Zeeb2022-04-152-3/+45
* LinuxKPI: skbuff: dev_kfree_skb_irq() and improvementsBjoern A. Zeeb2022-04-151-2/+7
* sysent: regen after 52a1d90c8bfe, posix_fadvise in capmodeEd Maste2022-04-141-1/+1
* linuxkpi: Use an inline function for the _ioremap_attr stub.John Baldwin2022-04-131-1/+5
* linux(4): Copyout actual size of addr to the user space in accept().Dmitry Chagin2022-04-111-5/+3
* linux(4): Limit user-supplied sockaddr length in recvfrom().Dmitry Chagin2022-04-111-0/+1
* linux(4): Remove unnecessary PTRIN().Dmitry Chagin2022-04-111-2/+2
* linux(4): Handle SO_DOMAIN in getsockopt syscall.Dmitry Chagin2022-04-112-0/+14
* linux(4): Prevent an attempt to copy an uninitialized source address.Dmitry Chagin2022-04-111-2/+10
* [linprocfs] add sys/kernel/random/boot_idFernando ApesteguĂ­a2022-04-111-0/+20
* LinuxKPI: 802.11: add ieee80211_beacon_get_tim(), ieee80211_sn_sub()Bjoern A. Zeeb2022-04-081-3/+15
* LinuxKPI: add ALIGN_DOWN()Bjoern A. Zeeb2022-04-081-0/+1
* LinuxKPI: 802.11: further fix RSSI calculationsBjoern A. Zeeb2022-04-081-4/+10
* LinuxKPI: skbuff: handle dev_alloc_skb() correctlyBjoern A. Zeeb2022-04-072-5/+24
* linux(4): Fix a typo in itimerspec conversion routine.Dmitry Chagin2022-04-061-1/+1