Split input and output sides of the device model
authorhpa <hpa>
Tue, 23 Nov 2004 23:43:02 +0000 (23:43 +0000)
committerhpa <hpa>
Tue, 23 Nov 2004 23:43:02 +0000 (23:43 +0000)
commit3eaa68f9163cc890dde3733b2dfa9ec0f774c360
tree4d7743f5455bfe2a03eaf8734c6af50d22079ada
parent123a1be461723ce4514ad45adf569a0fb2043f33
Split input and output sides of the device model
24 files changed:
com32/include/console.h
com32/include/dev.h [new file with mode: 0644]
com32/include/unistd.h
com32/lib/Makefile
com32/lib/sys/close.c
com32/lib/sys/err_read.c [moved from com32/lib/sys/rawcon.c with 77% similarity]
com32/lib/sys/err_write.c [moved from com32/lib/sys/stdcon.c with 77% similarity]
com32/lib/sys/file.h
com32/lib/sys/fileclose.c
com32/lib/sys/fileread.c
com32/lib/sys/isatty.c
com32/lib/sys/line_input.c
com32/lib/sys/null_read.c [new file with mode: 0644]
com32/lib/sys/null_write.c [new file with mode: 0644]
com32/lib/sys/open.c
com32/lib/sys/openconsole.c
com32/lib/sys/opendev.c
com32/lib/sys/rawcon_read.c
com32/lib/sys/rawcon_write.c
com32/lib/sys/read.c
com32/lib/sys/stdcon_read.c
com32/lib/sys/stdcon_write.c
com32/lib/sys/write.c
com32/modules/hello.c