VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41712   13 years vboxsync doesn't link.
(edit) @41711   13 years vboxsync Missing Makefile.kup.
(edit) @41710   13 years vboxsync DevRTC: Extended the 'rtc' info with register A thru D.
(edit) @41709   13 years vboxsync Moved the code to the right placed.
(edit) @41708   13 years vboxsync DevRTC.cpp: r=bird: - Changed cmos to cmos1. - Don't start internal …
(edit) @41707   13 years vboxsync const two pointer tables.
(edit) @41706   13 years vboxsync dis.h: Drop the pragma pack(4) around DISOPCODE, it has no effect and …
(edit) @41705   13 years vboxsync Additions/solaris: separate kernel mouse driver code again.
(edit) @41704   13 years vboxsync Additions/solaris/installer: make the packaging script work on Linux. …
(edit) @41703   13 years vboxsync Disasm.cpp: Build fix?
(edit) @41702   13 years vboxsync solaris/VBoxNetFltBow: header update.
(edit) @41701   13 years vboxsync Runtime/r0drv/solaris: comment.
(edit) @41700   13 years vboxsync Solaris: license header update for kernel bits.
(edit) @41699   13 years vboxsync Build fix.
(edit) @41698   13 years vboxsync Additions/solaris/installer: make the packaging script work on Linux. …
(edit) @41697   13 years vboxsync Debugger: Added "info pci" command PCI devices; added showing bus …
(edit) @41696   13 years vboxsync Additions/solaris/VBoxGuest: make the kernel module dependency …
(edit) @41695   13 years vboxsync FE/Qt: UIDefs: Comments restyling cpp => c.
(edit) @41694   13 years vboxsync Disasm.cpp: Bug fix.
(edit) @41693   13 years vboxsync build fix
(edit) @41692   13 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41691   13 years vboxsync FE/Qt: Make sure COM enum extensions are cleaned up only after VM …
(edit) @41690   13 years vboxsync DIS: More cleanups.
(edit) @41689   13 years vboxsync FE/Qt: VBoxDefs renamed to UIDefs and reworked into namespace. …
(edit) @41688   13 years vboxsync VBoxUSB/solaris: comment typo.
(edit) @41687   13 years vboxsync VBoxUSB/solaris: locking tweaks and wrap to 130 columns.
(edit) @41686   13 years vboxsync Runtime/r3/solaris: coredumper cleanup.
(edit) @41685   13 years vboxsync FE/Qt: COMEnumsWrapper: remove medium variants which only exist in …
(edit) @41684   13 years vboxsync Runtime/r0drv/solaris: cosmetics.
(edit) @41683   13 years vboxsync Additions/common/VBoxGuest: make the Solaris module linkable with GNU …
(edit) @41682   13 years vboxsync Runtime/r0drv/solaris: Query PG_NORELOC support for large pages.
(edit) @41681   13 years vboxsync Removed unused variables.
(edit) @41680   13 years vboxsync Runtime/r0drv/solaris: cleanup.
(edit) @41679   13 years vboxsync build fix
(edit) @41678   13 years vboxsync OP_PARAMETER::flags -> fUse.
(edit) @41677   13 years vboxsync Drop tstCompile.
(edit) @41676   13 years vboxsync DIS: More scoping work.
(edit) @41675   13 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   13 years vboxsync DISCoreOne* -> DISCore*.
(edit) @41673   13 years vboxsync build fix
(edit) @41672   13 years vboxsync Installers/linux: Gentoo fix, missing parts of r41359.
(edit) @41671   13 years vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41670   13 years vboxsync RTEnvClone: don't return an error if we found elements without a …
(edit) @41669   13 years vboxsync DISInstr -> DISInstrToStr.
(edit) @41668   13 years vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41667   13 years vboxsync Compacted CMOS debug info output.
(edit) @41666   13 years vboxsync Fixed bug found by Parfait.
(edit) @41665   13 years vboxsync Config.kmk: next try
(edit) @41664   13 years vboxsync Config.kmk: when generating dtrace header files, also specify -32 or …
(edit) @41663   13 years vboxsync DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER …
(edit) @41662   13 years vboxsync DIS,CSAM: Combine the displacement members of OP_PARAMETER into a …
(edit) @41661   13 years vboxsync DIS: Windows build fix
(edit) @41660   13 years vboxsync IPRT/r0drv/Linux: make it work with Linux 3.5 kernels
(edit) @41659   13 years vboxsync CSAM: build fix
(edit) @41658   13 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41657   13 years vboxsync build prog prep.
(edit) @41656   13 years vboxsync Runtime/r0drv/solaris: We don't directly use kflts anymore, don't …
(edit) @41655   13 years vboxsync Uncomment again.
(edit) @41654   13 years vboxsync BIOS: Do not save registers which do not need to be saved.
(edit) @41653   13 years vboxsync BIOS: Remove signed 32-bit multiply/divide routines (unnecessary).
(edit) @41652   13 years vboxsync Runtime/r0drv/solaris: Proper high limit constraint on PHYS_NC …
(edit) @41651   13 years vboxsync Let assembly code control the CPU mode.
(edit) @41650   13 years vboxsync fix OSE
(edit) @41649   13 years vboxsync Additions/VBoxGuest: Windows build fix
(edit) @41648   13 years vboxsync asmdefs.mac: Make _EndProc hidden.
(edit) @41647   13 years vboxsync VBoxGuest: Build fix.
(edit) @41646   13 years vboxsync asmdefs.mac: Set the type and size of procedures when targeting ELF.
(edit) @41645   13 years vboxsync VMMR0: really disable the NMI on 32-bit Linux hosts before running …
(edit) @41644   13 years vboxsync nit
(edit) @41643   13 years vboxsync VBoxGuest: Drop duplicate mouse callback data, fix member names and …
(edit) @41642   13 years vboxsync VBoxGuest: Use the EventSpinlock when setting the mouse callback and …
(edit) @41641   13 years vboxsync Solaris/Installer: comment.
(edit) @41640   13 years vboxsync Additions/common/VBoxGuest: add an internal IOCtl based on the current …
(edit) @41639   13 years vboxsync Additions/common/VBoxGuest: C fix.
(edit) @41638   13 years vboxsync wddm: vsync support fixes + missing commit
(edit) @41637   13 years vboxsync wddm/3d: some fixes + profiling & debugging
(edit) @41636   13 years vboxsync wddm: fix win8 halt issues
(edit) @41635   13 years vboxsync crOpenGL: crDebug adjustments
(edit) @41634   13 years vboxsync Even more quiet.
(edit) @41633   13 years vboxsync Config.kmk: make the generating of GCCConfig.kmk less noisy and more …
(edit) @41632   13 years vboxsync VirtualBox/Makefile.kmk: duh
(edit) @41631   13 years vboxsync VirtualBox/Makefile.kmk: Make use of the filesplitter file list to …
(edit) @41630   13 years vboxsync filesplitter: optionally produce a list of files for kmk.
(edit) @41629   13 years vboxsync Runtime/r0drv/solaris: Off-by-one error fix.
(edit) @41628   13 years vboxsync Runtime/r0drv/solaris: cosmetics.
(edit) @41627   13 years vboxsync Runtime/r0drv/solaris: Fix to prevent paging out during freeing of 4K …
(edit) @41626   13 years vboxsync build fix
(edit) @41625   13 years vboxsync VirtualBox/Makefile.kmk: Don't remove the COM headers before splitting …
(edit) @41624   13 years vboxsync filesplitter: rewrote it to only write out files if necessary. This …
(edit) @41623   13 years vboxsync Solaris/Installer: ZoneAccess service autostart fix.
(edit) @41622   13 years vboxsync Runtime/r0drv/Solaris: Implemented large page support. Fixed possible …
(edit) @41621   13 years vboxsync VirtualBox/Makefile.kmk: Bad $(RM) -f !!
(edit) @41620   13 years vboxsync Solaris/Installer: Fix ZoneAccess service autostart.
(edit) @41619   13 years vboxsync Additions/common/VBoxGuest: Hungarian fix.
(edit) @41618   13 years vboxsync RTAssertShouldPanic-generic: Reverted accidental commit.
(edit) @41617   13 years vboxsync Additions/common/VBoxGuest: missing initialisation.
(edit) @41616   13 years vboxsync FE/Qt: Moving VirtualMediaManagerDlg into medium folder, renaming it …
(edit) @41615   13 years vboxsync FE/Qt: Moving VBoxMedium stuff into separate folder, renaming it into …
(edit) @41614   13 years vboxsync FE/Qt: Solaris burn fix for r78407.
(edit) @41613   13 years vboxsync FE/Qt: VBoxGlobal stuff: Move some local stuff out of VBoxGlobal.
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