genode/repos/dde_linux/src/lib/lxip
Christian Helmuth 7b9edcf90c lxip: fix timer deletion and modification
Linux del_timer() and mod_timer() return if the timer was pending before
the modification. Additionally, these functions are potentially called
from handler function of the timer to modify and, therefore, checking
for timeout != INVALID_TIMEOUT is not sufficient as the timeout is
indeed valid when the handler is executed.
2017-10-05 17:40:03 +02:00
..
include lxip: correct msghdr initialization 2017-05-31 13:16:21 +02:00
driver.c Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dummies_c.c Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dummies.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
lx.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
lxc_emul.c Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
lxcc_emul.cc lxip: fix iovec iter operations 2017-05-31 13:16:15 +02:00
nic_handler.cc lxip: fix timer handling and jiffies update 2017-10-05 17:40:03 +02:00
random.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
socket_handler.cc lxip: fix timer handling and jiffies update 2017-10-05 17:40:03 +02:00
timer_handler.cc lxip: fix timer deletion and modification 2017-10-05 17:40:03 +02:00