summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/common
AgeCommit message (Collapse)Author
2017-06-07upas: fix infinite loop in common/mkfile (thanks raiz)cinap_lenrek
2017-04-08upas/common: deliver mail to mdir as .tmp file and rename after it has been ↵cinap_lenrek
fully written theres a race condition when mail delivery to mdir is slow, then upas/fs sees partial mail file and caches the truncated file size. to avoid this, delivery will create the new mail file with the .tmp extension (which is ignored by upas/fs) and after everything has been written, rename it to the final name.
2017-03-12merging erik quanstros nupascinap_lenrek
2012-10-25fix permissiosn for upas and telco rc scriptcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen