andrestc / linux-progLinks
Some C code i write to study systems programming (while reading The Linux Programming Interface)
☆45Updated 8 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.☆80Updated 10 years ago
- Memory access tracing QEMU☆99Updated 9 years ago
- POSIX-like scalable multicore research OS kernel☆197Updated 5 years ago
- C implementation of the Hazard-Pointers memory manager☆17Updated 11 years ago
- Function tracer for gcc☆35Updated 8 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆175Updated 6 years ago
- Small implementation in C of a slab allocator in user space☆41Updated last year
- Starter template for networking-related programs☆21Updated 7 years ago
- Draw the traces of OS(Linux, xv6, ...) kernel functions in a graph and link graph nodes to the source codes☆35Updated 7 years ago
- Userspace eBPF VM (main repo is https://github.com/iovisor/ubpf)☆101Updated 3 years ago
- Record "perf" performance metrics for individual functions/regions of an ELF binary.☆81Updated 2 years ago
- Awesome links and information about memory allocation☆183Updated 6 years ago
- Code samples for using libjit☆91Updated 8 years ago
- Tiny system call tracer and debugger☆110Updated 7 years ago
- Latency benchmarks of Unix IPC mechanisms☆100Updated 3 months ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 3 years ago
- Lock-free slab allocator / freelist.☆70Updated 10 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- Implements a Min-Heap / Priority Queue in C using a simple array.☆57Updated 5 years ago
- ISA-L and intel-ipsec-mb obsolete soft-crc project. Please refer and use them instead for efficient CRC implementation. https://github.co…☆56Updated last year
- A collection of eclectic tools for measuring performance using the cycle counter and pinning threads.☆42Updated last year
- IPC Examples☆52Updated 6 years ago
- The Optimistic File System (OptFS) is a Linux ext4 variant that implements Optimistic Crash Consistency, a new approach to crash consiste…☆35Updated 12 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- Early (now outdated) examples. Use PMDK instead.☆58Updated 10 years ago
- Userspace TCP/IP stack☆69Updated 11 years ago
- Mirror of https://code.google.com/p/google-coredumper/ with Arch package fixes☆63Updated 7 years ago
- Red-black tree C implementation☆37Updated 7 years ago
- libperf is a library that wraps around the syscall perf_event_open(). This library exposes the kernel performance counters subsystem to …☆55Updated 4 years ago