Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-25 | kernel/virt: replace the virt_cpy api with a more foolproof one | dzwdz | |
2022-08-28 | kernel/driver: add postqueue_join / postqueue_pop | dzwdz | |
2022-08-28 | kernel/vfs: minor vfs_request / vfs_root_register rework | dzwdz | |
* changed vfs_root_register's name because the _mount didn't add anything * removed the old pointless vfs_backend_tryaccept calls from drivers * because of that, i could remove the vfs_backend globals * replaced the horrible BACKEND_KERN macro * all vfs_backends are now stored on the heap | |||
2022-08-21 | amd64/rtl8139: fix incorrect ring buffer wrapping reads | dzwdz | |
I was reading from the buffer as if the WRAP flag was enabled, but it actually isn't supported with a 64K buffer. Besides, if it worked correctly, then the code for updating the ring position would land in the wrong place, because it didn't take WARP into account. | |||
2022-08-17 | amd64/rtl8139: don't trust the card to have packets available on irq | dzwdz | |
2022-08-17 | user/net: respond to pings | dzwdz | |
2022-08-17 | user/net: answer to ARP | dzwdz | |
2022-08-17 | amd64/rtl8139: tx | dzwdz | |
2022-08-17 | amd64/rtl8139: expose CRC when reading packets | dzwdz | |
2022-08-17 | amd64: rtl8139 driver with basic rx support | dzwdz | |