Bananymous
  • Joined on 2023-09-10
Bananymous pushed to main at Bananymous/banan-os 2024-05-31 03:03:21 +03:00
011a5f57e1 WindowServer: Add title bars and clean up code
84b3289a2a Kernel: Move Scheduler::yield() lock check after interrupts disabled
b760892de2 Kernel: Make pselect use nanosecods instead of milliseconds
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-29 20:03:35 +03:00
6840a8983c Kernel: Make sure MSB is not set on SMO keys
a1b3490764 Kernel: Improve random number generation for unsigned types
076f1efecb Kernel: Fix 32 bit fast page locking
Compare 3 commits »
Bananymous commented on issue Bananymous/banan-os#6 2024-05-29 19:15:04 +03:00
libstdc++ build is not working

Fixed by removing libstdc++ requirement from getlogin() (in b23511edb1).

Bananymous closed issue Bananymous/banan-os#6 2024-05-29 19:15:04 +03:00
libstdc++ build is not working
Bananymous pushed to main at Bananymous/banan-os 2024-05-29 19:14:23 +03:00
b23511edb1 LibC: Don't use BAN inside pwd.cpp
53e572f072 Kernel: Fix s_fast_page_lock type on 32 bit target
Compare 2 commits »
Bananymous opened issue Bananymous/banan-os#6 2024-05-29 18:47:09 +03:00
libstdc++ build is not working
Bananymous pushed to main at Bananymous/banan-os 2024-05-29 16:09:04 +03:00
c2b6ba0d5a Userspace: Start work on GUI and WindowServer
d4d530e6c8 Kernel: Implement basic shared memory objects
99270e96a9 Kernel: Lock debug lock while printing fault details
4bf7a08c80 Kernel: Allow SYS_PSELECT to work with timeout of zero
3823de6552 Kernel: Add templated get function for Random
Compare 13 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-27 15:57:02 +03:00
a1ab44d39f Kernel: Optimize disk reads to read multiple sectors at once
8b1514e575 Kernel: Make all storage devices readable and writable
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-26 20:09:21 +03:00
2d3810874d Kernel: Fix thread signal handling
a4c634e4bf Sysroot: Fix us keymap bracket keys
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-25 20:51:39 +03:00
2a4d986da5 Kernel: Add preliminary support for PCIe
3b18730af6 BuildSystem: Don't build libstdc++ as libc is not complete enough
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-24 14:17:31 +03:00
df260fe0e8 Kernel: Process::validate_pointer_access now maps the whole range
2be4fe8404 Kernel: Make PageTable::s_fast_page_lock non-recursive
7db7cfe20f BuildSystem: Only use kvm if user has rw access
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-23 15:45:32 +03:00
cc2cc2849e Whoami: Rewrite whoami using getlogin
06f4b0b29a BAN: Make String and StringView header only
e22821799b LibC: Implement getlogin()
14dd9294aa LibC: Add _POSIX constants to limits.h
83e3409bd8 Kernel/LibC: Update SYS_SEEK to return new offset and implement lseek
Compare 7 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-21 01:56:49 +03:00
e77de1804f Kernel: Fix some race conditions in TCP stack
e00b92225d Kernel: Fix E1000 interrupt handling condition
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 21:07:21 +03:00
ee8fca9439 General: Update discord badge
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 20:53:52 +03:00
850e722281 General: Update discord badge
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 20:50:56 +03:00
adc562feb8 General: Add simple contribution guide lines
Bananymous pushed to main at Bananymous/banan-os 2024-05-20 20:11:16 +03:00
af8fa4014f BuildSystem: Always download cmake instead of using host's
Bananymous pushed to main at Bananymous/banan-os 2024-05-12 02:14:48 +03:00
08415b0e8f General: Remove submodule info from README
Bananymous pushed to main at Bananymous/banan-os 2024-05-07 14:16:39 +03:00
967f9a9174 Shell: Ignore tab as that just fucks up formatting
Bananymous pushed to main at Bananymous/PoPL 2024-04-30 01:34:19 +03:00
882607b13d Add LICENSE