Page MenuHomeFreeBSD

Linuxulator. Clock mappings.
ClosedPublic

Authored by dchagin on Jan 8 2015, 9:58 PM.
Tags
None
Referenced Files
F136001242: D1465.id4419.diff
Fri, Nov 14, 11:37 PM
F136001240: D1465.id3112.diff
Fri, Nov 14, 11:37 PM
F136001239: D1465.id3098.diff
Fri, Nov 14, 11:37 PM
F136001238: D1465.id.diff
Fri, Nov 14, 11:37 PM
F136001234: D1465.id3111.diff
Fri, Nov 14, 11:37 PM
F136001232: D1465.id3059.diff
Fri, Nov 14, 11:37 PM
F136001230: D1465.id3065.diff
Fri, Nov 14, 11:37 PM
F135989372: D1465.diff
Fri, Nov 14, 9:07 PM
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