summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux.h
AgeCommit message (Expand)Author
2025-12-08linux: store Linux Ethernet interface number in struct ifnetGleb Smirnoff
2025-12-08linux: separate all ifnet(9) related code into linux_ifnet.cGleb Smirnoff
2024-10-15linux.h: don't redefine lower_32_bits if already definedWarner Losh
2023-08-17linux(4): Update my copyrights, add SPDX tagDmitry Chagin
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-28linux(4): Uniformly dev_t arguments translationDmitry Chagin
2023-04-28linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin
2023-03-04linux(4): Migrate to IfAPIDmitry Chagin
2023-02-21Revert "Port Linuxulator to IfAPI"Justin Hibbits
2023-02-14Port Linuxulator to IfAPIJustin Hibbits
2023-02-14linux(4): Move use_real_names knob to the linux.cDmitry Chagin
2023-02-14linux(4): Cleanup sys/queue.h from linux.hDmitry Chagin
2023-01-28linux(4): Convert mount exported flags for statfs system calls.Dmitry Chagin
2022-10-01linuxolator: add netlink supportAlexander V. Chernikov
2022-06-22linux(4): Trace Linux l_sigset_t.Dmitry Chagin
2022-05-30linux(4): Fix the type of a constant in the signal mask macroDmitry Chagin
2022-05-30linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin
2022-01-17linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov
2021-08-12linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin
2021-07-29linux(4): Reimplement futexes using umtx.Dmitry Chagin
2021-07-20linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin
2021-07-20Drop "All rights reserved" from my copyright statements.Dmitry Chagin
2021-06-22linux(4): Rework Linux ppoll system call.Dmitry Chagin
2021-06-08linux: implement statx(2)Philippe Michaud-Boudreault
2020-11-03linux(4): Improve netlink diagnosticsConrad Meyer
2020-10-29Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala
2020-10-27Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala
2020-10-24Tweak linux(4) socket(2) debug messages.Edward Tomasz Napierala
2020-09-17Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala
2020-06-29linux: reposition the comment for bsd_to_linux_bits/linux_to_bsd_bitsKyle Evans
2020-06-29linuxolator: implement memfd_create syscallKyle Evans
2020-03-26compat/linux/linux.h depends on queue.h since r353725.Mark Johnston
2019-11-06Make linux(4) create /dev/shm. Linux applications often expectEdward Tomasz Napierala
2019-10-18linux: futex_mtx should follow futex_listYuri Pankov
2019-10-18linux: provide just one instance of futex_listYuri Pankov
2019-05-13Our bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr() functionsDmitry Chagin
2019-05-06Rewrite linux_ifflags() in more readable Linuxulator style.Dmitry Chagin
2019-05-03In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin
2015-05-24Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin