metalsvm/kernel
Marian Ohligs 3d74f1b514 - rewrite the read_fs and write_fs. Now both functions use fildes_t instead of vfs_node_t structs.
INFO:	typedef struct fildes {
        	vfs_node_t* 	node;
        	off_t 		offset;
		int 		flags;
		int 		mode;
	} fildes_t;

- merge fs_types.h and fs.h into one file fs.h
2011-07-01 18:04:00 +02:00
..
echo.c switch from lwip-1.3.2 to lwip 1.4.0 2011-05-29 15:36:02 +02:00
init.c fix bug in the initializtion of the BSS section 2011-06-09 08:18:12 +02:00
main.c - rewrite the read_fs and write_fs. Now both functions use fildes_t instead of vfs_node_t structs. 2011-07-01 18:04:00 +02:00
Makefile - use non-recursive Makefiles 2011-02-09 19:13:40 +00:00
ping.c switch from lwip-1.3.2 to lwip 1.4.0 2011-05-29 15:36:02 +02:00
syscall.c - rewrite the read_fs and write_fs. Now both functions use fildes_t instead of vfs_node_t structs. 2011-07-01 18:04:00 +02:00
tasks.c - rewrite the read_fs and write_fs. Now both functions use fildes_t instead of vfs_node_t structs. 2011-07-01 18:04:00 +02:00
tests.c Merge branch 'master' into ohligs 2011-05-29 20:54:35 +02:00