Ciro Santilli 六四事件 法轮功 2b0a5724a7 readme: convert underscores to hyphens on all header IDs 5 年 前
..
README.adoc d1003f1cb2 Make this repo good enough to move in cpp-cheat, x86-assembly-cheat and arm-assembly-cheat in 6 年 前
brk.c b1767533af mmap anonymous 6 年 前
build 4943c9ed2e userland: in-tree build shortcuts from inside tree 6 年 前
ctrl_alt_del.c 28cd27f969 Move all non-README links to cirosantilli.com where the file is not cut off... 6 年 前
init_env_poweroff.c d1003f1cb2 Make this repo good enough to move in cpp-cheat, x86-assembly-cheat and arm-assembly-cheat in 6 年 前
mmap_anonymous.c bb552d00a4 _SC_NPROCESSORS_CONF 5 年 前
mmap_anonymous_touch.c f8b3ba9175 userland/linux: cc_pedantic actually works there and I found a bug with it 5 年 前
myinsmod.c 28cd27f969 Move all non-README links to cirosantilli.com where the file is not cut off... 6 年 前
myrmmod.c 28cd27f969 Move all non-README links to cirosantilli.com where the file is not cut off... 6 年 前
open_o_tmpfile.c 9afe5355e9 userland: add some random filesystem and random stuff 5 年 前
pagemap_dump.c 2b0a5724a7 readme: convert underscores to hyphens on all header IDs 5 年 前
poweroff.c 28cd27f969 Move all non-README links to cirosantilli.com where the file is not cut off... 6 年 前
proc_events.c 2b0a5724a7 readme: convert underscores to hyphens on all header IDs 5 年 前
rand_check.c b38e2b0da9 arm baremetal: SVC explain where the imm16 can be retrieved 6 年 前
sched_getaffinity.c 927c7851b5 sched_getaffinity.c: make error check nicer 5 年 前
sched_getaffinity_threads.c 28cd27f969 Move all non-README links to cirosantilli.com where the file is not cut off... 6 年 前
sysconf.c bb552d00a4 _SC_NPROCESSORS_CONF 5 年 前
test d1003f1cb2 Make this repo good enough to move in cpp-cheat, x86-assembly-cheat and arm-assembly-cheat in 6 年 前
time_boot.c 2b0a5724a7 readme: convert underscores to hyphens on all header IDs 5 年 前
total_memory.c efc4205416 Become a memory accounting amateur 5 年 前
virt_to_phys_user.c 28cd27f969 Move all non-README links to cirosantilli.com where the file is not cut off... 6 年 前

README.adoc

Programs in this directory rely on Linux kernel specific functionality such as `/proc` or raw system calls.

These programs may also conform to ANSI C or POSIX, but we put them here because you can only observe them at work under Linux.

Many of these programs use glibc or GCC extensions.