Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-23 | aux/timesync: don't bind #r twice (already done in inittime()) | cinap_lenrek | |
2020-05-02 | make bind(2) error handling consistent | cinap_lenrek | |
The mount() and bind() syscalls return -1 on error, and the mountid sequence number on success. The manpage states that the mountid sequence number is a positive integer, but the kernels implementation currently uses a unsigned 32-bit integer and does not guarantee that the mountid will not become negative. Most code just cares about the error, so test for the -1 error value only. | |||
2020-03-08 | aux/timesync: open /proc/n/ctl with OWRITE, not ORDWR | cinap_lenrek | |
2016-11-17 | cmd: remove a bit of unused stuff | ftrvxmtrx | |
2013-06-25 | timesync: reduce the frequency tolerance from half to double the system clock | cinap_lenrek | |
the frequency tolerance used by timesync was from a 10th to 10 times the frequency of the system clock! switching a system from tsc to pic timer changes the system clock frequency from 300MHz to arround 1.8Ghz on a x200s laptop resulting in time running way too slow or way too fast. so we change timesync to only accept frequencies from half to double the system clock which still seems huge, but at least catches the case above resulting in timesync ignoring the old frequency file. | |||
2011-08-17 | timesync: do less aggressive clock sampling (issue #73) | cinap_lenrek | |
2011-06-15 | timesync: let timesync set the rtc with respect to gmtdelta | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |