summaryrefslogtreecommitdiff
path: root/usr.sbin/puffs/mount_9p
AgeCommit message (Expand)Author
2022-03-02mount_9p: check returned type for Treadozaki-r
2022-03-02mount_9p: fix writing to a file opened with write-only modeozaki-r
2022-02-11mount_9p(8): Use full month name in previos (oops).uwe
2022-02-10mount_9p(8): document the new -C option.uwe
2022-02-10mount_9p: don't cache path names by defaultozaki-r
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2020-08-30include bsd.init.mk to avoid:christos
2020-06-19Use ?:: modifier instead of .if to check for ipv6.uwe
2020-06-14Support optional square brackets around the host name.uwe
2020-06-13Remove -46 from the -c usage. While here, sync usage with man pageuwe
2020-06-13Add -46 to usage.wiz
2020-06-13Support IPv6.uwe
2020-06-01Fix extra whitespace added by accident.uwe
2020-05-30Initialize puffs9p::server (though it's not used anywhere).uwe
2020-05-30Provide list of options for ease of reference.uwe
2020-05-29Fix vio9p device name in a comment.uwe
2020-05-28Do not send dummy Tauth, it's completely unnecessary.uwe
2020-05-27puffs9p_node_rename - 9P rename is done with Twstat and can onlyuwe
2020-05-27noderemove - do not call puffs_setback here. noderemove is calleduwe
2020-05-27puffs9p_node_rename - noderename takes puffs_node, not p9pnode, butuwe
2020-05-26Use the typedef to declare tag in AUTOVAR. Do not allocate 9P tags inuwe
2020-05-26Do not allocate 9P tags in advance, do it right before we need them.uwe
2020-05-26puffs9p_node_lookup - use the right type for tfid.uwe
2020-05-26proto_getstat - g/c debug printfs.uwe
2020-05-26getdfwithoffset - do not issue dummy read to seek to offset zero on auwe
2019-10-28Sort SEE ALSO. "file system" police.wiz
2019-10-28mount_9p: enable to communicate with vio9p via its character device fileozaki-r
2019-06-07Handle Rerror and return errno correctly (only for 9P2000.u for now)ozaki-r
2019-05-20mount_9p: add missing -u option to the help messageozaki-r
2019-05-17Merge single-letter options in SYNOPSIS.wiz
2019-05-17mount_9p: add initial support for 9P2000.uozaki-r
2019-05-17Add missing .Re.wiz
2019-05-17Refer the current official pageozaki-r
2019-05-17Document the -s optionozaki-r
2012-11-04add missing headerchristos
2011-08-31Use __deadjoerg
2011-06-22remove some always true if () checks GCC 4.5.3 picks up.mrg
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-01-18fix -Wsign-compare issueslukem
2008-08-24fix tyop in error message, no functional changepooka
2008-08-22* Apparently u9fs returns the inode number as the unique qidpath.pooka
2007-12-02Sort options.wiz
2007-12-02Nits. Sort options.wiz
2007-11-30Rototill.pooka
2007-11-27Remove "puffs_cid" from the puffs interface following l-removalpooka
2007-11-16use puffs_daemon() instead of daemon()pooka
2007-11-06Open the kernel descriptor as part of mount(), not init(). Thenpooka
2007-11-05Actually, daemonize the file servers before mounting. I might requirepooka
2007-11-05Pull the daemonizing code out of the library mainloop into the filepooka
2007-10-15update usage to match reality. caught by jmcneillpooka