ADJTIME(2) | System Calls Manual | ADJTIME(2) |
This call may be used by time servers that synchronize the clocks of computers in a local area network. Such time servers would slow down the clocks of some machines and speed up the clocks of others to bring them to the average network time.
If the calling user is not the super user, then the adjtime() function in the standard C library will try to use the clockctl(4) device if present, thus making possible for non privileged users to adjust the system time. If clockctl(4) is not present or not accessible, then adjtime() reverts to the adjtime() system call, which is restricted to the super user.
R. Gusella and S. Zatti, TSP: The Time Synchronization Protocol for UNIX 4.3BSD.
June 4, 1993 | NetBSD 6.1 |