NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58926 CVS commit: src/sys



The following reply was made to PR kern/58926; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58926 CVS commit: src/sys
Date: Sun, 22 Dec 2024 23:18:30 +0000

 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.
 


Home | Main Index | Thread Index | Old Index