Bug 255777 - [linuxulator] Add a few system calls for 64-bit time compat.
Summary: [linuxulator] Add a few system calls for 64-bit time compat.
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-11 05:40 UTC by pitwuu
Modified: 2021-06-11 14:13 UTC (History)
5 users (show)

See Also:


Attachments
proposed patch time64 (39.92 KB, patch)
2021-05-11 05:41 UTC, pitwuu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pitwuu 2021-05-11 05:40:50 UTC
This issue is my  patch for adding time compat code to the linuxulator.
These calls are part of a series of 64-bit time extensions on linux.
For now it just re-routes to the existing system calls, but it is better than the current situation of doing nothing.
Comment 1 pitwuu 2021-05-11 05:41:27 UTC
Created attachment 224830 [details]
proposed patch time64
Comment 2 Aleksandr Fedorov freebsd_committer freebsd_triage 2021-05-11 12:53:22 UTC
It would be nice if you send this patch to the phabricator:
- https://reviews.freebsd.org/
- https://wiki.freebsd.org/Phabricator
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2021-05-11 13:25:13 UTC
^Triage: correct assignment.
Comment 4 Dmitry Chagin freebsd_committer freebsd_triage 2021-05-18 07:08:58 UTC
as a rule, we do not include autogenerated files in the patches.
please exclude them from phabricator review. thanks
Comment 5 Dmitry Chagin freebsd_committer freebsd_triage 2021-06-11 14:13:53 UTC
as some of you changes was in my local repo I commited it, feel free to finish remained like me. it should be one patch for one syscall without autogenerated changes