plan9fox/sys/src/cmd/cwfs
2012-08-01 01:10:24 +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: fix read offset integer overflow 2012-08-01 01:10:24 +02: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 cwfs: fix read offset integer overflow 2012-08-01 01:10:24 +02: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 sure we do a full dump after toggling noatime 2012-07-24 19:42:18 +02: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: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
con.c cwfs: remove noatime runtime option 2012-07-24 20:09:28 +02:00
config.c cwfs: make sure we do a full dump after toggling noatime 2012-07-24 19:42:18 +02:00
console.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
cw.c cwfs: make sure we do a full dump after toggling noatime 2012-07-24 19:42:18 +02: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: set whochan for who command, cleanup 2012-07-12 21:00:12 +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: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +02:00
sub.c cwfs: make /srv/cwfs.cmd redable to receive command output 2012-07-13 15:09:39 +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.