Skip to content
Snippets Groups Projects
  • Christoph Hellwig's avatar
    43c3f6dd
    provide a utsname structure · 43c3f6dd
    Christoph Hellwig authored
    ZFS wants direct access to a global utsname structure.  Provide one from
    core OSv code and rewrite uname to just copy it out.  To ease this move
    the uname implementation to a C file as this allows using designated
    initializers and avoids the casting mess around memcpy.
    43c3f6dd
    History
    provide a utsname structure
    Christoph Hellwig authored
    ZFS wants direct access to a global utsname structure.  Provide one from
    core OSv code and rewrite uname to just copy it out.  To ease this move
    the uname implementation to a C file as this allows using designated
    initializers and avoids the casting mess around memcpy.