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

Re-add NetBSD support. #257

Merged
merged 6 commits into from Jul 22, 2015
Merged

Re-add NetBSD support. #257

merged 6 commits into from Jul 22, 2015

Commits on Jul 14, 2015

  1. Implement missing osd_truncate().

    Fixes linking on Unix when SDL is disabled.
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    0-wiz-0 committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    923b78a View commit details
    Browse the repository at this point in the history
  2. Fix build using a patch from upstream.

    bkaradzic/bgfx@e1a564c#diff-d51370988baf340d4de0bc2861591415
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    0-wiz-0 committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    257a185 View commit details
    Browse the repository at this point in the history
  3. Add NetBSD support to bx.

    Will try sending this upstream as well.
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    0-wiz-0 committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    24bfd3e View commit details
    Browse the repository at this point in the history
  4. Add NetBSD support.

    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    0-wiz-0 committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    910f021 View commit details
    Browse the repository at this point in the history
  5. Switch from ftime() to gettimeofday().

    Even the Linux man page recommends avoiding ftime().
    gettimeofday is in POSIX.1-2001 and more portable.
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    0-wiz-0 committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    456590c View commit details
    Browse the repository at this point in the history
  6. Fix error handling of osd_truncate.

    Noted by startaq in mamedev#257.
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    0-wiz-0 committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    7769689 View commit details
    Browse the repository at this point in the history