andrestc / linux-progLinks
Some C code i write to study systems programming (while reading The Linux Programming Interface)
☆45Updated 7 years ago
Alternatives and similar repositories for linux-prog
Users that are interested in linux-prog are comparing it to the libraries listed below
Sorting:
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Memory access tracing QEMU☆97Updated 8 years ago
- Early (now outdated) examples. Use PMDK instead.☆58Updated 9 years ago
- RWMutex for sharing of multicore machines.☆17Updated 6 years ago
- A minimalistic QEMU and libvirt environment used to generate test VMs.☆32Updated 3 weeks ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆87Updated 3 years ago
- set of small and useful kernel modules/patches for tracing/debugging of different stuff and for learning of Linux kernel☆32Updated 7 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆56Updated 4 years ago
- Mock++: A Portable Mocking Framework for C++11☆18Updated 4 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- memTrace, a framework for lightweight memory tracing☆58Updated 5 years ago
- POSIX-like scalable multicore research OS kernel☆191Updated 5 years ago
- Portable event-driven TCP/IP stack in C++ (C++17)☆54Updated 4 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- $research☆20Updated 4 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 10 years ago
- The LibCoroC is a coroutine library for Unix like systems written by C.☆10Updated 8 years ago
- Enhanced Valgrind for Persistent Memory☆111Updated 7 months ago
- Hijack Linux kernel syscall with f-stack api.☆18Updated 7 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆24Updated 10 years ago
- Function tracer for gcc☆35Updated 8 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- High-performance, in-kernel key-value store☆19Updated 10 years ago
- The Optimistic File System (OptFS) is a Linux ext4 variant that implements Optimistic Crash Consistency, a new approach to crash consiste…☆34Updated 11 years ago
- LFS using Fuse☆46Updated 12 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A modification of SipHash reference implementation to make it more practical for Redis usage☆20Updated 8 years ago
- Draw the traces of OS(Linux, xv6, ...) kernel functions in a graph and link graph nodes to the source codes☆34Updated 6 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆173Updated 5 years ago
- A User Space Threading Library☆19Updated last year