Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142385275
D54746.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D54746.diff
View Options
diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c
--- a/sys/kern/kern_time.c
+++ b/sys/kern/kern_time.c
@@ -1183,6 +1183,7 @@
NULL, NULL, itimer_init, itimer_fini, UMA_ALIGN_PTR, 0);
register_posix_clock(CLOCK_REALTIME, &rt_clock);
register_posix_clock(CLOCK_MONOTONIC, &rt_clock);
+ register_posix_clock(CLOCK_UPTIME, &rt_clock);
register_posix_clock(CLOCK_TAI, &rt_clock);
p31b_setcfg(CTL_P1003_1B_TIMERS, 200112L);
p31b_setcfg(CTL_P1003_1B_DELAYTIMER_MAX, INT_MAX);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 10:25 AM (17 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27697937
Default Alt Text
D54746.diff (491 B)
Attached To
Mode
D54746: Initialize CLOCK_UPTIME for itmer events
Attached
Detach File
Event Timeline
Log In to Comment