summaryrefslogtreecommitdiff
path: root/sys/man/4
AgeCommit message (Collapse)Author
2020-12-22upasfs(4): fix small typos (thanks igor)cinap_lenrek
2020-12-22rio(4): list window states in order (thanks umbracticus)Alex Musolino
2020-12-13import(4): refer to oexportfs(4)cinap_lenrek
2020-12-13oexportfs: move legacy code for cpu and import to separate programcinap_lenrek
The initial protocol handling in exportfs for cpu and import services is a huge mess. Saparate the code out into its own program with its own oexportfs(4) manpage.
2020-12-06ptrap: implement filtering on plumb attributeskvik
2020-06-07acme: document log file in manpageOri Bernstein
2020-05-31acme: implement 'scratch' ctl command (thanks Drew DeVault)kvik
The new command marks the target window as a scratch window -- a window whose state cannot be "dirtied" by changes made to its body, therefore avoiding warnings about unsaved changes when deleting the window or exiting acme. Existing examples of scratch windows are error, directory, and guide windows, whose scratchness is set internally. With the new command users and programs alike can create their own scratch windows. This is put to use in acme's own win(1).
2020-03-07dossrv, 9660srv, hjfs: stop *READING* standard *OUTPUT* with -s flagcinap_lenrek
with the -s flag, we should read 9P messages from standard *INPUT* (fd 0) and write responses to standard *OUTPUT* (fd 1). before these servers where reading from fd 1, assuming they where both the same files.
2019-12-03rio(4): fix bad cross-reference formatAlex Musolino
2019-11-19rio(4): update description of wctl file formatAlex Musolino
State strings are now padded to 12-characters. Remove ambiguous reference to "12-character style", instead referring the reader to image(6).
2019-11-02upasfs(4): fix manpage typo (thanks rgl)cinap_lenrek
2019-05-18sshnet(4): ... and incoming TCP callscinap_lenrek
2019-04-03sshnet: implement listen (port forwarding)cinap_lenrek
2019-04-02sshnet(4): fix user@host syntax, add BUGS section, add ip(3) referencecinap_lenrek
2019-04-02sshnet(4): add documentationcinap_lenrek
2018-12-06ptrap(4): fix formattingBurnZeZ
2018-10-28misc small manpage fixesqwx
2018-10-16truetypefs(4): fix example pathmischief
2018-10-12namespace(4): fix $home bin pathsmischief
2018-10-12namespace(4): document new TrueType path, drop unused Hershey fonts pathmischief
2018-10-12truetypefs(4): document truetypefsmischief
2018-07-14cwfs -a option misleading23hiro
2018-07-12wadfs(4): fix typoqwx
2018-06-28hgfs(4): fix typo (thanks piroko)cinap_lenrek
2018-05-27sshfs(4): languageaiju
2018-05-27sshfs(4): don't drink and troffaiju
2018-05-27sshfs(4): replace the much maligned -r optionaiju
2018-05-11fix manpage cross referencescinap_lenrek
2018-04-06remove duplicate -m definition in upasfs(4) (thanks rodri)henesy
2018-02-14ftpfs: no caching by default, add -c flag to enable it (patch by mycroftiv)cinap_lenrek
2018-02-05add ptrapaiju
2018-01-31webfs(4): document -d and -D flagscinap_lenrek
2018-01-02factotum(4): document dp9ik, update protocol listcinap_lenrek
2017-12-11/sys/man/*/*: fix perms (sorry)stanley lieber
2017-12-11/sys/lib/rootstubstanley lieber
2017-09-10rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update ↵cinap_lenrek
documentation there isnt much of a point in keep maintaining separate kernel configurations for terminal and cpu kernels as the role can be switched with service=cpu boot parameter. to make stuff cosistent, we will just have one "pc" kernel and one "pc64" kernel configuration now.
2017-08-10add games/wadfsqwx
2017-05-01sshfs(4): fix bad cross referencecinap_lenrek
2017-04-29sshfs: add -r and -M optionsaiju
2017-04-28add sshfs(4) manpageaiju
2017-03-22webfs(4): timeout is in milliseconds not seconds (thanks sam-d)spew
2017-03-17tapefs: handle more cpio formats (thanks qrstuv)cinap_lenrek
2017-03-12add mdir(6), splitmbox(8) and update upasfs(4)cinap_lenrek
2017-02-23auth/keyfs: support -r flag to mount read-onlyaiju
2017-01-13cpu(1), import(4): note deprecation and refer to rcpu(1)cinap_lenrek
2017-01-13srv(4): fix reference to tlssrv(8)cinap_lenrek
2017-01-13factotum(4): remove reference to ssh(1)cinap_lenrek
2017-01-13execnet(4): remove trailing ,cinap_lenrek
2017-01-13execnet(4): remove reference to ssh(1)cinap_lenrek
2017-01-13srv(4): remove ssh/sshsrv referencescinap_lenrek