Gregory Nutt
|
86b79b33cf
|
Reserver the name 'err' for other purposes
|
2016-06-11 14:40:07 -06:00 |
|
Gregory Nutt
|
4a59ff34e9
|
Update submodules
|
2016-01-28 09:53:47 -06:00 |
|
Gregory Nutt
|
7d6c2d150d
|
fs/vfs/fs_poll.c: Fix handling of sem_tickwait() return value sem_tickwait() does not return an -1+errno, it returns a negated errno value. Noted by Freddie Chopin.
|
2016-01-27 13:42:39 -06:00 |
|
Gregory Nutt
|
f348e68069
|
Update to use 64-bit timer when available
|
2016-01-21 11:54:26 -06:00 |
|
Anton D. Kachalov
|
8d57be2b6f
|
Eliminate compilation warnings
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-26 00:14:50 +03:00 |
|
Gregory Nutt
|
dd7ffa481c
|
Fix a spelling error in a comment
|
2015-08-14 08:22:03 -06:00 |
|
Gregory Nutt
|
48107bf073
|
poll() now returns POLLERR for any file descriptor that returns a failure during the poll setup
|
2015-08-13 14:58:52 -06:00 |
|
- Max Neklyudov
|
3f8a084d01
|
fs/vfs/fs_poll.c: use sem_tickwait instead of sem_timedwait
|
2015-08-13 14:28:31 -06:00 |
|
Gregory Nutt
|
3c1af2feed
|
Local sockets: Add poll support for Unix stream sockets. From Jussi Kivilinna.
|
2015-05-12 07:41:12 -06:00 |
|
Gregory Nutt
|
157ac4fb59
|
vfs: poll: fix resource leak and memory corruption. From Jussi Kivilinna.
|
2015-05-04 09:09:09 -06:00 |
|
Gregory Nutt
|
cded7ea682
|
Fix some time value changes; mostly changing greater than 1000000000 to greater than or equal to 1000000000. From Juha Niskanen
|
2015-02-20 07:07:36 -06:00 |
|
Gregory Nutt
|
71d27ec3da
|
apps/examples/bridge: Add host-side test driver
|
2014-11-21 08:20:25 -06:00 |
|
Gregory Nutt
|
6eee578317
|
vfs/poll: add proper handling for sem_timedwait errnos. From Jussi Kivilinna
|
2014-11-21 06:38:26 -06:00 |
|
Gregory Nutt
|
bee3640829
|
Simplifed semaphore wait logic in poll()
|
2014-11-19 09:49:11 -06:00 |
|
Gregory Nutt
|
4448cc43db
|
poll() was not waking up from signals (for example mq_notify() events).
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@haltian.com>
|
2014-11-19 09:31:51 -06:00 |
|
Gregory Nutt
|
d914f3ceec
|
Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything
|
2014-10-06 10:53:25 -06:00 |
|
Gregory Nutt
|
ae90309b36
|
Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h
|
2014-09-29 07:14:38 -06:00 |
|
Gregory Nutt
|
ff73be870e
|
Move renaming files in fs/. to fs/vfs/. (Don't all belong there)
|
2014-09-28 11:46:11 -06:00 |
|