awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 रिपॉजिटरी

Awesome GitHub RepositoriesPOSIX Interfaces

Standardized system interfaces providing compatibility with POSIX-compliant application environments.

Distinct from Operating System Kernels: Distinct from general kernel internals: focuses on the POSIX-compliant interface layer.

Explore 16 awesome GitHub repositories matching operating systems & systems programming · POSIX Interfaces. Refine with filters or upvote what's useful.

Awesome POSIX Interfaces GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • torvalds/linuxtorvalds का अवतार

    torvalds/linux

    237,355GitHub पर देखें↗

    Linux कर्नेल एक मोनोलिथिक ऑपरेटिंग सिस्टम कोर है जो विविध कंप्यूटिंग आर्किटेक्चर में हार्डवेयर संसाधनों, मेमोरी और प्रोसेस शेड्यूलिंग का प्रबंधन करता है। यह एप्लिकेशन निष्पादन के लिए एक मानकीकृत, POSIX-अनुपालन वातावरण प्रदान करता है, जबकि एक मॉड्यूलर ड्राइवर फ्रेमवर्क बनाए रखता है जो हार्डवेयर इंटरफेस को गतिशील रूप से लोड और हटाने की अनुमति देता है। प्रोजेक्ट अपने उच्च-प्रदर्शन समवर्ती टूलकिट द्वारा प्रतिष्ठित है, जो मल्टी-कोर वातावरण में साझा डेटा एक्सेस को प्रबंधित करने के लिए लॉकलेस सिंक्रोनाइज़ेशन प्रिमिटिव और रीड-कॉपी-अपडेट तंत्र का उपयोग करता है। इसमें एक व्यापक कर्नेल ट्रेसिंग और इंस्ट्रूमेंटेशन सूट शामिल है जो सिस्टम इवेंट्स, फ़ंक्शन निष्पादन और विलंबता मेट्रिक्स की गैर-घुसपैठ निगरानी को सक्षम बनाता है। इसके अलावा, कर्नेल आश्रित अनुप्रयोगों के लिए बैकवर्ड संगतता सुनिश्चित करने के लिए सख्त इंटरफ़ेस स्थिरता गारंटी और लाइफसाइकिल ट्रैकिंग लागू करता है। अपनी मुख्य पहचान से परे, सिस्टम में हार्डवेयर एब्स्ट्रैक्शन, नेटवर्क प्रोटोकॉल कार्यान्वयन और सुरक्षा नीति प्रवर्तन के लिए व्यापक क्षमताएं शामिल हैं। यह पावर स्टेट प्रबंधन, एम्बेडेड सिस्टम ऑप्टिमाइज़ेशन और फर्मवेयर-आधारित बूटिंग प्रक्रियाओं के माध्यम से विशेष इंजीनियरिंग आवश्यकताओं का समर्थन करता है। आर्किटेक्चर में मेमोरी विश्लेषण, सिस्टम निष्पादन सत्यापन और समवर्ती प्रोग्रामिंग मॉडल के सत्यापन के लिए मजबूत डायग्नोस्टिक फ्रेमवर्क भी शामिल हैं। स्रोत रिपॉजिटरी कोड को निष्पादन योग्य बाइनरी छवियों में बदलने के लिए एक पूर्ण बिल्ड सिस्टम प्रदान करती है, जिसमें विशिष्ट हार्डवेयर आवश्यकताओं के लिए आउटपुट को तैयार करने के लिए कर्नेल फीचर चयन और कॉन्फ़िगरेशन ऑप्टिमाइज़ेशन के लिए टूल शामिल हैं।

    Implements standardized POSIX-compliant interfaces to ensure compatibility across diverse computing architectures.

    C
    GitHub पर देखें↗237,355
  • wasmerio/wasmerwasmerio का अवतार

    wasmerio/wasmer

    20,421GitHub पर देखें↗

    Wasmer is a high-performance runtime engine designed to execute sandboxed WebAssembly modules across server-side, edge, and browser environments. It functions as a comprehensive platform for building, distributing, and running isolated applications, providing a secure and portable execution layer that maintains consistency across diverse hardware architectures and operating systems. The platform distinguishes itself through a robust toolchain that enables cross-language interoperability and the transformation of code into portable binary packages. It supports ahead-of-time binary generation t

    Maps standard operating system calls to a virtualized layer to support legacy applications without modification.

    Rustemscriptenlinuxmacos
    GitHub पर देखें↗20,421
  • redox-os/redoxredox-os का अवतार

    redox-os/redox

    16,054GitHub पर देखें↗

    Redox is a POSIX-compliant, microkernel-based operating system written entirely in Rust. By utilizing a memory-safe language for the kernel and all system components, the project eliminates common vulnerabilities such as buffer overflows and use-after-free errors. Its architecture relies on a minimal kernel that manages only essential hardware and process isolation, delegating all other system services to unprivileged user-space processes. The system distinguishes itself through a modular design where hardware drivers and system services run as independent user-space daemons, allowing them to

    Provides a standard C library interface to allow the execution of POSIX-compliant software.

    Rustbsdfreebsdgnu
    GitHub पर देखें↗16,054
  • rofl0r/proxychains-ngrofl0r का अवतार

    rofl0r/proxychains-ng

    10,483GitHub पर देखें↗

    Proxychains-ng is a utility for POSIX-compliant systems that redirects network traffic and domain name lookups through proxy chains. It functions by intercepting system calls and forcing outgoing TCP connections through a sequence of SOCKS4, SOCKS5, or HTTP proxies without requiring modifications to the target application source code. The tool distinguishes itself by utilizing dynamic library preloading to override standard network functions, allowing it to wrap socket-level traffic and route it through multiple intermediate servers. It supports various routing strategies, including strict, r

    Redirects network traffic and DNS lookups through proxies on POSIX-compliant systems without modifying target application source code.

    Chackhookhttp
    GitHub पर देखें↗10,483
  • winfsp/winfspwinfsp का अवतार

    winfsp/winfsp

    8,687GitHub पर देखें↗

    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 POSIX-specific objects like sockets and pipes using Windows reparse points.

    Cdriverfilesystemfuse
    GitHub पर देखें↗8,687
  • hmbsbige/shadowsocksr-windowsHMBSbige का अवतार

    HMBSbige/ShadowsocksR-Windows

    6,969GitHub पर देखें↗

    ShadowsocksR-Windows is a proxy client for Windows designed to route network traffic through ShadowsocksR proxy servers. It functions as a network proxy that establishes secure tunnels to bypass internet censorship and regional restrictions. The application manages system-wide network routing and provides SOCKS5 proxy client capabilities to hide origin IP addresses. It redirects local traffic through a remote server to maintain internet privacy and circumvent network-level blocks. The project incorporates traffic interception and encapsulation through a user-mode network wrapper and TAP-base

    Utilizes TAP-based network interception to capture outgoing packets at the kernel level for redirection.

    C#net6net60shadowsocksr
    GitHub पर देखें↗6,969
  • winfsp/sshfs-winwinfsp का अवतार

    winfsp/sshfs-win

    6,262GitHub पर देखें↗

    SSHFS-Win is a Windows implementation of SSHFS that mounts remote directories over SSH as local Windows drives, enabling seamless file access as if they were local network drives. It provides both command-line and graphical interfaces for creating, managing, and disconnecting SSHFS mounts, supporting password or SSH key authentication with optional credential storage in the Windows Credential Manager. The project extends beyond basic SSH mounting to support a wide range of remote file access scenarios, including mounting cloud storage services like Azure Blob or Amazon S3, distributed POSIX f

    Represents POSIX special files as reparse points for Cygwin and other aware applications.

    Csftpsshsshfs
    GitHub पर देखें↗6,262
  • lxc/lxdlxc का अवतार

    lxc/lxd

    5,554GitHub पर देखें↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Provides each instance with essential POSIX devices like /dev/null, /dev/random, and loopback interface without requiring user configuration.

    Go
    GitHub पर देखें↗5,554
  • lxc/incuslxc का अवतार

    lxc/incus

    4,893GitHub पर देखें↗

    Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin

    Automatically provides each instance with essential character devices and network interfaces required for standard POSIX system operation.

    Gocloudcontainershacktoberfest
    GitHub पर देखें↗4,893
  • apache/nuttxapache का अवतार

    apache/nuttx

    3,912GitHub पर देखें↗

    NuttX एक POSIX-अनुपालन रीयल-टाइम ऑपरेटिंग सिस्टम है जिसे 8-बिट से 64-बिट आर्किटेक्चर तक के माइक्रोकंट्रोलर्स के लिए डिज़ाइन किया गया है। यह विविध हार्डवेयर लक्ष्यों पर पोर्टेबल कोड निष्पादन सुनिश्चित करने के लिए रीयल-टाइम टास्क शेड्यूलर और POSIX एम्बेडेड कर्नेल के साथ एक डिटरमिनिस्टिक निष्पादन वातावरण प्रदान करता है। यह प्रोजेक्ट एक व्यापक हार्डवेयर एब्स्ट्रैक्शन लेयर के माध्यम से खुद को अलग करता है जो विभिन्न सेमीकंडक्टर चिपसेट्स पर I2C, SPI, CAN और USB के लिए मानकीकृत ड्राइवर्स प्रदान करता है। इसमें TCP, UDP, IPv4 और IPv6 का समर्थन करने वाला एक एम्बेडेड नेटवर्किंग स्टैक भी है, साथ ही Modbus और DroneCAN जैसे औद्योगिक प्रोटोकॉल भी शामिल हैं। सिस्टम ऑन-डिमांड पेजिंग के साथ उन्नत मेमोरी प्रबंधन, सुरक्षित क्रिप्टोग्राफ़िक ऑपरेशन्स और अलग-अलग स्टोरेज प्रकारों के प्रबंधन के लिए एक वर्चुअल फ़ाइल सिस्टम सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह ग्राफिकल यूजर इंटरफेस, ऑडियो सिंथेसिस और कई स्क्रिप्टिंग भाषाओं और WebAssembly वर्कलोड के निष्पादन के लिए उच्च-स्तरीय इंटरफेस को एकीकृत करता है। वातावरण को विशिष्ट बोर्ड कॉन्फ़िगरेशन और सेमीकंडक्टर चिपसेट्स को लक्षित करने के लिए Make या CMake का उपयोग करके बनाया गया है।

    Implements a POSIX-compliant kernel and standardized system interfaces to ensure portable code across microcontroller architectures.

    Cembeddedmcumicrocontroller
    GitHub पर देखें↗3,912
  • apache/incubator-nuttxapache का अवतार

    apache/incubator-nuttx

    3,918GitHub पर देखें↗

    NuttX is a POSIX-compliant real-time operating system designed for resource-constrained embedded environments. It functions as a scalable microcontroller OS that provides a Unix-like environment for managing hardware and running applications across architectures ranging from 8-bit to 64-bit. The system ensures high software portability by implementing a kernel that follows POSIX and ANSI standards. This allows developers to create portable embedded applications using standardized API calls across diverse hardware architectures. The project includes a modular kernel architecture and a hardwar

    Implements standardized POSIX interfaces to ensure software portability across diverse microcontroller architectures.

    C
    GitHub पर देखें↗3,918
  • util-linux/util-linuxutil-linux का अवतार

    util-linux/util-linux

    3,178GitHub पर देखें↗

    Util-linux is a collection of essential command-line tools and system administration binaries designed for managing core Linux operating system functions and hardware. It provides a suite of low-level programs that interact directly with the Linux kernel to configure system resources and perform standard administrative tasks on Unix-like operating systems. The project is built upon a modular architecture where independent, loosely coupled binaries share common libraries to minimize resource usage. It adheres to standard system programming interfaces to ensure portability and stability across

    Implements core system utilities using standard POSIX interfaces to ensure portability across Unix-like environments.

    C
    GitHub पर देखें↗3,178
  • nix-rust/nixnix-rust का अवतार

    nix-rust/nix

    2,986GitHub पर देखें↗

    nix is a Unix system API library and Rust system programming interface that provides type-safe bindings for invoking low-level system calls. It serves as a low-level operating system wrapper and POSIX compatibility layer, allowing for kernel interactions and administrative tasks through safe wrappers around platform-specific APIs. The project provides a kernel device interface for controlling hardware devices, managing kernel modules, and configuring terminal interfaces. It differentiates itself by offering type-safe wrappers for memory mapping and zero-copy input-output operations to reduce

    Offers a POSIX-compliant interface layer for file systems, network sockets, and signal communication.

    Rustlibcrustrust-bindings
    GitHub पर देखें↗2,986
  • riba2534/tcp-ip-networknoteriba2534 का अवतार

    riba2534/TCP-IP-NetworkNote

    2,505GitHub पर देखें↗

    TCP-IP-NetworkNote is a comprehensive technical reference and guide for implementing network communication using TCP and UDP sockets in C and C++. It provides a detailed manual for using the POSIX socket API and covers the implementation of network protocols, synchronous and asynchronous I/O patterns, and concurrent programming models. The project is distinguished by its focus on cross-platform networking, offering a detailed comparison of socket implementation details and adaptation utilities between Linux and Windows Winsock environments. It specifically addresses the differences in header

    Provides technical notes on using standard POSIX system calls for binding, listening, and exchanging network data.

    C
    GitHub पर देखें↗2,505
  • redox-os/kernelredox-os का अवतार

    redox-os/kernel

    873GitHub पर देखें↗

    This operating system microkernel is written in Rust, focusing on safety, modularity, and POSIX compatibility for modern hardware. It implements a microkernel architecture that separates hardware drivers and system services into isolated userspace processes for fault tolerance, while providing standard Unix-like system calls and process primitives on a memory-safe codebase. The system handles low-level hardware abstraction through a virtual memory management layer that maps virtual addresses to physical pages uniformly across disparate architectures, alongside hardware memory management opera

    Provides standard Unix-like system calls and process primitives via standardized POSIX-compliant interfaces.

    Rustlinuxmicrokernelplan9
    GitHub पर देखें↗873
  • codeplea/hands-on-network-programming-with-ccodeplea का अवतार

    codeplea/Hands-On-Network-Programming-with-C

    701GitHub पर देखें↗

    यह प्रोजेक्ट C प्रोग्रामिंग भाषा में नेटवर्क एप्लिकेशन विकसित करने के लिए एक व्यापक ट्यूटोरियल और तकनीकी संसाधन के रूप में कार्य करता है। यह बर्कले सॉकेट इंटरफ़ेस के व्यावहारिक अनुप्रयोग पर केंद्रित है, जो उपयोगकर्ताओं को लो-लेवल नेटवर्क प्रोटोकॉल के कार्यान्वयन और कनेक्शन-उन्मुख और कनेक्शनलेस स्ट्रीम दोनों में डेटा ट्रांसमिशन के प्रबंधन के माध्यम से मार्गदर्शन करता है। सामग्री नेटवर्क संचार के पूरे लाइफसाइकिल को कवर करके खुद को अलग बनाती है, सिस्टम-स्तरीय प्रोटोकॉल स्टैक को इनिशियलाइज़ करने और डोमेन नामों को हल करने से लेकर जटिल कनेक्शन व्यवहारों को प्रबंधित करने तक। यह समवर्ती सेवाओं के निर्माण पर निर्देश प्रदान करता है जो कई समवर्ती अनुरोधों को कुशलतापूर्वक संभालने के लिए नॉन-ब्लॉकिंग इनपुट और आउटपुट ऑपरेशंस का उपयोग करती हैं। बुनियादी कनेक्टिविटी से परे, रिपॉजिटरी सुरक्षा और नैदानिक क्षमताओं के एकीकरण को संबोधित करती है। यह प्रदर्शित करती है कि सुरक्षित संचार के लिए एन्क्रिप्शन परतों के साथ सॉकेट स्ट्रीम को कैसे लपेटा जाए और कनेक्टिविटी और प्रदर्शन समस्याओं का निवारण करने के लिए नेटवर्क ट्रैफ़िक का निरीक्षण करने के तरीके प्रदान करती है। सामग्री को उन डेवलपर्स के लिए एक व्यावहारिक संदर्भ के रूप में संरचित किया गया है जो ऑपरेटिंग सिस्टम इंटरफ़ेस के सीधे विरुद्ध मजबूत नेटवर्क सेवाओं को समझने और लागू करने की मांग कर रहे हैं।

    Provides practical examples for managing connection lifecycles, data streams, and packet transmission using socket system calls.

    C
    GitHub पर देखें↗701
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Operating System Kernels
  5. POSIX Interfaces

सब-टैग एक्सप्लोर करें

  • Container Device ProvisioningAutomatically provides each instance with essential character devices and network interfaces required for standard POSIX system operation. **Distinct from POSIX Interfaces:** Distinct from POSIX Interfaces: focuses on provisioning device nodes inside containers, not POSIX API interfaces.
  • Network Interception Utilities1 सब-टैगPOSIX-compliant utilities that redirect network traffic and DNS lookups through proxies without application modification. **Distinct from POSIX Interfaces:** Distinct from POSIX Interfaces: focuses on the utility application that leverages POSIX interfaces for interception, rather than the interface definition itself.
  • POSIX Object MappingMapping 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.
  • Reparse Point MappingsRepresenting POSIX objects using operating system reparse points. **Distinct from POSIX Interfaces:** Specifically uses Windows reparse points for POSIX compatibility rather than general POSIX interface definitions.
  • Socket API ReferencesTechnical documentation for using standardized socket system calls for network communication. **Distinct from POSIX Interfaces:** Specifically targets the socket subset of POSIX interfaces for network binding, listening, and data exchange.