aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux.h
Commit message (Expand)AuthorAgeFilesLines
* linux.h: don't redefine lower_32_bits if already definedWarner Losh2024-10-151-0/+2
* linux(4): Update my copyrights, add SPDX tagDmitry Chagin2023-08-171-0/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linux(4): Uniformly dev_t arguments translationDmitry Chagin2023-04-281-0/+68
* linux(4): Move dev_t type declaration under /compat/linuxDmitry Chagin2023-04-281-0/+5
* linux(4): Migrate to IfAPIDmitry Chagin2023-03-041-2/+2
* Revert "Port Linuxulator to IfAPI"Justin Hibbits2023-02-211-2/+2
* Port Linuxulator to IfAPIJustin Hibbits2023-02-141-2/+2
* linux(4): Move use_real_names knob to the linux.cDmitry Chagin2023-02-141-0/+10
* linux(4): Cleanup sys/queue.h from linux.hDmitry Chagin2023-02-141-2/+0
* linux(4): Convert mount exported flags for statfs system calls.Dmitry Chagin2023-01-281-0/+15
* linuxolator: add netlink supportAlexander V. Chernikov2022-10-011-0/+3
* linux(4): Trace Linux l_sigset_t.Dmitry Chagin2022-06-221-0/+5
* linux(4): Fix the type of a constant in the signal mask macroDmitry Chagin2022-05-301-2/+2
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-05-301-0/+5
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-01-171-6/+0
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2021-08-121-0/+2
* linux(4): Reimplement futexes using umtx.Dmitry Chagin2021-07-291-3/+0
* linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin2021-07-201-0/+5
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2021-07-201-2/+1
* linux(4): Rework Linux ppoll system call.Dmitry Chagin2021-06-221-0/+17
* linux: implement statx(2)Philippe Michaud-Boudreault2021-06-081-0/+42
* linux(4): Improve netlink diagnosticsConrad Meyer2020-11-031-2/+8
* Add defines for Linux errno values and use them to make linux_errtbl[]Edward Tomasz Napierala2020-10-291-0/+1
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-271-1/+1
* Tweak linux(4) socket(2) debug messages.Edward Tomasz Napierala2020-10-241-0/+4
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-0/+2
* linux: reposition the comment for bsd_to_linux_bits/linux_to_bsd_bitsKyle Evans2020-06-291-3/+2
* linuxolator: implement memfd_create syscallKyle Evans2020-06-291-0/+45
* compat/linux/linux.h depends on queue.h since r353725.Mark Johnston2020-03-261-0/+2
* Make linux(4) create /dev/shm. Linux applications often expectEdward Tomasz Napierala2019-11-061-0/+3
* linux: futex_mtx should follow futex_listYuri Pankov2019-10-181-0/+1
* linux: provide just one instance of futex_listYuri Pankov2019-10-181-0/+2
* Our bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr() functionsDmitry Chagin2019-05-131-0/+11
* Rewrite linux_ifflags() in more readable Linuxulator style.Dmitry Chagin2019-05-061-0/+20
* In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin2019-05-031-0/+17
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-0/+95