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

Issue 202 #205

Merged
merged 15 commits into from
Nov 23, 2018
Merged

Issue 202 #205

merged 15 commits into from
Nov 23, 2018

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    a0dc022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a727af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    037d9be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ef7703 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24015a2 View commit details
    Browse the repository at this point in the history
  6. show lock_name on SEM_FAILED

    p-alik committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    8c6eff6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd643b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3236f9 View commit details
    Browse the repository at this point in the history
  9. show pure errno

    p-alik committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    3a575ea View commit details
    Browse the repository at this point in the history
  10. pass mode and value parameters to sem_open

    according to http://man7.org/linux/man-pages/man3/sem_open.3.html
    If O_CREAT is specified, then two additional arguments must be supplied
    p-alik committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    046c692 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac5c946 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b116c1 View commit details
    Browse the repository at this point in the history
  13. while with braces

    p-alik committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    a2b91f0 View commit details
    Browse the repository at this point in the history
  14. typo

    p-alik committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    b801034 View commit details
    Browse the repository at this point in the history
  15. add O_EXCL to sem_open's flags

    p-alik committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    d0851c0 View commit details
    Browse the repository at this point in the history