- Feb 09, 2017
-
-
David Sidrane authored
-
- Feb 07, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Merged in david_s5/nuttx-5/david_s5/there-is-a-return-path-with-node-not-set-1486503652666 (pull request #204) There is a return path with node not set Approved-by: Gregory Nutt
-
David Sidrane authored
inode/fs_inoderemove.c: In function 'inode_unlink': inode/fs_inoderemove.c:74:17: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] FAR struct inode *node;
-
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
-