X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=README;h=951550b83f141a1f0063cb563650f4906644f090;hp=9493c2a5caf9af03f655866c40163c6a21bd598e;hb=a467027e1c8ae59053bf24eafdceb22f09391028;hpb=a881438b54e30b32cb98cfe26342365fc51c10b4 diff --git a/README b/README index 9493c2a5..951550b8 100644 --- a/README +++ b/README @@ -205,10 +205,10 @@ implemented, I'd be happy to take patches for that. An example of that is disk utility statistics and (I think) huge page support, support for that does exist in FreeBSD/Solaris. -Fio uses pthread mutexes for signalling and locking and FreeBSD does not -support process shared pthread mutexes. As a result, only threads are -supported on FreeBSD. This could be fixed with sysv ipc locking or -other locking alternatives. +Fio uses pthread mutexes for signalling and locking and some platforms do not +support process shared pthread mutexes. As a result, on such platforms only +threads are supported. This could be fixed with sysv ipc locking or other +locking alternatives. Other \*BSD platforms are untested, but fio should work there almost out of the box. Since I don't do test runs or even compiles on those platforms, your