file-descriptor
There are 78 repositories under file-descriptor topic.
apple/swift-system
Low-level system calls and types for Swift
pniewiejski/learn-io-polling
π§ What is epoll?
a-darwish/memfd-examples
Sample usage of the new memfd_create(2) Linux system call.
zelhajou/ft_unix_minishell
A custom shell program emulating basic bash functionalities
briceburg/fdclose
attach to a process and close a file descriptor
valpackett/tiny-nix-ipc
Minimal Rust wrapper for using sockets as IPC with file descriptor passing | now on https://codeberg.org/valpackett/tiny-nix-ipc
augustobecker/get_next_line
A C function that reads any valid file line by line - @42sp Project
stemjail/fdpass-rs
File descriptor passing through UNIX socket
zelhajou/ft_core_libft
A library of useful C functions
jwueller/fdspy.sh
Capture stdout, stderr, and other file descriptors of running processes on-the-fly, without redirects, screen, or tmux.
de-vri-es/fdinject
Write data to any file descriptor in any processs.
fildesh/fildesh
create nonlinear pipelines with file descriptors
rprata/jni-socket-filedescriptor
A LOCAL SOCKET using JNI for Android to replace the use of a FIFO
tep/net-conduit
A Go library to ease transferring open file descriptors between cooperating processes.
yusuffugurlu/minishell
42 Cursus Projects
le-mountassir/Get_Next_Line
the idea of the project is that u need to create a function that reads one line from a file descriptor each time u call it until it reaches the EOF using static vars so u can preserve their previous value and start from where u finished in the next call.
MatrixAI/Privilege-Elevation
Demo of using Polkit for Privilege Elevation using File Descriptor Passing over Unix Domain Sockets
stemjail/fd-rs
File descriptors utilities
Abdalrhman-Olimat/get_next_line
Function to read lines from a file descriptor one-by-one using static variables.
AbderrSfa/get_next_line
A function that reads from a file descriptor, standard input or standard output. Depending on how it is used, the function reads a single line or one line at a time until the End Of File.
asynthmorpheonx/get_next_line
This function reads from a file descriptor and returns a single line at a time. Itβs designed to handle any file or standard input efficiently, making it easy to process text line by line.
clacrisostomo/42_cursus_get_next_line
The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.
de-vri-es/filedesc-rs
thin wrapper around raw file descriptors for Rust
jabedude/sd-daemon-rs
Library for services to accept systemd passed file descriptors
LeeSinLiang/get_next_line
Read content of file and return by line
lilydjwg/rust-tokio-anyfd
Use any suitable file descriptor with tokio
lumaro77/42_cc01_get_next_line
The get_next_line project at 42 school involves creating a function that reads a line from a file descriptor.
marcoalmeida/fdstat
Report statistics on file descriptors usage
mehdisalim/42-MiniShell
A basic implementation of a shell, similar to a lightweight version of Bash. This project explores process management and file descriptors, offering hands-on experience with system-level programming concepts. Perfect for learning the inner workings of shell environments.
mewmewdevart/get_next_line
[42 Cursus] Reading a line from a fd is way too tedious
MOZGIII/fdswap-go
Swap file descriptors (like bash io redirection, i.e. `exec 1>filename`)
ORESoftware/modify-socket
Set options on socket using `setsocketopt`
team-minishell/minishell
μ΄ νλ‘μ νΈμ λͺ©μ μ κ°λ¨ν μμ λ§λλ κ²μ λλ€.
wader/osleaktest
Checks for leaked fds, child processes and temp files
nabilac27/pipex
pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.