VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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. …
(edit) @626   18 years vboxsync Corrected profile resume.
(edit) @623   18 years vboxsync export to OSE
(edit) @612   18 years vboxsync iprt/types.h first (see comment)
(edit) @597   18 years vboxsync Added PDMR3CritSectTryEnter
(edit) @590   18 years vboxsync Generic request packets (port of of the EMT specific VM request packet …
(edit) @588   18 years vboxsync Removed multiple packet send. Failed experiment.
(edit) @569   18 years vboxsync docs and a todo.
(edit) @561   18 years vboxsync Update
(edit) @558   18 years vboxsync Added INetworkConnector callback for sending multiple packets
(edit) @556   18 years vboxsync Added VERR_PDM_HIF_INVALID_VERSION
(edit) @554   18 years vboxsync TAP interface update
(edit) @551   18 years vboxsync Added STAMUNIT_KILOBYTES
(edit) @539   18 years vboxsync Port IPRT to FreeBSD
(edit) @529   18 years vboxsync Fixed bug in LogRelIt in C99/AMD64 mode.
(edit) @528   18 years vboxsync forgot to commit one alignment fix.
(edit) @517   18 years vboxsync More VRDP clipboard code
(edit) @505   18 years vboxsync TAP update
(edit) @480   18 years vboxsync Better alignment.
(edit) @477   18 years vboxsync 64-bit alignment.
(edit) @476   18 years vboxsync 64-bit alignment.
(edit) @475   18 years vboxsync Ring-3 callbacks.
(edit) @469   18 years vboxsync Main/XIDL: Added support for the @mod attribute (with 'ptr' the only …
(edit) @467   18 years vboxsync ETIMEDOUT is actually NET. Try "telnet 2.2.2.2" and wait a while…
(edit) @460   18 years vboxsync Fixed string to number function documentation.
(edit) @449   18 years vboxsync RTAvlrGCPtr*
(edit) @443   18 years vboxsync Implemented Warp drive. This can be configured using the …
(edit) @434   18 years vboxsync fixed imul/idiv for msc
(edit) @416   18 years vboxsync Fixing interrupt dispatching on amd64.
(edit) @403   18 years vboxsync Need RTThreadWait in ring-0 too when using the generic timers, so …
(edit) @397   18 years vboxsync Completed most of VBOX_WITHOUT_IDT_PATCHING. (hope I didn't break …
(edit) @392   18 years vboxsync Added a process specifier to the APIs dealing with user addresses.
(edit) @385   18 years vboxsync RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS.
(edit) @353   18 years vboxsync added ASMMult2xS32RetS64() and ASMDivS64ByS32RetS32()
(edit) @346   18 years vboxsync Rewrote and simplified interrupt handler patching.
(edit) @335   18 years vboxsync 64-bit: g_SUPGlobalInfoPage is out of bounds for GCC generated code.
(edit) @332   18 years vboxsync introduced PDMDevHlpGetVM()
(edit) @331   18 years vboxsync Bool and AMD64 hacking.
(edit) @321   18 years vboxsync stdarg.h -> iprt/stdarg.h
(edit) @312   18 years vboxsync More VRDP clipboard code
(edit) @311   18 years vboxsync Moved the simple heap type.
(edit) @310   18 years vboxsync Moved the simple heap type.
(edit) @309   18 years vboxsync DECLINLINE is supposed to be static of course.
(edit) @288   18 years vboxsync debugged the heap.
(edit) @283   18 years vboxsync more simple heap stuff.
(edit) @265   18 years vboxsync Added VINF_PATM_PENDING_IRQ_AFTER_IRET
(edit) @255   18 years vboxsync same magic with caps lock
(edit) @251   18 years vboxsync More room
(edit) @249   18 years vboxsync Removed RTThreadExit again (sigh)
(edit) @246   18 years vboxsync Added VMR3WaitForResume
(edit) @243   18 years vboxsync Added RTThreadExit
(edit) @234   18 years vboxsync VMM: Added support for runtime error notifications (VMSetRuntimeError …
(edit) @233   18 years vboxsync Stubs for VRDP clipboard.
(edit) @231   18 years vboxsync RTPROCESS must be pointer sized (HC).
(edit) @221   18 years vboxsync Moved VBoxClipboard.h to the HostServices shared clipboard directory, …
(edit) @217   18 years vboxsync hacking darwin memory objects.
(edit) @210   18 years vboxsync Logging groups for shared folders and VMM backdoor logging added.
(edit) @204   18 years vboxsync runtime.h now includes everything. Created a new header, initterm.h, …
(edit) @197   18 years vboxsync A stab at generic timers (untested).
(edit) @187   18 years vboxsync Turn off sysenter/sysexit emulation.
(edit) @166   18 years vboxsync 64-bit
(edit) @161   18 years vboxsync 64-bit: structure alignment.
(edit) @129   18 years vboxsync Generic Uuid. Corrected Gen.u16TimeMin to Gen.u16TimeMid.
(edit) @119   18 years vboxsync 64-bit
(edit) @99   18 years vboxsync Update
(edit) @96   18 years vboxsync RTAvlGCPtr.
(edit) @92   18 years vboxsync Added missing prototype for RTAvlPVDestroy.
(edit) @74   18 years vboxsync 64-bit/32-bit register macros. RTGCPHYS and RTHCPHYS macros.
(edit) @73   18 years vboxsync Just drop the inline assembly on 64-bit host.
(edit) @18   18 years vboxsync nasm.mac -> asmdefs.mac
(edit) @10   18 years vboxsync spelling
(add) @1   55 years vboxsync import
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