summaryrefslogtreecommitdiff
path: root/sys/man/4
AgeCommit message (Collapse)Author
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
2014-04-26man pages: fix duplicate wordsftrvxmtrx
2014-04-26man pages: the the wichftrvxmtrx
2014-04-24nusb(4): fix spellingmischief
2014-04-22nusb/ether: add RNDIS support (tested on Nexus 5)ftrvxmtrx
2013-12-27cifs(4): replace with correct versionstanley lieber
2013-12-27cifs(4), cifsd(8): add HISTORYstanley lieber
2013-12-27add HISTORY to various man pagesstanley lieber
2013-12-11cifs(4): fix documentation for -d flagcinap_lenrek
2013-09-08dossrv(4): remove reference to a:, b:, c:, d: and 9fat:cinap_lenrek
2013-08-232c(1), torrent(1), uhtml(1), kbd(3), cwfs(4), hgfs(4), cifsd(8), ↵stanley lieber
cryptsetup(8), hjfs(8), kbdfs(8), realemu(8), wpa(8): fix spelling, typos
2013-08-23audio(1), hget(1), nusb(4), page(1): fix spelling, typosstanley lieber
2013-08-23webfs(4): read the whole man page before committing correctionsstanley lieber
2013-08-23webfs(4): fix typostanley lieber
2013-08-22webfs(4): correct typostanley lieber
2013-06-14rdbfs: add -s srvname (from charles forsyth's rdbfs-srvname patch)cinap_lenrek
Add a -s srvname option to rdbfs, allowing debugging sessions to be shared or later reattached after disconnection.
2013-06-05cifs(4): default method is ntlmv2, fix formattingcinap_lenrek
2013-04-02add import -z option to skip initial tree negotiation (from mycroftiv)cinap_lenrek
2013-01-12webfs: preauth supportcinap_lenrek
2013-01-09hjfs(4): update man pagestanley lieber
2013-01-07hjfs: network announce/listen supportcinap_lenrek
2013-01-03nusb(4): document debug flags for usbdcinap_lenrek
2012-12-26nusb/kb: remove mouse acceleration -a flagcinap_lenrek
mouse acceleration can be done by software in the kernels devmouse device like: echo hwaccel off >/dev/mousectl echo accelerated 5 >/dev/mousectl it is hard to pass nusb/kb parameters anyway as it is started from nusbrc in bootfs.paq, so i remove the option.