jehanne/sys/src/cmd/sam
Giacomo Tesio f52a185030 decouple Jehanne from 9P2000 (as much as needed)
Jehanne is going to use a new file protocol, but Plan 9 is really
coupled with 9P2000.

Renamed fcall.h as 9P2000.h and introduced specific constants such
as NP_OREAD, NP_OWRITE and so on, so that we can use different values
in the kernel and new protocol.

Renamed devmnt to devninep, since it's actually a device serving 9P2000
file systems.

Also, fixed 9P2000 support in Jehanne, that was broken with the introduction
of OSTAT.
2016-12-06 23:01:45 +01:00
..
address.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
buff.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
build.json first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
cmd.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
disk.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
error.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
errors.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
file.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
io.c decouple Jehanne from 9P2000 (as much as needed) 2016-12-06 23:01:45 +01:00
list.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
mesg.c decouple Jehanne from 9P2000 (as much as needed) 2016-12-06 23:01:45 +01:00
mesg.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
moveto.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
multi.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
parse.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
plan9.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
rasp.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
regexp.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
sam.c decouple Jehanne from 9P2000 (as much as needed) 2016-12-06 23:01:45 +01:00
sam.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
shell.c decouple Jehanne from 9P2000 (as much as needed) 2016-12-06 23:01:45 +01:00
string.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
sys.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
util.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
xec.c first usable version of kernel and commands 2016-11-26 03:49:29 +01:00