Age | Commit message (Collapse) | Author |
|
|
|
proper multiprocess support!
|
|
first off: this is horrible. there's no CoW, so this is horribly slow.
the sole purpose of this is to let the userland delegate handle multiple
requests at once, because i'm implementing concurrent IO and I kinda
need that.
it's possible that handling of multiple requests could be handled in a
better way - but this could be good enough once i implement CoW
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IIRC i haven't done this because the vga driver doesn't support newlines
- but it doesn't support a lot of other stuff used by the shell.
This doesn't make the VGA output look any worse than it already did, and
it makes the serial output nicer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the bug related to paths ending with /.. and not resolving to /
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|