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

syscall: refactor OsSysCalls for deeper errno latching #4111

Merged
merged 3 commits into from
Aug 13, 2018

Commits on Aug 10, 2018

  1. syscall: refactor OsSysCalls for deeper errno latching

    * Introduce SysCallIntResult, SysCallSizeResult and SysCallPtrResult
    * Refactor OsSysCalls routines to return appropriate SysCallResult types
    
    Signed-off-by: Venil Noronha <veniln@vmware.com>
    venilnoronha committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    4235c7f View commit details
    Browse the repository at this point in the history
  2. Fix compiler error on macOS by importing errno.h

    Signed-off-by: Venil Noronha <veniln@vmware.com>
    venilnoronha committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    2c89c20 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Remove redundant ssize_t vars where possible

    Signed-off-by: Venil Noronha <veniln@vmware.com>
    venilnoronha committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    b372000 View commit details
    Browse the repository at this point in the history