Page MenuHomeFreeBSD

Linuxulator. Clock mappings.
ClosedPublic

Authored by dchagin on Jan 8 2015, 9:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 24, 7:17 PM
Unknown Object (File)
Tue, Nov 19, 1:46 PM
Unknown Object (File)
Tue, Nov 19, 4:27 AM
Unknown Object (File)
Mon, Nov 18, 6:19 PM
Unknown Object (File)
Wed, Oct 30, 10:52 AM
Unknown Object (File)
Wed, Oct 30, 10:02 AM
Unknown Object (File)
Wed, Oct 30, 9:31 AM
Unknown Object (File)
Wed, Oct 30, 2:06 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