mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
Security: VuXML: c4a18a12-77fc-11e5-a687-206a8a720317 Security: CVE-2015-7871 Security: CVE-2015-7855 Security: CVE-2015-7854 Security: CVE-2015-7853 Security: CVE-2015-7852 Security: CVE-2015-7851 Security: CVE-2015-7850 Security: CVE-2015-7849 Security: CVE-2015-7848 Security: CVE-2015-7701 Security: CVE-2015-7703 Security: CVE-2015-7704, CVE-2015-7705 Security: CVE-2015-7691, CVE-2015-7692, CVE-2015-7702 Security: http://support.ntp.org/bin/view/Main/SecurityNotice#October_2015_NTP_Security_Vulner Sponsored by: Nginx, Inc. |
||
|---|---|---|
| .. | ||
| adjtimed.c | ||
| Makefile.am | ||
| Makefile.in | ||
| README | ||
------------------------------------------------------------------------------
The adjtimed daemon emulates the BSD adjtime(2) system call. The
adjtime() routine communicates with this daemon via SYSV messages.
The emulation uses an undocumented kernel variable (as of 6.0/2.0
and later releases) and as such it cannot be guaranteed to work in
future HP-UX releases. Perhaps HP-UX will have a real adjtime(2)
system call in the future.
Author: Tai Jin (tai@sde.hp.com)
------------------------------------------------------------------------------
IMPORTANT NOTE: This stuff must be compiled with no optimization !!
NOTE: This code is known to work as of 8.0 on s300's, s700's and s800's.
PLEASE do not modify it unless you have access to kernel sources
and fully understand the implications of any changes you are making.
One person already has trashed adjtimed by making it do "the right
thing". This is not an exact replacement for BSD adjtime(2), don't
try to make it into one.
-- Ken