This website requires JavaScript.
Explore
Help
Sign In
Bananymous
0 Followers
·
0 Following
Joined on
2023-09-10
Repositories
5
Projects
Packages
Public Activity
Starred Repositories
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-17 20:41:25 +00:00
aaff5a65e1
Kernel/init: /dev/tty is now custom symlink to controlling terminal
458a362f98
Kernel: Allow kernel to pass arguments to init process
Compare 2 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-17 18:30:41 +00:00
36d07065fb
WindowServer: Optimize msync calls to synchronize less bytes
f206e72447
Kernel: Don't require msync addresses to be page aligned
58e45fb394
Kernel: Print process name on exceptions if it is available
411f32c766
WindowServer: Make select timeout more precise to hit target FPS
e1b82e4e43
WindowServer: Don't allow focusing unfocusable windows after closing
Compare 7 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-15 18:51:57 +00:00
51bfe4252d
ports/doom: download doom1.wad to common directory between archs
c96aee5740
WindowServer: Make mod+f toggle focused window fullscreen state
1c08849667
WindowServer: Draw cursor in fullscreen mode
73349e5e75
WindowServer: don't set window location to (0,0) when fullscreening
74ae411b69
WindowServer: Skip invalidation on other windows in fullscreen mode
Compare 6 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-14 21:33:33 +00:00
627c89a62d
LibGUI: Actually set window attributes when creating a window
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-14 19:07:11 +00:00
0228cd4f31
Kernel: Increase userspace stack size and decrease kernel stack
a859558840
LibGUI: Window Creation takes attributes as an argument
Compare 2 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-14 10:49:54 +00:00
04eee2ea75
ports: Add quake2 port (+two years of banan-os!)
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-14 10:47:29 +00:00
bda2c663da
WindowServer: Implement fullscreen windows
5e041e6e5a
WindowServer: Make all terminating signals exit cleanly
d19264eea8
WindowServer: Implement partial window resizing
64c52012df
Kernel: Fix MemoryRegion overlap comparison
7542e55cb2
LibC: Add option to debug userspace malloc family calls
Compare 6 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-08 00:58:35 +00:00
cf21eb4b39
TaskBar: Cleanup TaskBar string generation
da8170c5b6
LibGUI: Add support for focusable windows and mouse capturing
12bc7480e0
LibC: Implement _Exit
92862fdf39
LibC: Implement nan{,f,l} as functions
4417268ecc
BAN: only include <new> in PlacementNew.h
Compare 6 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-04 13:43:33 +00:00
a82f00cb70
BAN: Fix HashMap::{insert,emplace}_or_assign to actually assing value
1838ea5c30
Kernel: Fix pseudo terminal leaks
a356d90445
LibC: Fix libc compilation for 32 bit target
Compare 3 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-11-03 18:28:58 +00:00
a3f41fd4d9
Kernel: Cleanup disk cache
f4be37700f
Kernel/userspace: rework floating point math
ed19bb11fe
Kernel: Cleanup thread default sse initialization
07275ecb5f
BAN: Implement floating point constants in Numbers.h
2464fccadd
LibC: Fix *scanf consuming extra characters
Compare 7 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-10-18 00:54:05 +00:00
988f7b0561
ports: Fix doom port to use the new GUI events
e99a271465
Userspace: Implement basic task bar
d266c7f93b
LibGUI: Implement attributes for windows
d7e5c56e94
userspace: Use SOCK_STREAM instead of SOCK_SEQPACKET for WindowServer
ddd3b4c093
BAN: Implement is_pod type traits
Compare 6 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-10-15 21:41:47 +00:00
91381546d5
Shell: Don't crash if history file does not exist :D
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-10-15 21:22:02 +00:00
41e2b898ab
Shell: Implement history file for persistent history storage
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-10-15 20:51:04 +00:00
6e981d1222
Shell: Add support for inline environment variables
8317bb13ca
Shell: Cleanup code by defining argument types as nested types
c40f244dff
Shell: remove `env` builtin and add `type`
a6aa048be0
userspace: Implement `env` as an executable
8fd0162393
Kernel: Rewrite x86_64 page tables to use HHDM instead of kmalloc
Compare 23 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-10-07 15:32:13 +00:00
166550fbba
Kernel: Ext2 check if file exists before creating it
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-10-07 15:01:51 +00:00
3e68981b0b
userspace: Remove start-gui from shell builtins and make it an alias
6fd76e8d1e
Shell: Rewrite alias parsing to allow chained commands
dfcd15e7c4
Shell: Implement background processes with &
5fa359c28d
ls: Print file name in quotes if it contains spaces
5bcfc9dd50
Shell: Always print prompt to new line
Compare 7 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-10-07 01:12:10 +00:00
264d1798dc
Shell: Clenup code and fix some bugs
1824988b9a
Shell: Add support for simple aliases
c54d9b3f60
Shell: Implement simple tab completion for commands and files
f432d3fcf8
BAN: Cleanup Optional casting for value getters
4f7828bab9
Shell: Allow escaping spaces in commands
Compare 16 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-09-30 15:28:47 +00:00
f5802ca3e5
General: Update screenshot in README
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-09-27 12:35:15 +00:00
7223e581a2
WindowServer: Fix 32 bit compilation with -Werror
2d11ce9669
Kernel: Fix interrupt system
Compare 2 commits »
Bananymous
pushed to
main
at
Bananymous/banan-os
2024-09-26 12:25:44 +00:00
e4982a1a5c
LibC: Fix printf with alternate format and zero values
cea6dedccc
Userspace: Compile programs and libraries with -Wall -Wextra -Werror
e6ed5a388d
BuildSystem: Export compile commands for clangd
b89fc3fe87
Kernel: Implement ANSI SGR 7 to invert colors
57ae74f908
Terminal: Implement more ANSI escape handling
Compare 8 commits »
First
Previous
...
7
8
9
10
11
...
Next
Last