Age | Commit message (Collapse) | Author |
|
|
|
preparing for HANDLE_PROCFS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
useful for e.g. `hexdump -r /kdev/eth` to see packets as they come in
|
|
|
|
|
|
syscalls.h shouldn't define a random struct etc
|
|
|
|
|
|
|
|
|
|
doesn't need to be a shell builtin now
|
|
|
|
|
|
|
|
|
|
|
|
similar to /dev/{stdin,stdout,stderr} on Linux, except handled by the
libc instead of the kernel
because that's the simplest way
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|