Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-04-26 | man pages: fix duplicate words | ftrvxmtrx | |
2014-04-26 | man pages: the the wich | ftrvxmtrx | |
2014-04-24 | nusb(4): fix spelling | mischief | |
2014-04-22 | nusb/ether: add RNDIS support (tested on Nexus 5) | ftrvxmtrx | |
2013-12-27 | cifs(4): replace with correct version | stanley lieber | |
2013-12-27 | cifs(4), cifsd(8): add HISTORY | stanley lieber | |
2013-12-27 | add HISTORY to various man pages | stanley lieber | |
2013-12-11 | cifs(4): fix documentation for -d flag | cinap_lenrek | |
2013-09-08 | dossrv(4): remove reference to a:, b:, c:, d: and 9fat: | cinap_lenrek | |
2013-08-23 | 2c(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-23 | audio(1), hget(1), nusb(4), page(1): fix spelling, typos | stanley lieber | |
2013-08-23 | webfs(4): read the whole man page before committing corrections | stanley lieber | |
2013-08-23 | webfs(4): fix typo | stanley lieber | |
2013-08-22 | webfs(4): correct typo | stanley lieber | |
2013-06-14 | rdbfs: 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-05 | cifs(4): default method is ntlmv2, fix formatting | cinap_lenrek | |
2013-04-02 | add import -z option to skip initial tree negotiation (from mycroftiv) | cinap_lenrek | |
2013-01-12 | webfs: preauth support | cinap_lenrek | |
2013-01-09 | hjfs(4): update man page | stanley lieber | |
2013-01-07 | hjfs: network announce/listen support | cinap_lenrek | |
2013-01-03 | nusb(4): document debug flags for usbd | cinap_lenrek | |
2012-12-26 | nusb/kb: remove mouse acceleration -a flag | cinap_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. |