Bananymous
  • Joined on 2023-09-10
Bananymous pushed to main at Bananymous/banan-os 2023-12-26 20:07:00 +02:00
8b5e437936 AOC2023: Implement day25 part1
3939da4fb0 BuildSystem: Increase image size 50MiB -> 500 MiB
d87fa1a7ea AOC2023: Implement day24 part1
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-26 00:57:21 +02:00
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
Compare 19 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-19 22:28:20 +02:00
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...
Compare 7 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-19 21:41:58 +02:00
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
Compare 1006 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-19 02:49:59 +02:00
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
Compare 9 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-14 11:06:01 +02:00
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
Compare 12 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-11 14:36:43 +02:00
27dfc42d11 AOC2023: Implement day11
Bananymous pushed to main at Bananymous/banan-os 2023-12-10 20:19:22 +02:00
a3e1d41a03 AOC2023: Remove unnecessary loop
Bananymous pushed to main at Bananymous/banan-os 2023-12-10 19:24:26 +02:00
60201ec28a LibC+userspace: Make everything compile with -Wall -Wextra -Werror
7298e6ba5d AOC2023: Implement day10
773e92fece Kernel: Make ext2 fs work with block sizes != 1024
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-10 01:05:55 +02:00
acbded514c ls: Rewrite whole program for cleaner output
343c146c61 LibC: Remove unnecessary RWX mask definition
70f37295ba ls+stat: show setuid, setgid and sticky bits
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-09 19:09:32 +02:00
0648d0d653 AOC2023: Cleanup day9 code
Bananymous pushed to main at Bananymous/banan-os 2023-12-09 17:37:07 +02:00
e4ed65b897 Kernel: Add framebuffer information to kernel image
75579f15d4 Bootloader: Search framebuffer information from kernel memory
fbe75b6d63 Bootloader: Generalize framebuffer video mode search
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-09 16:23:14 +02:00
50b0413483 AOC2023: Implement day9
7ce284f38c BAN: Rewrite heap sort
1e929ffc9d BAN: Restructure sort functions and namespaces
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-08 17:14:41 +02:00
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
Compare 15 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-07 13:39:11 +02:00
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
Compare 4 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-07 11:55:35 +02:00
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
Compare 7 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-07 07:57:09 +02:00
d79703063f AOC2023: implement day7
Bananymous pushed to main at Bananymous/banan-os 2023-12-06 18:24:06 +02:00
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
Compare 8 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-06 13:14:04 +02:00
094978b8d1 LibC: make sleep() set errno if sleep woke up early
d48839cf75 Kernel: Make sleep syscall interruptable
56b6b1685d Userspace: implement basic sleep command
e3d15ca905 Shell: Handle keyboard input that was interrupted by signal
b334904427 Kernel: Rework all signal code
Compare 8 commits »
Bananymous pushed to main at Bananymous/banan-os 2023-12-05 10:04:02 +02:00
e63820ba7b LibC: cleanup and fix fgets