Mark Poliakov alnyan
alnyan pushed to master at alnyan/yggdrasil 2025-03-01 15:32:02 +02:00
dfa74e5c87 term: simple utf8 decoder
alnyan pushed to master at alnyan/yggdrasil 2025-03-01 01:38:14 +02:00
770021df6a sysutils: basic grep-like utility
alnyan pushed to master at alnyan/yggdrasil 2025-03-01 01:36:52 +02:00
4a7aa8d831 doc: add MIT license and font attributions
c4c8b8acc6 term: switch to truetype fonts
Compare 2 commits »
alnyan pushed to master at alnyan/yggdrasil 2025-02-28 12:41:20 +02:00
8c4bdcbe64 pty: make pty buffer blocking
99644d335d pty: increase output buffer size
Compare 2 commits »
alnyan pushed to master at alnyan/yggdrasil 2025-02-27 19:24:30 +02:00
03242a0635 proc: implement process tracing
alnyan opened issue alnyan/yggdrasil#39 2025-02-25 12:04:21 +02:00
ext2: certain directories read incorrectly
alnyan pushed to master at alnyan/yggdrasil 2025-02-20 21:29:36 +02:00
dcc5d56750 user: rework userspace tracing
0105be8fea libc: partially sync ygglibc with socket changes
c2cf314dcd colors: basic bar program
f605b0a80c colors: rewrite colors, hosted testing support
Compare 4 commits »
alnyan opened issue alnyan/yggdrasil#38 2025-02-20 11:44:55 +02:00
ext2: handle sparse files correctly
alnyan pushed to master at alnyan/yggdrasil 2025-02-15 20:19:43 +02:00
82175f342e debug: avoid debugging deadlocks
f716c50988 virtio: add virtio-blk, rework virtio queues
99f5ad0987 jh7110: syscrg/aoncrg map memory in probe
41944890b6 jh7110: get second ethernet kinda working
70eb6cfaed jh7110: better syscrg clock structs
Compare 12 commits »
alnyan pushed to feature/rv64 at alnyan/yggdrasil 2025-02-14 18:48:40 +02:00
99f5ad0987 jh7110: syscrg/aoncrg map memory in probe
41944890b6 jh7110: get second ethernet kinda working
Compare 2 commits »
alnyan pushed to feature/rv64 at alnyan/yggdrasil 2025-02-14 12:13:26 +02:00
70eb6cfaed jh7110: better syscrg clock structs
5c1c980ccd stmmac: link status reporting
Compare 2 commits »
alnyan pushed to feature/rv64 at alnyan/yggdrasil 2025-02-14 00:26:50 +02:00
99a099efad conf: fix "emulated" DNS nameserver in 10-resolver rc script
6253ab282e stmmac: move to softirq approach
57d46ed070 stmmac: print Tx error statuses
f2cfc9136a stmmac: implement a basic stmmac driver
Compare 4 commits »
alnyan pushed to feature/rv64 at alnyan/yggdrasil 2025-02-14 00:22:46 +02:00
10d1091827 conf: fix "emulated" DNS nameserver in 10-resolver rc script
df2ffc2720 stmmac: move to softirq approach
66ecf49c22 stmmac: print Tx error statuses
b423fd960f stmmac: implement a basic stmmac driver
Compare 4 commits »
alnyan pushed to feature/rv64 at alnyan/yggdrasil 2025-02-13 23:40:39 +02:00
a7c9571e76 dwmac: print Tx error statuses
d098a7a278 net: implement a basic dwmac driver
24f1f41217 tools: write riscv image size to header in gentables
5d406feb07 rv64/jh7110: implement syscrg stub + uart clock/reset
975df985ac x86: fix hpet on ThinkPad T430 by enabling FSB delivery
Compare 39 commits »
alnyan pushed to master at alnyan/yggdrasil 2025-02-13 22:19:23 +02:00
975df985ac x86: fix hpet on ThinkPad T430 by enabling FSB delivery
a0cdc39f30 shell: set created pipeline pgid
Compare 2 commits »
alnyan closed issue alnyan/yggdrasil#37 2025-02-13 21:42:24 +02:00
net: make egress packets available to raw sockets as well
alnyan commented on issue alnyan/yggdrasil#37 2025-02-13 21:42:22 +02:00
net: make egress packets available to raw sockets as well

Implemented in 3f623744312a6f42e1f8e8eb87d96fbe223daecc

alnyan commented on issue alnyan/yggdrasil#35 2025-02-13 21:41:57 +02:00
Figure out network issues when connected to home mikrotik router

TCP issues fixed by 3f623744312a6f42e1f8e8eb87d96fbe223daecc, was caused by me ignoring the ICMP redirect sent by the router

alnyan closed issue alnyan/yggdrasil#23 2025-02-13 16:32:01 +02:00
nvme: possible race condition, mdts in Identify response sometimes 0xFF
alnyan commented on issue alnyan/yggdrasil#23 2025-02-13 16:32:00 +02:00
nvme: possible race condition, mdts in Identify response sometimes 0xFF

Hasn't reproduced in quite a while since the NVMe caching rework, closing