Commit Graph

47 Commits

Author SHA1 Message Date
f2abcdd15d Update libc 2023-05-05 20:17:52 +03:00
f48511c6ff Implement fseek 2023-05-05 19:19:44 +03:00
87c7e0f286 If filename is invalid, fopen should return NULL 2023-05-04 05:01:20 +03:00
f4ca629a8f Cleanup code 2023-05-04 05:00:47 +03:00
4953000370 Workaround for errno 2023-05-04 04:59:19 +03:00
cf3a5599a4 Update libc 2023-05-03 06:40:31 +03:00
f01eed8dd2 Update libs header path 2023-05-03 06:40:12 +03:00
1000a57531 Fix std file operations 2023-04-23 22:18:06 +03:00
f740c1e736 Fix compiler warning 2023-04-23 22:17:43 +03:00
43aad488a7 Update libc implementation 2023-04-23 21:38:36 +03:00
e5b83f6b72 Fix multiple bugs throughout the codebase 2023-04-21 17:25:00 +03:00
baacbbdbd7 Fix elf interpreter 2023-04-20 08:07:39 +03:00
c20aae9504 Fix elf interpreter (less broken) 2023-04-07 05:28:38 +03:00
21b743e047 Fix elf interpreter and clean up the code 2023-04-02 15:46:42 +03:00
7234de7920 Update ELF interpreter 2023-03-31 17:39:01 +03:00
fc97b09d6e Support i386 2023-03-29 03:02:29 +03:00
1062aed6d7 Make sure the code won't continue after exit syscall 2023-03-20 20:28:41 +02:00
0b510e10f0 Almost working elf interpreter 2023-03-20 06:56:49 +02:00
fccec5a09e Add InterpreterIPCData 2023-03-20 04:42:14 +02:00
2e4c753dab Add missing libc headers 2023-03-20 03:18:25 +02:00
89ddafed35 Remove "--quiet" flag 2023-03-20 03:17:57 +02:00
58f7fc86a5 Remove "--quiet" flag 2023-03-20 02:32:49 +02:00
9242471469 Sleep before checking again if the thread is critical 2023-03-20 01:54:33 +02:00
f1c703452d Update init 2023-02-19 01:49:29 +02:00
7641acedac Wrong casting 2023-02-13 16:13:54 +02:00
dff306fa2e Stub 2023-02-10 05:44:06 +02:00
5de802f825 Updated Makefile 2023-01-03 00:45:01 +02:00
6eb4bdd6f5 ELF Interpreter stub 2022-12-25 22:47:47 +02:00
40410cba41 Updated userspace 2022-12-24 09:18:45 +02:00
d82d725f11 Updated libs 2022-12-15 02:58:29 +02:00
06eb5a1467 Fixed header conflict 2022-12-15 02:57:36 +02:00
123ae92e47 Updated libc 2022-12-12 00:44:43 +02:00
b33646cf11 Fixed crash 2022-12-10 09:32:53 +02:00
bf3275df0d Push envc & envp 2022-12-10 09:32:32 +02:00
70eb5a4625 "hlt" causes GPF 2022-12-10 06:05:48 +02:00
397d4f9c5e Toolchain 2022-12-08 07:45:56 +02:00
096564b586 Update include directory 2022-12-07 17:16:48 +02:00
fb075aa713 Removed "_init" from crt 2022-12-07 14:03:14 +02:00
2b57c3126a Updated libc 2022-12-07 13:53:08 +02:00
414662b24a Added libssp 2022-11-28 08:21:05 +02:00
45cbcd0107 Updated crts 2022-11-19 06:32:11 +02:00
0052eac96a Update crti & crtn 2022-11-10 19:54:23 +02:00
5800db45d6 test 2022-11-10 07:06:17 +02:00
68e65dd602 Update libc 2022-11-07 08:34:02 +02:00
887f67e32d Update libc 2022-11-07 03:37:51 +02:00
ff61b602a5 Update files 2022-11-04 04:38:22 +02:00
e022af99e5 Updated files 2022-09-29 02:07:08 +03:00