Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-01 | Timing is everything | Marvin Borner | |
2021-06-19 | Improved bus and device management | Marvin Borner | |
2021-06-18 | Renamed device prefix from 'io_' to 'dev_' | Marvin Borner | |
2021-06-08 | Process exit improvements | Marvin Borner | |
2021-06-02 | Huge scheduler rewrite and other things | Marvin Borner | |
2021-05-23 | Cleanup, linting, formatting | Marvin Borner | |
2021-05-20 | Major restructuring | Marvin Borner | |
2021-04-30 | Some small fixes here and there | Marvin Borner | |
2021-04-25 | Chu chuu, using the bus for everything now! | Marvin Borner | |
Well, I know: bus != train. But I like trains. So I don't care. Go away! | |||
2021-04-16 | New elegant I/O blocking solution | Marvin Borner | |
This is done using an internal scheduler syscall (127). Very nice! | |||
2021-04-15 | Basic block/unblock | Marvin Borner | |
2021-04-14 | Even more I/O - started new PS/2 driver | Marvin Borner | |
2021-04-13 | Started IO dev manager | Marvin Borner | |
2021-04-10 | Some changes here and there | Marvin Borner | |
2021-04-05 | Added new randomization features | Marvin Borner | |
2021-04-03 | Enabled SMAP/SMEP protections | Marvin Borner | |
2021-04-02 | Added kernel section clear/protect after init | Marvin Borner | |
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data. | |||
2021-04-02 | Huge scheduling/proc-management improvements | Marvin Borner | |
2021-03-21 | Cleaner shared memory implementation | Marvin Borner | |
2021-03-21 | Hardened syscalls | Marvin Borner | |
2021-03-21 | Added basic shared memory support | Marvin Borner | |
This will be improved soon. It's very insecure right now. | |||
2021-03-20 | LGTM! | Marvin Borner | |
2021-03-19 | Some things | Marvin Borner | |
2021-03-17 | Awesome! | Marvin Borner | |
2021-03-15 | System hardening and errno impl | Marvin Borner | |
2021-03-13 | Some security measures | Marvin Borner | |
2021-03-13 | Nicü | Marvin Borner | |
2021-03-13 | Fixed test suite | Marvin Borner | |
2021-03-12 | New memory allocation algorithms | Marvin Borner | |
2021-03-12 | Started basic ioctl fb interface | Marvin Borner | |
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 | |