kernel: kiss char * goodbye as much as possible, also fix pipe open
authorAlan Cox <alan@linux.intel.com>
Thu, 28 Feb 2019 21:36:24 +0000 (21:36 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 28 Feb 2019 21:36:24 +0000 (21:36 +0000)
commit670141ffef60fe51806d45a860d583eef1cad8a3
tree2e367e5af347c0772f366076b54c6e51f7976a95
parentaf87405630136fead5af5a10e47f952f0be89da1
kernel: kiss char * goodbye as much as possible, also fix pipe open

Also fix the pipe open semantics for named pipes (I hope).
Kernel/filesys.c
Kernel/include/kernel.h
Kernel/syscall_fs.c
Kernel/syscall_fs2.c
Kernel/syscall_fs3.c
Kernel/syscall_other.c
Kernel/syscall_proc.c
Kernel/usermem.c