This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
drivers
/
pipes
History
Xiang Xiao
68951e8d72
Remove exra whitespace from files (
#189
)
...
* Remove multiple newlines at the end of files * Remove the whitespace from the end of lines
2020-01-31 09:24:49 -06:00
..
fifo.c
Merged in raiden00/nuttx_sim (pull request
#1047
)
2019-10-11 08:03:44 +00:00
Kconfig
…
Make.defs
Remove exra whitespace from files (
#189
)
2020-01-31 09:24:49 -06:00
pipe_common.c
Fix wait loop and void cast (
#24
)
2020-01-02 10:54:43 -06:00
pipe_common.h
drivers/pipes: Use inode reference counter instead of device reference counter to handle dup(). I found that if I dup() a pipe, the reference counter d_refs is not increased. If I close any of the fd, backed by the same pipe, the pipe will be freed. This causes any further usage on the fd referencing a non existent pipe. This change uses the inode reference counter, which is properly maintained during dup().
2019-08-06 07:31:57 -06:00
pipe.c
Fix wait loop and void cast (
#24
)
2020-01-02 10:54:43 -06:00