search for: init_handl

Displaying 3 results from an estimated 3 matches for "init_handl".

Did you mean: init_handler
2004 Nov 19
1
com32: custom int3 handler
I am having problems installing a custom int3 handler from a com32 app. Here is what I have tried: void int3_handler() { put_str("int3!!!"); __asm__("iret"); } void init_handlers() { struct { unsigned long limit : 16; unsigned long base : 32; } __attribute__((packed)) idtr; __asm__("sidt (%0)" :: "r"(&idtr)); unsigned long *idt = (void*)idtr.base; idt[3] = int3_hand...
2019 Sep 13
0
Wine release 4.16
...ntdll: Factor out setup_raise_exception() on ARM64. ntdll: Handle trap exception in signal handler on ARM64. ntdll: Handle page fault in signal handler on ARM64. ntdll: Remove no longer needed function argument from setup_raise_exception() on ARM64. ntdll: Avoid calling init_handler() twice in signal handler on i386. ntdll: Use virtual_uninterrupted_read_memory() to read code inside signal handler on i386. Alistair Leslie-Hughes (11): dsound: Trace all DSBCAPS values. dsound/tests: Add effect parameters tests. wbemprox: Return NULL on error (Coverity...
2007 Nov 24
13
Bug#452721: xen-utils-common: "xendomains" does not restore domains in same order as it would start them
Package: xen-utils-common Version: 3.0.3-0-2 Severity: wishlist The "xendomains" init script will start domains according to the order of config files found in /etc/xen/auto/*. I use this so that, in the event of a hard reboot, the more important domains will start first. Some of these contain essential services like DNS resolvers, slapd and so on, and since starting xen domains