Add errno support PART I
commit52116ac98ecd645c4bca4e9c616f19f170e48820
authorLiu Aleaxander <Aleaxander@gmail.com>
Fri, 11 Jun 2010 10:07:55 +0000 (11 18:07 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Fri, 11 Jun 2010 10:07:55 +0000 (11 18:07 +0800)
tree07e8ec7a725a463aa62a7fdae1e1f31af09b414c
parentc5a5b0e783446dc3ec8a43a1e5e0e3ffac288128
Add errno support PART I

Add some basic errno support here. But the current system is broken.

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
fs/tfs/balloc.c
fs/tfs/cache.c
fs/tfs/dir.c
fs/tfs/ialloc.c
fs/tfs/inode.c
fs/tfs/tfs_diskio.c
include/errno-base.h [new file with mode: 0644]
include/errno.h [new file with mode: 0644]
include/fd.h
include/tfs.h
kernel/fd.c