Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CFE-4401: Adjusted isreadable() to work without pthread_cancel when not available #5590

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2024

  1. Adjusted use of pthreads for Android/Termux platform

    Android/Termux doesn't have pthread_cancel so use pthred_kill instead
    
    Ticket: CFE-4401
    Changelog: title
    (cherry picked from commit ebd52a29238122c4bcc2f86d2313f9f4a258243c)
    (cherry picked from commit 1e965d3)
    craigcomstock committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cb70ddb View commit details
    Browse the repository at this point in the history
  2. Take patch in downstream termux-packages project and adjust to use HA…

    …VE_PTHREAD_CANCEL instead of __ANDROID__
    
    https://github.com/termux/termux-packages/blob/master/packages/cfengine/pthread_cancel.patch
    
    Ticket: CFE-4401
    Changelog: none
    (cherry picked from commit 5cebd75)
    craigcomstock committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bb794bf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    c3504d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd7fe67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0078633 View commit details
    Browse the repository at this point in the history