]> gitweb.factorcode.org Git - factor.git/commit
system-info: implement system-info.freebsd via sysctl
authorAlex Maestas <git-factor@se30.xyz>
Sun, 13 Feb 2022 04:47:21 +0000 (04:47 +0000)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 13 Feb 2022 06:16:40 +0000 (22:16 -0800)
commit5da98729265f023e624cbb2e84f19bd97258fee2
treec6518bcc9a58c3e7d7dd0b254593b56b5c33138d
parent92d78b897d976b4f70e019050e24b5c1ea0f9384
system-info: implement system-info.freebsd via sysctl

This commit also moves the sysctl interface into unix.sysctl to share
it between OS X and FreeBSD.
basis/system-info/freebsd/authors.txt [new file with mode: 0644]
basis/system-info/freebsd/freebsd.factor [new file with mode: 0644]
basis/system-info/freebsd/platforms.txt [new file with mode: 0644]
basis/system-info/macosx/macosx.factor
basis/unix/sysctl/platforms.txt [new file with mode: 0644]
basis/unix/sysctl/sysctl.factor [new file with mode: 0644]