Module Name: src Committed By: riastradh Date: Sun Dec 22 23:18:29 UTC 2024
Modified Files: src/sys/kern: kern_time.c src/sys/sys: syslimits.h Log Message: limits.h: Define DELAYTIMER_MAX. This is the maximum value of timer_getoverrun(), and was introduced in IEEE Std 1003.1b-1993. Prompted by: PR kern/58926: itimer(9) integer overflow in overrun counting To generate a diff of this commit: cvs rdiff -u -r1.225 -r1.226 src/sys/kern/kern_time.c cvs rdiff -u -r1.28 -r1.29 src/sys/sys/syslimits.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.