| updated | 2025-08-12 | ||
|---|---|---|---|
| changelog |
|
During the OpenSSL Foundation BAC meeting in July, community representatives were asked to reach out to their members to gather
| #!/bin/bash | |
| set -o errexit | |
| # This script can be rerun several times. Every time the script is run | |
| # it will redo the changes at the current tip of the master branch. | |
| # | |
| # The first two commits are autogenerated. | |
| # | |
| # - The first commit renames OPENSSL_CTX -> OSSL_LIB_CTX |
| #!/usr/bin/env bash | |
| # | |
| # USB xHCI controller reset helper | |
| # - Unbinds/rebinds the controller from/to xhci_hcd | |
| # - Colors + Nerd Font icons chosen automatically by log level | |
| # - --interactive: pick a controller from a list (uses fzf if available) | |
| # | |
| # Usage: | |
| # sudo reset-usb.sh [--interactive] [CONTROLLER_ID] | |
| # sudo reset-usb.sh --help |
| *.o | |
| *.so |