plan9fox/sys/src/cmd/cwfs
2013-08-04 06:47:56 +02:00
..
9netics32.16k remove mconf cruft 2011-06-16 17:33:26 +02:00
9netics64.8k remove mconf cruft 2011-06-16 17:33:26 +02:00
choline remove mconf cruft 2011-06-16 17:33:26 +02:00
cwfs remove mconf cruft 2011-06-16 17:33:26 +02:00
cwfs64 remove mconf cruft 2011-06-16 17:33:26 +02:00
cwfs64x remove mconf cruft 2011-06-16 17:33:26 +02:00
doc correcting unicode superscripts for 1 2 and 3 2012-02-23 16:58:53 +01:00
emelie remove mconf cruft 2011-06-16 17:33:26 +02:00
fs remove mconf cruft 2011-06-16 17:33:26 +02:00
fs64 remove mconf cruft 2011-06-16 17:33:26 +02:00
9p1.c cwfs: allow previously authorized channels to attach as none 2012-12-07 09:53:08 +01:00
9p1.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
9p1lib.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
9p2.c 9p message size too small 2013-01-30 06:28:42 +01:00
32bit.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
64bit.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
64xbit.h updating cwfs and moving installer in /rc/bin 2011-04-12 15:53:55 +00:00
all.h cwfs: make none attach work 2012-12-07 06:30:26 +01:00
auth.c cwfs: fix use after free bug (ai->cuid), remove waitedfor abort() 2011-09-07 02:46:38 +02:00
chk.c cwfs: add rtmp flag for check command to remove temporary files after recover 2013-07-18 15:04:37 +02:00
con.c cwfs: make none attach work 2012-12-07 06:30:26 +01:00
config.c cwfs: make none attach work 2012-12-07 06:30:26 +01:00
console.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
cw.c cwfs: fix mtime for dump yyyy directories 2013-02-25 06:11:43 +01:00
data.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
dentry.c cwfs: noatime flag 2012-07-14 23:49:17 +02:00
fworm.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
io.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
iobuf.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
juke.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
lrand.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
main.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
malloc.c cwfs: add fsmempercent enviroment variable to control iobuffer allocation 2012-05-18 02:01:04 +02:00
mkfile cwfs: make default target cwfs64x 2011-04-18 10:16:12 +00:00
mworm.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
net.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
portdat.h cwfs: faster queue implementation using semacquire() 2013-08-04 06:47:56 +02:00
portfns.h cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
portmkfile remove mconf cruft 2011-06-16 17:33:26 +02:00
proc.c remove mconf cruft 2011-06-16 17:33:26 +02:00
README Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
scsi.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
srv.c cwfs: allow previously authorized channels to attach as none 2012-12-07 09:53:08 +01:00
sub.c cwfs: faster queue implementation using semacquire() 2013-08-04 06:47:56 +02:00
time.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
uidgid.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
wren.c cwfs: reduce verbosity, added -d options if you want it anyway 2011-04-28 19:40:57 +00:00

This is Ken's optical-jukebox fileserver, expanded to 64-bit disk
addresses and quadruple indirect blocks, then ported to user mode.

The APC UPS shut-down code has been moved into a separate command,
watchapc.

To customise, set RBUFSIZE and choose 32bit.h or 64bit.h in dat.h, and
tweak localconfinit(), fsprotocol[] and startsb[] in conf.c.