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

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.