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

Repair support for UnixWare 7.x, preliminary modern Mac OS X support #1492

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 15, 2021

  1. Repair support for UnixWare 7.x, preliminary modern Mac OS X support

    CHECKPOINT: The complete AST suite now builds without error on generic
    UnixWare 7.1.4.
    
    * src/cmd/ss/Makefile: Properly handle sys ownership of /dev/kmem.
    * src/cmd/ss/Mamfile: Regenerate Mamfile.
    * src/lib/libast/features/standards:
    - Add heuristic (u_long availability) for systems that hide rather
      than reveal functionality in the presence of _POSIX_SOURCE, etc.
    - Define _DARWIN_C_SOURCE, like _GNU_SOURCE, to enable the full range
      of definitions on Mac OS X systems.
    - Due to the above, remove __MACH__ (Mac OS X)-specific hack.
    Lev Kujawski committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    0445965 View commit details
    Browse the repository at this point in the history