summaryrefslogtreecommitdiff
path: root/sys/src/cmd/hjfs/dev.c
AgeCommit message (Collapse)Author
2022-11-01hjfs: check and fix print format errorscinap_lenrek
2017-03-27hjfs: simplify dprintingspew
2012-11-18hjfs: eleminate seek syscallscinap_lenrek
reduce syscalls by using pread/pwrite instead of seek/read/write.
2012-11-18hjfs: ORCLOSE parent check, estrdup / erealloc, CHFNOPERM consistencycinap_lenrek
check for write premission in the parent directory for open with ORCLOSE. honor CHFNOPERM not just in chancreat(), pikeshedd the error handling. added estrdup()/erealloc() that call sysfatal instead of returning nil.
2012-08-07added hjfsaiju