diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-26 19:36:54 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-26 19:36:54 -0600 |
commit | 71e1a86a033c380f85dd300d788af63bfef25bab (patch) | |
tree | 07aa53d5a933ba51535a78972edbfe0cd95a31c5 /lib9p/9P2000.u.txt | |
parent | f5da707e77ee954b12f3c961012e4f40fa4e1bd3 (diff) |
wip reorg
Diffstat (limited to 'lib9p/9P2000.u.txt')
-rw-r--r-- | lib9p/9P2000.u.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib9p/9P2000.u.txt b/lib9p/9P2000.u.txt new file mode 100644 index 0000000..60d2b11 --- /dev/null +++ b/lib9p/9P2000.u.txt @@ -0,0 +1,20 @@ +# 9P2000.u.txt - Definitions of 9P2000.u messages +# +# Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> +# SPDX-Licence-Identifier: AGPL-3.0-or-later + +# "9P2000.u" Unix extension +# https://ericvh.github.io/9p-rfc/rfc9p2000.u.html +# https://github.com/ericvh/9p-rfc/blob/master/9p2000.u.xml +version "9P2000.u" + +from 9P2000.txt import * + +stat += "file_extension[s]" + "file_owner_n_uid[4]" + "file_owner_n_gid[4]" + "file_last_modified_n_uid[4]" + +Tauth += "n_uname[4]" + +Rerror += "errno[4]" |