Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-02 | very good this is | Marvin Borner | |
2021-02-25 | Applied even more warning flags! | Marvin Borner | |
Fixing all the warnings wasn't that easy actually.. | |||
2021-02-25 | Added *many* static keywords | Marvin Borner | |
2021-02-14 | Message waiting and more! | Marvin Borner | |
2021-02-09 | Quite many message queue fixes and impl start | Marvin Borner | |
2021-02-07 | Added poll syscall | Marvin Borner | |
2021-01-20 | Added proc wait struct with function | Marvin Borner | |
2021-01-15 | Implemented basic dev ready-state waiting | Marvin Borner | |
2021-01-13 | VFS ready function and read yielding | Marvin Borner | |
2021-01-11 | Much work.. | Marvin Borner | |
2021-01-09 | Let's make a procfs for IPC instead | Marvin Borner | |
2021-01-09 | To be continued | Marvin Borner | |
2021-01-08 | Kinda working VFS implementation | Marvin Borner | |
2021-01-07 | New read parameters | Marvin Borner | |
2021-01-07 | Started conversion to VFS | Marvin Borner | |
2020-12-03 | Quite important network stuff | 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-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-18 | Added browser and many networking things | Marvin Borner | |
2020-11-18 | Started libnet | Marvin Borner | |
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |
2020-10-25 | Some fixes :) | Marvin Borner | |
2020-09-19 | Cleaned syscalls | Marvin Borner | |
2020-09-16 | Added *very* basic keymap parsing | 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-03 | Moved test to app | 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 | 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 | 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 unmap | Marvin Borner | |
2020-08-16 | Added support for two-byte scancodes | 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 | Added some syscall wrappers | 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 | |