Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-10 | Started VFS | Marvin Borner | |
I have plans to remove the whole event system and make everything a file - just like Unix does. It's way easier that way actually. | |||
2020-12-05 | Some casual network fixes | Marvin Borner | |
2020-12-03 | Quite important network stuff | Marvin Borner | |
2020-11-29 | Fixed some things | Marvin Borner | |
I'm currently working on a huge commit, but it doesn't work.. WAIT AND SEE! | |||
2020-11-28 | Fixed process wake up without data receiving | Marvin Borner | |
2020-11-24 | Started HTML rendering | Marvin Borner | |
2020-11-24 | Fixed timer counting with yield() | Marvin Borner | |
2020-11-24 | Added userspace-based network timeout | Marvin Borner | |
The network in my whole city is down right now, so I've done some error catching using timeouts etc without the kernel blocking everything. Not having internet is exhausting though :( | |||
2020-11-22 | Added file-based HTTP server | Marvin Borner | |
And fixed/added some other things | |||
2020-11-21 | Fixed TCP/HTTP serving | Marvin Borner | |
2020-11-21 | Added TCP RST support | Marvin Borner | |
2020-11-21 | Added net_installed check | Marvin Borner | |
2020-11-20 | Added stat syscall | Marvin Borner | |
This currently only returns the file size, other stats will follow soon! | |||
2020-11-20 | Some fixes here and there | Marvin Borner | |
Ya, professional commit messages as always | |||
2020-11-20 | Fixed some network race conditions | Marvin Borner | |
2020-11-19 | Reimplemented basic webserver | Marvin Borner | |
2020-11-18 | Added browser and many networking things | Marvin Borner | |
2020-11-18 | Started libnet | Marvin Borner | |
2020-11-15 | Added DNS errors | Marvin Borner | |
2020-11-14 | Some fixes | Marvin Borner | |
I WAS BUG-SEARCHING FOR SEVERAL HOURS WHYYYY, WHEEERE, AAAAAH | |||
2020-11-14 | Added ugly dns implementation | Marvin Borner | |
2020-11-14 | Added udp sockets | Marvin Borner | |
2020-11-13 | Many small network improvements | Marvin Borner | |
2020-11-13 | Removed some useless code | Marvin Borner | |
I spent several hours tracing the bug that followed me since months, but I haven't found it yet :( Where are you, HEISENBUG?! | |||
2020-11-10 | Fixes | Marvin Borner | |
yup | |||
2020-11-10 | Oops, I'm dumb | Marvin Borner | |
I believe I was wrong in my previous commit message. Let's see... | |||
2020-11-09 | Removed non-net support and fixed some bugs | Marvin Borner | |
2020-11-09 | Added subnet mask etc | Marvin Borner | |
This doesn't work right now due to the strange alignment, memory, whatever bugs I have somewhere. I'm gonna fix them next! I guess.. | |||
2020-11-08 | Added sockets, requests and net wrappers | Marvin Borner | |
2020-11-08 | Started socket implementation | Marvin Borner | |
2020-11-08 | Probably fixed packet dropping | Marvin Borner | |
2020-11-07 | Fixed TCP handling, basic HTTP server | Marvin Borner | |
2020-11-05 | TCP.. | Marvin Borner | |
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |
2020-11-04 | Further TCP work | Marvin Borner | |
Can now send ACKs with correct checksum | |||
2020-11-03 | Started TCP implementation | Marvin Borner | |
2020-11-02 | Better logging | Marvin Borner | |
2020-11-02 | Improved error handling in rtl driver | Marvin Borner | |
2020-11-01 | New (working!) network approach | Marvin Borner | |
2020-11-01 | Added files demo and needed functions | Marvin Borner | |
2020-11-01 | New binary directory structure | Marvin Borner | |
2020-10-26 | Optimizations | Marvin Borner | |
2020-10-25 | Some fixes :) | Marvin Borner | |
2020-09-28 | Added icmp checksum, identifier and sequence | Marvin Borner | |
2020-09-27 | Networky things | Marvin Borner | |
Idk, really | |||
2020-09-27 | Added UDP, DHCP, ARP | Marvin Borner | |
Quite awesome, IMHO | |||
2020-09-26 | Very simple icmp ping handling | Marvin Borner | |
2020-09-26 | Some random network things | Marvin Borner | |
2020-09-24 | Restructured network stack | Marvin Borner | |
2020-09-19 | Cleaned syscalls | Marvin Borner | |
2020-09-16 | Added *very* basic keymap parsing | Marvin Borner | |
2020-09-15 | Some code improvements. | Marvin Borner | |
I know, my commit messages are getting worse... | |||
2020-09-14 | Some GUI fixes | Marvin Borner | |
2020-09-12 | Some casual bug fixes | Marvin Borner | |
2020-09-11 | Removed wait syscall - whoopsidoo! | Marvin Borner | |
2020-09-07 | Added wait syscall. | Marvin Borner | |
This makes a process sleep until it receives a new message (no polling!). I thought that this will result in performance improvements but I haven't noticed any, yet. Maybe I'll remove this again in the future.. | |||
2020-09-06 | Fixed GPF on non-existent exec | Marvin Borner | |
2020-09-05 | Improved scheduler | Marvin Borner | |
2020-09-03 | Moved test to app | Marvin Borner | |
2020-08-30 | Added kernel testing suit | Marvin Borner | |
2020-08-27 | Kinda fixed wallpapers | Marvin Borner | |
2020-08-27 | Added doubly indirect pointer support | Marvin Borner | |
2020-08-26 | Started stack allocator. | Marvin Borner | |
This will replace the current linear allocator so we can free and realloc memory correctly. This is especially important for the window resizing due to a fixed LFB size. | |||
2020-08-25 | Some optimizations or sth | Marvin Borner | |
2020-08-24 | Removed async events | Marvin Borner | |
2020-08-23 | Added bmp loading and other stuff | Marvin Borner | |
2020-08-23 | How did this work before?! | Marvin Borner | |
I used r->eax instead of r->ebx in malloc :O | |||
2020-08-22 | Some window fb and yield implementation | Marvin Borner | |
2020-08-22 | Fixed events | Marvin Borner | |
2020-08-22 | Added *very* basic polling ipc | Marvin Borner | |
2020-08-22 | Added random number generator | Marvin Borner | |
2020-08-22 | Added event resolving | Marvin Borner | |
2020-08-22 | Added proc event list | Marvin Borner | |
2020-08-22 | Added quantum counter | Marvin Borner | |
2020-08-22 | Small fixes | Marvin Borner | |
2020-08-22 | Fixed some TODOs | Marvin Borner | |
2020-08-22 | Switched proc linked list to libc list | Marvin Borner | |
2020-08-21 | Finished proper return of processes | Marvin Borner | |
2020-08-21 | Some things here and some things there | Marvin Borner | |
2020-08-17 | Added event descriptor | Marvin Borner | |
2020-08-17 | Added event unmap | Marvin Borner | |
2020-08-17 | Fixed mapping of multiple events of same type | Marvin Borner | |
2020-08-16 | Added support for two-byte scancodes | Marvin Borner | |
2020-08-16 | Added scancode list and resolver | Marvin Borner | |
2020-08-16 | Added events and map syscall | Marvin Borner | |
2020-08-16 | Added WM and exec parameters | Marvin Borner | |
2020-08-16 | Added psf/gui to libgui | Marvin Borner | |
...and some other things | |||
2020-08-15 | Removed vesa from kernel | Marvin Borner | |
2020-08-15 | Added libgui | Marvin Borner | |
2020-08-15 | Added some syscall wrappers | Marvin Borner | |
2020-08-15 | Reverted PIE binaries and fixed userspace lib | Marvin Borner | |
2020-08-15 | Some elf things | Marvin Borner | |
2020-08-14 | Fixed linebreak on directories | Marvin Borner | |
2020-08-10 | Started elf parser/loader | Marvin Borner | |
2020-08-09 | Added malloc/free syscall | Marvin Borner | |
2020-08-09 | Added syscall templates | Marvin Borner | |
2020-08-09 | Heavy restructuring of libc, kernel and apps | Marvin Borner | |