VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1612   18 years vboxsync Enabled dynamic memory allocation for Darwin and AMD64.
(edit) @1606   18 years vboxsync Corrected some more log statements and synced some function docs.
(edit) @1599   18 years vboxsync added RestrictAccess key to allow to disable the policy that only VMs …
(edit) @1580   18 years vboxsync Corrected VBOXTSS member name.
(edit) @1569   18 years vboxsync Moved win32 usbLib code to VBoxDDU.dll.
(edit) @1566   18 years vboxsync VBOXDDU_DECL & IN_VBOXDDU
(edit) @1550   18 years vboxsync don't include VBoxGuest.h if we don't need to because it drags in …
(edit) @1548   18 years vboxsync stdbool.h workaround for darwin.
(edit) @1532   18 years vboxsync Handle EFBIG on Linux correctly (and try to detect the same situation …
(edit) @1522   18 years vboxsync Fixed an vm.mac/vm.h mismatch.
(edit) @1499   18 years vboxsync Added virtual interrupt redirection bitmap to our TSS
(edit) @1494   18 years vboxsync two new RTEnv APIs.
(edit) @1487   18 years vboxsync please don't mess up the indent, and the lenght of those lines weren't …
(edit) @1485   18 years vboxsync More build fixes.
(edit) @1480   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1479   18 years vboxsync removed obsolete api.
(edit) @1476   18 years vboxsync First go at a serial port device with I/O hooked to named pipe/local …
(edit) @1472   18 years vboxsync Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
(edit) @1463   18 years vboxsync Added DISQuerySegPrefixByte
(edit) @1454   18 years vboxsync another try…
(edit) @1452   18 years vboxsync g++ v4.1.1. on AMD64 has trouble with AssertCompileMemberAlignment, …
(edit) @1451   18 years vboxsync grr
(edit) @1448   18 years vboxsync AssertCompileMemberAlignment didn't work in C++ code on with gcc 4.1.1 …
(edit) @1401   18 years vboxsync Mach-O/Yasm .bss section fix (it must be last, so declare everything …
(edit) @1368   18 years vboxsync Enabled v86 raw mode again.
(edit) @1357   18 years vboxsync SELM function changes for v86 mode code.
(edit) @1340   18 years vboxsync Disabled v86 raw mode again due to windows install regressions.
(edit) @1333   18 years vboxsync Reenabled raw V86 mode.
(edit) @1330   18 years vboxsync Disable raw v86 mode.
(edit) @1323   18 years vboxsync Enabled raw v86 mode (to check the test boxes)
(edit) @1283   18 years vboxsync Added support for the hybrid darwin setup where the kernel is 32-bit …
(edit) @1282   18 years vboxsync Disabled PGM_DYNAMIC_RAM_ALLOC for darwin as too, will fix later.
(edit) @1250   18 years vboxsync Added PGMGetShadowMode.
(edit) @1228   18 years vboxsync ASMIntDisableFlags.
(edit) @1220   18 years vboxsync g++ 4.1.1 in pedantic mode flags that extra semicolon as error.
(edit) @1209   18 years vboxsync PGMR3ChangeShwPDMappings added
(edit) @1208   18 years vboxsync gcc-4.1.2 of Mandriva2007.1 complains about mixed C/C++ declarations …
(edit) @1190   18 years vboxsync Ported IPRT to ring-0 OS/2.
(edit) @1188   18 years vboxsync fixed typo in RTStrFormatV prototype.
(edit) @1181   18 years vboxsync -blank line
(edit) @1180   18 years vboxsync removed obsolete #if 1..#endif.
(edit) @1179   18 years vboxsync -> /* */
(edit) @1174   18 years vboxsync memcmp, strchr, strcmp.
(edit) @1142   18 years vboxsync First step towards a webservices API.
(edit) @1133   18 years vboxsync Added CPUMGCCallV86Code. PATM cleanup
(edit) @1124   18 years vboxsync Added EMInterpretIret
(edit) @1116   18 years vboxsync No dynamic guest ram allocation for 64 bits builds.
(edit) @1103   18 years vboxsync Shared clipboard. Changelog update.
(edit) @1097   18 years vboxsync Enabled dynamic guest memory allocation by default.
(edit) @1088   18 years vboxsync Removed CPUMR3GetGuestCtx (doesn't exist anymore)
(edit) @1085   18 years vboxsync Corrected assumptions about flat addresses
(edit) @1082   18 years vboxsync Added disabled VBOX_RAW_V86
(edit) @1081   18 years vboxsync New error code for HGCM
(edit) @1057   18 years vboxsync Trapping and virtualizing TSC (both disabled).
(edit) @1056   18 years vboxsync CPUMR3SetCR4Feature
(edit) @1030   18 years vboxsync just let the compiler decide
(edit) @1029   18 years vboxsync no need to do push/pop here
(edit) @1027   18 years vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @938   18 years vboxsync Use RTAssertDoBreakpoint everywhere. (part II)
(edit) @937   18 years vboxsync RTPathExists.
(edit) @936   18 years vboxsync RTEnv (incomplete).
(edit) @932   18 years vboxsync Added RTTcpServerDisconnectClient, this fixed the assertion mentioned …
(edit) @914   18 years vboxsync PVMR0 changes for darwin.
(edit) @905   18 years vboxsync Save and load state notifications for HGCM host services added.
(edit) @900   18 years vboxsync Added SSMR3DeregisterExternal
(edit) @889   18 years vboxsync RTRand API.
(edit) @883   18 years vboxsync Typo.
(edit) @881   18 years vboxsync CSAMR3CheckCode added
(edit) @869   18 years vboxsync Added VMR3SuspendNoSave.
(edit) @867   18 years vboxsync Backed out 18568
(edit) @863   18 years vboxsync Added VMSTATE_SUSPENDED_NOSAVE
(edit) @862   18 years vboxsync Added VERR_VM_SAVE_STATE_NOT_ALLOWED
(edit) @861   18 years vboxsync Corrected comment.
(edit) @834   18 years vboxsync GC Phys to HC virt conversion changes for dynamic RAM allocation.
(edit) @829   18 years vboxsync No-CRT limits.h
(edit) @770   18 years vboxsync Added CPUMCPUIDFEATURE_SEP
(edit) @761   18 years vboxsync Regenerated the err.mac files.
(edit) @746   18 years vboxsync Added DBGFR3PrgStep
(edit) @740   18 years vboxsync Update
(edit) @737   18 years vboxsync Was indeed wrong (the patm duplicate)
(edit) @724   18 years vboxsync Added a PATM @todo.
(edit) @696   18 years vboxsync export to OSE
(edit) @692   18 years vboxsync 32-bit gcc packs AVLOHCPHYSNODECORE a little bit different, pad it to …
(edit) @690   18 years vboxsync Try unsigned int instead of UINT.
(edit) @688   18 years vboxsync size_t
(edit) @686   18 years vboxsync Alignment fixes for windows. (structure packing is a strange thing …
(edit) @669   18 years vboxsync WIN32 -> WIN
(edit) @666   18 years vboxsync Messing with the nocrt setup…
(edit) @665   18 years vboxsync stdarg -> iprt/stdarg.h
(edit) @661   18 years vboxsync export
(edit) @660   18 years vboxsync make up for lacking stddef.h
(edit) @659   18 years vboxsync Freebsd keep count of spinlock enter/exits on a per thread basis, so …
(edit) @658   18 years vboxsync Moved the *ARCH_BITS stuff to cdefs.h.
(edit) @654   18 years vboxsync Fixed two issues when using intrin.h.
(edit) @653   18 years vboxsync fixed MSC 64-bit detection.
(edit) @647   18 years vboxsync VALID_PTR update: when running 32-bit in compatability mode, there …
(edit) @639   18 years vboxsync Be careful with 32-bit types and registers. (it seems like it was …
(edit) @633   18 years vboxsync Good job!
(edit) @629   18 years vboxsync Changed RTPROCESS back to 32-bit int.
(edit) @628   18 years vboxsync Implement log flag usecrlf, which translates LF line ending to CR/LF. …
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