If times allows at some point I would like to create a Wiki page documenting libc functions and syscalls OSv implements. Some sort of Wiki page with a table that points to this or other index - https://www.gnu.org/software/libc/manual/html_node/Function-Index.html.What would be the best way to compile this info in some automated way? Finding under libc and musl subdirectories and possibly intersecting against info in the doc itself? I understand that some functions are probably commented out or disabled in some other. Also linux.cc for list of syscalls.
Also I have never taken time to understand difference between musl and libc folder given that musl implements libc. Why do have two of these folders?