Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-14 | ftpfs: no caching by default, add -c flag to enable it (patch by mycroftiv) | cinap_lenrek | |
2018-02-05 | add ptrap | aiju | |
2018-01-31 | webfs(4): document -d and -D flags | cinap_lenrek | |
2018-01-02 | factotum(4): document dp9ik, update protocol list | cinap_lenrek | |
2017-12-11 | /sys/man/*/*: fix perms (sorry) | stanley lieber | |
2017-12-11 | /sys/lib/rootstub | stanley lieber | |
2017-09-10 | rename 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-10 | add games/wadfs | qwx | |
2017-05-01 | sshfs(4): fix bad cross reference | cinap_lenrek | |
2017-04-29 | sshfs: add -r and -M options | aiju | |
2017-04-28 | add sshfs(4) manpage | aiju | |
2017-03-22 | webfs(4): timeout is in milliseconds not seconds (thanks sam-d) | spew | |
2017-03-17 | tapefs: handle more cpio formats (thanks qrstuv) | cinap_lenrek | |
2017-03-12 | add mdir(6), splitmbox(8) and update upasfs(4) | cinap_lenrek | |
2017-02-23 | auth/keyfs: support -r flag to mount read-only | aiju | |
2017-01-13 | cpu(1), import(4): note deprecation and refer to rcpu(1) | cinap_lenrek | |
2017-01-13 | srv(4): fix reference to tlssrv(8) | cinap_lenrek | |
2017-01-13 | factotum(4): remove reference to ssh(1) | cinap_lenrek | |
2017-01-13 | execnet(4): remove trailing , | cinap_lenrek | |
2017-01-13 | execnet(4): remove reference to ssh(1) | cinap_lenrek | |
2017-01-13 | srv(4): remove ssh/sshsrv references | cinap_lenrek | |
2016-11-08 | srv(4): add SOURCE for srvtls | cinap_lenrek | |
2016-08-27 | rio(4): document text truncation | cinap_lenrek | |
2016-05-16 | add srvtls and the corresponding tcp17020 service | cinap_lenrek | |
2016-01-12 | fix manpage references | cinap_lenrek | |
2015-12-07 | made 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-25 | rio: fix handling "resize" wctl for hidden windows | cinap_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-21 | import(4): -o, -O flags gone | cinap_lenrek | |
2015-08-21 | cpu, import: remove old9p support | cinap_lenrek | |
2015-08-21 | remove kfs references from manual | cinap_lenrek | |
2015-08-21 | introduce AES key into nvram and keyfs | cinap_lenrek | |
2015-08-16 | rio(4): document "delete" wctl message (thanks mischief) | cinap_lenrek | |
2015-08-15 | import(4): clarify -E and -e options | cinap_lenrek | |
2015-08-10 | mount, srv: add -N flag to skip authentication and attach anonymously as "none" | cinap_lenrek | |
2015-06-09 | unix is BUGGERED. remove it | ftrvxmtrx | |
2015-02-12 | build and document auth/userpasswd | cinap_lenrek | |
2015-01-29 | factotum(4): fix typo | cinap_lenrek | |
2015-01-29 | factotum(4): document mschapv2 and wpapsk protocols | cinap_lenrek | |
2015-01-29 | tftpfs(8): fix manpage reference dhcp(8) -> dhcpd(8) | cinap_lenrek | |
2014-12-18 | hgfs(4): add SOURCE to man page (thanks, spew) | stanley lieber | |
2014-12-18 | hgfs(4): add HISTORY to man page | stanley lieber | |
2014-12-11 | cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief) | cinap_lenrek | |
2014-11-12 | httpfile(4): document webfs dependency | cinap_lenrek | |
2014-11-12 | httpfile: use webfs, fix 9p flushes | cinap_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-05 | fix some manpage cross references | cinap_lenrek | |
2014-08-14 | import: 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-02 | iostats: reimplement iostats as a 9p filter instead of duplicating exportfs | cinap_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-28 | nusb: fix spelling, sorry | cinap_lenrek | |
2014-06-28 | nusb: implement aijus stable uniqueue device names | cinap_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-08 | iostats: add -C flag to enable mount cache | cinap_lenrek | |