VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6685   17 years vboxsync Build RuntimeGuestR3 on linux.
(edit) @6677   17 years vboxsync forward port from 1.5: build vditool for Linux if BUILD_TYPE=l4
(edit) @6657   17 years vboxsync Use the generic templates for building the OS/2 guest additions. …
(edit) @6644   17 years vboxsync Add CmpXchg functions to IPRT which additionally pass back the old …
(edit) @6604   17 years vboxsync Fixed the PIC issue with the X11 drivers: Made …
(edit) @6602   17 years vboxsync r=bird: RuntimeGuestR3Mini should be using the VBOXGUESTR3DLL template …
(edit) @6593   17 years vboxsync Additions/x11: get rid of gxx_personality_v0 on x11/Linux guests
(edit) @6554   17 years vboxsync Corrected inst dir for RuntimeGuestR3Mini.
(edit) @6553   17 years vboxsync r=bird: Don't create more RuntimeLnx32* legacy. No VBox in IPRT, so …
(edit) @6551   17 years vboxsync fixed the file header and removed unnecessary includes.
(edit) @6549   17 years vboxsync The usual stuff everyone forgets - properties, esp. export.
(edit) @6543   17 years vboxsync +tid for bird.
(edit) @6541   17 years vboxsync Fixed missing logger locking in ring-0.
(edit) @6536   17 years vboxsync Runtime: added a reduced ("shared") R3 guest runtime which will work …
(edit) @6525   17 years vboxsync UART_BASE -> IPRT_UART_BASE so it can safely be overrided by a DEFS += …
(edit) @6515   17 years vboxsync Added a 'pid' prefix flag to the logger. This is primarily intended …
(edit) @6493   17 years vboxsync Made it possible to make debug versions of vboxdrv on linux. This will …
(edit) @6480   17 years vboxsync typo
(edit) @6478   17 years vboxsync Drop annoying the cb != sizeof(void *) assertion.
(edit) @6477   17 years vboxsync Handle RTR0MEMOBJTYPE_PHYS_NC during free.
(edit) @6433   17 years vboxsync A little update.
(edit) @6432   17 years vboxsync r=bird: Cannot see how IsBeyondLimit() is supposed to work.
(edit) @6431   17 years vboxsync Support seeking to xxxxxxxx'ffffffff on windows.
(edit) @6430   17 years vboxsync oops, removed a return 0; statement that left over from testing.
(edit) @6429   17 years vboxsync r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
(edit) @6428   17 years vboxsync Make it windows only to prevent potential trouble.
(edit) @6427   17 years vboxsync r=bird: Please, no more of that RT_OS_LINUX/RT_OS_SOLARIS stuff when …
(edit) @6421   17 years vboxsync iprt: added RTFileGetMaxSize()
(edit) @6416   17 years vboxsync Applied [27227] to the trunk: make it compile with older 2.6 kernels, …
(edit) @6407   17 years vboxsync Default to RTLOGDEST_USER instead of RTLOGDEST_FILE when …
(edit) @6361   17 years vboxsync Fixed OS/2 build.
(edit) @6351   17 years vboxsync Include Guest R3 backdoor logging for RuntimeGuestR3 template users.
(edit) @6296   17 years vboxsync LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
(edit) @6285   17 years vboxsync (C) 2008
(edit) @6273   17 years vboxsync Runtime: do not create a log file in R3 additions as we now have …
(edit) @6267   17 years vboxsync We have to use InterruptTime like we do for the GIP. …
(edit) @6266   17 years vboxsync tstTime-4: Check that RTTimeNanoTS and RTTimeSystemNanoTS are using …
(edit) @6252   17 years vboxsync Print the delta relative to cpu0.
(edit) @6231   17 years vboxsync Guest Additions: add R3 backdoor logging for Linux guests
(edit) @6147   17 years vboxsync Solaris RTLogWriteDebugger and guest r0 logging changes.
(edit) @6143   17 years vboxsync windows -> win.
(edit) @6129   17 years vboxsync Implemented VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER. Started cleaning up …
(edit) @6095   17 years vboxsync Sort the result by apic id.
(edit) @6080   17 years vboxsync Fix for the vista psdk.
(edit) @6051   17 years vboxsync Put back the VBOX_ONLY_ADDITION stuff.
(edit) @6041   17 years vboxsync Added RTUtf16CalcUtf8Len and RTUtf16CalcUtf8LenEx.
(edit) @6033   17 years vboxsync vboxadd changes.
(edit) @6021   17 years vboxsync Solaris 64-bit vboxadd fix.
(edit) @6020   17 years vboxsync Started solaris additions and the os2 to common move.
(edit) @6015   17 years vboxsync RuntimeGuestR0 RuntimeGuestR3 for solaris and the others.
(edit) @6014   17 years vboxsync Created generic templates for compiling guest additions (for new …
(edit) @6013   17 years vboxsync Created generic templates for compiling guest additions (for new …
(edit) @6012   17 years vboxsync It's BUILD_TARGET not TARGET.
(edit) @6009   17 years vboxsync Added VBOX_WITHOUT_ADDITIONS for skipping the additions althogether.
(edit) @6007   17 years vboxsync Introducing VBOX_ONLY_ADDITIONS.
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5978   17 years vboxsync gcc warning
(edit) @5976   17 years vboxsync Removed the tests for KMK_USE_REDIRECT, KMK_USE_TEST, KMK_NEW_SED and …
(edit) @5975   17 years vboxsync removed left over #if 1.
(edit) @5974   17 years vboxsync Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only …
(edit) @5971   17 years vboxsync Use the new RT_C_* stuff in iprt/ctype.h. Made VBOX_LOG='*usb*=~0' …
(edit) @5948   17 years vboxsync drv_usectohz returns clock_t not int.
(edit) @5947   17 years vboxsync Use default sysclass priority for threads.
(edit) @5938   17 years vboxsync iprt: small performance fix using the optimal fd number for select, …
(edit) @5912   17 years vboxsync backed out r26450
(edit) @5911   17 years vboxsync RTGetOpt does not alter argv[] does it?
(edit) @5897   17 years vboxsync KMK_USE_REDIRECT
(edit) @5885   17 years vboxsync It's '.' and not '@' that's supposed to be used to indicate local …
(edit) @5882   17 years vboxsync optimize tstTSC.
(edit) @5881   17 years vboxsync barcelona needs more time?
(edit) @5856   17 years vboxsync and another one.
(edit) @5855   17 years vboxsync another one.
(edit) @5844   17 years vboxsync Backed out accidental Makefile.kmk commit.
(edit) @5843   17 years vboxsync r=bird: Adjusted the RTGetOpt API a little bit.
(edit) @5781   17 years vboxsync Fixed some overflow detection issues.
(edit) @5766   17 years vboxsync export getopt.cpp
(edit) @5760   17 years vboxsync runtime: add generic command line parser, moved from webservice.
(edit) @5712   17 years vboxsync Added warnings about trailing chars & spaces in the RTStrTo*Int* …
(edit) @5705   17 years vboxsync Free a previously allocated memory #2.
(edit) @5702   17 years vboxsync Free a previously allocated memory.
(edit) @5666   17 years vboxsync PFNSTRFORMAT should return size_t.
(edit) @5653   17 years vboxsync sched-os2.cpp
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5591   17 years vboxsync Leopard build fix.
(edit) @5588   17 years vboxsync Leopard build fix.
(edit) @5581   17 years vboxsync Fixed O_NONBLOCK / RTFILE_O_NON_BLOCK.
(edit) @5556   17 years vboxsync kStuff on Darwin and OS/2, no more special magic in src/VBox/Runtime.
(edit) @5555   17 years vboxsync kStuff on Darwin and OS/2, no more special magic in src/VBox/Runtime.
(edit) @5552   17 years vboxsync Darwin build fixes.
(edit) @5551   17 years vboxsync kStuff integration in progress.
(edit) @5547   17 years vboxsync cTries.
(edit) @5531   17 years vboxsync ring-0 import fix.
(edit) @5525   17 years vboxsync PDMUsb changes.
(edit) @5521   17 years vboxsync unused variable now
(edit) @5519   17 years vboxsync Runtime: Fixed memory leaks found by valgrind.
(edit) @5511   17 years vboxsync Runtime: Fixed the RTLOGGER_THREAD/"RT_THREAD" pair.
(edit) @5510   17 years vboxsync don't assert.
(edit) @5508   17 years vboxsync fFound wasn't ever set.
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