summaryrefslogtreecommitdiff
path: root/sys/man/4
AgeCommit message (Collapse)Author
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
2016-11-08srv(4): add SOURCE for srvtlscinap_lenrek
2016-08-27rio(4): document text truncationcinap_lenrek
2016-05-16add srvtls and the corresponding tcp17020 servicecinap_lenrek
2016-01-12fix manpage referencescinap_lenrek
2015-12-07made sure that rcmain.local runs independent of the existence of ↵Matthew Veety
$home/lib/profile. Documented /rc/lib/rcmain, /rc/lib/rcmain.local, $home/lib/profile in rc(1) and the first two in namespace(4)
2015-11-25rio: fix handling "resize" wctl for hidden windowscinap_lenrek
when the "resize" wctl was used on a hidden window, the window was put back on the screen, however, it was not removed from the hidden[] array so trying to hide the window again failed because whide() assumed it was already hidden. the fix is to not unhide the window, but preserve the hidden state, so windows can programmatically be reshaped and moved, but will remain hidden unless explicitely unhidden.
2015-08-21import(4): -o, -O flags gonecinap_lenrek
2015-08-21cpu, import: remove old9p supportcinap_lenrek
2015-08-21remove kfs references from manualcinap_lenrek
2015-08-21introduce AES key into nvram and keyfscinap_lenrek
2015-08-16rio(4): document "delete" wctl message (thanks mischief)cinap_lenrek
2015-08-15import(4): clarify -E and -e optionscinap_lenrek