summaryrefslogtreecommitdiff
path: root/9p/9P2000.u.txt
blob: 20aea48f3a564ed5dd4762e9b4bc0e9059600c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 += "nxs_uname[4]"

Rerror += "errno[4]"