Commit Graph

207 Commits

Author SHA1 Message Date
Alex Zenla
d2f86afb7c
network: successfully implement NAT support for UDP. timeouts are not yet implemented. 2024-02-10 12:00:15 +00:00
Alex Zenla
360506bbdd
network: start work on NAT implementation 2024-02-09 13:06:00 +00:00
Alex Zenla
e8a3eba57d
network: cleaner internet stream processing 2024-02-09 08:34:52 +00:00
Alex Zenla
0b3171afc0
network: split backend into slices 2024-02-09 08:04:23 +00:00
Alex Zenla
9dddbbe424
network: implement support for smoltcp and ipstack 2024-02-08 12:17:51 +00:00
Alex Zenla
a1aba364d6
init: write 1.1.1.1 to resolv.conf if /etc exists 2024-02-08 07:26:01 +00:00
Alex Zenla
cfe8887c6b
hypha: work in progress implementation of outbound internet access 2024-02-06 14:35:55 +00:00
Alex Zenla
44d3799dd3
hypha: multiple cleanups to fix shared module 2024-02-06 10:28:39 +00:00
Alex Zenla
5edbff02a7
actions: add cargo test 2024-02-06 09:28:51 +00:00
Alex Zenla
e000ab2919
hypha: move components into separate crates 2024-02-06 09:07:18 +00:00
Alex Zenla
0c11744c50
hypha: protect from panics in the network stack (due to interface going away) 2024-02-06 06:19:36 +00:00
Alex Zenla
a3cda1372f
hypha: implement automated network backend launcher 2024-02-05 19:10:02 +00:00
Alex Zenla
21c6a27097
hypha: implement basic networking support 2024-02-05 12:46:02 +00:00
dependabot[bot]
70dc2f943f
build(deps): update sys-mount requirement from 2.1.1 to 3.0.0 (#2)
Updates the requirements on [sys-mount](https://github.com/pop-os/sys-mount) to permit the latest version.
- [Release notes](https://github.com/pop-os/sys-mount/releases)
- [Changelog](https://github.com/pop-os/sys-mount/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pop-os/sys-mount/compare/2.1.1...2.1.1)

---
updated-dependencies:
- dependency-name: sys-mount
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-04 22:12:29 -08:00
Alex Zenla
7a6c2dda8c
hypha: initialize vif bridge for networking 2024-02-02 00:02:44 +00:00
Alex Zenla
98787193f5
hypha: disable vifs in hypha for now 2024-02-01 15:53:43 +00:00
Alex Zenla
e73cfa92c8
hypha: begin working on network support 2024-02-01 13:56:03 +00:00
Alex Zenla
dc5adcb413
hypha: it works! 2024-02-01 12:20:13 +00:00
Alex Zenla
7eda5ea185
hypha: build init with musl, trace logging, and now map console optionally 2024-02-01 11:50:33 +00:00
Alex Zenla
c17aacb6c8
hypha: debug option for ensuring kernel logs can be seen 2024-02-01 10:55:28 +00:00
Alex Zenla
3a04a2fe26
hypha: implement attach option on launch to connect to console 2024-02-01 10:44:12 +00:00
Alex Zenla
cbfac5cdf4
introduce lefthook support to check commits 2024-02-01 10:36:54 +00:00
Alex Zenla
e7cea3d7ed
hypha: add script for quick debugging and set log levels ot warn by default 2024-02-01 10:28:17 +00:00
Alex Zenla
bd56de235f
hypha: move libraries to libs/ 2024-02-01 10:10:43 +00:00
Alex Zenla
def4306a04
hypha: implement arg cli interface and dynamic container lookup 2024-01-31 09:08:19 -08:00
Alex Zenla
86c512474a
hypha: init will now watch process in background 2024-01-31 01:40:42 -08:00
Alex Zenla
b6af5f54bd
hypha: enhanced logging and always enable backtraces 2024-01-30 20:22:48 -08:00
Alex Zenla
bb77e651e0
hypha: add support for passing environment variables 2024-01-30 18:34:47 -08:00
Alex Zenla
5e21d32295
initrd: remove tmpdir after building cpio 2024-01-30 18:13:31 -08:00
Alex Zenla
d3740bcf7b
xencall: convert to using thiserror 2024-01-30 18:09:26 -08:00
Alex Zenla
2eb287bf07
xenclient: convert to using thiserror 2024-01-30 18:02:32 -08:00
Alex Zenla
890a8ee63f
xenclient: move error to it's own mod 2024-01-30 17:44:05 -08:00
Alex Zenla
eec213c712
hypha: convert to using anyhow for error handling 2024-01-30 02:15:03 -08:00
Alex Zenla
a1081ea79c
xenevtchn: convert to using thiserror 2024-01-30 02:05:37 -08:00
Alex Zenla
eba623d61a
xenstore: move error type and make use of result type aliases 2024-01-30 01:58:10 -08:00
Alex Zenla
812e357bc9
xenstore: adopt thiserror 2024-01-30 01:49:56 -08:00
Alex Zenla
cc0b2d97b5
inherit version from workspace Cargo.toml 2024-01-29 07:56:56 -08:00
Alex Zenla
07fa0775cd
move all dependencies to workspace Cargo.toml 2024-01-29 07:53:35 -08:00
dependabot[bot]
e02a025f1e
build(deps): update env_logger requirement from 0.10.1 to 0.11.1 (#1)
---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 07:35:51 -08:00
Alex Zenla
c40e7c94e9
initrd: add build script for minimal initrd 2024-01-23 00:37:27 -08:00
Alex Zenla
ba418649db
move xen libraries to xen/ 2024-01-22 22:33:50 -08:00
Alex Zenla
31739605a2
xenclient: add trace logging to init 2024-01-22 21:37:30 -08:00
Alex Zenla
685a15b056
hypha: add trace logging to cfgblk 2024-01-22 21:28:14 -08:00
Alex Zenla
e89aead9ad
hypha: init should mount /sys, /dev, and /proc 2024-01-22 16:05:47 -08:00
Alex Zenla
04092c1d3b
hypha: use manifest digest as part of key in image cache 2024-01-22 07:24:42 -08:00
Alex Zenla
3085a3738f
hypha: implement the ability to override the command line to execute 2024-01-22 05:30:02 -08:00
Alex Zenla
e15ac71405
hypha: implement the ability to execute container images 2024-01-22 05:08:14 -08:00
Alex Zenla
f3103c6c51
hypha: implement write overlay on top of image 2024-01-22 03:00:58 -08:00
Alex Zenla
1980e870ba
hypha: init will now print the command from the image config 2024-01-22 02:26:43 -08:00
Alex Zenla
a412f6e823
hypha: implement basic container init 2024-01-22 02:15:53 -08:00