summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
20 hoursfix percpu.c merge that left both sides of a resolved conflict concatenated, ...mainKiyanoush (DEHSHAT) BAYAR
20 hoursMerge remote-tracking branch 'origin/main'Kiyanoush (DEHSHAT) BAYAR
20 hoursfall back to a native build when Docker/Podman's daemon isn't reachable inste...Kiyanoush (DEHSHAT) BAYAR
21 hoursMerge pull request #10 from mikeblas/fixOffsetKiyanoush BAYAR
21 hoursadd make run-gui to launch a graphical QEMU window for interactive VGA/PS2 te...Kiyanoush (DEHSHAT) BAYAR
21 hoursmove the PS2/UART console driver to userspace, fix VT-switch content loss, an...Kiyanoush (DEHSHAT) BAYAR
21 hoursMerge branch 'main' into fixOffsetKiyanoush BAYAR
22 hoursremove trap_dispatch's dead return after sched_resume, which is already decla...Kiyanoush (DEHSHAT) BAYAR
22 hoursremove stale, unreferenced Makefile.bak that was accidentally committed, fixe...Kiyanoush (DEHSHAT) BAYAR
22 hoursfix percpu.c's non-constant offsetof macro by using stddef.h's offsetof so th...Kiyanoush (DEHSHAT) BAYAR
23 hoursinstall ca-certificates in the build container so meson can clone mlibc's git...Kiyanoush (DEHSHAT) BAYAR
23 hoursalways build through Docker (even on Linux) so CI and local dev share the sam...Kiyanoush (DEHSHAT) BAYAR
23 hoursbump bash submodule to stop tracking robu.cache, which broke CI on runners ch...Kiyanoush (DEHSHAT) BAYAR
24 hoursfix error due to broken home-made struct offset computationMike Blaszczak
30 hoursset root's login shell to bash now that it's the working default interactive ...Kiyanoush (DEHSHAT) BAYAR
30 hoursstop bash-build from clobbering apps/bash/robu.cache on every run, which corr...Kiyanoush (DEHSHAT) BAYAR
30 hourspreserve fd 0-2 across execve by reusing the spawn-info wire format real spaw...Kiyanoush (DEHSHAT) BAYAR
30 hoursadd terminal Ctrl+C/Ctrl+D handling: kernel delivers SIGINT to the foreground...Kiyanoush (DEHSHAT) BAYAR
43 hoursChange project status to AlphaPLGCesar
3 daysadd clone and build instructions in README.mdKiyanoush (DEHSHAT) BAYAR
3 dayschanged logo texture (<R) to faceted textureKiyanoush (DEHSHAT) BAYAR
3 daysfixed bash build by removing robu.cache before buildKiyanoush (DEHSHAT) BAYAR
3 dayschanged project status to alphaKiyanoush (DEHSHAT) BAYAR
3 daysintegrate uACPI: real ACPI S5 shutdown and reset-register reboot with CF9/804...Kiyanoush (DEHSHAT) BAYAR
3 dayshave tty_service set $SHELL to the actually-resolved shell instead of hello_i...Kiyanoush (DEHSHAT) BAYAR
3 daysadd a getty-style tty_service: 6 software-multiplexed virtual terminals (rstt...Kiyanoush (DEHSHAT) BAYAR
3 daysmove sigtest/consoletest/readlinetest/mlibc-hello test binaries from apps/ to...Kiyanoush (DEHSHAT) BAYAR
3 daysmake bash the default shell now that its prompt and command execution are ver...Kiyanoush (DEHSHAT) BAYAR
3 daysstop suppressing serial console writes in raw mode, which was silently swallo...Kiyanoush (DEHSHAT) BAYAR
3 daysquiet bash's ENOSYS spam by implementing ttyname/getresuid/getresgid/gethostn...Kiyanoush (DEHSHAT) BAYAR
3 daysget real GNU bash building, booting, and executing commands: external readlin...Kiyanoush (DEHSHAT) BAYAR
4 daysimplement mkdir/rmdir/link/mknod/sync vfs ops in ramfs and wire up the matchi...Kiyanoush (DEHSHAT) BAYAR
4 daysauto-dispatch readline/bash-configure/bash-build through the docker cross-too...Kiyanoush (DEHSHAT) BAYAR
4 daysadd mount_devfs/mount_procfs/mount_sysfs/mount_tmpfs service binaries, run th...Kiyanoush (DEHSHAT) BAYAR
4 dayspoint Makefile at moved server/powertools sources, exclude them from the kern...Kiyanoush (DEHSHAT) BAYAR
4 dayssource tree clean upKiyanoush (DEHSHAT) BAYAR
4 daysramfs restructureKiyanoush (DEHSHAT) BAYAR
4 daysMerge pull request #4 from PLGCesar/mainKiyanoush (DEHSHAT) BAYAR
4 dayspoint mlibc/minibox/confuse/readline/bash submodules at their robu forks inst...Kiyanoush (DEHSHAT) BAYAR
4 daysMerge branch 'main' into mainPLGCesar
4 daysWIP: vendor bash submodule and cross-build Makefile targets, does not yet linkKiyanoush (DEHSHAT) BAYAR
4 days#1(PR) Added TUI "top" and some fixes and improvementsPLGCesar
4 daysFix: Color codePLGCesar
4 daysadd a working root account: uid/gid sysdeps, /var/root home directory, /etc/p...Kiyanoush (DEHSHAT) BAYAR
4 dayszero freshly-allocated page tables and ELF segment/stack frames to stop stale...Kiyanoush (DEHSHAT) BAYAR
4 daysFix: Screen taking like 0.5-1seg each line to drawPLGCesar
4 daysFeat: In am(Awesome Manger) now 'p' go to **P**arent directory, and arrow key...PLGCesar
4 daysFeat: In am(Awesome Manger) now 'p' go to **P**arent directory, and arrow key...PLGCesar
4 daysFixPLGCesar
4 daysFixPLGCesar