- Feb 07, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 06, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Soft link: Change how a value is returned so that _inode_linktarget will function in all of its use contexts.
-
Gregory Nutt authored
-
Marc Rechté authored
-
- Feb 05, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links.
-
Gregory Nutt authored
Add macros support that will eventually allow dynamic allocation of strings need to support soft links.
-
Gregory Nutt authored
-
Gregory Nutt authored
tools/noteinfo.c: A hack tool that I use to analyze some sched_note output. Needs a home and may be useful to others.
-
Gregory Nutt authored
inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller.
-
- Feb 04, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
FS: Remove inode_search_nofollow(). That logic is no handled with a new field in the input argument structure.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 03, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Soft links: Fix logic and remove kludge of last commit. Rename inode_dereference() as inode_linktarget() and make global.
-
Gregory Nutt authored
FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat().
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 02, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jan 31, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32F429-DISCO: Move some board initialization logic that is not usuable because it lacks the configuration options to make it so
-
Gregory Nutt authored
STM32F7 SDMMC: Make sure that all SDMMC configuration variables begin with STM32F7_; Eliminate CONFIG_SDMMC1/2_DMA altogether. Does not appear to be used.
-
Gregory Nutt authored
-