3e36834751
aoc2024: Implement day10 solution
581caff638
BuildSystem: Install base sysroot only once
8b612ba547
aoc2024: Implement day9 solution
90820f24a4
BAN: Make HashMap::{insert,emplace}{,_or_assign} return an iterator
12a37500b0
Kernel: Fix triple-fault in vitual tty
3ae6ffdb01
ports/tcc: Create usr/include/sys/ucontext.h
c4e76b391e
aoc2024: Implement day8 solution
cf9ba737f0
aoc2024: Implement day7 solution
2d0690ae2d
Kernel: Cleanup most of syscalls dealing with files
71a2d0971f
Kernel: Remove unnecessary reverse from VFS file search
3bf57e0748
Kernel: Add . and .. entries to /proc/<pid> directories
fe192e07fb
General: Update README feature list
51b6329c86
Kernel: Make backspace \b and delete 0x7F
72d9e4c1e7
Kernel: Remove accidental debug prints from fcntl syscall
cb7d5c9d09
userspace: Implement `dirname` utility
097ab82529
userspace: Implement `basename` utility
ccb603d77f
aoc2024: Implement day5 solution
d7b02db832
aoc2024: Implement day4 solution
56cc5da9fb
userspace: Implement `ln` utility
8fa443879c
ports: Add working tcc port!
3a465cb94f
DynamicLoader: Don't write to pltgot if it does not exist
49133dce48
Kernel: Make pipe check data every 100ms
3b7b6beca5
ports: Allow using banan-os cmake toolchain file for ports
0dd81328ff
ports: Unconditionally compile banan-os before building ports
a668593e6b
ports: Don't update ports on every build
3a5a22511a
aoc2024: Implement day3 solution
4149748766
Kernel: Add missing include in ACPI headers
783627c315
LibC: Fix time.h sigevent defition
1ff6aa1748
aoc2024: cleanup day1 solution
6662dc4a8d
aoc2024: fix `full` runner search path for solutions
d6b170e274
aoc2024: implement day1 solution
11cac7a646
aoc2024: prepare programming environment
1f5073d0ac
ports/doom: Allow doomgeneric to write directly to window framebuffer
8dbbbc1a1a
Kernel: Add command line option `readonly`
f985673dc3
LibGUI: Add API to retrieve Window's underlying framebuffer