aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Microoptimize bsd_to_linux_sockaddr().Dmitry Chagin2022-04-251-12/+4
* fd: make fget_unlocked take a thread argumentMateusz Guzik2022-02-111-4/+1
* linux(4): Reimplement futexes using umtx.Dmitry Chagin2021-07-291-3/+0
* 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/+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