doc: add Mac OS X to supported platforms

This commit is contained in:
Miroslav Lichvar 2015-06-18 16:16:03 +02:00
parent 59192fc695
commit d3ad85aa43
2 changed files with 10 additions and 7 deletions

13
README
View file

@ -27,11 +27,11 @@ operating parameters whilst it is running.
What will chrony run on? What will chrony run on?
======================== ========================
The software is known to work on Linux, FreeBSD, NetBSD and Solaris. The software is known to work on Linux, FreeBSD, NetBSD, Mac OS X and
Closely related systems may work too. Any other system will likely Solaris. Closely related systems may work too. Any other system will
require a porting exercise. You would need to start from one of the likely require a porting exercise. You would need to start from one
existing system-specific drivers and look into the quirks of certain of the existing system-specific drivers and look into the quirks of
system calls and the kernel on your target system. certain system calls and the kernel on your target system.
How do I set it up? How do I set it up?
=================== ===================
@ -128,6 +128,9 @@ Stephan I. Boettcher <stephan@nevis1.columbia.edu>
Erik Bryer <ebryer@spots.ab.ca> Erik Bryer <ebryer@spots.ab.ca>
Entries in contrib directory Entries in contrib directory
Bryan Christianson <bryan@whatroute.net>
Support for Mac OS X
Juliusz Chroboczek <jch@pps.jussieu.fr> Juliusz Chroboczek <jch@pps.jussieu.fr>
Fix install rule in Makefile if chronyd file is in use. Fix install rule in Makefile if chronyd file is in use.

View file

@ -118,8 +118,8 @@ different operating systems may provide different function calls to
achieve this, and even where the same function is used it may have achieve this, and even where the same function is used it may have
different quirks in its behaviour. different quirks in its behaviour.
The software is known to work on Linux, FreeBSD, NetBSD and Solaris. Closely The software is known to work on Linux, FreeBSD, NetBSD, Mac OS X and Solaris.
related systems may work too. Porting the software to other systems Closely related systems may work too. Porting the software to other systems
(particularly to those supporting an @code{adjtime} system call) should not be (particularly to those supporting an @code{adjtime} system call) should not be
difficult, however it requires access to such systems to test out the driver. difficult, however it requires access to such systems to test out the driver.
@c }}} @c }}}