skuhl / sys-prog-examplesLinks
Simple C programs demonstrating different aspects of programming on Linux.
☆176Updated 4 years ago
Alternatives and similar repositories for sys-prog-examples
Users that are interested in sys-prog-examples are comparing it to the libraries listed below
Sorting:
- My "Write a Real, Working, Linux Driver" talk and source code☆166Updated 10 years ago
- ☆338Updated 4 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆91Updated 13 years ago
- C code from the book "Linux Programming by Example"☆121Updated 12 years ago
- Object-Oriented Programming With ANSI-C☆291Updated 4 years ago
- Linux Driver Template☆527Updated 3 weeks ago
- Code samples for the book Patterns in C☆184Updated 9 years ago
- An elegant unit testing framework for C with support for mock objects.☆251Updated last year
- This is a series of small articles / tutorials based around virtual memory. The goal is to learn some CS basics, but in a different and m…☆326Updated 4 years ago
- A collection of memory allocators☆456Updated 12 years ago
- C Interfaces and Implementations☆674Updated 10 months ago
- Notes taken from Understanding the Linux Virtual Memory Manager by Mel Gorman targeting kernel 2.4.22.☆50Updated 9 years ago
- aufs - simple Linux kernel file system for os course☆104Updated 7 years ago
- ctest is a unit test framework for software written in C.☆241Updated 2 weeks ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆173Updated 5 years ago
- Stack Overflow Questions and Answers☆87Updated 4 months ago
- ☆27Updated 9 years ago
- A simple library of data structures for C☆54Updated 5 years ago
- Vim plugin to respect the Linux kernel coding style http://www.vim.org/scripts/script.php?script_id=4369☆56Updated 5 months ago
- MOVING TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content SEE README. C, C++, POSIX and Linux system programm…☆630Updated 2 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- ☆371Updated 4 months ago
- Programming with POSIX Threads: David R. Butenhof☆84Updated 12 years ago
- Advanced cross-platform logging library for C/C++☆145Updated 4 months ago
- A simple memory allocator - Memory allocation 101