Lluciocc
c66bfa62cf
Merge pull request #36 from zeyadhost/main
...
Nightly Build / build-and-release (push) Waiting to run
Add du command for disk usage reporting
2026-05-12 23:07:45 +02:00
Lluciocc
4b169b92de
Update headers
2026-05-12 23:01:43 +02:00
zeyad
e75952e510
fix(cli): correct du usage format and replace -h with -H
2026-05-12 20:58:53 +00:00
zeyad
a6118e8d21
feat(cli): add du command for disk usage reporting
2026-05-12 20:33:09 +00:00
boreddevnl
52b6532700
brand: add orbital.png
...
Co-Authored-By: Target <71287126+toiletalphamale@users.noreply.github.com>
2026-05-12 19:18:04 +02:00
boreddevnl
8d4ffd8a09
kernel: prevent infinite loop in process termination
2026-05-12 19:11:17 +02:00
boreddevnl
a7cfb5d22d
fix: stop format real human
2026-05-12 18:06:35 +02:00
boreddevnl
93811816fd
Implement df command and statfs support
2026-05-12 17:06:47 +02:00
boreddevnl
13eaa7589d
brand: remove 2 old wallpapers
2026-05-12 15:47:02 +02:00
boreddevnl
24b2754acb
brand: Add The-Cat-Of-Destiny.png
...
Co-Authored-By: artemix1508 <273844106+artemix1508@users.noreply.github.com>
2026-05-12 15:21:08 +02:00
boreddevnl
a0e8521cf0
brand: add adrian.jpg
...
Co-Authored-By: QWR <196812618+qwroffc@users.noreply.github.com>
2026-05-12 15:19:28 +02:00
boreddevnl
6cf10fdbd3
brand: added squiggly.png
...
Co-Authored-By: pixelyblah <221841823+pixelyblah@users.noreply.github.com>
2026-05-12 14:26:43 +02:00
boreddevnl
7eaa9d278a
brand: added Web-Of-Connectivity.png
...
Co-Authored-By: artemix1508 <273844106+artemix1508@users.noreply.github.com>
2026-05-12 14:26:08 +02:00
boreddevnl
45f26db141
brand: aded flowerdark/light.jpg
...
Co-Authored-By: QWR <196812618+qwroffc@users.noreply.github.com>
2026-05-12 14:25:07 +02:00
boreddevnl
801278cf73
feat: scrollable wallpaper page
2026-05-12 14:24:09 +02:00
Myles "Mellurboo" Wilson
f171ff7278
pr: Standardize string functions for freestanding env #29
Nightly Build / build-and-release (push) Waiting to run
2026-05-11 22:10:58 +02:00
boreddevnl
640c548a4b
brand: Add boredshadow.png - Created by naplon74
...
Co-Authored-By: Naplon <94738563+naplon74@users.noreply.github.com>
2026-05-11 20:55:46 +02:00
Chris
0b31c5bb64
brand: Remove old (kind of ugly) wallpaper
2026-05-11 20:47:46 +02:00
Lluciocc
912bd4a20e
pr: Add ps && hexdump ( #26 )
...
* Adding hexdump and ps.c
* Add hexdump and ps command descriptions to help
* Update with missing ;
2026-05-11 20:28:16 +02:00
boreddevnl
a3a4494265
perf(userland): replace sys_yield with sleep for WAY better idle efficiency
2026-05-11 19:52:43 +02:00
boreddevnl
78a9afebf4
perf(terminal): optimize string rendering via color buffering
2026-05-11 19:52:18 +02:00
boreddevnl
309f68df48
feat(taskman): implement scrollbar and UI optimizations
2026-05-11 19:52:07 +02:00
boreddevnl
d3a353c9f8
legal: Add license header for zeyadhost
2026-05-11 19:38:50 +02:00
zeyad
ed5f10eb7d
pr: Add lslbk disk listing command ( #24 )
...
Nightly Build / build-and-release (push) Waiting to run
* add lsblk disk listing command
* fix lsblk placeholder labels
* fix fat32 volume labels
* doc lsblk command
* add lsblk to help
* doc lsblk usage
2026-05-11 18:59:31 +02:00
boreddevnl
a01a34b7f2
dep: Depricate man.c
2026-05-11 18:54:34 +02:00
zeyad
6993041a96
pr: Fix process slot exhaustion in process lifecycle ( #16 )
...
* fix process slot reuse after exit
* fix terminal tty reuse after close
2026-05-10 23:01:12 +02:00
boreddevnl
10018b62a3
Merge branch 'main' of https://github.com/BoredDevNL/BoredOS
2026-05-10 21:56:30 +02:00
boreddevnl
6784b2139f
fix(net): improve network stability and resource management
2026-05-10 21:56:23 +02:00
boreddevnl
2d40ca30af
fix(wm): implement window ownership and thread-safe glyph caching
2026-05-10 21:56:11 +02:00
boreddevnl
f5a79e451a
feat(mem): harden slab allocator and fix paging race conditions
2026-05-10 21:55:50 +02:00
Myles "Mellurboo" Wilson
b85bb900e6
pr: ACPI Power Shutdown Implemented ( #14 )
...
* Flush PS/2 Devices on boot to avoid Locking dependent on the out buffer on real hardware / emulated PS2 over USB
Removed Slow and Unnessisarty flipping causing kconsole write slowdowns consequently speeding up the boot process
* sod wc
* ignoring dynamically created objects, added make run rule which will automatically detect the platform and then use the correct platform rule
* ACPI Power Shutdown
2026-05-10 21:16:54 +02:00
boreddevnl
77744464e3
legal: Remove redundant usage policy and boot prompt
2026-05-10 20:15:53 +02:00
Myles "Mellurboo" Wilson
6fa2aa453b
pr: .gitignore changes & make run generic rule with platform detection ( #13 )
...
* Flush PS/2 Devices on boot to avoid Locking dependent on the out buffer on real hardware / emulated PS2 over USB
Removed Slow and Unnessisarty flipping causing kconsole write slowdowns consequently speeding up the boot process
* sod wc
* ignoring dynamically created objects, added make run rule which will automatically detect the platform and then use the correct platform rule
2026-05-10 16:36:34 +02:00
boreddevnl
066f6740e5
art: Add Bored Bird
...
Co-authored-by: Artemix <artemix1508@users.noreply.github.com>
2026-05-10 11:30:12 +02:00
Myles "Mellurboo" Wilson
fdcfd48a24
pr: Removed Unnessisary Flipping on kconsole leading to Vastly Faster Boot Times & PS/2 Hardware Correctness ( #12 )
...
* Flush PS/2 Devices on boot to avoid Locking dependent on the out buffer on real hardware / emulated PS2 over USB
Removed Slow and Unnessisarty flipping causing kconsole write slowdowns consequently speeding up the boot process
* sod wc
2026-05-10 11:22:18 +02:00
boreddevnl
e9888f26b1
feat: add datetime and cpu list to sysfetch
2026-05-09 23:54:18 +02:00
boreddevnl
97c5c3ffdf
feat: add datetime to procfs
2026-05-09 23:53:50 +02:00
boreddevnl
3d53e45e20
fix: doom inputs
2026-05-09 23:14:19 +02:00
boreddevnl
3bb90a8b7f
fix(input): refine legacy key mapping and ensure codepoints on release
2026-05-09 22:30:53 +02:00
boreddevnl
963e68162b
mv: rename night_mountain.jpg --> volcano.jpg
2026-05-09 22:20:13 +02:00
boreddevnl
5a7ef42b4a
brand: replace old icon
2026-05-09 22:19:51 +02:00
boreddevnl
85d06482fc
feat: keymap_legacy_key support in doomgeneric
2026-05-09 22:19:28 +02:00
boreddevnl
0ff2f2b07e
feat: support multiple image formats in wallpaper chooser
2026-05-09 22:18:51 +02:00
boreddevnl
4ed39f6a0c
fix: slow code from llucioc >:(
2026-05-09 22:08:05 +02:00
Lluciocc
cfae88f9f5
PR: Fixing settings && Adding a option for cursor scale ( #11 )
...
* Adding slider widget
* feat: Add mouse cursor scale commands and settings improvement speed
* Correct wallpaper scanning and thumbnail loading
2026-05-09 21:53:07 +02:00
boreddevnl
36ed0d4a9e
fix: ensure partitions are recognized after fdisk and fix AHCI slot bug
2026-05-09 21:51:28 +02:00
boreddevnl
fbd66a804e
lib: Copy stb_image into TCC lib
2026-05-09 19:29:18 +02:00
boreddevnl
1e91395eaa
build: modernize initrd structure and asset management
2026-05-09 18:54:51 +02:00
boreddevnl
5c2347d5d1
ui: replace legacy ASCII logos with graphical assets
2026-05-09 18:54:42 +02:00
boreddevnl
2784c36e84
wm: add support for graphical logo
2026-05-09 18:54:20 +02:00