Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-27 | s3:smbd: convert aio to use tevent_signal | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -4/+2 | |
metze | |||||
2008-04-11 | Remove a redundant TALLOC_FREE | Volker Lendecke | 1 | -1/+0 | |
(This used to be commit 8e348ab8652e1893be78384404f57df1dbbcea48) | |||||
2008-03-16 | Need to close the /dev/zero fd | Volker Lendecke | 1 | -0/+2 | |
(This used to be commit c2b2a9303d9c84ba4e059f13de9ccc401d08bd59) | |||||
2008-02-29 | Add vfs_aio_fork | Volker Lendecke | 1 | -0/+728 | |
This is used for two purposes: First, I'm using it to test the async I/O code. In the forked process it is pretty easy to delay a reply for a random amount of time. See the BUILD_FARM_HACKS snippet. Second, there are systems around that claim to have Posix AIO but which is broken. This might be some help for those systems. Also add tests how to pass file descriptors (This used to be commit b0e52cecf2009d4c7f29412dadf17910e54e4327) |