Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06 | Made exec syscall relative using app name | Marvin Borner | |
My plan is to implement a mobile-OS-like sandboxing using manifests and permission middlewares. Let's see if I can manage to do this without sacrificing too much performance. I'm also wondering whether I should implement open/close syscalls which would result in a cleaner block/unblock mechanism. I need to think. Hmmm.. Naa | |||
2021-04-05 | Restructured make layout and cleaned some apps | Marvin Borner | |
2021-04-05 | Added some documentation | Marvin Borner | |
2021-04-04 | Implemented basic user program ASLR | 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 | Replaced target macros | Marvin Borner | |
2021-04-01 | Hardened entire system | Marvin Borner | |
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf. | |||
2021-04-01 | Started WM improvements | Marvin Borner | |
2021-03-30 | Basic FEN parsing, buggy af | Marvin Borner | |
The entire GUI system is kinda buggy and sluggish. Might need to rethink some design choices. I've got some ideas to improve everything though. | |||
2021-03-30 | Widget fg/bg and gfx filters | Marvin Borner | |
2021-03-29 | Added more GUI stuff | Marvin Borner | |
2021-03-28 | Fun with widgets | Marvin Borner | |
2021-03-28 | Added ring0 privileges to kernel processes | Marvin Borner | |
This enables a more efficient idling process using the hlt instruction. The context-switching is a bit slower now, too. I have to look into that. | |||
2021-03-26 | Renamed libs | Marvin Borner | |
Cleaner and more flexible. | |||
2021-03-25 | Implemented window moving | Marvin Borner | |
Really slow right now, need to optimize some stuff | |||
2021-03-24 | Huge GUI improvements | Marvin Borner | |
2021-03-21 | Added hashing functions | 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-20 | Even more fixes! :^) | Marvin Borner | |
2021-03-17 | Awesome! | Marvin Borner | |
2021-03-16 | Cleanup and atexit | Marvin Borner | |
2021-03-15 | System hardening and errno impl | Marvin Borner | |
2021-03-14 | Maaany fixes :) | Marvin Borner | |
I don't have the motivation to write better commit messages... | |||
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-12 | Boots successfully... | Marvin Borner | |
2021-03-12 | Let's gooo! | Marvin Borner | |
2021-02-27 | Some window magic! | Marvin Borner | |
2021-02-26 | Removed serial driver from userspace | Marvin Borner | |
2021-02-26 | Full UBSan support - many fixes! | Marvin Borner | |
2021-02-25 | Added some debugging features | Marvin Borner | |
I've tried to track down the bugs with kvm and q35 but I didn't manage to do it - yet! I'll probably look into it soon. | |||
2021-02-25 | Applied even more warning flags! | Marvin Borner | |
Fixing all the warnings wasn't that easy actually.. | |||
2021-02-25 | Small testing suite improvements | Marvin Borner | |
2021-02-25 | Added *many* static keywords | Marvin Borner | |
2021-02-25 | Updated makefiles | Marvin Borner | |
2021-02-25 | Whoops | Marvin Borner | |
2021-02-24 | Alrighty | Marvin Borner | |
2021-02-24 | Awesome indeed | Marvin Borner | |
2021-02-23 | You wouldn't believe how long this took to find | Marvin Borner | |
NASTY BUGS! | |||
2021-02-22 | Started new frontend lib | Marvin Borner | |
2021-02-22 | Some improvements | Marvin Borner | |
2021-02-22 | Further rectangle extraction | Marvin Borner | |
Thanks to @LarsVomMars for the help :) | |||
2021-02-21 | Started rectangle generation | Marvin Borner | |
2021-02-20 | Started rectangle based redraw | Marvin Borner | |
2021-02-18 | Fixed text writing | Marvin Borner | |
2021-02-18 | Switched to default lodepng version | Marvin Borner | |
This should be a bit faster and less buggy | |||
2021-02-18 | Started GUI rewrite | Marvin Borner | |
It's a mess right now.. | |||
2021-02-16 | Okay! | Marvin Borner | |
2021-02-14 | Message waiting and more! | Marvin Borner | |
2021-02-10 | Fixed test script | Marvin Borner | |
2021-02-10 | Print to streams instead of serial console | Marvin Borner | |
2021-02-09 | Quite many message queue fixes and impl start | Marvin Borner | |
2021-01-21 | Implementing new features... | Marvin Borner | |
2021-01-10 | Started procfs | Marvin Borner | |
2021-01-09 | To be continued | Marvin Borner | |
2021-01-09 | Finding memory leaks is SO exhausting argh | Marvin Borner | |
2021-01-08 | Major IDE/ATA driver rewrite | Marvin Borner | |
This adds non-hardcoded multi-disk support. I just need to remove the boot/load.c loader and fix the max bootloader ext2 loading size. After that's done I'll try running it on real hardware. | |||
2021-01-08 | Button "animation" | Marvin Borner | |
2021-01-08 | Kinda working VFS implementation | Marvin Borner | |
2021-01-07 | Several things | Marvin Borner | |
Sorry :D | |||
2020-12-06 | Some things that annoyed me | Marvin Borner | |
2020-12-06 | Added killing combo | Marvin Borner | |
Isn't that dangerous though | |||
2020-12-05 | Some casual network fixes | Marvin Borner | |
2020-12-03 | Quite important network stuff | Marvin Borner | |
2020-11-29 | Big steps towards working window resizing | Marvin Borner | |
Found some other bugs too | |||
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 redrawing of all previous elements | Marvin Borner | |
2020-11-28 | Kinda-working renderer | Marvin Borner | |
2020-11-28 | Started window resize support | Marvin Borner | |
2020-11-28 | Fixed file manager | Marvin Borner | |
Idk how I could miss that... | |||
2020-11-24 | Started HTML rendering | Marvin Borner | |
2020-11-24 | Added port support in URLs | 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-23 | Fixed some XML/HTML parsing bugs | Marvin Borner | |
2020-11-23 | Fixed many things in XML indenting | Marvin Borner | |
2020-11-23 | Ported sxml library | Marvin Borner | |
2020-11-22 | Added file-based HTTP server | Marvin Borner | |
And fixed/added some other things | |||
2020-11-22 | Added HTTP response things | Marvin Borner | |
Very specific. | |||
2020-11-22 | Added percentage-based GUI system | Marvin Borner | |
2020-11-21 | Added magic DNS algorithm | Marvin Borner | |
Coffein helped me write this lol. It's actually pretty dumb but WTH - it works! | |||
2020-11-21 | Fixed TCP/HTTP serving | Marvin Borner | |
2020-11-21 | Added browser IP address support | Marvin Borner | |
2020-11-20 | Ported upng library | Marvin Borner | |
This results in a faster boot and smaller files. | |||
2020-11-20 | Fixed some network race conditions | Marvin Borner | |
2020-11-19 | Added some color | Marvin Borner | |
2020-11-19 | Reimplemented basic webserver | Marvin Borner | |
2020-11-19 | Less magic, thx Lars | Marvin Borner | |
2020-11-18 | HTTP and browser stuff | Marvin Borner | |
2020-11-18 | Added browser and many networking things | Marvin Borner | |
2020-11-18 | Started libnet | Marvin Borner | |
2020-11-18 | Fixed unrecognized special keys | Marvin Borner | |
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |