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

Move libcontainer to x/sys/unix #1442

Merged
merged 3 commits into from
May 26, 2017

Commits on May 22, 2017

  1. Move libcontainer to x/sys/unix

    Since syscall is outdated and broken for some architectures,
    use x/sys/unix instead.
    
    There are still some dependencies on the syscall package that will
    remain in syscall for the forseeable future:
    
    Errno
    Signal
    SysProcAttr
    
    Additionally:
    - os still uses syscall, so it needs to be kept for anything
    returning *os.ProcessState, such as process.Wait.
    
    Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
    clnperez committed May 22, 2017
    Configuration menu
    Copy the full SHA
    3d7cb42 View commit details
    Browse the repository at this point in the history
  2. Moving the rest of runc to x/sys/unix

    Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
    clnperez committed May 22, 2017
    Configuration menu
    Copy the full SHA
    187d2d8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. shfmt'ing files

    Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
    clnperez committed May 24, 2017
    Configuration menu
    Copy the full SHA
    9ed7e9b View commit details
    Browse the repository at this point in the history