Re: [chrony-dev] [PATCH v2] sys_posix: support SCHED_FIFO and mlockall on more OSs

2019-04-24 Thread Miroslav Lichvar
On Fri, Apr 19, 2019 at 02:41:14PM -0400, Stefan R. Filipek wrote: > 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. Applied. Thanks! -- Miroslav Lichvar -- To

[chrony-dev] [PATCH v2] sys_posix: support SCHED_FIFO and mlockall on more OSs

2019-04-19 Thread Stefan R. Filipek
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. --- configure| 27 --- doc/chrony.conf.adoc | 46 +- sys.c| 13 +++--