- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 20 for 154 (0.09 sec)
-
CHANGELOG/CHANGELOG-1.32.md
- Fixes an issue where Windows kube-proxy's ModifyLoadBalancer API updates did not match HNS state in version 15.4. ModifyLoadBalancer policy is supported from Kubernetes 1.31+. ([#131652](https://github.com/kubernetes/kubernetes/pull/131652), [@princepereira](https://github.com/princepereira)) [SIG Windows]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- Fixed an issue where Windows kube-proxy’s `ModifyLoadBalancer` API updates did not match the HNS state in version 15.4. Support for `ModifyLoadBalancer` policy began with Kubernetes 1.31+. ([#131506](https://github.com/kubernetes/kubernetes/pull/131506), [@princepereira](https://github.com/princepereira))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const DLT_USER5 ideal-int pkg syscall (freebsd-arm64), const DLT_USER6 = 153 pkg syscall (freebsd-arm64), const DLT_USER6 ideal-int pkg syscall (freebsd-arm64), const DLT_USER7 = 154 pkg syscall (freebsd-arm64), const DLT_USER7 ideal-int pkg syscall (freebsd-arm64), const DLT_USER8 = 155 pkg syscall (freebsd-arm64), const DLT_USER8 ideal-int pkg syscall (freebsd-arm64), const DLT_USER9 = 156
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const SYS_PSYNCH_RW_WRLOCK = 307 pkg syscall (darwin-386), const SYS_PSYNCH_RW_YIELDWRLOCK = 298 pkg syscall (darwin-386), const SYS_PTRACE = 26 pkg syscall (darwin-386), const SYS_PWRITE = 154 pkg syscall (darwin-386), const SYS_PWRITE_NOCANCEL = 415 pkg syscall (darwin-386), const SYS_QUOTACTL = 165 pkg syscall (darwin-386), const SYS_READ = 3 pkg syscall (darwin-386), const SYS_READLINK = 58
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
Other then that, this release contains no other changes from 1.5.4. The vulnerability is tracked in http://issue.k8s.io/43459. **Who is affected?** Only Kubernetes 1.5.0-1.5.4 installations that do all of the following:
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const SYS_PSYNCH_RW_YIELDWRLOCK ideal-int pkg syscall (darwin-arm64), const SYS_PTRACE = 26 pkg syscall (darwin-arm64), const SYS_PTRACE ideal-int pkg syscall (darwin-arm64), const SYS_PWRITE = 154 pkg syscall (darwin-arm64), const SYS_PWRITE ideal-int pkg syscall (darwin-arm64), const SYS_PWRITE_NOCANCEL = 415 pkg syscall (darwin-arm64), const SYS_PWRITE_NOCANCEL 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) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const IFT_HY ideal-int pkg syscall (netbsd-arm64-cgo), const IFT_IBM370PARCHAN = 72 pkg syscall (netbsd-arm64-cgo), const IFT_IBM370PARCHAN ideal-int pkg syscall (netbsd-arm64-cgo), const IFT_IDSL = 154 pkg syscall (netbsd-arm64-cgo), const IFT_IDSL ideal-int pkg syscall (netbsd-arm64-cgo), const IFT_IEEE1394 = 144 pkg syscall (netbsd-arm64-cgo), const IFT_IEEE1394 ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
- Fixes an issue where Windows kube-proxy's ModifyLoadBalancer API updates did not match HNS state in version 15.4. ModifyLoadBalancer policy is supported from Kubernetes 1.31+. ([#131649](https://github.com/kubernetes/kubernetes/pull/131649), [@princepereira](https://github.com/princepereira)) [SIG Windows]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
doc/go_spec.html
For example, an untyped integer constant divided by an untyped complex constant yields an untyped complex constant. </p> <pre> const a = 2 + 3.0 // a == 5.0 (untyped floating-point constant) const b = 15 / 4 // b == 3 (untyped integer constant) const c = 15 / 4.0 // c == 3.75 (untyped floating-point constant) const Θ float64 = 3/2 // Θ == 1.0 (type float64, 3/2 is integer division)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
SIGMA0(x) = ROTR(7,x) XOR ROTR(18,x) XOR SHR(3,x) // SIGMA1(x) = ROTR(17,x) XOR ROTR(19,x) XOR SHR(10,x) #define MSGSCHEDULE1(index) \ MOVL ((index-2)*4)(BP), AX; \ MOVL AX, CX; \ RORL $17, AX; \ MOVL CX, DX; \ RORL $19, CX; \ SHRL $10, DX; \ MOVL ((index-15)*4)(BP), BX; \ XORL CX, AX; \ MOVL BX, CX; \ XORL DX, AX; \ RORL $7, BX; \ MOVL CX, DX; \ SHRL $3, DX; \ RORL $18, CX; \ ADDL ((index-7)*4)(BP), AX; \ XORL CX, BX; \ XORL DX, BX; \ ADDL ((index-16)*4)(BP), BX; \ ADDL BX, AX; \ MOVL AX, ((index)*4)(BP)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)