Commits


typo


pass flags to ninepscript


add a note for the future


typos


don't allow duplicating a fid already opened for I/O if a fid was opened for i/o can't be used for twalk


fmt


mention the inode stuff in the CAVEATS


typo


include compat.h before everything else


allow newlines in table syntax


fmt


backport type change for parse.y Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char. For OpenBSD' clang, -Wpointer-sign has been disabled by default, but when the parse.y code was built elsewhere, the compiler would complain. (originally by naddy@ for various parse.y in the tree)


fmt


bit of refactoring amongst other things, walk now correctly uses fds for each step, so we're not limited by PATH_MAX for the whole walk, but only for the single path component.


drop useless print