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

(WIP) Enhance signal handling #1635

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Jul 3, 2024

  1. killsock() must not close STDOUT, for we keep using it for logging

    Cleanup SA_RESETHAND, for it is POSIX 2001 - see https://pubs.opengroup.org/onlinepubs/009695399/functions/sigaction.html
    
    bg.c doesnt have to include signal.h
    michaelortmann committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    09383df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d1cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b02bd00 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    b2585a5 View commit details
    Browse the repository at this point in the history
  2. Cleanup - copy struct

    michaelortmann committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2d552bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc0892 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    9b16364 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge remote-tracking branch 'upstream/develop' into signal

    Merge done to fix merge conflict
    michaelortmann committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bb67299 View commit details
    Browse the repository at this point in the history