| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conceptually icky; you end up ref'ing a 'real' vnode, and hence perhaps
tying down a file system; should be able to reference a 'fake' one,
but i doesn't appear save to cdevvp() if vnode for same dev is already
around... also, mark vfinddev()s XXX (for later).
|
|
|
|
|
|
|
|
where there's no console, and set things up so that this can be made
'shared' eventually. look at diffs for exact changes.
|
|
but now at least i'm thinking about it again.
|
|
cons.c's "struct tty *cn_tty" wasn't used by any of the kernel, and goes away.
|
|
definitions. Ensured that all files include "systm.h" to gain access to
general prototypes. Casts where necessary.
|
|
2. "press any key to reboot" reads the key from the console.
3. wddump() still needs a non-blocking getc() routine (or flush)
|
|
|
|
|
|
input. this one is way useful...
|
|
|
|
|