| Age | Commit message (Expand) | Author |
| 20 hours | fix percpu.c merge that left both sides of a resolved conflict concatenated, ...main | Kiyanoush (DEHSHAT) BAYAR |
| 20 hours | Merge remote-tracking branch 'origin/main' | Kiyanoush (DEHSHAT) BAYAR |
| 20 hours | fall back to a native build when Docker/Podman's daemon isn't reachable inste... | Kiyanoush (DEHSHAT) BAYAR |
| 21 hours | Merge pull request #10 from mikeblas/fixOffset | Kiyanoush BAYAR |
| 21 hours | add make run-gui to launch a graphical QEMU window for interactive VGA/PS2 te... | Kiyanoush (DEHSHAT) BAYAR |
| 21 hours | move the PS2/UART console driver to userspace, fix VT-switch content loss, an... | Kiyanoush (DEHSHAT) BAYAR |
| 21 hours | Merge branch 'main' into fixOffset | Kiyanoush BAYAR |
| 22 hours | remove trap_dispatch's dead return after sched_resume, which is already decla... | Kiyanoush (DEHSHAT) BAYAR |
| 22 hours | remove stale, unreferenced Makefile.bak that was accidentally committed, fixe... | Kiyanoush (DEHSHAT) BAYAR |
| 22 hours | fix percpu.c's non-constant offsetof macro by using stddef.h's offsetof so th... | Kiyanoush (DEHSHAT) BAYAR |
| 23 hours | install ca-certificates in the build container so meson can clone mlibc's git... | Kiyanoush (DEHSHAT) BAYAR |
| 23 hours | always build through Docker (even on Linux) so CI and local dev share the sam... | Kiyanoush (DEHSHAT) BAYAR |
| 23 hours | bump bash submodule to stop tracking robu.cache, which broke CI on runners ch... | Kiyanoush (DEHSHAT) BAYAR |
| 24 hours | fix error due to broken home-made struct offset computation | Mike Blaszczak |
| 30 hours | set root's login shell to bash now that it's the working default interactive ... | Kiyanoush (DEHSHAT) BAYAR |
| 30 hours | stop bash-build from clobbering apps/bash/robu.cache on every run, which corr... | Kiyanoush (DEHSHAT) BAYAR |
| 30 hours | preserve fd 0-2 across execve by reusing the spawn-info wire format real spaw... | Kiyanoush (DEHSHAT) BAYAR |
| 30 hours | add terminal Ctrl+C/Ctrl+D handling: kernel delivers SIGINT to the foreground... | Kiyanoush (DEHSHAT) BAYAR |
| 43 hours | Change project status to Alpha | PLGCesar |
| 3 days | add clone and build instructions in README.md | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | changed logo texture (<R) to faceted texture | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | fixed bash build by removing robu.cache before build | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | changed project status to alpha | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | integrate uACPI: real ACPI S5 shutdown and reset-register reboot with CF9/804... | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | have tty_service set $SHELL to the actually-resolved shell instead of hello_i... | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | add a getty-style tty_service: 6 software-multiplexed virtual terminals (rstt... | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | move sigtest/consoletest/readlinetest/mlibc-hello test binaries from apps/ to... | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | make bash the default shell now that its prompt and command execution are ver... | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | stop suppressing serial console writes in raw mode, which was silently swallo... | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | quiet bash's ENOSYS spam by implementing ttyname/getresuid/getresgid/gethostn... | Kiyanoush (DEHSHAT) BAYAR |
| 3 days | get real GNU bash building, booting, and executing commands: external readlin... | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | implement mkdir/rmdir/link/mknod/sync vfs ops in ramfs and wire up the matchi... | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | auto-dispatch readline/bash-configure/bash-build through the docker cross-too... | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | add mount_devfs/mount_procfs/mount_sysfs/mount_tmpfs service binaries, run th... | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | point Makefile at moved server/powertools sources, exclude them from the kern... | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | source tree clean up | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | ramfs restructure | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | Merge pull request #4 from PLGCesar/main | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | point mlibc/minibox/confuse/readline/bash submodules at their robu forks inst... | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | Merge branch 'main' into main | PLGCesar |
| 4 days | WIP: vendor bash submodule and cross-build Makefile targets, does not yet link | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | #1(PR) Added TUI "top" and some fixes and improvements | PLGCesar |
| 4 days | Fix: Color code | PLGCesar |
| 4 days | add a working root account: uid/gid sysdeps, /var/root home directory, /etc/p... | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | zero freshly-allocated page tables and ELF segment/stack frames to stop stale... | Kiyanoush (DEHSHAT) BAYAR |
| 4 days | Fix: Screen taking like 0.5-1seg each line to draw | PLGCesar |
| 4 days | Feat: In am(Awesome Manger) now 'p' go to **P**arent directory, and arrow key... | PLGCesar |
| 4 days | Feat: In am(Awesome Manger) now 'p' go to **P**arent directory, and arrow key... | PLGCesar |
| 4 days | Fix | PLGCesar |
| 4 days | Fix | PLGCesar |