summaryrefslogtreecommitdiff
path: root/sys/man/4
AgeCommit message (Collapse)Author
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
2015-08-10mount, srv: add -N flag to skip authentication and attach anonymously as "none"cinap_lenrek
2015-06-09unix is BUGGERED. remove itftrvxmtrx
2015-02-12build and document auth/userpasswdcinap_lenrek
2015-01-29factotum(4): fix typocinap_lenrek
2015-01-29factotum(4): document mschapv2 and wpapsk protocolscinap_lenrek
2015-01-29tftpfs(8): fix manpage reference dhcp(8) -> dhcpd(8)cinap_lenrek
2014-12-18hgfs(4): add SOURCE to man page (thanks, spew)stanley lieber
2014-12-18hgfs(4): add HISTORY to man pagestanley lieber
2014-12-11cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief)cinap_lenrek
2014-11-12httpfile(4): document webfs dependencycinap_lenrek
2014-11-12httpfile: use webfs, fix 9p flushescinap_lenrek
we can improve performance alot by using webfs which does http keep alives for us, so connection setup overhead is eleminated. fix 9p flushes and double frees.
2014-11-05fix some manpage cross referencescinap_lenrek
2014-08-14import: make aan (-p flag) work in ``backwards mode'' (-B)cinap_lenrek
in backwards mode, the roles of the aan filters need to be reversed. add "-n address" option to import to override the announce address for the aan server part (default tcp!*!0).
2014-08-02iostats: reimplement iostats as a 9p filter instead of duplicating exportfscinap_lenrek
old iostats failed to work when builidng the kernel due to old bugs that where already fixed in exportfs. instead of backporting the fixes, reimplement iostats as a filter that sits between exportfs and the process mount. from users perspective, theres no difference. the result is much smaller and can handle everything that exportfs can like /srv.
2014-06-28nusb: fix spelling, sorrycinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
instead of naming devices by ther dynamically assigned device address, we hash device uniqueue fields from the device descriptor and produce a 5 digit hex string that will identify the device across machines. when there is a collision (less than 1% chance with 100 devices), usbd will append the device address to the name to make it uniqueue for this machine. the hname is passed to drivers in the devid argument, which now has the form addr:hname, where the colon and hname can be omited (for backwards compatibility). when the new behaviour isnt desired, nousbhname= environment variable can be defined giving the old behaviour.
2014-06-08iostats: add -C flag to enable mount cachecinap_lenrek