Bananymous
  • Joined on 2023-09-10
Bananymous pushed to main at Bananymous/banan-os 2024-02-25 19:33:54 +00:00
264eff3ad0 Kernel: Cleanup kmalloc VirtualRange creation
05c7b21b0a Kernel: Print to debug log ICMP unreachable messages
40b626b0aa Kernel: Rewrite all kernel mutexes
6ebfe05fce BAN: Add parenthesis in ASSERT macros
Compare 4 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-02-23 11:43:22 +00:00
59abb5d344 Kernel: Make HPET read_main_counter() atomic with 32 bit main counter
9594ee8e47 Kernel: Start making device numbers unique for each device
7a4ec7f7a3 Kernel: Use static_cast instead of c-style cast in HPET
51db1706e9 Kernel: Fix checking of partition boundaries on write
ac9e71d9c7 LibC: Fix parsing mode from string
Compare 15 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-02-14 15:24:13 +00:00
1f467580ee Userspace: Add test for popen
1ba883719a LibC: Implement popen and pclose
f73e954b28 Kernel: Remove SpinLock from Pipe
de629291b9 LibC: Implement freopen, rewind and fix bugs in code
7eb5d220fd Userspace: Implement getopt for testing libc getopt()
Compare 16 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-02-12 20:12:08 +00:00
9314528b9b Kernel: Improve syscall handling
78ef7e804f BAN: Implement bit_cast
3fc1edede0 Kernel/LibC: Implement super basic select
f50b4be162 Kernel: Cleanup TCP code
ccde8148a7 Userspace: Implement basic udp test program
Compare 21 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-02-08 01:16:26 +00:00
49889858fa Kernel: Allow chmod on TmpSocketInode
2424f38a62 Userspace: Implement super simple DNS resolver in userspace
218456d127 BAN: Fix some includes
e7dd03e551 Kernel: Implement basic connection-mode unix domain sockets
0c8e9fe095 Kernel: Add operator bool() for WeakPtr
Compare 22 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-02-03 17:49:08 +00:00
79897e77dc dhcp-client: Remove packet send test :D
649e9f4500 Kernel: ARP now replies to requests
3a6d31d3fa BAN: Add comparison for MAC
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-02-03 00:41:38 +00:00
2138eeb87f Userspace: Implement super simple DHCP client
102aa50a41 BuildSystem: Use E1000E network controller in qemu
5cfe249945 Kernel: Cleanup network code and implement basic ARP request
a0138955cd Kernel: Implement barebones arp table
e1ffbb710b Kernel/LibC: Implement basic ioctl for network addresses
Compare 20 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-31 22:07:27 +00:00
9213dd13bc dd: Improve output format
4273f43be1 BAN: Move placement new to its own file and fix includes
139bb5c2a5 Kernel: Fix linker script
95e861bcdd Kernel: Optimize all SpinLocks. All locking operations are atomic
Compare 4 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-29 23:21:23 +00:00
ca8e7b40bc Kernel: Implement SpinLock without CriticalScope
cc79f55817 BAN: Add compare_exchange to atomic
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-29 23:08:07 +00:00
c2053ed3dd Kernel: Implement SpinLock without CriticalScope
f3408bb0df BAN: Add compare_exchange to atomic
a1faa836c5 Kernel: Hack NVMe controller to work :)
1f8aaa6fba Toolchain: Add insmod all_video to uefi grub
6bfe833aa5 Kernel: Parse RSDP from multiboot headers if exists
Compare 12 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-24 09:54:37 +00:00
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
Compare 5 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-17 07:27:06 +00:00
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
Compare 12 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-10 13:00:21 +00:00
c1f0704fa8 fi keymap: Fix arrow key keycodes
64a63fa4be Userspace: Add loadkeys program to change keymap
ab39c6541a Kernel: Require keymap loading superuser privileges
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-10 12:48:34 +00:00
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
Compare 10 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-04 17:50:40 +00:00
40f55be587 Userspace: Write simple mouse test program
54c811ac2e Kernel: Fix some mouse scrolling bugs and cleanup event generation
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-04 17:41:11 +00:00
e524fa82b2 Userspace: Write simple mouse test program
6768f21c04 Kernel: Fix some mouse scrolling bugs and cleanup event generation
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-04 10:18:14 +00:00
12a78c822e Kernel: Explicitly construct ByteSpan from Span<uint8_t>
e45b544a39 Kernel: Implement PS/2 mouse driver
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-04 10:13:03 +00:00
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
Compare 9 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-03 16:31:49 +00:00
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
Compare 4 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-01-03 00:36:33 +00:00
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)
Compare 3 commits »