summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin2023-02-271-3/+84
* linux(4): Move use_real_names knob to the linux.cDmitry Chagin2023-02-271-0/+12
* linuxolator: add netlink supportAlexander V. Chernikov2023-01-261-0/+13
* linux(4): Refactor SIGPWR mappingDmitry Chagin2022-06-171-4/+6
* linux(4): For future use replace malloc type for l_sockaddr by M_LINUXDmitry Chagin2022-06-171-1/+1
* linux(4): Microoptimize bsd_to_linux_sockaddr().Dmitry Chagin2022-06-171-12/+4
* linux(4): Reimplement futexes using umtx.Dmitry Chagin2022-06-171-3/+0
* Drop "All rights reserved" from my copyright statements.Dmitry Chagin2022-06-171-2/+1
* linux(4): Rework Linux ppoll system call.Dmitry Chagin2022-06-171-0/+96
* linuxolator: implement memfd_create syscallKyle Evans2020-06-291-0/+76
* Don't use newlines with linux_msg(). No functional changes.Edward Tomasz Napierala2020-06-111-1/+1
* Make linux(4) create /dev/shm. Linux applications often expectEdward Tomasz Napierala2019-11-061-0/+27
* 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/+198
* Rewrite linux_ifflags() in more readable Linuxulator style.Dmitry Chagin2019-05-061-9/+23
* Complete r347052 (https://reviews.freebsd.org/D20137) as it it was notDmitry Chagin2019-05-061-4/+5
* In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin2019-05-031-0/+105
* Improve debugging output.Edward Tomasz Napierala2017-02-161-1/+1
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-241-0/+205