VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42784   12 years vboxsync Linux 3.6-rc1 compile fix, spaces
(edit) @42714   12 years vboxsync Runtime: RT*CreateTemp testcase, burn fix.
(edit) @42713   12 years vboxsync Runtime: RT*CreateTemp testcase, comment.
(edit) @42712   12 years vboxsync Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and …
(edit) @42709   12 years vboxsync Runtime/createtemp: initialise variables to make old gcc versions happy.
(edit) @42708   12 years vboxsync Runtime: add an fMode parameter to RTDirCreateTemp() and adjust callers.
(edit) @42697   12 years vboxsync tstLdr-3: Added --32/64 options (optional).
(edit) @42692   12 years vboxsync Runtime: rename RTDirCreateTemp-generic.cpp and split out the parts of …
(edit) @42599   12 years vboxsync log.h/log.cpp: s/pszVar/pszValue/g
(edit) @42598   12 years vboxsync strformat.cpp: Added support for microsoft I64, I32 and I as well as …
(edit) @42597   12 years vboxsync Runtime/FreeBSD: Fix build on recent 10-CURRENT (thanks to Garrett …
(edit) @42586   12 years vboxsync Try to build IPRT with the same compiler flags to optimize caching hits.
(edit) @42539   12 years vboxsync Runtime/Makefile.kmk: deal with the dependencies on the VBox COM error …
(edit) @42526   12 years vboxsync FE/Qt: 6234: Support for VM groups: Initial commit. GUI-3 branch …
(edit) @42503   12 years vboxsync Added a test profiling RTProcCreate+RTProcWait.
(edit) @42496   12 years vboxsync Runtime/FreeBSD: Fix R0 spinlocks breaking VBox
(edit) @42430   12 years vboxsync missing space.
(edit) @42387   12 years vboxsync Runtime/Dvm: unused parameters warnings
(edit) @42365   12 years vboxsync dbgmodcontainer.cpp: A bug fix and a hack.
(edit) @42288   12 years vboxsync Jettisoned the old compilers.
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @42247   12 years vboxsync Better build fix (hopefully).
(edit) @42246   12 years vboxsync build fix
(edit) @42239   12 years vboxsync More Visual C++ 2010 adjustments and hacks.
(edit) @42235   12 years vboxsync Runtime/generic/timer-generic.cpp+timerlr-generic.cpp: make timer …
(edit) @42229   12 years vboxsync Runtime/RTPathReal: fixed logging statement
(edit) @42225   12 years vboxsync Runtime/lockvalidator: fixed wrong index found by Parfait
(edit) @42219   12 years vboxsync More VCC10 preparations.
(edit) @42154   12 years vboxsync VS2010 preps.
(edit) @42129   12 years vboxsync Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
(edit) @42078   12 years vboxsync RTProcQueryUsernameA: Fix
(edit) @42077   12 years vboxsync Runtime/Process: Missing changes, relax the parameter checks for …
(edit) @42072   12 years vboxsync strtonum.cpp: C90 warnings.
(edit) @42068   12 years vboxsync Build fix
(edit) @42067   12 years vboxsync Runtime: New variant for RTProcQueryUsername which allocates the …
(edit) @42037   12 years vboxsync Runtime/Darwin: RT_BIT -> iprt/x86.h constants (please review)
(edit) @42035   12 years vboxsync r0drv/darwin/memobj: RT_ALIGN_Z.
(edit) @42025   12 years vboxsync A few missed copyright year updates.
(edit) @42024   12 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41968   12 years vboxsync Runtime/r0drv/solaris: comments, spaces.
(edit) @41952   12 years vboxsync fix OSE
(edit) @41948   12 years vboxsync Build fix.
(edit) @41947   12 years vboxsync Runtime/testcases: DbgKrnlInfo. OS specific info. querying is a todo.
(edit) @41946   12 years vboxsync r0drv/solaris/dbgkrnlinfo: initialize with NIL_RTDBGKRNLINFO.
(edit) @41919   12 years vboxsync Runtime/process: Add RTProcQueryUsername to query the username of the …
(edit) @41911   12 years vboxsync backed out r78763 and r78763
(edit) @41910   12 years vboxsync Windows build fix
(edit) @41909   12 years vboxsync re-applied r78740 (Runtime: introduced RTRandAdvCreateOpenssl())
(edit) @41895   12 years vboxsync Runtime/r0drv: unused var.
(edit) @41889   12 years vboxsync backed out r78740
(edit) @41887   12 years vboxsync Runtime: introduced RTRandAdvCreateOpenssl()
(edit) @41881   12 years vboxsync IPRT: Name threads on linux when supported.
(edit) @41879   12 years vboxsync Runtime/r0drv/solaris: Fix failure path to exclusive lock pages before …
(edit) @41875   12 years vboxsync Misleading comment.
(edit) @41785   12 years vboxsync Comment typos.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41776   12 years vboxsync doxygen comments.
(edit) @41774   12 years vboxsync bugref..
(edit) @41763   12 years vboxsync IPRT/thread-posix.cpp: Use pthread_setname_np if present (currently …
(edit) @41762   12 years vboxsync build fix
(edit) @41760   12 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41737   12 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   12 years vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41734   12 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41731   12 years vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41723   12 years vboxsync RTEnvClone: VWRN_NO_TRANSLATION -> VWRN_ENV_NOT_FULLY_TRANSLATED.
(edit) @41701   12 years vboxsync Runtime/r0drv/solaris: comment.
(edit) @41692   12 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41686   12 years vboxsync Runtime/r3/solaris: coredumper cleanup.
(edit) @41684   12 years vboxsync Runtime/r0drv/solaris: cosmetics.
(edit) @41682   12 years vboxsync Runtime/r0drv/solaris: Query PG_NORELOC support for large pages.
(edit) @41680   12 years vboxsync Runtime/r0drv/solaris: cleanup.
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   12 years vboxsync DISCoreOne* -> DISCore*.
(edit) @41671   12 years vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41670   12 years vboxsync RTEnvClone: don't return an error if we found elements without a …
(edit) @41668   12 years vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41660   12 years vboxsync IPRT/r0drv/Linux: make it work with Linux 3.5 kernels
(edit) @41658   12 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41656   12 years vboxsync Runtime/r0drv/solaris: We don't directly use kflts anymore, don't …
(edit) @41652   12 years vboxsync Runtime/r0drv/solaris: Proper high limit constraint on PHYS_NC …
(edit) @41629   12 years vboxsync Runtime/r0drv/solaris: Off-by-one error fix.
(edit) @41628   12 years vboxsync Runtime/r0drv/solaris: cosmetics.
(edit) @41627   12 years vboxsync Runtime/r0drv/solaris: Fix to prevent paging out during freeing of 4K …
(edit) @41622   12 years vboxsync Runtime/r0drv/Solaris: Implemented large page support. Fixed possible …
(edit) @41618   12 years vboxsync RTAssertShouldPanic-generic: Reverted accidental commit.
(edit) @41557   13 years vboxsync tstErrUnique -> tstRTErrUnique
(edit) @41556   13 years vboxsync tstErrUnique.cpp: oops, left in a breakage there.
(edit) @41555   13 years vboxsync tstErrUnique.cpp: Converted to RTTest and updated with changes from r78322.
(edit) @41554   13 years vboxsync RTErrGet: Don't immediately return values ending with _FIRST, _LAST, …
(edit) @41552   13 years vboxsync Fix windows build
(edit) @41549   13 years vboxsync VFS/Filesystem: Convert the filesystem specific code to the VFS …
(edit) @41530   13 years vboxsync Config.kmk: New bios on linux as well.
(edit) @41510   13 years vboxsync IPRT/Elf: Working on loading watcom dwarf symbol files.
(edit) @41504   13 years vboxsync RTStrmGetLine: Deal with correctly with \r\n, current handling is …
(edit) @41493   13 years vboxsync RTDbg*SymbolByAddr*: Added a flag parameter.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41308   13 years vboxsync Darwin build fix
(edit) @41307   13 years vboxsync Runtime/common/log/log: make g_Logger weak which is the better solution
(edit) @41306   13 years vboxsync typo
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