| /freebsd/contrib/libpcap/pcap/ |
| H A D | funcattrs.h | 155 * On macOS, Apple can tweak this to make various APIs "weakly exported 157 * form and that uses libpcap to run on multiple macOS versions and use 159 * Wireshark provides binary packages for macOS, for example. tcpdump 164 * and installing libpcap on macOS yourself, the APIs will be available 181 * about operating systems other than macOS. 184 #define PCAP_AVAILABLE_0_4 PCAP_API_AVAILABLE(macos(10.0)) 185 #define PCAP_AVAILABLE_0_5 PCAP_API_AVAILABLE(macos(10.0)) 186 #define PCAP_AVAILABLE_0_6 PCAP_API_AVAILABLE(macos(10.1)) 187 #define PCAP_AVAILABLE_0_7 PCAP_API_AVAILABLE(macos(10.4)) 188 #define PCAP_AVAILABLE_0_8 PCAP_API_AVAILABLE(macos(10.4)) [all …]
|
| /freebsd/.github/workflows/ |
| H A D | cross-bootstrap-tools.yml | 21 os: [ ubuntu-22.04, ubuntu-24.04, macos-latest ] 23 …# TODO: both Ubuntu and macOS have bmake packages, we should try them instead of bootstrapping our… 32 - os: macos-latest 47 - name: install packages (macOS) 48 if: runner.os == 'macOS' 63 # heh, works on Linux/BSD/macOS ...
|
| /freebsd/contrib/libder/.github/workflows/ |
| H A D | build.yml | 17 os: [ubuntu-20.04, ubuntu-22.04, macos-latest] 21 - os: macos-latest 30 - name: install system packages (macOS) 31 if: runner.os == 'macOS'
|
| /freebsd/contrib/llvm-project/libcxx/include/__configuration/ |
| H A D | availability.h | 21 // library on macOS, iOS and other Apple platforms. In order for users to be 33 // On Apple platforms, this corresponds to macOS 10.15. If a user compiles on 34 // a macOS 10.15 host but targets macOS 10.13 with their program, the compiler 37 // trying to launch the program on macOS 10.13. To turn this into a compile-time 155 …__attribute__((availability(macos, strict, introduced = 14.4))) … 170 …__attribute__((availability(macos, strict, introduced = 14.0))) … 185 …__attribute__((availability(macos, strict, introduced = 13.4))) … 204 …__attribute__((availability(macos, strict, introduced = 13.0))) … 219 …__attribute__((availability(macos, strict, introduced = 12.3))) … 234 …__attribute__((availability(macos, strict, introduced = 11.0))) … [all …]
|
| /freebsd/contrib/libpcap/doc/ |
| H A D | README.macos | 1 As with other systems using BPF, macOS allows users with read access to 15 On macOS, the BPF devices live on devfs, but the macOS version of devfs 22 a "startup item" for older versions of macOS; 24 a launchd daemon for Tiger and later versions of macOS;
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | bio_tfo.h | 31 * On MacOS and Linux: 43 * macOS 10.14 and later support TFO. 58 * TFO is enabled in the kernel (macOS, FreeBSD) 69 * (macOS) 82 * client socket (macOS, FreeBSD, Linux pre-4.14)
|
| /freebsd/tools/build/ |
| H A D | Makefile | 43 # since macOS 10.14 C headers are no longer installed in /usr but only 54 .error You must install the macOS SDK (try xcode-select --install) 62 # Symbol versioning is not required for -legacy (and macOS bootstrap) 184 # macOS's bitstring lacks FreeBSD-specific additions used by makefs's ZFS code 203 # on Linux (and to avoid surprises also compile the FreeBSD code on macOS) 211 # Glibc does not provide all err*/warn* functions, and for macOS we need the 239 # On macOS we use the host's so conflate host and target flags, which ideally 244 # macOS has a standalone cross-build implementation, but Linux can use the same 251 # Standalone implementation of secure_getenv(), not available on MacOS. 255 # Provide the same arc4random implementation on Linux/macOS [all …]
|
| H A D | make.py | 37 # On Linux and MacOS you may need to explicitly indicate the cross toolchain 45 # (MacOS only currently): 50 # On MacOS, this tool will search for an llvm toolchain installed via brew and 189 # Avoid calling brew --prefix on macOS if all variables are already set: 218 # default to homebrew-installed clang on MacOS if available 326 # On macOS systems we have to use /usr/bin/strip.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | macos | 3 # $File: macos,v 1.1 2012/12/21 16:41:07 christos Exp $ 4 # MacOS files 7 0 string book\0\0\0\0mark\0\0\0\0 MacOS Alias file
|
| /freebsd/share/misc/ |
| H A D | bsd-family-tree | 353 | | macOS *--NetBSD 7.0 | | 363 *--FreeBSD | macOS | | | OpenBSD 6.0 | 371 | | | macOS | | | | DragonFly 4.8.0 391 | | macOS | | | | 403 | | FreeBSD macOS | | | | 406 | 12.1 | macOS | `-------. | | 423 | FreeBSD macOS | 9.1 | | | 433 | | FreeBSD macOS | | | OpenBSD 7.0 | 441 | | | macOS | 9.3 | OpenBSD 7.2 | 451 | | macOS | | | | | [all …]
|
| /freebsd/contrib/libfido2/ |
| H A D | README.adoc | 4 image:https://github.com/yubico/libfido2/workflows/macos/badge.svg["macOS Build Status (github actions)", link="https://github.com/Yubico/libfido2/actions"] 24 *libfido2* is known to work on Linux, macOS, Windows, OpenBSD, and FreeBSD. 83 ==== macOS subsubsection 105 (Linux, macOS, BSD) and `windows/` directories.
|
| /freebsd/crypto/openssh/.github/workflows/ |
| H A D | c-cpp.yml | 22 - macos-13 23 - macos-14 24 - macos-15 109 - { target: macos-13, config: pam } 110 - { target: macos-14, config: pam } 111 - { target: macos-15, config: pam }
|
| /freebsd/crypto/openssh/ |
| H A D | README.platform | 50 Darwin and MacOS X 54 has been removed in recent releases of Darwin and MacOS X. 56 Tunnel support is known to work with Darwin 8 and MacOS X 10.4 in 61 Recent Darwin/MacOS X versions are likely unsupported.
|
| /freebsd/tools/build/mk/ |
| H A D | Makefile.boot | 7 # On MacOS using a non-mac ar will fail the build, similarly on Linux using 43 # b64_pton and b64_ntop is in libresolv on MacOS and Linux: 60 # The macOS ar and ranlib don't understand all the flags supported by the 66 # MacOS ships /usr/lib/libarchive.dylib but doesn't provide the headers
|
| H A D | Makefile.boot.pre | 4 # And on macOS it is impossible to create a statically linked binary. 8 # There is no objcopy on macOS so we can't do the MK_DEBUG_FILES objcopy magic.
|
| /freebsd/sbin/pfctl/ |
| H A D | pf.os | 196 # AIX is first because its signatures are close to NetBSD, MacOS X and 279 32768:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.8-4.11::FreeBSD 4.8-5.1 (or MacOS X) 280 32768:64:1:60:M*,N,W0,N,N,T: FreeBSD:5.0-5.1::FreeBSD 4.8-5.1 (or MacOS X) 281 65535:64:1:60:M*,N,W0,N,N,T: FreeBSD:4.8-4.11::FreeBSD 4.8-5.2 (or MacOS X) 282 65535:64:1:60:M*,N,W0,N,N,T: FreeBSD:5.0-5.2::FreeBSD 4.8-5.2 (or MacOS X) 368 # ----------------- MacOS ------------------- 371 # S2:255:1:48:M*,W0,E:.:MacOS:8.6 classic 374 16616:255:1:48:M*,W0: MacOS:7.3-7.6:OTTCP:MacOS 7.3-8.6 (OTTCP) 375 16616:255:1:48:M*,W0: MacOS:8.0-8.6:OTTCP:MacOS 7.3-8.6 (OTTCP) 376 16616:255:1:48:M*,N,N,N: MacOS:8.1-8.6:OTTCP:MacOS 8.1-8.6 (OTTCP) [all …]
|
| /freebsd/contrib/googletest/.github/workflows/ |
| H A D | gtest-ci.yml | 22 macOS: 23 runs-on: macos-latest
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DarwinSDKInfo.h | 48 /// macOS -> Mac Catalyst version mapping. 55 /// Mac Catalyst -> macOS version mapping. 84 /// e.g. "macOS_iOSMac":{"10.15":"13.1"} is an example of a macOS -> Mac 161 // "macOS_iOSMac" mapping as it maps the macOS versions to the Mac Catalyst
|
| /freebsd/kerberos5/usr.bin/krb5-config/ |
| H A D | Makefile | 8 # In order for this to work on MacOS we need to set LC_ALL=C since the 9 # krb5-config.in file contains characters that will be rejected by MacOS with
|
| /freebsd/contrib/libyaml/.github/workflows/ |
| H A D | main.yml | 21 - macOS-latest 29 if [[ '${{ matrix.os }}' == macOS-latest ]]; then
|
| /freebsd/share/mk/ |
| H A D | bsd.endian.mk | 22 # having an exhaustive list for all variants of Linux and MacOS we simply do not 28 # We do assume the endianness on macOS because Apple's modern hardware is all
|
| H A D | bsd.links.mk | 17 # On MacOS, assume case folding FS, and don't install links from foo.x to FOO.x. 27 # On MacOS, assume case folding FS, and don't install links from foo.x to FOO.x.
|
| /freebsd/usr.bin/localedef/bootstrap/ |
| H A D | ctype.h | 41 * On macOS isxdigit(), etc are defined in _ctype.h, but we have to include the 43 * To fix macOS bootstrap, provide a declaration of isxdigit(), etc. here in
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_api_macos.c | 2 /* lib/krb5/ccache/cc_api_macos.c - Native MacOS X ccache code */ 36 * type for macOS, by linking against the native Kerberos framework and calling 152 * doesn't work on macOS if the default cache name is set by the environment or 153 * configuration. So we have to do what the underlying macOS Heimdal API cache 156 * For macOS 11 (Darwin 20) and later, implement just enough of the XCACHE 177 /* Query the KCM daemon for macOS 10 and earlier. */ in get_primary_name()
|
| /freebsd/contrib/bc/scripts/ |
| H A D | os.c | 50 // This is used by configure.sh to test for macOS. 53 #error On macOS without _DARWIN_C_SOURCE
|