previous: >>108205379
#define __NR_clone 56
#define __NR_fork 57
#define __NR_vfork 58
#define __NR_clone3 435
https://man7.org/linux/man-pages/man2/clone.2.html
https://man7.org/linux/man-pages/man2/fork.2.html
https://man7.org/linux/man-pages/man2/vfork.2.html
today is an exciting day! we get to discuss some of the most widely used, and certainly important, syscalls out there. these are really foundational to linux as a whole. i mean, just look at the size of these manpages. fork and vfork are decently large, but clone is fucking gigantic. soooo many options.
i won't say too much more, just because the manpages are so complicated that i want to give everyone else space to have discussions about the parts that interest them. but i will definitely be bumping the thread with interesting bits until a conversation gets spun up
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/