bugs

来自「嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计」· 代码 · 共 31 行

TXT
31
字号
Last update: 1999-12-23- Fragmented files and directories were incorrectly handled.  Fixed 1999-12-23, Anders.- readdir sometimes returned the same dir entry more than once.  Fixed 1999-12-13, Anders.- File names with a length of exactly 16 chars were handled incorrectly.  Fixed 1999-12-11, Anders.- Files in a subdir can't be accessed, I think that the inode information  is not correctly copied at some point. Solved 06-06-1998, Richard.  - At some point the mounted device can't be unmounted. I think that somewhere  in the code a buffer is not given free.- Make the '..' entry work, I give it a great chance that the above bug  (not given free) has something to do with this one, after a 'ls -l'  the mounted device can't be unmounted and that's where the '..' entry  is accessed.  Seems to be solved 21-06-1998, Frank.- File read function not correct, after the first block it goes beserk.  Solved 21-06-1998, Frank.- This fs will not work if not built as a module.  Solved 25-06-1998, Frank.- Write/truncate/delete functions don't update the bitmap.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?