e544e6a62d
LibC: Implement floating point parsing to *scanf functions
606a7cb313
LibC: Implement almost POSIX compliant *scanf functions
de4fdcd898
BAN: Implement is_base_of and integral_constant to Traits
2c471a89d0
LibC: Add compile option to libc to stop optimizing string.h
a5660b95b2
BAN: String don't memcpy with nullptr
54a92293da
Kernel: Implement NVMe driver
812e9efd41
Kernel: StorageDevices now specify prefix for partition names
c6130f33d7
Kernel: Implement MSI, MSI-X and interrupt reservation
56a29dc176
Kernel: Fix PS/2 Controller if port 0 is empty
7e36a0be75
Bootloader: Add .data section
c1f0704fa8
fi keymap: Fix arrow key keycodes
64a63fa4be
Userspace: Add loadkeys program to change keymap
ab39c6541a
Kernel: Require keymap loading superuser privileges
51214ea1bf
Kernel: Add load_keymap syscall and load Finnish keymap in init
8f89519bcf
Kernel: Keymaps can now be loaded from files
e6d42e5c45
Kernel: Add timeout for device commands on PS/2 devices
961ab9768a
Kernel: KeyEvent is now well known keycode
e4f48cbc73
Kernel: Move PS/2 command queue to controller instead of device
40f55be587
Userspace: Write simple mouse test program
54c811ac2e
Kernel: Fix some mouse scrolling bugs and cleanup event generation
e524fa82b2
Userspace: Write simple mouse test program
6768f21c04
Kernel: Fix some mouse scrolling bugs and cleanup event generation
12a78c822e
Kernel: Explicitly construct ByteSpan from Span<uint8_t>
e45b544a39
Kernel: Implement PS/2 mouse driver
969e07f0a2
Kernel: Explicitly construct ByteSpan from Span<uint8_t>
26da057ac4
Kernel: Implement PS/2 mouse driver
d1e187570e
Kernel: Fix old keyboard command
d4191c0d94
Kernel: Reorganize PS/2 files to their own directory
c2957d8761
Kernel: PS/2 device automatically sends commands when appended
ccaa159a73
Bootloader: Add support for ext2 blocks up to 4 KiB
7356a83a44
Bootloader: Optimize some unnecessary branches on carry add/sub
2a68df81e2
Bootloader: Fix bootloader on bochs
50ca2ac09e
Bootloader: Interpret 0x7F (DEL) as backspace
b0ff2392a1
Kernel: Add some helpful debug prints
001e95f973
Kernel: Optimize sse saving/loading
db0650cf10
LibC: Implement basic atexit. This allows clean exit from doom (soon)
753de3d9f0
ls: Write group name instead of gid in list mode
668c4c8976
LibC: Implement getgrnam and getgrgid
d2bc399770
BAN: Make StringView::split const and fix bug with empties
3ad6fdfa39
Kernel: Implement supplementary groups
96d831c31a
Kernel/LibC/Userspace: Implement chown and set tty owner on login
07d5d3f936
BAN: Simple iterator now contains valid flag