]> git.ipfire.org Git - thirdparty/chrony.git/commit
sys_posix: support SCHED_FIFO and mlockall on more OSs
authorStefan R. Filipek <srfilipek@gmail.com>
Fri, 19 Apr 2019 18:41:14 +0000 (14:41 -0400)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 24 Apr 2019 10:18:07 +0000 (12:18 +0200)
commitc5c80ef400689b0c80006671a76ac03a733de12c
treede4f36b5873f82352d76ba3accc65ab3aab3151f
parenta78031ce0d5e90fb59a7bef56093a5a597c097e2
sys_posix: support SCHED_FIFO and mlockall on more OSs

Real-time scheduling and memory locking is available on posix compliant
OSs. This patch centralizes this functionality and brings support to
FreeBSD, NetBSD, and Solaris.

[ML: updated coding style]
configure
doc/chrony.conf.adoc
sys.c
sys_linux.c
sys_linux.h
sys_posix.c [new file with mode: 0644]
sys_posix.h [new file with mode: 0644]