Add a trivial linux(4) splice(2) implementation, which simply
returns EINVAL. Fixes grep (grep-3.1-2build1).
PR: kern/247219
Paths
| Differential D25636 Authored by trasz on Jul 12 2020, 3:24 PM.
Details
Summary Add a trivial linux(4) splice(2) implementation, which simply PR: kern/247219
Diff Detail
Event TimelineHerald added a reviewer: brooks. · View Herald TranscriptJul 12 2020, 3:24 PM2020-07-12 15:24:39 (UTC+0) Harbormaster completed remote builds in B32276: Diff 74359.Jul 12 2020, 3:24 PM2020-07-12 15:24:41 (UTC+0) Harbormaster completed remote builds in B32277: Diff 74360.Jul 12 2020, 3:26 PM2020-07-12 15:26:43 (UTC+0) Herald added a reviewer: manu. · View Herald TranscriptJul 12 2020, 3:29 PM2020-07-12 15:29:51 (UTC+0) Harbormaster completed remote builds in B32278: Diff 74361.Jul 12 2020, 3:29 PM2020-07-12 15:29:52 (UTC+0)
This revision is now accepted and ready to land.Jul 14 2020, 12:58 AM2020-07-14 00:58:46 (UTC+0) Closed by commit rS363304: Add a trivial linux(4) splice(2) implementation, which simply (authored by trasz). · Explain WhyJul 18 2020, 11:29 AM2020-07-18 11:29:04 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 74360 sys/amd64/linux/linux_dummy.c
sys/amd64/linux/syscalls.master
sys/amd64/linux32/linux32_dummy.c
sys/amd64/linux32/syscalls.master
sys/compat/linux/linux_file.c
sys/i386/linux/linux_dummy.c
sys/i386/linux/syscalls.master
|