Commit Graph

100 Commits

Author SHA1 Message Date
f7503e6c6f Stash pop 2021-02-28 13:46:33 -06:00
5fabb01a8b Remove some debug output 2020-08-31 12:19:16 -05:00
2337e70876 Fix a warning 2020-08-30 09:44:51 -05:00
542702482d Fix some memory leaks 2020-08-30 09:43:56 -05:00
01faa32420 Replace my crappy malloc with a much better one
(https://github.com/blanham/liballoc)
2020-08-30 09:43:14 -05:00
acde39065c Add spinlocks 2020-08-30 09:35:12 -05:00
df630c1422 Get fgets working and fix fputs 2020-08-23 17:49:43 -05:00
ff2dbb91e1 Add a tar fs driver and posix_spawn 2020-08-23 14:05:38 -05:00
f2b9c1f481 Fix warnings 2020-08-23 08:46:38 -05:00
9f5df75c9d Add syscall to check whether a process has finished RPC initialization. 2020-08-23 08:31:19 -05:00
f63237939b Get stdio/vfs/devfs/vga driver/initrd driver working! 2020-08-23 08:22:14 -05:00
d42b9cdb97 Add serialization library 2020-08-22 13:11:29 -05:00
d9a01fdbda Add RPC support 2020-08-02 14:37:23 -05:00
pjht
a7d1123a94
Update elf.h 2020-08-01 12:09:54 -05:00
ab200ad743 Documentation generation fails if documentation is not complete 2020-08-01 08:47:13 -05:00
d4fa7974b7 Creating a process/thread now always has parameters 2020-07-30 10:07:30 -05:00
dda2885fd9 More naming convention fixes 2020-07-29 08:09:53 -05:00
870f26d5e9 cr3 is now not used as a generic term for "address space" 2020-07-29 07:27:12 -05:00
73b6407424 Fix inclusion of nonexistent libc headers 2020-07-27 17:18:16 -05:00
9478d178de Fix projectname in GH actions libc doxyfile 2020-07-26 15:40:08 -05:00
80ab489828 Add libc documentaion + libc cleanup 2020-07-26 15:38:29 -05:00
aa7ced2810 Libc header files are now automatically copied 2020-07-26 14:39:08 -05:00
b83a5505c3 Fix naming convention deviations 2020-07-25 18:00:53 -05:00
a2756266f0 Remove unnecessary uints 2020-07-23 11:50:23 -05:00
06ca0a5913 Sort includes 2020-07-22 19:35:23 -05:00
eef40edb3f Portability work 2020-07-22 19:26:55 -05:00
76eedfb921 new_thread is now pthread_create 2020-07-22 07:33:44 -05:00
ff3885241a Full purge of the word "Task" from my tasking code 2020-07-20 10:07:46 -05:00
57c663a0e0 Tasking rewrite & add multi-threading 2020-07-20 09:51:30 -05:00
7cde3f4eca Remove redundant syscalls 2020-07-12 16:29:57 -05:00
679b5a3b8d Add syscall macros and remove mailbox IPC 2020-07-12 14:30:16 -05:00
ac7cc05113 Add task states 2020-07-12 14:28:58 -05:00
ff1ec1ac79 Attempt to fix the ipc corruption 2020-07-09 11:28:57 -05:00
9d849a0f23 Fix fread using the item count as the buffer size 2019-09-10 19:23:13 -05:00
d81509d8e8 Add fseek that only supports SEEK_SET 2019-09-10 19:15:02 -05:00
4cf2945d36 fix hex_to_ascii 2019-09-08 13:54:01 -05:00
0bd3fe70cb Make puts append a newline 2019-09-08 13:01:01 -05:00
c5504b80dc Add isdigit function 2019-09-06 15:36:10 -05:00
9b56ca3be8 Fix puts not being defined in libc 2019-09-05 16:14:04 -05:00
f88622c154 Mailboxes can now be found by their names. 2019-09-05 09:39:13 -05:00
fa60cba73a VFS can now handle multiple messages at once 2019-09-02 06:58:23 -05:00
9a89873c8b Mailboxes now have names 2019-09-01 13:52:32 -05:00
1522fed9a8 Add getpid function 2019-09-01 13:49:01 -05:00
9150fae1e3 Add stdio side of file read functions 2019-09-01 10:05:56 -05:00
27d0fd6bfd Add printf 2019-08-31 18:47:00 -05:00
9d1eed8437 Make stdin/out/err FILE pointers 2019-08-31 18:44:08 -05:00
772a121dd8 Merge fputc with fputs 2019-08-30 08:17:59 -05:00
f92f5f784d fix fputs build warning 2019-08-28 20:33:27 -05:00
b5b2703cd2 fix fputs build error 2019-08-28 20:32:48 -05:00
bc5a9d6879 fputs is now a single message 2019-08-28 20:32:14 -05:00