]> go.fuhry.dev Git - fsnotify.git/commitdiff
Mention aix branch in README
authorMartin Tournoij <martin@arp242.net>
Sun, 15 Jan 2023 16:04:18 +0000 (17:04 +0100)
committerMartin Tournoij <martin@arp242.net>
Sun, 15 Jan 2023 16:04:18 +0000 (17:04 +0100)
README.md

index e67fb8bd30654b75c6ec18280f76354114bc0744..76f629ef04d2c7167ff80a4dc2c039b5b3200fc5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,22 +8,24 @@ https://pkg.go.dev/github.com/fsnotify/fsnotify
 
 Platform support:
 
-| Backend               | OS             | Status                                                       |
-| :-------------------- | :------------- | :----------------------------------------------------------- |
-| inotify               | Linux 2.6.32+  | Supported                                                    |
-| kqueue                | BSD, macOS     | Supported                                                    |
-| ReadDirectoryChangesW | Windows        | Supported                                                    |
-| FEN                   | illumos        | Supported in main branch                                     |
-| FSEvents              | macOS          | [Needs support in x/sys/unix][fsevents]                      |
-| fanotify              | Linux 5.9+     | [Not yet](https://github.com/fsnotify/fsnotify/issues/114)   |
-| USN Journals          | Windows        | [Needs support in x/sys/windows][usn]                        |
-| Polling               | *All*          | [Not yet](https://github.com/fsnotify/fsnotify/issues/9)     |
+| Backend               | OS         | Status                                                                    |
+| :-------------------- | :--------- | :------------------------------------------------------------------------ |
+| inotify               | Linux      | Supported                                                                 |
+| kqueue                | BSD, macOS | Supported                                                                 |
+| ReadDirectoryChangesW | Windows    | Supported                                                                 |
+| FEN                   | illumos    | Supported in main branch                                                  |
+| fanotify              | Linux 5.9+ | [Not yet](https://github.com/fsnotify/fsnotify/issues/114)                |
+| AHAFS                 | AIX        | [aix branch]; experimental due to lack of maintainer and test environment |
+| FSEvents              | macOS      | [Needs support in x/sys/unix][fsevents]                                   |
+| USN Journals          | Windows    | [Needs support in x/sys/windows][usn]                                     |
+| Polling               | *All*      | [Not yet](https://github.com/fsnotify/fsnotify/issues/9)                  |
 
 Linux, macOS, and illumos should include Android, iOS, and Solaris, but these
 are currently untested.
 
-[fsevents]: https://github.com/fsnotify/fsnotify/issues/11#issuecomment-1279133120
-[usn]:      https://github.com/fsnotify/fsnotify/issues/53#issuecomment-1279829847
+[fsevents]:   https://github.com/fsnotify/fsnotify/issues/11#issuecomment-1279133120
+[usn]:        https://github.com/fsnotify/fsnotify/issues/53#issuecomment-1279829847
+[aix branch]: https://github.com/fsnotify/fsnotify/issues/353#issuecomment-1284590129
 
 Usage
 -----