]> Projects (at) Tadryanom (dot) Me - AdrOS.git/shortlog
AdrOS.git
2026-04-19 Tulio A M MendesFix getcwd(NULL, 0): allocate buffer when buf is NULL...
2026-04-19 Tulio A M MendesFix getcwd: return char* (POSIX) instead of int
2026-04-19 Tulio A M MendesFix initrd LZ4 OOM: use page-level allocation instead...
2026-04-19 Tulio A M MendesFix FAT/ext2 heap corruption: skip kfree on static...
2026-04-17 Tulio A M MendesFix job control TIOCSPGRP: allow session leader to...
2026-04-17 Tulio A M Mendesdiskfs: fix LBA space leak on unlink/rmdir + add spinlo...
2026-04-17 Tulio A M MendesFix fulltest TIOCGPGRP failure when run from shell
2026-04-17 Tulio A M Mendesfix(mm): munmap/brk page leaks — free physical frames...
2026-04-17 Tulio A M Mendesfix: 3 residual bugs from round-3 audit
2026-04-17 Tulio A M Mendesfix: 4 security/robustness bugs from audit
2026-04-16 Tulio A M Mendesfix(test): skip /persist/counter test when no disk...
2026-04-16 Tulio A M Mendesperf(net): reduce ping test sleep times for faster...
2026-04-16 Tulio A M Mendescleanup(idt): remove debug page fault traces for PID 1
2026-04-16 Tulio A M Mendesfix(ulibc): add null-pointer guards in __libc_init_arra...
2026-04-16 Tulio A M Mendesfix(elf): skip SHN_UNDEF symbols in GLOB_DAT/32 relocations
2026-04-16 Tulio A M Mendesfix(ld.so): use correct AdrOS syscall numbers instead...
2026-04-16 Tulio A M Mendesfix(execve): reset signal handlers and clear pending...
2026-04-06 Tulio A M Mendesfix: resolve all sparse static analysis warnings
2026-04-05 Tulio A M Mendesfix(security): mq_receive_impl TOCTOU race — copy msg...
2026-04-05 Tulio A M Mendesfix(security): Red Team bug fixes + deep analysis hardening
2026-04-03 Tulio A M Mendesdocs: add submodule setup instructions, renumber BUILD_...
2026-04-03 Tulio A M Mendesfix(build): auto-init submodules, auto-apply lwIP patch...
2026-04-03 Tulio A M Mendesfeat(toolchain): dual-libc support — ulibc default...
2026-04-03 Tulio A M Mendesfeat(ulibc): add missing fdopen() and fileno() to stdio
2026-04-03 Tulio A M Mendesfeat(ulibc): add __libc_init_array/__libc_fini_array...
2026-04-03 Tulio A M Mendesfix(ulibc): rename __environ to environ for POSIX compl...
2026-04-03 Tulio A M Mendesfix: toolchain build reproducibility — header ordering...
2026-03-14 Tulio A M Mendesrefactor: build system improvements — ulibc out-of...
2026-03-14 Tulio A M Mendesfix: doom build + move userspace build output to build...
2026-03-14 Tulio A M Mendesrefactor: reorganize userland into user/cmds/<name...
2026-03-14 Tulio A M Mendesdocs: mark Tier 6E (USTAR+LZ4 InitRD) as DONE — update...
2026-03-14 Tulio A M Mendesfeat: Tier 6F + 6G — minor POSIX gaps, Bash/Busybox...
2026-03-14 Tulio A M Mendesdocs: mark Tier 6A (Full SMP) as completed in TIER6_PLAN.md
2026-03-14 Tulio A M Mendesfeat: full SMP scheduling — AP tick accounting, IPI...
2026-03-14 Tulio A M Mendesdocs: add Tier 6 implementation plan — SMP, multi-arch...
2026-03-14 Tulio A M Mendesdocs: update FULL_POSIX_AUDIT.md — all Tier 1-5 items...
2026-03-14 Tulio A M Mendesfeat: implement POSIX Tiers 1-5 — complete ulibc header...
2026-03-14 Tulio A M Mendesdocs: update FULL_POSIX_AUDIT.md sections 2B/2C/2D...
2026-03-14 Tulio A M Mendesdocs: audit & update all documentation to reflect curre...
2026-03-14 Tulio A M Mendestoolchain: native GCC/Binutils Canadian cross build...
2026-03-14 Tulio A M Mendesrefactor: move sysroot compat headers into project...
2026-03-14 Tulio A M Mendesfeat: Phase 5 — posix_compat.c + Busybox 1.36.1 cross...
2026-03-14 Tulio A M Mendesfeat: Phase 3 — POSIX regex engine (regcomp/regexec...
2026-03-14 Tulio A M Mendesfeat: Phase 2 — getrusage syscall, FIONREAD ioctl,...
2026-03-14 Tulio A M Mendesfeat: Phase 1 — critical ulibc gaps + uname syscall...
2026-03-14 Tulio A M Mendesfeat: Phase 0 — convert libgloss posix_stubs.c from...
2026-03-14 Tulio A M Mendesfix: Bash cross-compilation for i686-adros toolchain
2026-03-14 Tulio A M Mendesfix: newlib crt0.o build error and gcc-full c++tools...
2026-03-14 Tulio A M Mendesfix: rewrite toolchain patching to use sed instead...
2026-03-14 Tulio A M Mendesfeat: i686-adros cross-toolchain infrastructure + kerne...
2026-03-14 Tulio A M Mendesfeat: POSIX Phases 2-6 — syscalls, ulibc functions...
2026-03-14 Tulio A M Mendesfeat: gettimeofday + mprotect syscalls + Newlib libglos...
2026-03-14 Tulio A M Mendesdocs: full POSIX/Unix audit + fix git-clone breakage...
2026-03-13 Tulio A M Mendesfix: build system cleanup — replace non-freestanding...
2026-02-17 Tulio A M Mendesfeat: /dev/hdX block device nodes and /proc/dmesg
2026-02-17 Tulio A M Mendesfeat: ALT key support in PS/2 keyboard driver
2026-02-17 Tulio A M Mendesfix: mount command -t option argument parsing
2026-02-17 Tulio A M Mendesfix: keyboard CTRL key support for CTRL+C/CTRL+Z in...
2026-02-17 Tulio A M Mendesfix: CTRL+C/CTRL+Z job control and doom build errors
2026-02-17 Tulio A M Mendesfeat: shell job control (&, &&, ||) and CTRL+C/CTRL...
2026-02-17 Tulio A M Mendesfix: init PID 1, ls -l permissions/size, doom dynamic...
2026-02-17 Tulio A M Mendesfix: diskfs kfree-on-static-root, mount syscall, user...
2026-02-17 Tulio A M Mendestest: add host tests for sed, awk, who, find, which...
2026-02-17 Tulio A M Mendesfix: UAF in alarm queue on reap, FD leak on self-SIGKIL...
2026-02-17 Tulio A M Mendesfeat: add sed, awk, who, top, du, find, which commands...
2026-02-17 Tulio A M Mendesfix: ps shows [kernel] for empty cmdline, ls sorts...
2026-02-17 Tulio A M Mendesfix: create common mountpoint directories under root
2026-02-17 Tulio A M Mendesfix: handle ANSI clear/home sequences on VGA console
2026-02-17 Tulio A M Mendestest: expand test suite — 97 smoke tests, 56 host utili...
2026-02-17 Tulio A M Mendesfix: shell/command bugs, new utilities, procfs race...
2026-02-17 Tulio A M Mendesuserspace: major refactoring — dynamic linking, new...
2026-02-17 Tulio A M Mendesfix: KVA_IOAPIC VA collision with BSS — move from 0xC02...
2026-02-17 Tulio A M Mendesfix: VirtualBox compatibility — UART detection, alarm...
2026-02-16 Tulio A M Mendestest: expand smoke suite to 89 tests + fix SMP orphan...
2026-02-16 Tulio A M Mendesfix: fork FD race condition + orphaned zombie memory...
2026-02-16 Tulio A M Mendesfeat: LZ4 official Frame format for initrd compression...
2026-02-16 Tulio A M Mendesfix: PMM total_memory overflow — MMAP reserved regions...
2026-02-16 Tulio A M Mendesfeat: SMP load balancing for fork/clone + IPI resched
2026-02-16 Tulio A M Mendesfeat: SMP load balancing — per-CPU TSS, AP GDT reload...
2026-02-16 Tulio A M Mendesfeat: IPI reschedule infrastructure (SMP Phase 4)
2026-02-16 Tulio A M Mendesfeat: AP scheduler entry (SMP Phase 3)
2026-02-16 Tulio A M Mendesrefactor: per-CPU runqueue data structure (SMP Phase 2)
2026-02-16 Tulio A M Mendesrefactor: per-CPU current_process via GS segment (SMP...
2026-02-16 Tulio A M Mendesfeat: USTAR+LZ4 compressed initrd
2026-02-16 Tulio A M Mendesfix: replace pmm_alloc_page_low with pmm_alloc_page...
2026-02-16 Tulio A M Mendesfeat: PLT/GOT lazy binding — userspace resolver trampoline
2026-02-16 Tulio A M Mendesfeat: EPOLLET edge-triggered epoll mode with smoke...
2026-02-16 Tulio A M Mendesdocs: update all documentation for 80-test smoke suite...
2026-02-16 Tulio A M Mendesfeat: expand test battery from 44 to 80 smoke tests
2026-02-16 Tulio A M Mendesfeat: Rump Kernel hypercall scaffold + roadmap document...
2026-02-16 Tulio A M Mendesfeat: Rump Kernel prerequisites — condition variables...
2026-02-16 Tulio A M Mendesfeat: FPU/SSE context save/restore for correct floating...
2026-02-16 Tulio A M Mendesfix: raise PROCESS_MAX_FILES from 16 to 64 for POSIX...
2026-02-15 Tulio A M Mendesdocs: update all documentation — 75 features, 44 smoke...
2026-02-15 Tulio A M Mendestest: expand smoke tests to 44 — add epoll, inotify...
2026-02-15 Tulio A M Mendesfeat: aio_* — POSIX asynchronous I/O syscalls (aio_read...
2026-02-15 Tulio A M Mendesfeat: shared library lazy binding — functional ld.so...
2026-02-15 Tulio A M Mendesfeat: pivot_root — syscall for swapping root filesystem
2026-02-15 Tulio A M Mendesfeat: sendmsg/recvmsg — advanced socket I/O with scatte...
2026-02-15 Tulio A M Mendesfeat: inotify — inotify_init/add_watch/rm_watch syscall...
next