summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs
AgeCommit message (Expand)Author
2023-02-19mkfiles: add 'mk test' supportOri Bernstein
2022-12-18cwfs: write /env/timezone instead of #e/timezonecinap_lenrek
2022-12-18cwfs: remove noauth and nonone commans from fileserver consolecinap_lenrek
2022-12-18cwfs: post to /srv instead of #scinap_lenrek
2022-12-12cwfs: add missing \n in error printcinap_lenrek
2022-11-13Re: [9front] cwfs: Add some missing dashesJosiah Frentsos
2022-06-07cwfs: fix iounit negotiationOri Bernstein
2020-12-06cwfs: fix interpretation of startdump argumentAlex Musolino
2020-07-12cwfs: update mtime and qid.vers for directory on renamecinap_lenrek
2019-10-04cwfs: fix listen filedescriptor leakscinap_lenrek
2019-06-20cwfs: remove orphaned lrand.ccinap_lenrek
2019-06-20cwfs: remove old some assert() debuggingcinap_lenrek
2019-06-20cwfs: fix root access time qid path comparsioncinap_lenrek
2019-06-19cwfs: properly handle 64 bit qid pathcinap_lenrek
2019-02-25cwfs: fix %.*s format in cmd_printconf()cinap_lenrek
2018-09-26libc: add procsetname()cinap_lenrek
2018-09-25Disallow '/' in file names.Ori Bernstein
2017-10-29cwfs: use /dev/swap instead of #c/swap to determine memory sizecinap_lenrek
2017-08-04cwfs: -n always overrides postservice() name, no matter if config mode change...cinap_lenrek
2017-04-29cwfs: allow "none" user to rename filescinap_lenrek
2017-03-06cwfs: handle DMTMP flag in createcinap_lenrek
2017-01-30cwfs: handle worm exhaustion more gracefullycinap_lenrek
2017-01-27cwfs: fix cwcmd startdumpcinap_lenrek
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