awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesPOSIX Object Mapping

Mapping POSIX-specific objects like sockets and pipes to native OS constructs such as reparse points.

Distinct from POSIX Interfaces: Focuses on object representation (pipes/sockets) rather than general API interfaces or identity mappings.

Explore 1 awesome GitHub repository matching operating systems & systems programming · POSIX Object Mapping. Refine with filters or upvote what's useful.

Awesome POSIX Object Mapping GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • winfsp/winfspAvatar winfsp

    winfsp/winfsp

    8,687Vezi pe GitHub↗

    WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file systems that appear as standard disk drives or network shares to the operating system, allowing developers to implement file system logic in user space via a proxy architecture that avoids the need for custom kernel code. A primary differentiator is its FUSE compatibility layer, which maps POSIX-based file system calls to native Windows requests. This allows existing file systems written for the FUSE API to be ported to Windows and Cygwin environments. The project covers a wide ra

    Represents named pipes and sockets using reparse points to maintain compatibility with POSIX-aware applications.

    Cdriverfilesystemfuse
    Vezi pe GitHub↗8,687
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Operating System Kernels
  5. POSIX Interfaces
  6. POSIX Object Mapping