The following changes since commit 392acd0dc1210a0cc74a62e2ab3493686235c8f7:
Return 0 for a timed-out select() (2016-04-04 17:54:50 -0400) are available in the git repository at: [email protected]:rminnich/akaros killdevfs for you to fetch changes up to 3b8e534a3b672fd741efb2a60fb164619cb3b717: Remove devfs, devfs.c; use new name space for stdin/stdout/stderr and null (2016-04-12 20:30:48 -0700) ---------------------------------------------------------------- Ronald G. Minnich (1): Remove devfs, devfs.c; use new name space for stdin/stdout/stderr and null kern/drivers/dev/cons.c | 43 ++++++++++++ kern/include/ns.h | 4 +- kern/src/Kbuild | 2 +- kern/src/blockdev.c | 4 +- kern/src/devfs.c | 182 ------------------------------------------------ kern/src/init.c | 1 - kern/src/ns/dev.c | 2 + kern/src/ns/sysfile.c | 24 +++---- kern/src/process.c | 7 +- kern/src/syscall.c | 2 +- 10 files changed, 67 insertions(+), 204 deletions(-) delete mode 100644 kern/src/devfs.c https://github.com/rminnich/akaros/compare/rminnich:brhonet...killdevfs -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
