aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* regenMariusz Zaborski2024-05-131-1/+1
* Revert linprocfs commitsWarner Losh2024-05-121-182/+0
* linprocfs: Really fix time_t type issueWarner Losh2024-05-121-11/+11
* linprocfs: Fix i386 time typeWarner Losh2024-05-121-8/+8
* linprocfs: Add support for proc/sysvipc/{msg,sem,shm}Ricardo Branco2024-05-111-0/+182
* linux: Adjust rlimit SIGPENDING & MSGQUEUE behaviour to match linprocfsRicardo Branco2024-05-101-6/+23
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-05-101-12/+21
* kern/intr: redeclare intr_setaffinity()'s third arg constantElliott Mitchell2024-05-091-1/+1
* linuxkpi: Make arch_io_*_memtype_wc amd64-onlyTijl Coosemans2024-05-081-5/+4
* linuxkpi: Fix set_memory_*Tijl Coosemans2024-05-031-15/+6
* Fix new users of MAXPHYS and hide it from the kernel namespaceAndrew Gallatin2024-04-301-1/+1
* linuxkpi: Add linuxkpi_video moduleEmmanuel Vadot2024-04-303-0/+430
* linuxkpi: hdmi: Split the module declaration to a new fileEmmanuel Vadot2024-04-302-10/+7
* syscalls.master: correct return type of {read,write}vBrooks Davis2024-04-241-2/+2
* linux: ignore setsockopt(IPV6_RECVERR)Lexi Winter2024-04-231-0/+13
* LinuxKPI: utsname.h add missing SPDX-License-IdentifierBjoern A. Zeeb2024-04-191-0/+2
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-152-0/+2
* LinuxKPI: add __counted_by() and __nonstringBjoern A. Zeeb2024-04-151-0/+11
* LinuxKPI: 802.11: disable early queue wakeup workaround; better classifyBjoern A. Zeeb2024-04-151-2/+12
* LinuxKPI: 802.11: remove unneeded re-lookup in lkpi_80211_txq_tx_one()Bjoern A. Zeeb2024-04-151-41/+35
* LinuxKPI: add devm_kfree()Bjoern A. Zeeb2024-04-151-0/+1
* LinuxKPI: napi_schedule() requires return value, implement napi_is_scheduled()Bjoern A. Zeeb2024-04-152-3/+14
* LinuxKPI: sk_buff: implement skb_queue_splice_tail_init()Bjoern A. Zeeb2024-04-151-2/+17
* LinuxKPI: add dev_alloc_pages()Bjoern A. Zeeb2024-04-121-0/+6
* LinuxKPI: add BITS_TO_BYTES()Bjoern A. Zeeb2024-04-121-0/+1
* LinuxKPI: implement memzero_explicit()Bjoern A. Zeeb2024-04-121-0/+7
* LinuxKPI: add further constants to pci.hBjoern A. Zeeb2024-04-121-0/+2
* LinuxKPI: Stub sysfs_remove_link in linux/sysfs.hVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add want_init_on_free to linux/mm.hVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add ACPI_ID_LEN const to linux/mod_devicetable.hVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add pci_dev_id to linux/pci.hVladimir Kondratyev2024-04-081-0/+7
* LinuxKPI: Add the accelerator PCIe classVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add PTR_IF macroVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add vm_flags_(clear|set) functionsVladimir Kondratyev2024-04-081-0/+12
* LinuxKPI: Improve timer_shutdown_syncVladimir Kondratyev2024-04-081-0/+5
* LinuxKPI: Add get_random_u32_below functionVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add VM_ACCESS_FLAGS define to linux/mm.hVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Import vanilla linux/overflow.hVladimir Kondratyev2024-04-087-76/+352
* LinuxKPI: Move [SU](8|16|32|64)_(MAX|MIN) defines to linux/limits.hVladimir Kondratyev2024-04-083-13/+48
* LinuxKPI: Add strnchr functionVladimir Kondratyev2024-04-081-0/+15
* LinuxKPI: Add ms_to_ktimeVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Set suspend type on syspend/resume cycle enterVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Remove the temporary variable fileid from the macro request_moduleZhenlei Huang2024-04-051-2/+1
* LinuxKPI: add PCI_VENDOR_ID_ITTIMBjoern A. Zeeb2024-04-021-0/+1
* linux: make linux_netlink_p->msg_from_linux be able to failGleb Smirnoff2024-03-291-20/+38
* linux: use sa_family_t for address family conversionsGleb Smirnoff2024-03-293-15/+17
* LinuxKPI: remove dummy header files with implementationBjoern A. Zeeb2024-03-293-0/+0
* sysent: regenBrooks Davis2024-03-192-44/+44
* syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis2024-03-191-1/+1