• Joined on 2026-04-08
daniel pushed to main at daniel/MontaukOS 2026-08-10 16:53:54 +02:00
e25ef470e0 feat: files - update volume label formatting
daniel pushed to main at daniel/MontaukOS 2026-08-10 15:03:59 +02:00
990d184bd0 feat: pdfviewer - expand PDF rendering support
daniel pushed to main at daniel/MontaukOS 2026-08-10 12:25:45 +02:00
9b23d99082 feat: overhaul userspace heap and virtual memory
daniel pushed to main at daniel/MontaukOS 2026-08-10 11:05:36 +02:00
4ecec32c5c montaukos.org - docs - add docs page for TOML config API
daniel pushed to main at daniel/MontaukOS 2026-08-10 10:11:40 +02:00
b91b342d5c montaukos.org - docs - volume name changes
daniel pushed to main at daniel/MontaukOS 2026-08-09 12:17:03 +02:00
0b7fd37694 fix: make getcwd report truncated buffers as ERANGE
daniel pushed to main at daniel/MontaukOS 2026-08-09 11:17:04 +02:00
1c498ffa6a feat: implement utime libc function, SYS_UTIME syscall, filesystem support (ext2 only)
daniel closed issue daniel/MontaukOS#6 2026-08-09 11:04:15 +02:00
Wi-FI/WLAN support
daniel commented on issue daniel/MontaukOS#6 2026-08-09 11:04:12 +02:00
Wi-FI/WLAN support

Implemented - a01e63c717, bbe1df62fd, 9eb21eb3e3

daniel opened issue daniel/MontaukOS#8 2026-08-09 11:03:11 +02:00
Filesystem - file permissions, chmod/fchmod libc functions
daniel pushed to master at daniel/mtkports 2026-08-09 10:48:02 +02:00
6f3cf99667 feat: ports - git port
daniel pushed to main at daniel/MontaukOS 2026-08-09 10:42:13 +02:00
771c3a5a98 fix: align POSIX stdio and argument handling, clarify Intel iwlwifi licensing
daniel pushed to main at daniel/MontaukOS 2026-08-08 14:42:50 +02:00
a06ef0192d fix: ramdisk - dereference symlinks, they pack as zero-byte files
e8407afcdb feat: libc - add SYS_GETCHAR_NB and a non-blocking stdin readiness probe
fe10216f8b feat: libc - add strndup, scandir, alphasort, usleep, ftruncate, M_PI constants
53a9965e7c feat: libc - add pread/pwrite
27c13b8dc2 refactor: move DOOM out to the mtkports ports tree
Compare 5 commits »
daniel pushed to main at daniel/MontaukOS 2026-08-07 16:27:14 +02:00
b77449faeb fix: toolchain - update docs
daniel pushed to main at daniel/MontaukOS 2026-08-07 13:26:11 +02:00
53d3e6c568 refactor: remove old hello.elf userspace program
daniel pushed to main at daniel/MontaukOS 2026-08-07 13:24:52 +02:00
cc1d80442e refactor: split out game engine experiment and demo game
daniel pushed to main at daniel/MontaukOS 2026-08-07 12:04:49 +02:00
2c8733298f montaukos.org - docs reorganization
daniel pushed to main at daniel/MontaukOS 2026-08-07 11:41:54 +02:00
326416636d feat: desktop - use MTK buttons for power dialogs
daniel pushed to main at daniel/MontaukOS 2026-08-07 10:55:44 +02:00
0e1601be74 feat: desktop - use MTK menu for desktop right-click menu
daniel pushed to main at daniel/MontaukOS 2026-08-07 10:37:00 +02:00
9eb21eb3e3 feat: wi-fi - expand support and fix issues, add GUI components