This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via 59fe8cea208cfa9c253ad7bc00817e2bda14a64a (commit) via a7a3a9342bec0dd2d4569b54488c7b01be9aaa40 (commit) from 5a00c0e8a75760434a74cda2317637d9c23854cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 59fe8cea208cfa9c253ad7bc00817e2bda14a64a Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Oct 5 11:12:28 2015 +0200 Fix time going back in Xen case when backward time correction happens to get bigger than the tick duration. * kern/mach_clock.c (clock_interrupt): When `tickdelta' is bigger than `usec', truncate it to `usec-1'. commit a7a3a9342bec0dd2d4569b54488c7b01be9aaa40 Author: Joshua Branson <bran...@hotmail.com> Date: Sun Oct 4 21:58:06 2015 +0200 Add generated mach documentation files to gitignore * .gitignore: Add doc/mach.aux doc/mach.cp doc/mach.cps doc/mach.fn doc/mach.fns doc/mach.ky doc/mach.log doc/mach.pdf doc/mach.pg doc/mach.toc doc/mach.tp doc/mach.vr. ----------------------------------------------------------------------- Summary of changes: .gitignore | 13 +++++++++++++ kern/mach_clock.c | 12 ++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) hooks/post-receive -- GNU Mach