Page MenuHomeFreeBSD

Linuxulator. Clock mappings.
ClosedPublic

Authored by dchagin on Jan 8 2015, 9:58 PM.
Tags
None
Referenced Files
F110462162: D1465.diff
Tue, Feb 18, 6:58 PM
Unknown Object (File)
Fri, Feb 14, 5:25 AM
Unknown Object (File)
Fri, Jan 31, 11:28 AM
Unknown Object (File)
Fri, Jan 31, 10:23 AM
Unknown Object (File)
Wed, Jan 29, 12:01 AM
Unknown Object (File)
Jan 11 2025, 9:11 PM
Unknown Object (File)
Jan 2 2025, 1:09 PM
Unknown Object (File)
Jan 2 2025, 2:25 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