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

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.