summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs
AgeCommit message (Expand)Author
2016-07-24make error handling in 9p service loops consistentcinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2015-10-09cwfs: fix wstat() failing to mark block dirty when noatime is setcinap_lenrek
2015-09-26cwfs: various cleanupscinap_lenrek
2015-09-26cwfs: don't use sprint() to fill directory namecinap_lenrek
2015-09-12cwfs: initialize /env/timezone on boot so dumps are in localtimecinap_lenrek
2015-08-21cwfs: remove 9p1 supportcinap_lenrek
2015-08-20cwfs: adjust for new libauthsrv changescinap_lenrek
2015-08-05cwfs: set permission of / to 0775 on reamcinap_lenrek
2014-08-11cwfs: add optional uid argument to allow command, unify permission override codecinap_lenrek
2014-08-09cwfs: fix 32bit multiplication overflows for allocation sizes (thanks kenji o...cinap_lenrek
2014-05-03cwfs: fix 1GB memsize limitationcinap_lenrek
2014-02-07cwfs: limit memsize() to 1GB until pool can handle huge allocationscinap_lenrek
2014-02-01cwfs: use pragma pack for on disk structures for amd64cinap_lenrek
2013-10-16cwfs: fix putbuf(nil) in error case of cmd_check()cinap_lenrek
2013-10-11cwfs: add checktag() call for cache bucket in dumpblock(), fix error stringscinap_lenrek
2013-10-11cwfs: more checking for cfsdump(), cleanup Tsuper hack in cwrecur()cinap_lenrek
2013-08-08cwfs: fix out of order repliescinap_lenrek
2013-08-07cwfs: use atomic compare and swap to avoid semacquire() syscalls in new queue...cinap_lenrek
2013-08-05fix this megashitcinap_lenrek
2013-08-05cwfs: remove reflockcinap_lenrek
2013-08-04cwfs: faster queue implementation using semacquire()cinap_lenrek
2013-07-18cwfs: add rtmp flag for check command to remove temporary files after recovercinap_lenrek
2013-02-25cwfs: fix mtime for dump yyyy directoriescinap_lenrek
2013-01-309p message size too smallcinap_lenrek
2012-12-07cwfs: allow previously authorized channels to attach as nonecinap_lenrek
2012-12-07cwfs: make none attach workcinap_lenrek
2012-08-01cwfs: fix read offset integer overflowcinap_lenrek
2012-07-24cwfs: remove noatime runtime optioncinap_lenrek
2012-07-24cwfs: make sure we do a full dump after toggling noatimecinap_lenrek
2012-07-23cwfs: fix noatime dumpscinap_lenrek
2012-07-14cwfs: noatime flagcinap_lenrek
2012-07-13cwfs: make /srv/cwfs.cmd redable to receive command outputcinap_lenrek
2012-07-12cwfs: set whochan for who command, cleanupcinap_lenrek
2012-05-21cwfs: fix disappearing /tmp +t bugcinap_lenrek
2012-05-18cwfs: add fsmempercent enviroment variable to control iobuffer allocationcinap_lenrek
2012-04-14cwfs: write superblocks to worm immidiately after ream to avoid scary touchsb...cinap_lenrek
2012-02-23correcting unicode superscripts for 1 2 and 3cinap_lenrek
2011-12-12cwfs: simplify checkname, allow space charactercinap_lenrek
2011-09-07cwfs: cfs needs to run after con_session(), so revert previous change and jus...cinap_lenrek
2011-09-07cwfs: fix race between cmd_exec("users") and serve processes, cleanup portfns.hcinap_lenrek
2011-09-07cwfs: fix use after free bug (ai->cuid), remove waitedfor abort()cinap_lenrek
2011-07-22cwfs: fixed memsize()aiju
2011-07-21cwfs: fix auth filedescriptor leakcinap_lenrek
2011-06-16remove mconf cruftcinap_lenrek
2011-06-11cwfs: store newcache format option in configcinap_lenrek
2011-06-11cwfs: dont use hardcoded firstsb for cwfscinap_lenrek
2011-06-06cwfs: restore backup block even if directory block didnt got a new addresscinap_lenrek
2011-05-12cwfs: +tcinap_lenrek
2011-05-07added 'chatty' command to cwfsaiju