VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18878   16 years vboxsync Solaris/VBoxNetFlt: fixed error printing.
(edit) @18877   16 years vboxsync FE/Qt/main.cpp: enabled the 'Kernel driver not accessible' message in …
(edit) @18876   16 years vboxsync TRPMGCTrap07Handler: exit via trpmGCExitTrap like everyone else.
(edit) @18875   16 years vboxsync FE/Qt4: missing tr
(edit) @18874   16 years vboxsync NAT: handling empty domain name list moved to package preparing
(edit) @18873   16 years vboxsync PGMPhys.cpp: Also mangle the MMIO2 description.
(edit) @18872   16 years vboxsync slirp.c: empty strings still takes at least 1 byte of heap, don't leak …
(edit) @18871   16 years vboxsync VBoxXPCOMCGlue.c: Use parameters for passing stuff down to the worker …
(edit) @18870   16 years vboxsync GMMR0: Fixed out of memory problem on Windows by separating the legacy …
(edit) @18869   16 years vboxsync PGMPhys.cpp/pgmR3PhysChunkMap: corrected free statements to use the …
(edit) @18866   16 years vboxsync *: VBOX_WITHOUT_LINUX_COMPILER_H -> VBOX_WITH_LINUX_COMPILER_H. TODO: …
(edit) @18865   16 years vboxsync NAT: some dhcp clients happy to have at least " " domain name than to …
(edit) @18863   16 years vboxsync Proper build fix for Solaris.
(edit) @18862   16 years vboxsync Solaris quick build fix.
(edit) @18861   16 years vboxsync PGM: Increased saved state version and deal with the MMIO description …
(edit) @18860   16 years vboxsync IOM: Make the MMIO description string unique.
(edit) @18859   16 years vboxsync #2957: Dynamic add/remove via /dev/vboxnetctl ioctls.
(edit) @18858   16 years vboxsync NAT: replacing release assert with suppressed message
(edit) @18857   16 years vboxsync NAT: zero-length strings in dhcp offer
(edit) @18856   16 years vboxsync SDK: missed resource versioning
(edit) @18855   16 years vboxsync FE/Qt: French NLS
(edit) @18854   16 years vboxsync VBoxMouse/win: Whops.
(edit) @18853   16 years vboxsync VBoxXPCOMGlue: fixed a bug in path detection logic
(edit) @18852   16 years vboxsync GuestHost/SharedClipboard: removed Utf16 support for X11 and split a …
(edit) @18851   16 years vboxsync HWACCMR0A.asm: Load the NULL selector into DS, ES, FS and GS on 64-bit …
(edit) @18850   16 years vboxsync SUPDrv.c: 64-bit darwin selectors.
(edit) @18849   16 years vboxsync VMMR0A.asm: Implemented stack switching for 64-bit machines as well …
(edit) @18848   16 years vboxsync tstVMMR0CallHost-1: Converted to RTTest, use guarded memory for the …
(edit) @18847   16 years vboxsync RTTest: Added alternative API that's easier to use.
(edit) @18846   16 years vboxsync FE/Qt4-OVF: only truncate if this is a multi line text
(edit) @18845   16 years vboxsync FE/Qt4: 3808: Network settings not intuitive - fixed by of "NAT" and …
(edit) @18843   16 years vboxsync FE/VBoxManage: fixed a typo
(edit) @18841   16 years vboxsync DevE1000: corrected comment, the EMT involvment in PhysWrite happens …
(edit) @18838   16 years vboxsync Main/Appliance: windows build fix
(edit) @18837   16 years vboxsync Disabled automatic execution of tstInstrEmul as it caused unsolavble …
(edit) @18836   16 years vboxsync VBoxManage/addiscsidisk: beautify the location string a bit when no …
(edit) @18835   16 years vboxsync PGMAllBth.h: Fix for CR3 mismatch assertion in strict builds when …
(edit) @18834   16 years vboxsync #3815: Solved the problem for e1k.
(edit) @18833   16 years vboxsync OVF: add an OS type description to the OVF on export
(edit) @18832   16 years vboxsync FE/Qt4: 3808: Network settings not intuitive: default values set for …
(edit) @18831   16 years vboxsync XPCOM glue: added extra search paths
(edit) @18830   16 years vboxsync crOpenGL-OSX: Do an additional check if we are initialized when we get …
(edit) @18829   16 years vboxsync undo 45832
(edit) @18828   16 years vboxsync EM: burn fix.
(edit) @18827   16 years vboxsync EM: SyncCR3 before calling TRPMR3SyncIDT.
(edit) @18826   16 years vboxsync Main: INetworkAdapter separate properties for hostonly & bridged …
(edit) @18825   16 years vboxsync emR3RawExecute: Leave raw mode first if the emR3RawForcedActions …
(edit) @18823   16 years vboxsync filemuncher
(edit) @18822   16 years vboxsync gcc warning
(edit) @18821   16 years vboxsync Cbinding: this_ => pThis
(edit) @18820   16 years vboxsync VBoxSDL: Added more cases to MachineState
(edit) @18819   16 years vboxsync Frontends/VBoxManage: when registering VMs try it with the client's …
(edit) @18818   16 years vboxsync Main/Machine: fix returned error code if opening the vm config file …
(edit) @18817   16 years vboxsync OVF: NAT is a known network type also
(edit) @18816   16 years vboxsync OVF: allow E10000 as network card on import
(edit) @18815   16 years vboxsync properly export dnsproxy
(edit) @18814   16 years vboxsync Frontends/VBoxManage: when opening media try it with the client's idea …
(edit) @18813   16 years vboxsync Main/IMedium,IHardDisk: fix error handling so that VBOX_E_FILE_ERROR …
(edit) @18812   16 years vboxsync PGMPhys.cpp: spaces
(edit) @18811   16 years vboxsync PGMPhys.cpp,MMHyper.cpp: The MMR3UkHeap bits seems to be working and …
(edit) @18810   16 years vboxsync burn fix
(edit) @18809   16 years vboxsync FE/VBoxManage-OVF: implemented the remaining switches for the …
(edit) @18808   16 years vboxsync Runtime: Fix RTStrmGetLine() to return VERR_EOF when the end of …
(edit) @18807   16 years vboxsync NetFlt/win: rename Host Interface -> Bridged in notify object
(edit) @18806   16 years vboxsync tstXPCOMCCall.c: adjustments.
(edit) @18805   16 years vboxsync Runtime: fixed RTFileReadAll()
(edit) @18804   16 years vboxsync API: clarify return value definitions for openHardDisk, openDVDImage, …
(edit) @18803   16 years vboxsync Backed out r45795.
(edit) @18802   16 years vboxsync 2957: Dynamic add/remove via /dev/vboxnetctl ioctls.
(edit) @18801   16 years vboxsync webservices: allow to override VBOX_GSOAP_CXX_SOURCES and …
(edit) @18800   16 years vboxsync MMHyper: No need to blow up the hyper heap to accomodate PGMCHUNKR3MAP …
(edit) @18799   16 years vboxsync OVF: don't use return if we are in a try catch block
(edit) @18798   16 years vboxsync Installer/linux: fix missing version stamp dependency
(edit) @18797   16 years vboxsync German NLS
(edit) @18796   16 years vboxsync Additions/Linux/installer: better test for whether the kernel supports …
(edit) @18795   16 years vboxsync NAT: enabling dns proxy
(edit) @18794   16 years vboxsync NAT: better header inclusion
(edit) @18793   16 years vboxsync FE/SDL: properly handle a failure of SDL_GetWMInfo()
(edit) @18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
(edit) @18791   16 years vboxsync PDMDevHlp.cpp: shut up assertions.
(edit) @18790   16 years vboxsync PGMAllBth.h: todos.
(edit) @18789   16 years vboxsync Fe/Qt: Check for --startvm in hardenedmain.cpp too; drop the extra new …
(edit) @18788   16 years vboxsync VBoxSDL: cleanup to get X11 dependencies right
(edit) @18787   16 years vboxsync MM.cpp: gcc warning.
(edit) @18786   16 years vboxsync CBinding: sample program for callbacks.
(edit) @18785   16 years vboxsync API/MachineImpl: double-dash command line options and support starting …
(edit) @18784   16 years vboxsync German NLS
(edit) @18783   16 years vboxsync typo
(edit) @18782   16 years vboxsync VBoxManage: remaining double-dash command line options, help update, …
(edit) @18781   16 years vboxsync Removed wrong assertions; rdpmc and rdtsc emulation can fail
(edit) @18780   16 years vboxsync VBoxManage/modifyvm: double-dash command line options
(edit) @18779   16 years vboxsync VBoxManage/usb: double-dash command line options
(edit) @18778   16 years vboxsync Storage/DrvVD: don't pass VMSETRTERR_FLAGS_FATAL to …
(edit) @18777   16 years vboxsync VBoxManage/snapshot: double-dash command line options
(edit) @18776   16 years vboxsync VBoxManage/metrics: double-dash command line options
(edit) @18775   16 years vboxsync FE/VBoxManage-OVF: use absolute paths, cause the disk handling is …
(edit) @18774   16 years vboxsync typo
(edit) @18773   16 years vboxsync VBoxManage/info: double-dash command line options using getopt
(edit) @18772   16 years vboxsync VBoxManage/guestproperty: double-dash command line options
(edit) @18771   16 years vboxsync Wrong condition
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