summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillemJover <GuillemJover@web>2024-02-28 01:41:23 +0100
committerIkiWiki <ikiwiki.info>2024-02-28 01:41:23 +0100
commit5e279c906d027d01bd535935eb4885df2fb3110f (patch)
tree5c63978ab438aba573d95ef9026147eb2ffc0463
parent4de2255210dd56c4b926092e929a589d5aa9b727 (diff)
Update ports support
-rw-r--r--index.mdwn16
1 files changed, 11 insertions, 5 deletions
diff --git a/index.mdwn b/index.mdwn
index 9d61a17..bd1ab77 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -5,6 +5,17 @@ lacking on others like GNU systems, thus making it easier to port projects
with strong BSD origins, without needing to embed the same code over and
over again on each project.
+## Ports
+
+The following systems are supported out of the box:
+
+ * GNU/Linux
+ * musl/Linux
+ * macOS
+ * illumos
+ * Solaris
+ * AIX
+
## License
The licenses for the code contained in libbsd are quite permissive to make
@@ -88,8 +99,3 @@ with a man page. Ideally new interfaces should get new unit tests.
* [UHU Linux](https://svn.uhulinux.hu/packages/dev/libbsd/)
* [NaCL webports](https://chromium.googlesource.com/webports/+/master/ports/libbsd/)
* [Yocto Project](https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-support/libbsd)
-
-### Ports
-
-* [macOS](https://github.com/JackieXie168/libbsd)
-* [Solaris](https://github.com/jrmarino/libbsd4sol)