Page MenuHomeFreeBSD

Linuxulator. Clock mappings.
ClosedPublic

Authored by dchagin on Jan 8 2015, 9:58 PM.
Tags
None
Referenced Files
F145917182: D1465.id.diff
Thu, Feb 26, 3:50 AM
Unknown Object (File)
Wed, Feb 18, 1:53 PM
Unknown Object (File)
Thu, Feb 12, 9:33 PM
Unknown Object (File)
Jan 9 2026, 6:48 PM
Unknown Object (File)
Dec 31 2025, 4:43 AM
Unknown Object (File)
Dec 30 2025, 10:49 AM
Unknown Object (File)
Dec 30 2025, 6:40 AM
Unknown Object (File)
Dec 25 2025, 1:35 AM
Subscribers

Details

Reviewers
dchagin
Group Reviewers
Linux Emulation
Summary

Add some clock mappings used by glibc 2.20.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dchagin retitled this revision from to Linuxulator. Clock mappings..
dchagin updated this object.

Do not touch linux_to_native_clock().

Linuxulator. Rework a bit /dev/shm magic.

Hmm, previous arc diff was a rather strange. fix it.

trasz added inline comments.
sys/compat/linux/linux_time.c
200 ↗(On Diff #3112)

This break is probably not neccessary; same for the one below.

sys/compat/linux/linux_time.c
239 ↗(On Diff #4419)

Is targettd actually used in this code path?

422 ↗(On Diff #4419)

What's the point of the code above? Proc and thread don't look used in any way. Is it just for returning ESRCH for invalid PID/TID? If so, could you say so in comment?

dchagin added a reviewer: dchagin.

commited, thanks

This revision is now accepted and ready to land.May 24 2015, 5:24 PM