Age | Commit message (Collapse) | Author |
|
|
|
The old name could have suggested that it held a response to a request
received by fs_wait. The new name is unfortunately very similar to
the `struct vfs_request` already used internally in the kernel, but
it's better at conveying that it contains a filesystem request yet to
be handled.
vfs_request - virtual filesystem request (a bad name in hindsight)
ufs_request - user filesystem request
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
syscalls.h shouldn't define a random struct etc
|
|
|
|
|
|
|
|
|
|
|
|
/bin/tests with test_sleep disabled now runs almost 2x as fast
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Everything other than %s and %x outputs a single char at once. The
speedup is easily visible when e.g. hexdumping.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|