osd-contiki/core/cfs
nvt-se 3191a2568c Major API change:
1. Introduced a cfs_offset_t type that designates file offsets. unsigned int
was insufficient on several platforms with non-volatile storage that exceed
the capacity of unsigned int.

2. Switched cfs_seek signature to POSIX style with a "whence" parameter.
2009-02-27 14:25:37 +00:00
..
cfs-coffee.c Major API change: 2009-02-27 14:25:37 +00:00
cfs-coffee.h The text suggested that only append operations were supported. 2009-02-27 10:54:08 +00:00
cfs-eeprom.c Major API change: 2009-02-27 14:25:37 +00:00
cfs-posix-dir.c Set directory entry size if available in some dirent field. Currently for the Apple2 only. 2008-03-29 13:54:56 +00:00
cfs-posix.c Major API change: 2009-02-27 14:25:37 +00:00
cfs-ram.c Major API change: 2009-02-27 14:25:37 +00:00
cfs-xmem.c Major API change: 2009-02-27 14:25:37 +00:00
cfs.h Major API change: 2009-02-27 14:25:37 +00:00