summaryrefslogtreecommitdiff
path: root/sys/src/cmd/disk/kfs
AgeCommit message (Collapse)Author
2015-08-21remove kfs and kfscmdcinap_lenrek
2015-08-20kfs: adjust to new libauthsrvcinap_lenrek
2015-08-05kfs: set permission of / to 0775 on reamcinap_lenrek
this allows members of the -1 group to create new directories in / without having to fiddle with the fileserver console. this also makes it consistent to hjfs and cwfs.
2013-01-309p message size too smallcinap_lenrek
various fileservers do not check if the message size is too small (they subtract IOHDRSZ later from it to calculate iounit) which can overflow.
2012-08-01kfs: fix read offset integer overflowcinap_lenrek
2011-04-23kfs: extend fid from short to ulongcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen