Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
I was reading from the buffer as if the WRAP flag was enabled, but it
actually isn't supported with a 64K buffer.
Besides, if it worked correctly, then the code for updating the ring
position would land in the wrong place, because it didn't take WARP
into account.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
useful for e.g. `hexdump -r /kdev/eth` to see packets as they come in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
example usage: `iochk -v / /init/ /init/long.txt /kdev/ata/0`
|
|
|
|
|
|
|
|
|
|
|
|
prevents the initrd from overflowing into .bss
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
syscalls.h shouldn't define a random struct etc
|
|
Those had a lot of repeating code, but I'm not sure if this is the
right change. Well, apart from making pipe_joinqueue more consistent.
|
|
|
|
|