af80bad87a
BuildSystem: Allow running custom version of cmake
87272f0cd7
BuildSystem: Create build directory if it doesn't exists
8b5e437936
AOC2023: Implement day25 part1
3939da4fb0
BuildSystem: Increase image size 50MiB -> 500 MiB
d87fa1a7ea
AOC2023: Implement day24 part1
910a57089b
AOC2023: Implement day23 part1
861bf27e96
BAN: Implement abs()
36590fb5c7
AOC2023: Implement day21 part1
ce990c3026
AOC2023: Implement day20 part1
b833239a82
BAN: Make hashmap work with non-copy constructable values
3963afe343
BAN: Add unstable version of hash map
3b21cc90ae
AOC2023: Add helper for downloading puzzle input
4e900804b8
AOC2023: Implement day16
9ec733904f
AOC2023: Implement day15
3352640d09
LibC: strlen had to be marked not optimized...
f46240e879
AOC2023: Implement day14
68627995f8
AOC2023: Implement day13
951eac6bfa
Kernel: Implement hacky non-block read for ps2 keyboard
0833d7b43f
Kernel: Allow opening files with O_NONBLOCK
1cd5b3c20c
LibC: Fix stpncpy
840cd80994
AOC2023: Implement day14
432a9847a8
AOC2023: Implement day13
a8300d7a82
Kernel: Implement hacky non-block read for ps2 keyboard
ed54f128bc
Kernel: Allow opening files with O_NONBLOCK
0c208fa526
LibC: Fix stpncpy
dd936f54a4
rm: Use remove instead of unlink for removing files
6655329c5c
AOC2023: Fix day3 implementation
081307aea4
LibC: Implement rmdir in unistd.h
71e4f08397
LibC: Implement more functions to string.h
7293434350
LibC: Implement basic version of system() this assumes Shell exists
60201ec28a
LibC+userspace: Make everything compile with -Wall -Wextra -Werror
7298e6ba5d
AOC2023: Implement day10
773e92fece
Kernel: Make ext2 fs work with block sizes != 1024
acbded514c
ls: Rewrite whole program for cleaner output
343c146c61
LibC: Remove unnecessary RWX mask definition
70f37295ba
ls+stat: show setuid, setgid and sticky bits
e4ed65b897
Kernel: Add framebuffer information to kernel image
75579f15d4
Bootloader: Search framebuffer information from kernel memory
fbe75b6d63
Bootloader: Generalize framebuffer video mode search
50b0413483
AOC2023: Implement day9
7ce284f38c
BAN: Rewrite heap sort
1e929ffc9d
BAN: Restructure sort functions and namespaces
33b3c8bed0
AOC2023: Implement day8
6ebe698218
AOC2023: Use the default sort algorithm
d11392c980
BAN: Add default sort. This is wrapper around sort_intro
a990143628
BAN: Implement intro sort
66630bd5eb
BAN: Add less than operator for iterator
918657b658
Shell: do path resolution only if command doesn't contain '/'
9781cc5d16
Kernel: Remove obsolete Scheduler::is_valid_tid()
6ed6fb6f78
Kernel: Make Inodes use the new lock
39170a437e
Kernel: Implement RecursivePrioritySpinLock
d824449ddb
AOC2023: Use quick sort in solution
8aa137bdfe
BAN: implement quick sort and test for it
d37b59b2df
BAN: Fix simple iterator operator--()
412aa05feb
BAN: implement exchange sort and test for it
44358a9182
BAN: add value_type to iterators
e811fc0be5
Userspace: Implement barebones sudo
0389fbe88d
Kernel: Appreciate setuid and setgid bits executables
d7e362aef8
LibC: Implement basic execvp
32be14fdb0
LibC: Implement and fix some string.h functions
91ee80ea86
Kernel: Make sys_nanosleep interruptable by signals