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 34ffcb1893ee724d17671b7c388394fb646821bd (commit) from f040677be3c0eec63a5bd013a092ac5182790a50 (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 34ffcb1893ee724d17671b7c388394fb646821bd Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Apr 5 17:30:51 2021 +0200 rtc: Add read/write messages We are still having issues with bogus dates. This adds prints at boot and time set, to make sure what we actually read and write. * i386/i386at/rtc.c: Include <kern/printf.h> (readtodc): Warning about reaching CENTURY_START. Print the time read from RTC. (writetodc): Record in RTC remainder of division of year by 100 rather than subtracting 1900. Print the time written to RTC. ----------------------------------------------------------------------- Summary of changes: i386/i386at/rtc.c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) hooks/post-receive -- GNU Mach