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

Redox Support Preview #37702

Merged
merged 41 commits into from
Dec 15, 2016
Merged

Redox Support Preview #37702

merged 41 commits into from
Dec 15, 2016

Commits on Oct 28, 2016

  1. Add redox system

    jackpot51 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    8b09e01 View commit details
    Browse the repository at this point in the history
  2. Remove unsafe libc layer

    jackpot51 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    a5de9bb View commit details
    Browse the repository at this point in the history
  3. Can import unwind now

    jackpot51 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    68fd7ee View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

  1. Implement env, reentrant mutex, and partially implement scoped thread…

    … locals. Better error messages for unsupported features
    jackpot51 committed Oct 30, 2016
    4 Configuration menu
    Copy the full SHA
    b1b35dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6f5aa View commit details
    Browse the repository at this point in the history
  3. Implement thread

    jackpot51 committed Oct 30, 2016
    Configuration menu
    Copy the full SHA
    37bfef0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4edcddf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Fix for thread locals

    jackpot51 committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    c77979b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123d08b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    74dc845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e8378 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Fix exec

    jackpot51 committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    ced32a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Configuration menu
    Copy the full SHA
    a908509 View commit details
    Browse the repository at this point in the history
  2. Fix readdir

    jackpot51 committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    79a8c27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e1a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bb9a95 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Add fcntl

    jackpot51 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    a0b5dfe View commit details
    Browse the repository at this point in the history
  2. Fix redox prefix handling

    jackpot51 committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    18bf054 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Add current_exe support

    jackpot51 committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    de68ace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f24d4 View commit details
    Browse the repository at this point in the history
  3. Add set_perm

    jackpot51 committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    2e5c821 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

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

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    f01add1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2556400 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

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

Commits on Nov 23, 2016

  1. Configuration menu
    Copy the full SHA
    b3c91df View commit details
    Browse the repository at this point in the history
  2. Add File set_permissions

    jackpot51 committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    4a0bc71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6733074 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. Use O_DIRECTORY

    jackpot51 committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    3a1bb2b View commit details
    Browse the repository at this point in the history
  2. Fix canonicalize

    jackpot51 committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    d73d32f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2016

  1. Configuration menu
    Copy the full SHA
    746222f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec2132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d0bba8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6378c77 View commit details
    Browse the repository at this point in the history
  5. Commit to fix make tidy

    jackpot51 committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    e683933 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Cleanup env

    jackpot51 committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    7294422 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Rollback prefix

    jackpot51 committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    056ebcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c61baa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7775c View commit details
    Browse the repository at this point in the history
  4. Fix tidy checks

    jackpot51 committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    daaa231 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

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