43 Commits

Author SHA1 Message Date
Mark 6590cdd20b Add bits required to build libstdc++-v3 2020-10-16 15:30:25 +03:00
Mark 883d6fb18b ***: fix ygg_debug_trace, start implementing _scanf 2020-08-24 11:41:20 +03:00
Mark 2b259f5ba3 time: add various functions and stubs for binutils 2020-08-24 11:40:22 +03:00
Mark 0674f3b36c stdlib: add various functions and stubs for binutils 2020-08-24 11:39:52 +03:00
Mark b2420bb392 stdio: add sprintf/vsprintf 2020-08-24 11:39:09 +03:00
Mark f7c99dfcbe ***: add various stub functions for binutils 2020-08-24 11:37:36 +03:00
Mark b0427c2233 mod: add module control functions 2020-08-24 11:35:30 +03:00
Mark 30263c6932 include: add utime(2) stub and memory.h 2020-08-24 11:34:50 +03:00
Mark 9e8fad9d70 include: add inttypes.h 2020-08-24 11:33:31 +03:00
Mark 82f9e1b7d9 Implement socket syscalls 2020-08-07 12:08:19 +03:00
Mark 2b88f82ab2 Add shmget/shmat 2020-08-07 12:08:11 +03:00
Mark 3433634fe3 Update debug trace with new signature 2020-08-07 12:07:05 +03:00
Mark 0895b6aa44 Add qsort/qsort_r(3) 2020-07-31 15:29:23 +03:00
Mark 9c461919b7 Add getopt(3) 2020-07-31 15:29:08 +03:00
Mark f07a767843 Cleanup pwd/grp a bit, add missing functions 2020-07-31 15:28:20 +03:00
Mark d8bd0ba9c4 Add sched_yield(2) 2020-07-27 18:20:00 +03:00
Mark a58c72d672 Follow POSIX open(2) signature 2020-07-27 18:19:39 +03:00
Mark 5da3e5f00a Add reboot(2) 2020-07-26 23:12:33 +03:00
Mark 14b17c4b08 Fix headers, add fstatat, faccessat 2020-07-26 23:01:56 +03:00
Mark dabf51aa29 Move sources, remove open(2) (superseded by openat) 2020-07-26 21:46:48 +03:00
Mark c7ff6ce9a1 Add popen(3)/pclose(3), add missing signatures to headers 2020-07-23 13:33:46 +03:00
Mark 0547f201f1 Properly reimplement system(3), fix UB in execl* 2020-07-23 11:06:49 +03:00
Mark 5a05da89e9 Add stubs and functions neccessary to build Lua 2020-07-22 14:30:46 +03:00
Mark 17ca42429f Basic time functions 2020-07-20 21:44:11 +03:00
Mark 65410b63f8 The rest 2020-07-20 17:12:32 +03:00
Mark 3cc9df90c7 sys/stat.h 2020-07-20 17:12:20 +03:00
Mark e8d7feafb0 select(2) 2020-07-20 17:12:07 +03:00
Mark 8869d4cf48 mount(2) 2020-07-20 17:11:53 +03:00
Mark 6bc9f067ad getpwnam_r(3)/getpwuid_r(3) 2020-07-20 17:11:31 +03:00
Mark 1ca0724c05 termios.h 2020-07-20 17:11:17 +03:00
Mark d1d49795ed Fix sys/wait.h header 2020-07-20 17:10:34 +03:00
Mark 65c5a1f45f Add __syscall5 2020-07-20 17:09:39 +03:00
Mark eba58a1d21 Better environ handling 2020-07-20 17:08:27 +03:00
Mark 1ab3bdff71 Add ygg_debug_trace(2) 2020-07-20 17:08:08 +03:00
Mark ee5b901eac Add ioctl(2) 2020-07-20 17:07:15 +03:00
Mark dddc65c27f Basic dirent functionality + kill() decl 2020-07-20 00:48:43 +03:00
Mark dee16c0890 Signal handling + wait 2020-07-20 00:39:47 +03:00
Mark b79c42f766 Add realloc() 2020-07-19 23:45:28 +03:00
Mark 82be901afd set*buf() and ungetc() 2020-07-19 22:53:54 +03:00
Mark 7761462b31 *scanf stub, (almost) all of stdio.h 2020-07-18 10:41:01 +03:00
Mark bf8bd8d252 Add almost-POSIX printf 2020-07-17 14:41:01 +03:00
Mark 8713769b87 Add ctype.h 2020-07-16 23:48:56 +03:00
Mark d63e3c4352 Initial commit 2020-07-16 22:49:00 +03:00