- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 210 for openbsd (0.11 sec)
-
api/go1.23.txt
pkg syscall (openbsd-amd64), const ENOTRECOVERABLE = 93 #67998 pkg syscall (openbsd-amd64), const ENOTRECOVERABLE Errno #67998 pkg syscall (openbsd-amd64), const EOWNERDEAD = 94 #67998 pkg syscall (openbsd-amd64), const EOWNERDEAD Errno #67998 pkg syscall (openbsd-amd64), const EPROTO = 95 #67998 pkg syscall (openbsd-amd64-cgo), const EBADMSG = 92 #67998 pkg syscall (openbsd-amd64-cgo), const ELAST = 95 #67998
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Jun 25 17:08:08 UTC 2024 - 10.1K bytes - Viewed (0) -
api/go1.17.txt
pkg math (openbsd-386), const MaxInt = 2147483647 pkg math (openbsd-386), const MaxUint = 4294967295 pkg math (openbsd-386), const MinInt = -2147483648 pkg math (openbsd-386-cgo), const MaxInt = 2147483647 pkg math (openbsd-386-cgo), const MaxUint = 4294967295 pkg math (openbsd-386-cgo), const MinInt = -2147483648 pkg math (openbsd-amd64), const MaxInt = 9223372036854775807
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 18K bytes - Viewed (0) -
api/except.txt
pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312 pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306 pkg syscall (openbsd-386), const SYS_GETITIMER = 86 pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117 pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116 pkg syscall (openbsd-386), const SYS_KEVENT = 270
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Sun Jun 16 23:08:08 UTC 2024 - 34.8K bytes - Viewed (0) -
api/go1.1.txt
pkg runtime (netbsd-arm-cgo), const GOOS = "netbsd" pkg runtime (openbsd-386), const GOARCH = "386" pkg runtime (openbsd-386), const GOOS = "openbsd" pkg runtime (openbsd-386-cgo), const GOARCH = "386" pkg runtime (openbsd-386-cgo), const GOOS = "openbsd" pkg runtime (openbsd-amd64), const GOARCH = "amd64" pkg runtime (openbsd-amd64), const GOOS = "openbsd" pkg runtime (openbsd-amd64-cgo), const GOARCH = "amd64"
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
internal/disk/directio_unix.go
//go:build !windows && !darwin && !openbsd && !plan9 // +build !windows,!darwin,!openbsd,!plan9 // Copyright (c) 2015-2023 MinIO, Inc. // // This file is part of MinIO Object Storage stack // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. //
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Jun 17 14:31:36 UTC 2023 - 1.6K bytes - Viewed (0) -
cmd/xl-storage_unix_test.go
//go:build linux || darwin || dragonfly || freebsd || netbsd || openbsd // +build linux darwin dragonfly freebsd netbsd openbsd // Copyright (c) 2015-2021 MinIO, Inc. // // This file is part of MinIO Object Storage stack // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 25 19:37:26 UTC 2022 - 3.4K bytes - Viewed (0) -
internal/disk/stat_openbsd.go
//go:build openbsd // +build openbsd // Copyright (c) 2015-2021 MinIO, Inc. // // This file is part of MinIO Object Storage stack // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. //
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Feb 26 19:34:50 UTC 2024 - 1.8K bytes - Viewed (0) -
internal/disk/directio_unsupported.go
//go:build windows || openbsd || plan9 // Copyright (c) 2015-2023 MinIO, Inc. // // This file is part of MinIO Object Storage stack // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. //
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Oct 18 18:08:15 UTC 2023 - 2.6K bytes - Viewed (0) -
buildscripts/checkdeps.sh
exit 1 ;; esac } assert_is_supported_os() { case "${KNAME}" in Linux | FreeBSD | OpenBSD | NetBSD | DragonFly | SunOS) return ;; Darwin) osx_host_version=$(env sw_vers -productVersion) if ! check_minimum_version "${OSX_VERSION}" "${osx_host_version}"; then
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 05:08:11 UTC 2024 - 3.4K bytes - Viewed (0) -
docker/Dockerfile.base
# hadolint ignore=DL3005,DL3008 RUN apt-get update && \ apt-get install --no-install-recommends -y \ ca-certificates \ curl \ iptables \ iproute2 \ iputils-ping \ knot-dnsutils \ netcat-openbsd \ tcpdump \ conntrack \ bsdmainutils \ net-tools \ lsof \ sudo \ && update-ca-certificates \ && apt-get upgrade -y \ && apt-get clean \
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed May 08 18:50:51 UTC 2024 - 1000 bytes - Viewed (0)