Chris K
Chris K
Yeah, that looks about right. I would choose to perhaps only implement the "table", "dev", and "protocol" filter mechanisms there. (also, just not having any filters at all!)
I think this might already be supported, we just forgot to close the issue On Sun, Oct 1, 2023, 18:26 Hari Varsha ***@***.***> wrote: > Hi @hugelgupf , this looks...
Fixed by #1915
cc @djdv @rminnich
I think you are correct, a 9P2000.L server should allow this behavior. I believe this is one of the custom gVisor modifications we made for security reasons -- we knew...
Oh -- I think we can totally fix this. gVisor doesn't use this library -- I forked this out of gVisor so p9 would get better usability (use `net` instead...
I'm for it - both the Linux specific thing and upstreaming
gpt here is `pkg/gpt`. Block sizes can be something other than 512B. I believe there should be some metadata somewhere to tell us?
We've actually also been talking about Unicode through a different issue: the unicode package adds a whole bunch of tables of characters to the binary size of a u-root program....
The contents of the rootfs are basically created twice: - the initramfs contains a copy of the file/directory - the init process also creates some of the same files/directories. We...