Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4687 5401 d 5 h jermar /tags/0.4.1/ Tag 0.4.1  
4360 5490 d 7 h decky /trunk/ add support for lowercase extension and lowercase basename bits (NT extension of plain FAT16)
this implements request ticket #57
 
4019 5554 d 10 h decky /trunk/uspace/srv/fs/fat/ make sure the unions are packed (fixes FAT on arm32)  
3660 5647 d 9 h jermar /trunk/uspace/srv/fs/fat/ Create "." and ".." entries on FAT.  
3638 5652 d 4 h jermar /trunk/uspace/srv/fs/fat/ Implement fat_unlink().  
3634 5652 d 14 h jermar /trunk/uspace/srv/fs/fat/ Consider "prd" and "prd." to be the same FAT dentry names.  
3628 5654 d 10 h jermar /trunk/uspace/ Add somewhat functional fat_link().  
3505 5682 d 13 h jermar /trunk/uspace/srv/fs/fat/ Move functionality related to FAT dentries to fat_dentry.c.  
3504 5682 d 14 h jermar /trunk/uspace/srv/fs/fat/ Prepare to break fat_ops.c into multiple files.