Bochs/bochs/iodev
Bryce Denney 85b6fa7c8d - add 2 paragraphs about who the paste buffer is allocated and freed
- a few weeks ago I changed the gui code so that it always made a copy
  of the clipboard data using new Bit8u[] and passed it into the keyboard
  code.  But I didn't get the keyboard code quite right, and Christophe
  noticed the incorrect malloc that I had forgotten to remove.  I changed
  it to work as I intended:
    1. gui code allocates paste buffer (new), copies clipboard data in
    2. gui code passes the buffer to the keyboard code, and forgets about it
    3. keyboard code uses the buffer, then frees it when finished (delete)
- modified: iodev/keyboard.h iodev/keyboard.cc
2002-09-24 23:52:54 +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 - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
biosdev.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
cdrom_amigaos.cc - fixed the function argument of insert_cdrom() for Amiga OS and MacOSX 2002-05-28 15:39:05 +00:00
cdrom_beos.cc - add BeOS specific code from Bernd Korz 2001-12-07 18:58:24 +00:00
cdrom_beos.h - add BeOS specific code from Bernd Korz 2001-12-07 18:58:24 +00:00
cdrom_osx.cc - fixed the function argument of insert_cdrom() for Amiga OS and MacOSX 2002-05-28 15:39:05 +00:00
cdrom.cc - fixed read_toc if start_track is 0 (whole cd). 2002-09-24 23:45:43 +00:00
cdrom.h - revert previous revision to take out reset() method. The cdrom_interface 2002-08-28 16:45:18 +00:00
cmos.cc - first part of fix for bug [ 601166 ] CMOS Problem @ "0x0F Index 0x05 data" 2002-08-31 21:31:11 +00:00
cmos.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
crc32.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
crc32.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
devices.cc - fix call to create slowdown timer object. I'm pretty sure I broke this 2002-09-22 02:29:59 +00:00
dma.cc - implementation of the DMA controller reset 2002-08-28 19:39:00 +00:00
dma.h - implementation of the DMA controller reset 2002-08-28 19:39:00 +00:00
eth_arpback.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
eth_fbsd.cc - make all packet mover classes report their log messages using the NE2K 2002-09-02 16:56:24 +00:00
eth_linux.cc - make all packet mover classes report their log messages using the NE2K 2002-09-02 16:56:24 +00:00
eth_null.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
eth_packetmaker.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
eth_packetmaker.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
eth_tap.cc - clarify an err msg 2002-03-11 13:59:38 +00:00
eth_tuntap.cc - added a script directive in ne2k options of .bochsrc 2002-05-02 07:54:22 +00:00
eth_win32.cc - these fixes are from Psyon 2002-09-22 14:58:49 +00:00
eth.cc - add tuntap interface 2002-04-18 00:59:58 +00:00
eth.h - make all packet mover classes report their log messages using the NE2K 2002-09-02 16:56:24 +00:00
floppy.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
floppy.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
guest2host.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
guest2host.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
harddrv.cc Integrated patches/patch.promise-dc2300-vlbide from Christophe Bothamy. 2002-09-24 20:02:00 +00:00
harddrv.h Integrated patches/patch.promise-dc2300-vlbide from Christophe Bothamy. 2002-09-24 20:02:00 +00:00
ioapic.cc - reset should have one arg, unsigned int type 2002-08-29 16:52:47 +00:00
ioapic.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodebug.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodebug.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodev.h - implementation of the PCI-to-ISA bridge started. I/O ports and features are 2002-09-16 19:18:58 +00:00
keyboard.cc - add 2 paragraphs about who the paste buffer is allocated and freed 2002-09-24 23:52:54 +00:00
keyboard.h - add 2 paragraphs about who the paste buffer is allocated and freed 2002-09-24 23:52:54 +00:00
Makefile.in - update dependencies after adding the pci2isa device 2002-09-21 10:24:43 +00:00
ne2k.cc - in debugger, all output must now be printed with dbg_printf, instead 2002-09-15 11:20:11 +00:00
ne2k.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
parallel.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
parallel.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pci2isa.cc - log type PCI2ISALOG added 2002-09-21 11:38:12 +00:00
pci2isa.h - log type PCI2ISALOG added 2002-09-21 11:38:12 +00:00
pci.cc - meaning of the memory type values changed (0 = ROM, 1 = Shadow RAM) 2002-08-31 15:35:51 +00:00
pci.h - meaning of the memory type values changed (0 = ROM, 1 = Shadow RAM) 2002-08-31 15:35:51 +00:00
pic.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pic.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit82c54.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit82c54.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit_wrap.cc - rename MIN and MAX to BX_MIN and BX_MAX to avoid name conflicts 2002-09-23 03:49:39 +00:00
pit_wrap.h Made BX_USE_REALTIME_PIT checked at runtime. This is 2002-09-21 04:02:51 +00:00
pit.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
sb16.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
sb16.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
scancodes.cc - changed copyright strings 2002-04-01 22:43:01 +00:00
scancodes.h - changed copyright strings 2002-04-01 22:43:01 +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
scsidefs.h - clean up ^M pollution from working in cygwin 2002-09-16 17:00:16 +00:00
scsipt.h - clean up ^M pollution from working in cygwin 2002-09-16 17:00:16 +00:00
serial_raw.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
serial_raw.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
serial.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
serial.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
slowdown_timer.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
slowdown_timer.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
soundlnx.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
soundlnx.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
soundwin.cc - add "return BX_SOUND_OUTPUT_OK;" to avoid compile error in VC++5 2002-03-05 17:22:59 +00:00
soundwin.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
unmapped.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
unmapped.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
vga.cc hopefully solved bugreport [ 612741 ] VBE mem conflicts w/ local APIC address 2002-09-22 11:31:48 +00:00
vga.h hopefully solved bugreport [ 612741 ] VBE mem conflicts w/ local APIC address 2002-09-22 11:31:48 +00:00