osd-contiki/platform/native
nvt-se d0a546b049 A long refactoring session yielded the following.
Technical changes:

* Factored out file specific information from the file descriptor
  structure into a new file structure.

  - Useful file metadata can be stored after the file is closed.
  - File descriptors become much smaller.
  - Significantly reduces the need to scan for the file end.

* Use correct types in all function signatures.
* Removed the directory cache.

Results:

* Enormous speed increase when opening cached files (10x-20x.)
* Multiple fd:s pointing to the same file have the correct semantics.
* About 100 bytes smaller ROM size.
* Slightly smaller static RAM size.
2009-02-08 17:08:13 +00:00
..
dev Removed debug printout 2008-07-09 09:37:50 +00:00
cfs-coffee-arch.h A long refactoring session yielded the following. 2009-02-08 17:08:13 +00:00
clock.c Added clock_second() implementation to make th shell work 2008-07-09 09:34:29 +00:00
contiki-conf.h Define IPv6 options only if UIP_CONF_IPV6 is defined (which should be defined by the Makefile.include if IPv6 is enabled) 2008-10-15 09:14:25 +00:00
contiki-main.c Changed startup message 2008-07-09 20:58:25 +00:00
Makefile.native Reverted recent change as there's now a general (and actually working) solution in Makefile.include. 2008-11-17 22:40:10 +00:00