VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26574   15 years vboxsync Networking: Preparing to make the driver return a send buffer to the …
(edit) @26572   15 years vboxsync DevPS2.cpp: stop at column 130, please.
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26560   15 years vboxsync Makefiles,RTPathChangeToDosSlashes.cpp: -whitespace
(edit) @26556   15 years vboxsync wddm: more impl
(edit) @26546   15 years vboxsync EFI: register SMBIOS tables after filling.
(edit) @26543   15 years vboxsync Audio-OSX: use DECLCALLBACK
(edit) @26526   15 years vboxsync VMM,asm.h,Config.kmk: win.amd64 warnings; fixed the ASMAtomicSubU32 …
(edit) @26523   15 years vboxsync VBoxRc,VBoxR0: Added RuntimeR?Stub libraries for the stub entrypoint …
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26506   15 years vboxsync Devices: tabs -> spaces.
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26473   15 years vboxsync USB: Added a virtual USB mouse and keyboard. Not yet enabled.
(edit) @26467   15 years vboxsync EFI: sane TSC esteemation
(edit) @26464   15 years vboxsync EFI,Main: managing graphic modes via VBoxInternal2 extradata variables.
(edit) @26454   15 years vboxsync EFI: unused old staff.
(edit) @26453   15 years vboxsync EFI: burn fix
(edit) @26451   15 years vboxsync EFI: refactoring
(edit) @26448   15 years vboxsync more EFI OSE fixes
(edit) @26446   15 years vboxsync more EFI OSE fixes
(edit) @26442   15 years vboxsync more EFI OSE fixes
(edit) @26441   15 years vboxsync more EFI OSE fixes
(edit) @26438   15 years vboxsync EFI: more OSE fixes
(edit) @26423   15 years vboxsync NAT: some fewer AssertRelease*
(edit) @26422   15 years vboxsync Bugfix
(edit) @26408   15 years vboxsync e1000: Improved Ethernet address and link status reporting.
(edit) @26405   15 years vboxsync NAT: applied patch from xtracker 4671 (prevent release assertions when …
(edit) @26404   15 years vboxsync NAT: applied patch from xtracker 3993 (use BSD mbufs)
(edit) @26376   15 years vboxsync HPET: reworking locking per Knut suggestions
(edit) @26350   15 years vboxsync Removed the balloon interface from Main's VMM device. Directly call …
(edit) @26329   15 years vboxsync HPET: cleanup, OSE export, enable R0
(edit) @26312   15 years vboxsync audio: changed audio detection order (first pulse, then alsa)
(edit) @26310   15 years vboxsync e1000: Mega-patch to bring up the link in OSX.
(edit) @26309   15 years vboxsync alignment
(edit) @26308   15 years vboxsync tstDeviceStructSize: qualified the output.
(edit) @26307   15 years vboxsync e1000: alignment
(edit) @26306   15 years vboxsync pcnet: alignment.
(edit) @26305   15 years vboxsync pdmnetif.h & users: sketched out a new interface that is intended to …
(edit) @26300   15 years vboxsync pdmifs.h: Moved the network interfaces to a separate header called …
(edit) @26296   15 years vboxsync more warnings.
(edit) @26295   15 years vboxsync Backed out r57393
(edit) @26291   15 years vboxsync warnings.
(edit) @26290   15 years vboxsync Statistics interval controllable from within the guest from now on.
(edit) @26289   15 years vboxsync Devices: warnings.
(edit) @26287   15 years vboxsync DrvNAT: poll taks an int timeout.
(edit) @26285   15 years vboxsync DevATA: Initializers... wonder if all compilers will like this.
(edit) @26244   15 years vboxsync DevEFI.cpp: Use RTPathAppend instead of RTStrNLen/strcpy.
(edit) @26222   15 years vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
(edit) @26221   15 years vboxsync EFI: device props
(edit) @26218   15 years vboxsync *.kmk: Started renaming templated from all caps to CamelCase. At the …
(edit) @26208   15 years vboxsync EFI: bits
(edit) @26206   15 years vboxsync Don't enable new I/O by default yet
(edit) @26203   15 years vboxsync EFI: better configuration for firmware
(edit) @26195   15 years vboxsync style
(edit) @26188   15 years vboxsync Another one
(edit) @26185   15 years vboxsync Build fix
(edit) @26183   15 years vboxsync Commit CPU hotplug patches again
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26164   15 years vboxsync PDM: Cleaning up device & USB device registration code.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26158   15 years vboxsync TMR3UTCNow -> TMR3UtcNow + DevHlp.
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26147   15 years vboxsync AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
(edit) @26137   15 years vboxsync PDM: Added PDMIBASERC and PDMIBASER0.
(edit) @26135   15 years vboxsync typo.
(edit) @26115   15 years vboxsync ACPI: reverted hotplug changes until they get fixed (r57068, r57069, …
(edit) @26112   15 years vboxsync PDM,UsbMsd,++: Resumed hacking the MSD code.
(edit) @26110   15 years vboxsync EFI: functional reset
(edit) @26109   15 years vboxsync EFI: allow passing boot args via extradata
(edit) @26104   15 years vboxsync SATA: integrity word
(edit) @26101   15 years vboxsync Audio-OSX: fixed a warning
(edit) @26100   15 years vboxsync Audio-OSX: Added input/output device change detection, sample rate …
(edit) @26097   15 years vboxsync Remove $
(edit) @26096   15 years vboxsync Makefile
(edit) @26095   15 years vboxsync ACPI: Move the processor definition out of the DSDT into a SSDT. …
(edit) @26080   15 years vboxsync Build fix
(edit) @26078   15 years vboxsync CPU hotplug: Remove obsolete code. APIC objects are returned from the …
(edit) @26076   15 years vboxsync CPU hotplug: ACPI changes for Windows guests
(edit) @26057   15 years vboxsync ACPI: spaces, coding style, some comments, FACS 64-bit aligned
(edit) @26056   15 years vboxsync ACPI: Missing break
(edit) @26055   15 years vboxsync #4610: virtio-net: changed out-of-range read handling to return …
(edit) @26049   15 years vboxsync ATA: checksum typo, cleanup
(edit) @26037   15 years vboxsync NAT: xtracker 4630 (respect the bootp BROADCAST flags)
(edit) @26029   15 years vboxsync #4610: virtio-net: fixed handling for port writes beyond the valid range.
(edit) @26028   15 years vboxsync Hmm, not yet
(edit) @26027   15 years vboxsync BIOS: use copt to optimize the assembler a bit (make the code a bit …
(edit) @26008   15 years vboxsync Some more -Wshadow.
(edit) @26003   15 years vboxsync VGA bios: fix the attribute during text scroll (fix from upstream)
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25999   15 years vboxsync ATA: enable SCSI_READ_DVD_STRUCTURE for all controller types (seems safe)
(edit) @25995   15 years vboxsync VMM: PDM infrastructure for HPET
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette