]> git.lizzy.rs Git - plan9front.git/commit
acme: split win into winfs and rc script, get rid of lib9p leavefdsopen hack
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sat, 7 Mar 2020 19:06:55 +0000 (20:06 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sat, 7 Mar 2020 19:06:55 +0000 (20:06 +0100)
commite1cdcfdb172071bafef18b1ac160138c97459b79
treec203ebb30f9c9d997af0e7cda3d0da72897a47ef
parent022087cdcdd39e7904f6970b54152f4aa30fc071
acme: split win into winfs and rc script, get rid of lib9p leavefdsopen hack

split the acme win command into a winfs fileserver which
handles /dev/cons emulation and a rc script responsible
for launching the command.

with these changes, the fd fiddling is not neccesary anymore
and we can get rid of the leavefdsopen hack.
acme/bin/source/win/dat.h
acme/bin/source/win/fs.c
acme/bin/source/win/main.c
acme/bin/source/win/mkfile
acme/bin/source/win/pipe.c
acme/bin/source/win/win.c
acme/bin/win [new file with mode: 0755]