index
:
teythoon/packaging/hurd.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libddekit
/
interrupt.c
Age
Commit message (
Collapse
)
Author
2016-02-27
libddekit: support new-style interrupt notifications
Justus Winter
* libddekit/interrupt.c (irq_server): If a message with a valid reply port arrives, deallocate that instead of calling 'device_intr_enable' to re-enable the interrupt.
2016-02-27
libddekit: avoid hardcoding stuff, include mach header instead
Justus Winter
2012-02-18
Fix figure
Samuel Thibault
2011-08-23
missing rename
Samuel Thibault
2011-08-23
rename intr.h constants
Samuel Thibault
2011-08-23
rename device_intr_notify into device_intr_register
Samuel Thibault
2011-08-23
rename irq into intr or line
Samuel Thibault
2011-08-23
rename device_irq_enable into device_intr_enable
Samuel Thibault
2010-06-09
fix a race condition in the interrupt handler.
Zheng Da
2010-05-11
block intloop thread when irq is disabled.
Zheng Da
2010-05-07
call device_irq_enable even when interrupt is ignored.
Zheng Da
2010-05-07
fix a bug when device_intr_notify return an error.
Zheng Da
2010-02-27
IRQ server doesn't have reply messages.
Zheng Da
2010-02-27
Add `flags` for interrupt registration.
Zheng Da
2010-01-29
remove printing in the interrupt handler.
Zheng Da
2010-01-27
Enable the irq after installing irq handler and receiving an interrupt.
Zheng Da
2010-01-26
allocate a port for interrupt delivery.
Zheng Da
2010-01-26
raise the priority of the interrupt handler thread.
Zheng Da
2009-12-06
The code can be compiled now.
Zheng Da
2009-12-05
Fix a bug.
Zheng Da
The interrupt handler can only been attached to the same irq once.
2009-12-05
Implementation of interrupt.
Zheng Da
2009-11-17
The original version of DDEKit.
Zheng Da