Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/gvisor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pdkyll/gvisor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 69 files changed
  • 12 contributors

Commits on May 1, 2018

  1. Make images consistent.

    PiperOrigin-RevId: 194936276
    amscanne authored and shentubot committed May 1, 2018
    Configuration menu
    Copy the full SHA
    2e77012 View commit details
    Browse the repository at this point in the history
  2. Fix SO_RCVTIMEOUT for recvmsg

    PiperOrigin-RevId: 194938091
    iangudger authored and shentubot committed May 1, 2018
    Configuration menu
    Copy the full SHA
    d99d6f8 View commit details
    Browse the repository at this point in the history
  3. Remove stale TODO

    PiperOrigin-RevId: 194949678
    fvoznika authored and shentubot committed May 1, 2018
    Configuration menu
    Copy the full SHA
    0280e18 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Write either packet logs or pcap file. But not both.

    PiperOrigin-RevId: 195035056
    hbhasker authored and shentubot committed May 2, 2018
    Configuration menu
    Copy the full SHA
    b73079b View commit details
    Browse the repository at this point in the history
  2. Note that the KVM platform is experimental

    PiperOrigin-RevId: 195043285
    prattmic authored and shentubot committed May 2, 2018
    Configuration menu
    Copy the full SHA
    7e6b108 View commit details
    Browse the repository at this point in the history
  3. Implement SO_TIMESTAMP

    PiperOrigin-RevId: 195047018
    iangudger authored and shentubot committed May 2, 2018
    Configuration menu
    Copy the full SHA
    c5b543a View commit details
    Browse the repository at this point in the history
  4. Set LMA in EFER

    As of Linux 4.15 (f29810335965ac1f7bcb501ee2af5f039f792416
    KVM/x86: Check input paging mode when cs.l is set), KVM validates that
    LMA is set along with LME.
    
    PiperOrigin-RevId: 195047401
    prattmic authored and shentubot committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6eee2e6 View commit details
    Browse the repository at this point in the history
  5. Add support for ping sockets

    PiperOrigin-RevId: 195049322
    iangudger authored and shentubot committed May 2, 2018
    Configuration menu
    Copy the full SHA
    797cda3 View commit details
    Browse the repository at this point in the history
  6. Fix links in README and CONTRIBUTING.

    PiperOrigin-RevId: 195068006
    nlacasse authored and shentubot committed May 2, 2018
    Configuration menu
    Copy the full SHA
    ba0b1dd View commit details
    Browse the repository at this point in the history
  7. Use png for the run states diagram

    PiperOrigin-RevId: 195071508
    Zhengyu He authored and shentubot committed May 2, 2018
    Configuration menu
    Copy the full SHA
    0c7d73b View commit details
    Browse the repository at this point in the history
  8. Note that build requires Python 2.7

    Updates #8
    
    PiperOrigin-RevId: 195122103
    prattmic authored and shentubot committed May 2, 2018
    Configuration menu
    Copy the full SHA
    a4ba36e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Remove detach for exec options

    Detachable exec commands are handled in the client entirely and the detach option is not used anymore.
    
    PiperOrigin-RevId: 195181272
    fvoznika authored and shentubot committed May 3, 2018
    Configuration menu
    Copy the full SHA
    23e6066 View commit details
    Browse the repository at this point in the history
  2. Make check_vdso compatible with Python 2 and 3

    This makes gVisor build with `python` set to Python 3.
    
    Fixes #8
    
    PiperOrigin-RevId: 195216683
    q3k authored and shentubot committed May 3, 2018
    1 Configuration menu
    Copy the full SHA
    c400a03 View commit details
    Browse the repository at this point in the history
  3. Don't prematurely remove MountSource from parent's children.

    Otherwise, mounts that fail to be unmounted (EBUSY) will be removed
    from the children list anyway.
    
    At this point, this just affects /proc/pid/mounts and /proc/pid/mountinfo.
    
    PiperOrigin-RevId: 195267588
    hugelgupf authored and shentubot committed May 3, 2018
    Configuration menu
    Copy the full SHA
    773aa5a View commit details
    Browse the repository at this point in the history
  4. Include Gold linker in requirements.

    Updates #26.
    
    PiperOrigin-RevId: 195303940
    hugelgupf authored and shentubot committed May 3, 2018
    Configuration menu
    Copy the full SHA
    06d4a5f View commit details
    Browse the repository at this point in the history
  5. CONTRIBUTING.md: fix golang.org/x/sys/unix package name

    This should be org_golang_x_sys instead of com_golang_x_sys
    
    PiperOrigin-RevId: 195305212
    tklauser authored and shentubot committed May 3, 2018
    Configuration menu
    Copy the full SHA
    9c6ed49 View commit details
    Browse the repository at this point in the history
  6. Fix misspellings.

    PiperOrigin-RevId: 195307689
    chemidy authored and shentubot committed May 3, 2018
    Configuration menu
    Copy the full SHA
    fda4ade View commit details
    Browse the repository at this point in the history
  7. Readme: fix JSON formatting

    PiperOrigin-RevId: 195310218
    ericchiang authored and shentubot committed May 3, 2018
    Configuration menu
    Copy the full SHA
    614836b View commit details
    Browse the repository at this point in the history
  8. Python 3.0 is now supported.

    Also document that linux is required.
    
    Updates #8
    
    PiperOrigin-RevId: 195317016
    nlacasse authored and shentubot committed May 3, 2018
    Configuration menu
    Copy the full SHA
    4cf5aae View commit details
    Browse the repository at this point in the history
  9. Clean up control message strace logging

    PiperOrigin-RevId: 195329972
    iangudger authored and shentubot committed May 3, 2018
    Configuration menu
    Copy the full SHA
    afa2f18 View commit details
    Browse the repository at this point in the history
Loading