| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-06 | sys: net: Add UEFI stubs | Ayush Singh | -0/+5 | |
| - Just a copy of sys/net/unsupported. - Will make the future net PRs easier to review. Signed-off-by: Ayush Singh <ayush@beagleboard.org> | ||||
| 2025-02-02 | std: move network code into `sys` | joboet | -0/+36 | |
| As per #117276, this PR moves `sys_common::net` and the `sys::pal::net` into the newly created `sys::net` module. In order to support #135141, I've moved all the current network code into a separate `connection` module, future functions like `hostname` can live in separate modules. I'll probably do a follow-up PR and clean up some of the actual code, this is mostly just a reorganization. | ||||
