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

Support NetBsd and OpenIndiana #2811

Open
wants to merge 10 commits into
base: devel
Choose a base branch
from

Commits on Oct 10, 2023

  1. Support for NetBSD and OpenIndiana.

    Log an info message instead of error if waitpid returns ECHILD.
    
    Need to re-register for SIGCHLD on Solaris.
    
    Retry on EINTR.
    
    Retry SIGINT in waitpid.
    
    Fix issues with SIGINT on solaris.
    
    Add -w option to waitforx to configure wait time. Fix call to usleep for NetBSD, where value must be < 1000000
    
    Update flags for Solaris.
    
    Support Additional OS.
    
    Update xrdp to support netbsd, openindiana.
    
    Support Additional OS.
    
    Update xrdp to support netbsd.
    mstone2001 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    08a5dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c83c21d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Remove trailing whitespace from lines where present.

    Run astyle to fix code formatting.
    Use nanosleep instead of usleep for cross platform compatibility.
    Remove extraneous devel logging.
    Michael Stone authored and mstone2001 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e029f62 View commit details
    Browse the repository at this point in the history
  2. Change --enable-pam to --enable-nopam. Pam is the default.

    Michael Stone authored and mstone2001 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e656e2a View commit details
    Browse the repository at this point in the history
  3. Check = xno instead of != xyes

    Michael Stone authored and mstone2001 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    d979a88 View commit details
    Browse the repository at this point in the history
  4. Remove trailing whitespace from lines where present. Run astyle to fi…

    …x code formatting. Use nanosleep instead of usleep for cross platform compatibility. Remove extraneous devel logging.
    
    Check = xno instead of != xyes
    
    Change --enable-pam to --enable-nopam.  Pam is the default.
    Michael Stone authored and mstone2001 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    f8a69d4 View commit details
    Browse the repository at this point in the history
  5. Fix warnings from cppcheck.

    Michael Stone committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    2e2ab0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d363fe4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    5dc050c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf5f63 View commit details
    Browse the repository at this point in the history