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