.. |
acpi.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
acpi.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
aspi-win32.h
|
- only define PACKED if it's not already defined, since in Cygwin it's
|
2001-06-25 12:52:37 +00:00 |
biosdev.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
biosdev.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
busmouse.cc
|
- improved mouse register mechanism for the default mouse selected with the
|
2009-03-03 20:34:50 +00:00 |
busmouse.h
|
- improved mouse register mechanism for the default mouse selected with the
|
2009-03-03 20:34:50 +00:00 |
cdrom_amigaos.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
cdrom_beos.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
cdrom_beos.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
cdrom.cc
|
- fixed some warnings when compiling with VS2008Ex
|
2009-04-21 15:37:17 +00:00 |
cdrom.h
|
- fixed some warnings when compiling with VS2008Ex
|
2009-04-21 15:37:17 +00:00 |
cmos.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
cmos.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
crc32.cc
|
32-bit systems have a problem to allocate large amount of physical memory for Bochs simulation which makes simulation with 4G address space virtually impossible. But in most of the cases when 4G physical address space defined - it is not touched by default on every run so it is possible to allocate only really accessed blocks. This commit made all necessary preparations for it.
|
2008-04-17 14:39:33 +00:00 |
crc32.h
|
Style and indent changes
|
2006-03-07 18:16:41 +00:00 |
devices.cc
|
- implemented changeable VBE LFB base address (TODO: update PCIBIOS init)
|
2009-04-10 11:10:32 +00:00 |
devices.txt
|
Docs about devices
|
2009-04-21 17:25:07 +00:00 |
dma.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
dma.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
eth_arpback.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth_fbsd.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth_linux.cc
|
- lowlevel network drivers now using the log prefix of the network device it
|
2009-04-13 13:33:11 +00:00 |
eth_null.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth_packetmaker.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
eth_packetmaker.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
eth_tap.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth_tuntap.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth_vde.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth_vnet.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth_win32.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth.cc
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
eth.h
|
- now using function write_pktlog_txt() for all ethernet modules that support
|
2009-04-19 17:25:40 +00:00 |
extfpuirq.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
extfpuirq.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
floppy.cc
|
- changed parameter type for floppy status (inserted/ejected) to bx_param_bool_c
|
2009-03-25 18:33:43 +00:00 |
floppy.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
gameport.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
gameport.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
guest2host.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
guest2host.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
harddrv.cc
|
- minor bugfix in the cdrom media change detection (ported from Qemu)
|
2009-04-21 10:18:42 +00:00 |
harddrv.h
|
- minor bugfix in the cdrom media change detection (ported from Qemu)
|
2009-04-21 10:18:42 +00:00 |
hdimage.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
hdimage.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
ioapic.cc
|
apic.h is not needed for ioapic.cc
|
2009-02-22 17:37:09 +00:00 |
ioapic.h
|
- converted I/O APIC to a device plugin
|
2009-02-22 10:44:50 +00:00 |
iodebug.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
iodebug.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
iodev.h
|
- vbe_set_base_addr() fixed for win32 plugin support
|
2009-04-10 14:41:29 +00:00 |
keyboard.cc
|
- improved mouse register mechanism for the default mouse selected with the
|
2009-03-03 20:34:50 +00:00 |
keyboard.h
|
- improved mouse register mechanism for the default mouse selected with the
|
2009-03-03 20:34:50 +00:00 |
Makefile.in
|
- updated iodev and gui Makefile dependencies
|
2009-04-15 06:10:28 +00:00 |
ne2k.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
ne2k.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
parallel.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
parallel.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pci2isa.cc
|
- converted I/O APIC to a device plugin
|
2009-02-22 10:44:50 +00:00 |
pci2isa.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pci_ide.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pci_ide.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pci.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pci.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pcidev.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pcidev.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pcipnic.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pcipnic.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pcivga.cc
|
- vbe_set_base_addr() fixed for win32 plugin support
|
2009-04-10 14:41:29 +00:00 |
pcivga.h
|
- implemented changeable VBE LFB base address (TODO: update PCIBIOS init)
|
2009-04-10 11:10:32 +00:00 |
pic.cc
|
- converted I/O APIC to a device plugin
|
2009-02-22 10:44:50 +00:00 |
pic.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pit82c54.cc
|
- fixed counter programming behaviour (new value should be transferred to the
|
2009-04-11 07:04:52 +00:00 |
pit82c54.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pit_wrap.cc
|
- fixed counter programming behaviour (new value should be transferred to the
|
2009-04-11 07:04:52 +00:00 |
pit_wrap.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
pnic_api.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
sb16.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
sb16.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
scancodes.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
scancodes.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
scsi_commands.h
|
- add RCS Id to header of every file. This makes it easier to know what's
|
2001-10-03 13:10:38 +00:00 |
scsi_device.cc
|
- fixed some warnings when compiling with VS2008Ex
|
2009-04-21 15:37:17 +00:00 |
scsi_device.h
|
- added runtime configuration parameters for USB cdrom drive
|
2009-04-06 15:36:55 +00:00 |
scsidefs.h
|
- clean up ^M pollution from working in cygwin
|
2002-09-16 17:00:16 +00:00 |
scsipt.h
|
whispace, tab2space, indent, dos2unix and other cleanups
|
2008-02-15 22:05:43 +00:00 |
serial_raw.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
serial_raw.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
serial.cc
|
- improved mouse register mechanism for the default mouse selected with the
|
2009-03-03 20:34:50 +00:00 |
serial.h
|
- improved mouse register mechanism for the default mouse selected with the
|
2009-03-03 20:34:50 +00:00 |
slowdown_timer.cc
|
- simplified setting device prefix for log functions
|
2009-04-10 08:15:25 +00:00 |
slowdown_timer.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
soundlnx.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
soundlnx.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
soundosx.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
soundosx.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
soundwin.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
soundwin.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
speaker.cc
|
- simplified setting device prefix for log functions
|
2009-04-10 08:15:25 +00:00 |
speaker.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
svga_cirrus.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
svga_cirrus.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
unmapped.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
unmapped.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
usb_common.cc
|
- changed hub type to support 64 byte max. packet size
|
2009-04-12 07:26:58 +00:00 |
usb_common.h
|
- usb_msd: return status packet after partial disk write (Win98SE needs this)
|
2009-04-10 20:26:14 +00:00 |
usb_hid.cc
|
- don't clear mouse button state when setting up USB packet (holding button
|
2009-04-17 12:20:17 +00:00 |
usb_hid.h
|
- added register/unregister methods for removable keyboard devices and updated
|
2009-03-03 18:29:51 +00:00 |
usb_hub.cc
|
- changed hub type to support 64 byte max. packet size
|
2009-04-12 07:26:58 +00:00 |
usb_hub.h
|
- added unique serial number for the USB hub (multiple hubs now working on Win98)
|
2009-04-09 17:32:53 +00:00 |
usb_msd.cc
|
- fixed some warnings when compiling with VS2008Ex
|
2009-04-21 15:37:17 +00:00 |
usb_msd.h
|
- added runtime configuration parameters for USB cdrom drive
|
2009-04-06 15:36:55 +00:00 |
usb_ohci.cc
|
- don't turn on status bar leds for empty packets
|
2009-04-07 10:56:19 +00:00 |
usb_ohci.h
|
- the status bar indicators for the USB HCs now show the data transfer
|
2009-04-06 09:30:26 +00:00 |
usb_uhci.cc
|
- don't turn on status bar leds for empty packets
|
2009-04-07 10:56:19 +00:00 |
usb_uhci.h
|
- the status bar indicators for the USB HCs now show the data transfer
|
2009-04-06 09:30:26 +00:00 |
vga.cc
|
- implemented changeable VBE LFB base address (TODO: update PCIBIOS init)
|
2009-04-10 11:10:32 +00:00 |
vga.h
|
- vbe_set_base_addr() fixed for win32 plugin support
|
2009-04-10 14:41:29 +00:00 |
virt_timer.cc
|
- simplified setting device prefix for log functions
|
2009-04-10 08:15:25 +00:00 |
virt_timer.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
vmware3.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
vmware3.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
vmware4.cc
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |
vmware4.h
|
- removed wrong character from FSF address (converted invisible and useless
|
2009-02-08 09:05:52 +00:00 |