- Sort Score
- Result 10 results
- Languages All
Results 11 - 19 of 19 for 292 (0.07 sec)
-
CHANGELOG/CHANGELOG-1.7.md
* [alpha] Adds support of container metrics in CRI ([docs PR](https://github.com/kubernetes/community/pull/742)) ([kubernetes/features#290](https://github.com/kubernetes/enhancements/issues/290))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.8.md
* Improve monitoring and error reporting #### Container Runtime Interface (CRI) * [alpha] Add a CRI validation test suite and CRI command-line tools. ([#292](https://github.com/kubernetes/enhancements/issues/292), [@feiskyer](https://github.com/feiskyer)) * [stable] [cri-o](https://github.com/kubernetes-incubator/cri-o): CRI implementation for OCI-based runtimes [[@mrunalp](https://github.com/mrunalp)]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const SYS_MINHERIT = 250 pkg syscall (darwin-386), const SYS_MKCOMPLEX = 216 pkg syscall (darwin-386), const SYS_MKDIR = 136 pkg syscall (darwin-386), const SYS_MKDIR_EXTENDED = 292 pkg syscall (darwin-386), const SYS_MKFIFO = 132 pkg syscall (darwin-386), const SYS_MKFIFO_EXTENDED = 291 pkg syscall (darwin-386), const SYS_MKNOD = 14 pkg syscall (darwin-386), const SYS_MLOCK = 203
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const SYS_MINHERIT ideal-int pkg syscall (darwin-arm64), const SYS_MKDIR = 136 pkg syscall (darwin-arm64), const SYS_MKDIR ideal-int pkg syscall (darwin-arm64), const SYS_MKDIR_EXTENDED = 292 pkg syscall (darwin-arm64), const SYS_MKDIR_EXTENDED ideal-int pkg syscall (darwin-arm64), const SYS_MKFIFO = 132 pkg syscall (darwin-arm64), const SYS_MKFIFO ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
which adds [support for Windows Container Configuration](https://github.com/kubernetes/enhancements/issues/547). Kubernetes v1.10 also ships with the beta release of the [CRI validation test suite](https://github.com/kubernetes/enhancements/issues/292). The Resource Management Working Group graduated three features to beta in the 1.10 release. First, [CPU Manager](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/), which allows users to request exclusive CPU...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* ClusterRole aggregation is now GA ([ref](https://github.com/kubernetes/enhancements/issues/502)) * CRI validation test suite is now GA ([ref](https://github.com/kubernetes/enhancements/issues/292)) * StorageObjectInUseProtection is now GA ([ref](https://github.com/kubernetes/enhancements/issues/498)) and ([ref](https://github.com/kubernetes/enhancements/issues/499)) #### Graduated to Beta
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
docs/en/docs/release-notes.md
* Updated docs at: [Using the same dependency multiple times](https://fastapi.tiangolo.com/tutorial/dependencies/sub-dependencies/#using-the-same-dependency-multiple-times). * PR [#292](https://github.com/tiangolo/fastapi/pull/292). * Implement dependency overrides for testing. * This allows using overrides/mocks of dependencies during tests.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Sep 05 12:48:45 UTC 2025 - 544.1K bytes - Viewed (0) -
RELEASE.md
# Release 2.9.2 This releases introduces several vulnerability fixes: * Fixes a `CHECK` failure in tf.reshape caused by overflows ([CVE-2022-35934](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35934))
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
AX, BX // Calculate T1 and T2, then e = d + T1 and a = T1 + T2. // The values for e and a are stored in d and h, ready for rotation. #define SHA256ROUND(index, const, a, b, c, d, e, f, g, h) \ SHA256T1(const, e, f, g, h); \ MOVL AX, 292(SP); \ SHA256T2(a, b, c); \ MOVL 292(SP), AX; \ ADDL AX, BX; \ ADDL AX, (d*4)(DI); \ MOVL BX, (h*4)(DI) #define SHA256ROUND0(index, const, a, b, c, d, e, f, g, h) \ MSGSCHEDULE0(index); \ SHA256ROUND(index, const, a, b, c, d, e, f, g, h) #define SHA256ROUND1(index, const,...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)