Bochs/bochs/iodev
Volker Ruppert 449c65a625 Fixed possible deadlock on exit. The pthread library cannot kill a waiting
thread and destroying an object locked by another thread is not possible.
2019-11-13 12:00:27 +00:00
..
display Fixed possible deadlock on exit. The pthread library cannot kill a waiting 2019-11-13 12:00:27 +00:00
hdimage Added support for unlocking disk images (locks leftover from previous Bochs 2018-05-11 07:44:49 +00:00
network Fix for SF bug #1405 based on a patch for Qemu. 2019-11-11 21:44:38 +00:00
sound fix ambiguous delete[] not matching new 2019-01-02 17:13:36 +00:00
usb Fixed some warnings caused by possibly not enough space for sprintf format. 2019-11-08 13:49:48 +00:00
acpi.cc Added new macros BX_DEBUG_PCI_READ and BX_DEBUG_PCI_WRITE to unify the debug 2018-05-01 15:54:37 +00:00
acpi.h
biosdev.cc
biosdev.h
busmouse.cc
busmouse.h
cmos.cc Some fixes for MSVC. 2018-05-21 16:11:46 +00:00
cmos.h Started implementing the i440BX PCI/AGP chipset. 2018-02-24 18:04:36 +00:00
devices.cc convert bochs.h macros to inline functions with strong types 2019-10-16 20:46:00 +00:00
devices.txt Fixed Banshee status reading via MMIO (unaligned access is allowed). 2018-05-03 19:46:12 +00:00
dma.cc
dma.h
extfpuirq.cc
extfpuirq.h
floppy.cc
floppy.h
gameport.cc
gameport.h
harddrv.cc Fixed some warnings caused by possibly not enough space for sprintf format. 2019-11-08 13:49:48 +00:00
harddrv.h Some work on the disk image sector size option based on a patch by Ben Lunt. 2018-03-27 17:47:46 +00:00
hpet.cc Fixed some warnings caused by possibly not enough space for sprintf format. 2019-11-08 13:49:48 +00:00
hpet.h Missed the new HPET files. 2017-04-17 07:31:08 +00:00
ioapic.cc
ioapic.h
iodebug.cc
iodebug.h
iodev.h Added support for driving the speaker line directly with the speaker gate, but 2018-05-10 10:50:42 +00:00
keyboard.cc Moved method release_keys() to the common devices code to make sure this 2017-04-22 15:32:07 +00:00
keyboard.h Moved method release_keys() to the common devices code to make sure this 2017-04-22 15:32:07 +00:00
Makefile.in
parallel.cc
parallel.h
pci2isa.cc Added new macros BX_DEBUG_PCI_READ and BX_DEBUG_PCI_WRITE to unify the debug 2018-05-01 15:54:37 +00:00
pci2isa.h Started implementing the i440BX PCI/AGP chipset. 2018-02-24 18:04:36 +00:00
pci_ide.cc Added new macros BX_DEBUG_PCI_READ and BX_DEBUG_PCI_WRITE to unify the debug 2018-05-01 15:54:37 +00:00
pci_ide.h
pci.cc Some fixes for MSVC. 2018-05-21 16:11:46 +00:00
pci.h Some work on the i440BX chipset and related changes. 2018-03-04 04:53:16 +00:00
pcidev.cc Added new macros BX_DEBUG_PCI_READ and BX_DEBUG_PCI_WRITE to unify the debug 2018-05-01 15:54:37 +00:00
pcidev.h
pic.cc
pic.h
pit82c54.cc Speaker beep methods should only be called in PIT mode 3 (square wave generator). 2018-05-14 18:17:04 +00:00
pit82c54.h Speaker beep methods should only be called in PIT mode 3 (square wave generator). 2018-05-14 18:17:04 +00:00
pit.cc Speaker beep methods should only be called in PIT mode 3 (square wave generator). 2018-05-14 18:17:04 +00:00
pit.h Speaker beep methods should only be called in PIT mode 3 (square wave generator). 2018-05-14 18:17:04 +00:00
scancodes.cc
scancodes.h
serial_raw.cc
serial_raw.h
serial.cc
serial.h
slowdown_timer.cc
slowdown_timer.h
speaker.cc Fixed compilation error in case the lowlevel sound interface is not present. 2018-05-19 08:07:20 +00:00
speaker.h Added support for driving the speaker line directly with the speaker gate, but 2018-05-10 10:50:42 +00:00
unmapped.cc
unmapped.h
virt_timer.cc
virt_timer.h