plan9fox/sys/src/cmd/cwfs
2011-07-22 11:53:47 +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 Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03: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: make noauth a storable config option so one can boot without factotum and nvram 2011-04-17 09:29:38 +00:00
9p1.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
9p1lib.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
9p2.c cwfs: +t 2011-05-12 12:07:03 +00: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 noauth a storable config option so one can boot without factotum and nvram 2011-04-17 09:29:38 +00:00
auth.c cwfs: fix auth filedescriptor leak 2011-07-21 15:59:00 +02:00
chk.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
con.c added 'chatty' command to cwfs 2011-05-07 23:33:27 +00:00
config.c cwfs: store newcache format option in config 2011-06-11 14:19:07 +00:00
console.c cwfs: make noauth a storable config option so one can boot without factotum and nvram 2011-04-17 09:29:38 +00:00
cw.c cwfs: store newcache format option in config 2011-06-11 14:19:07 +00:00
data.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
dentry.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fworm.c cwfs: reduce verbosity, added -d options if you want it anyway 2011-04-28 19:40:57 +00:00
io.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
iobuf.c cwfs: reduce verbosity, added -d options if you want it anyway 2011-04-28 19:40:57 +00:00
juke.c cwfs: reduce verbosity, added -d options if you want it anyway 2011-04-28 19:40:57 +00:00
lrand.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
main.c remove mconf cruft 2011-06-16 17:33:26 +02:00
malloc.c cwfs: fixed memsize() 2011-07-22 11:53:47 +02:00
mkfile cwfs: make default target cwfs64x 2011-04-18 10:16:12 +00:00
mworm.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
net.c cwfs: fix network listener, relay auth errors. boot(8): split bootargs only on first ! char, prepare /net so cwfs can announce 9fs 2011-05-01 07:07:32 +00:00
portdat.h remove mconf cruft 2011-06-16 17:33:26 +02:00
portfns.h remove mconf cruft 2011-06-16 17:33:26 +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 Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
srv.c cwfs: reduce verbosity, added -d options if you want it anyway 2011-04-28 19:40:57 +00:00
sub.c cwfs: reduce verbosity, added -d options if you want it anyway 2011-04-28 19:40:57 +00: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.