ftrvxmtrx
0fc761bc84
unix is BUGGERED. remove it
2015-06-09 00:15:59 +02:00
cinap_lenrek
92602d08d6
build and document auth/userpasswd
2015-02-12 18:18:34 +01:00
cinap_lenrek
0c7d5168c3
factotum(4): fix typo
2015-01-29 14:11:43 +01:00
cinap_lenrek
4442e0e1d5
factotum(4): document mschapv2 and wpapsk protocols
2015-01-29 13:57:27 +01:00
cinap_lenrek
bb3db0d568
tftpfs(8): fix manpage reference dhcp(8) -> dhcpd(8)
2015-01-29 13:21:12 +01:00
stanley lieber
d94dc3314d
hgfs(4): add SOURCE to man page (thanks, spew)
2014-12-18 16:11:12 -05:00
stanley lieber
725c77211a
hgfs(4): add HISTORY to man page
2014-12-18 16:06:25 -05:00
cinap_lenrek
651fa5bd50
cfs: change default mountpoint to /mnt/cfs and fix the manual (thanks mischief)
2014-12-11 20:38:04 +01:00
cinap_lenrek
585f475c01
httpfile(4): document webfs dependency
2014-11-12 12:33:14 +01:00
cinap_lenrek
c79dc3263e
httpfile: use webfs, fix 9p flushes
...
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-12 12:03:51 +01:00
cinap_lenrek
2c1dc1aa4f
fix some manpage cross references
2014-11-05 21:00:23 +01:00
cinap_lenrek
a67d18ccf1
import: make aan (-p flag) work in ``backwards mode'' (-B)
...
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-14 00:11:14 +02:00
cinap_lenrek
23aaa0c59c
iostats: reimplement iostats as a 9p filter instead of duplicating exportfs
...
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-08-02 02:30:19 +02:00
cinap_lenrek
4ad63a4c56
nusb: fix spelling, sorry
2014-06-28 19:55:14 +02:00
cinap_lenrek
4275c49e72
nusb: implement aijus stable uniqueue device names
...
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-28 18:09:43 +02:00
cinap_lenrek
01b5ac1402
iostats: add -C flag to enable mount cache
2014-06-08 18:54:36 +02:00
ftrvxmtrx
b4fa1e617b
man pages: fix duplicate words
2014-04-26 13:22:15 +02:00
ftrvxmtrx
244bb0038d
man pages: the the wich
2014-04-26 01:47:36 +02:00
mischief
3dbc32d794
nusb(4): fix spelling
2014-04-24 20:05:09 -07:00
ftrvxmtrx
99c0abc76d
nusb/ether: add RNDIS support (tested on Nexus 5)
2014-04-22 23:34:52 +02:00
stanley lieber
4aa68d2f3a
cifs(4): replace with correct version
2013-12-27 16:42:36 -05:00
stanley lieber
066ef28390
cifs(4), cifsd(8): add HISTORY
2013-12-27 16:32:37 -05:00
stanley lieber
459f018d0d
add HISTORY to various man pages
2013-12-27 16:22:05 -05:00
cinap_lenrek
91e9d7466f
cifs(4): fix documentation for -d flag
2013-12-11 06:48:02 +01:00
cinap_lenrek
058188117b
dossrv(4): remove reference to a:, b:, c:, d: and 9fat:
2013-09-08 20:59:09 +02:00
stanley lieber
1556afae40
2c(1), torrent(1), uhtml(1), kbd(3), cwfs(4), hgfs(4), cifsd(8), cryptsetup(8), hjfs(8), kbdfs(8), realemu(8), wpa(8): fix spelling, typos
2013-08-23 15:48:52 -04:00
stanley lieber
eca2dbed8b
audio(1), hget(1), nusb(4), page(1): fix spelling, typos
2013-08-23 11:27:30 -04:00
stanley lieber
d2ac298a80
webfs(4): read the whole man page before committing corrections
2013-08-23 11:15:52 -04:00
stanley lieber
e1dfd6defe
webfs(4): fix typo
2013-08-23 11:07:59 -04:00
stanley lieber
4ac8d862c1
webfs(4): correct typo
2013-08-22 17:58:51 -04:00
cinap_lenrek
0a7e9ba1f5
rdbfs: add -s srvname (from charles forsyth's rdbfs-srvname patch)
...
Add a -s srvname option to rdbfs, allowing debugging sessions to be shared
or later reattached after disconnection.
2013-06-14 23:28:59 +02:00
cinap_lenrek
06ec2ffac6
cifs(4): default method is ntlmv2, fix formatting
2013-06-05 20:35:09 +02:00
cinap_lenrek
182ed8a2b5
add import -z option to skip initial tree negotiation (from mycroftiv)
2013-04-02 04:23:26 +02:00
cinap_lenrek
6dc133ad99
webfs: preauth support
2013-01-12 00:16:07 +01:00
stanley lieber
a0377a174a
hjfs(4): update man page
2013-01-09 07:47:49 -06:00
cinap_lenrek
0c85432359
hjfs: network announce/listen support
2013-01-07 02:13:54 +01:00
cinap_lenrek
857502c364
nusb(4): document debug flags for usbd
2013-01-03 17:21:33 +01:00
cinap_lenrek
8f3595e058
nusb/kb: remove mouse acceleration -a flag
...
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.
2012-12-26 22:48:12 +01:00
cinap_lenrek
04fd67ab06
nusb(4): document new nusb/ether options
2012-12-06 23:17:18 +01:00
stanley lieber
3049e7036b
hjfs(4): fly your flag
2012-10-06 12:27:40 -05:00
stanley lieber
349abfcd79
add /sys/man/4/hjfs
2012-10-06 03:49:53 +00:00
cinap_lenrek
16a9d6bbd3
tftpfs(4) example typo
2012-10-06 05:14:46 +02:00
cinap_lenrek
bac191c407
httpfile(4) section name quoting
2012-10-06 05:13:14 +02:00
stanley lieber
c23d478a25
tftpfs(4): minor corrections
2012-10-05 21:25:55 -05:00
cinap_lenrek
61d1967e74
tftpfs: add manpage, add -x option
2012-10-06 04:14:48 +02:00
cinap_lenrek
ee0a0fca5d
rdbfs(4), no ^t^t on 9front system
2012-09-06 02:45:15 +02:00
cinap_lenrek
51915912e9
add bzfs(4) manpage
2012-07-05 21:46:44 +02:00
cinap_lenrek
57a69ac203
cifs(4): aquarela reference
2012-06-13 00:35:01 +02:00
cinap_lenrek
3b2b18328b
cwfs: add fsmempercent enviroment variable to control iobuffer allocation
2012-05-18 02:01:04 +02:00
cinap_lenrek
4c16111e66
webfs: add global timeout parameter settable in rootctl and command line
2012-05-16 17:00:19 +02:00