|
From: Jeremy F. <je...@go...> - 2004-01-19 00:14:21
|
On Sun, 2004-01-18 at 09:52, Nicholas Nethercote wrote: > I thought it wasn't as simple as adding the entries to vg_syscalls.c, that > it might sort-of work, but really deeper changes were needed... but that > might be wrong. Anyone else know more? It should be pretty easy to do in the 2.1 tree - you just need to add PRE and POST functions to deal with the args and return vals, work out which syscalls can block, and put the entries into the table. The 2.0 patch won't be much help though, because I presume most of it is to do with making epoll_* non-blocking, which isn't an issue any more. J |