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

unistd: Add getgroups, setgroups, getgrouplist, initgroups #733

Merged
merged 13 commits into from
Nov 12, 2017

Commits on Nov 12, 2017

  1. Configuration menu
    Copy the full SHA
    7fff6d5 View commit details
    Browse the repository at this point in the history
  2. unistd: Add setgroups()

    JayH5 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    a154b26 View commit details
    Browse the repository at this point in the history
  3. unistd: Add getgroups()

    JayH5 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    5ff0c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89b7055 View commit details
    Browse the repository at this point in the history
  5. unistd: Add initgroups()

    JayH5 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    7263c5a View commit details
    Browse the repository at this point in the history
  6. unistd: Add getgrouplist()

    JayH5 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    4a2d65e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    688667e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e36d4af View commit details
    Browse the repository at this point in the history
  9. groups tests: Add groups mutex and print message when tests skipped

    Fix groups mutex name
    JayH5 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    a7ebd89 View commit details
    Browse the repository at this point in the history
  10. unistd: Make getgrouplist and initgroups take &CStr

    Don't need to call as_c_str()
    JayH5 committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    57246cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a75f3fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d4e7761 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c786df View commit details
    Browse the repository at this point in the history