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

Adding missing structs from linux/user.h #599

Merged
merged 5 commits into from
May 30, 2017
Merged

Adding missing structs from linux/user.h #599

merged 5 commits into from
May 30, 2017

Commits on May 23, 2017

  1. Added missing linux/user.h structures.

    Added equivalents for user_regs_struct and user_struct from linux/user.h for x86 and x86_64.
    xd009642 committed May 23, 2017
    Configuration menu
    Copy the full SHA
    fbcd9df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9766d50 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Fixed style issues and reverted version number.

    Fixed trailing whitespace in x86.rs and reverted the minor version number in the Cargo.toml
    xd009642 committed May 24, 2017
    Configuration menu
    Copy the full SHA
    ca117fe View commit details
    Browse the repository at this point in the history
  2. Updated cargo.lock

    Forgot to update cargo.lock before prior commit.
    xd009642 committed May 24, 2017
    Configuration menu
    Copy the full SHA
    3522d8b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Fixed issues in test and struct names.

    Fixed the issues that prevented the libc_tests that are generated from passing. Also, fixed struct names and types to be representative of the linux source files.
    xd009642 committed May 29, 2017
    Configuration menu
    Copy the full SHA
    6acbf87 View commit details
    Browse the repository at this point in the history