Searched +hist:25 +hist:eb8cd7 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dfifo.cppdiff 2a849a64 Wed Nov 04 13:25:15 MST 2020 Jérôme Duval <jerome.duval@gmail.com> fifo: fsync() returns EINVAL

fix #15288

Change-Id: Ic86bcec662c81cb04b743ec077cc8a2f3941f96e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3379
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
diff f170a888 Mon Nov 25 08:06:45 MST 2013 Ingo Weinhold <ingo_weinhold@gmx.de> FIFO: Handle user reads/writes more correctly

* Determine whether called from userland or kernel.
* Check the buffer address via IS_USER_ADDRESS(), if from userland.
* Simplify things by merging UserRead() with Read() and
UserWrite() with Write().
diff 8019fdba Mon Nov 25 07:50:26 MST 2013 Ingo Weinhold <ingo_weinhold@gmx.de> FIFO: Implement FION{BIO,READ}, B_SET_[NON]BLOCKING_IO ioctls
diff fd0bfd55 Mon Nov 25 07:49:24 MST 2013 Ingo Weinhold <ingo_weinhold@gmx.de> FIFO: More correct locking when accessing file_cookie::open_mode
diff 9061bf7e Mon Aug 02 03:41:25 MDT 2010 Axel Dörfler <axeld@pinc-software.de> * Improved debug output.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37835 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 25eb8cd7 Sun Apr 06 09:50:28 MDT 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * Renamed pipefs.cpp to fifo.cpp.
* Removed the pipefs functionality. We only need to support FIFO nodes.
* Renamed the remaining pipefs_*() functions to fifo_*().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24834 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 25eb8cd7 Sun Apr 06 09:50:28 MDT 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * Renamed pipefs.cpp to fifo.cpp.
* Removed the pipefs functionality. We only need to support FIFO nodes.
* Renamed the remaining pipefs_*() functions to fifo_*().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24834 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff f170a888c26756f2a2586630aa280d8bc3d687ee Mon Nov 25 08:06:45 MST 2013 Ingo Weinhold <ingo_weinhold@gmx.de> FIFO: Handle user reads/writes more correctly

* Determine whether called from userland or kernel.
* Check the buffer address via IS_USER_ADDRESS(), if from userland.
* Simplify things by merging UserRead() with Read() and
UserWrite() with Write().
diff 8019fdbab89c0b320e8f70583182eae2189bc913 Mon Nov 25 07:50:26 MST 2013 Ingo Weinhold <ingo_weinhold@gmx.de> FIFO: Implement FION{BIO,READ}, B_SET_[NON]BLOCKING_IO ioctls
diff fd0bfd5593f3abb48b1038112d7d85bbb1f4094c Mon Nov 25 07:49:24 MST 2013 Ingo Weinhold <ingo_weinhold@gmx.de> FIFO: More correct locking when accessing file_cookie::open_mode
H A DJamfilediff 25eb8cd7 Sun Apr 06 09:50:28 MDT 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * Renamed pipefs.cpp to fifo.cpp.
* Removed the pipefs functionality. We only need to support FIFO nodes.
* Renamed the remaining pipefs_*() functions to fifo_*().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24834 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 25eb8cd7 Sun Apr 06 09:50:28 MDT 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * Renamed pipefs.cpp to fifo.cpp.
* Removed the pipefs functionality. We only need to support FIFO nodes.
* Renamed the remaining pipefs_*() functions to fifo_*().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24834 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 25eb8cd717a56613da266823896dfb7d898b0088 Sun Apr 06 09:50:28 MDT 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * Renamed pipefs.cpp to fifo.cpp.
* Removed the pipefs functionality. We only need to support FIFO nodes.
* Renamed the remaining pipefs_*() functions to fifo_*().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24834 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 62 milliseconds