Bananymous
  • Joined on 2023-09-10
Bananymous pushed to main at Bananymous/banan-os 2024-06-25 16:36:15 +00:00
66905fcc08 http-server: Make http-server actually usable
af4b138094 Kernel/LibC: Implement realpath
3c57e05a65 BAN: Implement hash for StringView
25099b4c98 Kernel: Don't validate O_SEARCH for non-directories
Compare 4 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-06-25 08:08:33 +00:00
1ac7629459 BAN: Implement StringView::rfind()
95681a7a05 LibImage: Cleanup bicubic calculations
d7b8458a56 Kernel: Fix TCP sending
67dfe0bcf3 BAN: Allow String::formatted to fail
b1869bced4 BAN: Implement StringView::starts_with()
Compare 5 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-06-24 12:00:46 +00:00
61aa1ea11f sudo: Fix installation permissions
Bananymous pushed to main at Bananymous/banan-os 2024-06-22 14:30:34 +00:00
20aa7c79d1 BuildSystem: Fix crt file installation
Bananymous closed issue Bananymous/banan-os#7 2024-06-21 14:12:40 +00:00
Once again stdlibc++ compilation is failing
Bananymous commented on issue Bananymous/banan-os#7 2024-06-21 14:12:40 +00:00
Once again stdlibc++ compilation is failing

Fixed in 22548a3f4a64f0fd37ff18c85a902243c1e99061

Bananymous pushed to main at Bananymous/banan-os 2024-06-21 14:12:01 +00:00
22548a3f4a BuildSystem: Fix crt file installation
Bananymous pushed to main at Bananymous/banan-os 2024-06-20 22:57:48 +00:00
9e1b5cbaab BuildSystem: Cleanup CMake code to allow libc only installation
Bananymous opened issue Bananymous/banan-os#7 2024-06-20 14:39:37 +00:00
Once again stdlibc++ compilation is failing
Bananymous pushed to main at Bananymous/banan-os 2024-06-20 11:32:44 +00:00
d546b48b7a BuildSystem: Fix toolchain compilation
Bananymous pushed to main at Bananymous/banan-os 2024-06-20 10:30:34 +00:00
1488ec5a03 Userspace: Implement the most basic http server
4f0457a268 Kernel: Rewrite a lot of TCP code and implement TCP server sockets
30fdc2198f BAN: Add exchage() to Atomic<T>
Compare 3 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-06-19 13:46:29 +00:00
bce16cdd6e Kernel: Fix how socket closing works
Bananymous pushed to main at Bananymous/banan-os 2024-06-19 07:18:48 +00:00
d5daa46ab8 General: Add default .vscode directory
Bananymous pushed to main at Bananymous/banan-os 2024-06-19 06:41:34 +00:00
ad6d95ba52 BuildSystem: Rework the whole cmake build system
Bananymous pushed to main at Bananymous/banan-os 2024-06-19 01:26:31 +00:00
fe6a6de923 BuildSystem: Rework the whole cmake build system
318ce5dec8 All: Fix a lot of compiler warnings from header files
526d4369ce Ports: Don't throw error if _installed_ does not exist
c69919738b BuildSystem: Move all userpace libraries under the userspace directory
Compare 4 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-06-17 23:40:05 +00:00
1b5a01a6c9 LibImage: Add support for PNG images
f233715b70 BAN: Add d{print,want,error}ln_if macros for userspace
a58ac18fa0 BAN: Add move constructors to ByteSpan
f1e366d36f Kernel: Free keyboard mutex while waiting for data to read
301dcd78cc LibImage: Compile with -O3
Compare 9 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-06-17 18:40:33 +00:00
78928b7eb4 Ports: Add curl port!
5236e1ef0d LibC: Add dummy functions for rename() and strftime()
be7ed8e74a Kernel/LibC: Implement {get,set}sockopt()
78bcb85679 LibC: Implement gethostbyname()
b98bb9eb27 LibC: Add HOST_NAME_MAX definition
Compare 7 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-06-17 14:38:01 +00:00
dafd2fecf7 LibC: Implement gmtime() and localtime()
9c5cca784e LibC: Implement bsearch()
1138165308 LibC: Define PF_* macros on sys/socket.h
d7eb321d58 LibC: Make assert() macro a void expression
15f8c7014f BAN: Add line endings to d{warn,error}ln
Compare 5 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-06-15 21:29:54 +00:00
dd64e2060e WindowServer: Add support for background images
14d4551476 LibImage: Add rgba getter for Image::Color
Compare 2 commits »
Bananymous pushed to main at Bananymous/banan-os 2024-06-15 20:06:45 +00:00
e6549b0fe8 LibImage: Implement (bi)cubic interpolation