Page MenuHomeFreeBSD

Linuxulator. Clock mappings.
ClosedPublic

Authored by dchagin on Jan 8 2015, 9:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 6:55 AM
Unknown Object (File)
Thu, Apr 25, 3:50 AM
Unknown Object (File)
Feb 21 2024, 2:05 PM
Unknown Object (File)
Jan 28 2024, 8:04 PM
Unknown Object (File)
Jan 26 2024, 5:22 AM
Unknown Object (File)
Dec 20 2023, 12:16 AM
Unknown Object (File)
Dec 15 2023, 10:04 AM
Unknown Object (File)
Oct 4 2023, 8: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
199–200

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

sys/compat/linux/linux_time.c
239

Is targettd actually used in this code path?

422

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