Philippe Michaud-Boudreault
b630d64c3d
linux: implement statx(2)
...
PR: 252106
Reviewed By: dchagin
Differential Revision: https://reviews.freebsd.org/D30466
(cherry picked from commit 2362ad457a )
2022-02-14 00:07:33 +00:00
Edward Tomasz Napierala
cbab32bdf1
linux: deduplicate DUMMY() entries
...
No functional changes.
Reviewed By: emaste
Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D30524
(cherry picked from commit 83043a741d )
2022-02-13 22:22:11 +00:00
Edward Tomasz Napierala
2e2337522f
linux: add new syscall numbers
...
Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D30193
(cherry picked from commit 6d926e850d )
2022-02-13 21:30:49 +00:00
Conrad Meyer
de774e422e
linux(4): Implement name_to_handle_at(), open_by_handle_at()
...
They are similar to our getfhat(2) and fhopen(2) syscalls.
Differential Revision: https://reviews.freebsd.org/D27111
2020-11-17 19:51:47 +00:00
Conrad Meyer
76b2bfeda4
linux(4): Fix loadable modules after r367395
...
Move dtrace SDT definitions into linux_common module code. Also, build
linux_dummy.c into the linux_common kld -- we don't need separate
versions of these stubs for 32- and 64-bit emulation.
Reported by: several
PR: 250897
Discussed with: emaste, trasz
Tested by: John Kennedy, Yasuhiro KIMURA, Oleg Sidorkin
X-MFC-With: r367395
Differential Revision: https://reviews.freebsd.org/D27124
2020-11-06 22:04:57 +00:00
Conrad Meyer
e9b13c6612
linux(4): Deduplicate unimpl/dummy syscall handlers
...
No functional change.
Reviewed by: emaste, trasz
Differential Revision: https://reviews.freebsd.org/D27099
2020-11-05 19:30:31 +00:00