VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @41305   13 years vboxsync Runtime/common/log/log: gcc thinks that the address of a variable is …
(edit) @41296   13 years vboxsync tstErrUnique: repaired
(edit) @41182   13 years vboxsync IPRT/process-win: Added ERROR_BAD_DEVICE translation.
(edit) @41170   13 years vboxsync fixed tstRTManifest testcase
(edit) @41169   13 years vboxsync IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
(edit) @41167   13 years vboxsync Runtime/uniread: first check the range, then access the array
(edit) @41146   13 years vboxsync memobj-r0drv-solaris: Implemented rtR0MemObjNativeMapKernel.
(edit) @41117   13 years vboxsync SUP,VBoxTpG,++: Initial implementation of generic user module …
(edit) @41116   13 years vboxsync rtR0MemObjNativeLockUser: Force write access to COW pages.
(edit) @41094   13 years vboxsync Runtime/Dvm: Glue for VFS
(edit) @41090   13 years vboxsync memobj-r0drv-darwin.cpp: Attempt at fixing the vm_protect/fExecute problem.
(edit) @41082   13 years vboxsync Runtime/r0drv/linux: PhysHighest is inclusive, highest permittable …
(edit) @41081   13 years vboxsync Runtime/r0drv/solaris: implemented honoring upper physical limit in …
(edit) @41078   13 years vboxsync tstLdr-3: out of range fix.
(edit) @41077   13 years vboxsync Disabled the broken vm_protect code again.
(edit) @41070   13 years vboxsync memobj-r0drv-darwin.cpp: Respect the fExecutable flag again.
(edit) @41069   13 years vboxsync GMMR0,memobj-r0drv-darwin.cpp: Moved the allocate fudge factor from …
(edit) @41061   13 years vboxsync alloc-r0drv-darwin.cpp: call RTR0MemObjProtect since fExecutable isn't …
(edit) @41060   13 years vboxsync Disabled experimental honoring of the fExecutable parameter in …
(edit) @41059   13 years vboxsync tstLdr-3: Extended the tool.
(edit) @41056   13 years vboxsync IPRT/process-win: Added ERROR_FILE_CORRUPT translation.
(edit) @41055   13 years vboxsync IPRT/process-win: Added ERROR_FILE_CORRUPT translation.
(edit) @41054   13 years vboxsync alloc-r0drv-darwin.cpp: Use RTR0MemObjAllocPage to satisfy …
(edit) @41053   13 years vboxsync memobj-r0drv-darwin.cpp: Use rtR0MemObjNativeProtect to set …
(edit) @41052   13 years vboxsync Deal with 10.8 being PIE and not loaded at the link address.
(edit) @41050   13 years vboxsync Made dbgkrnlinfo-r0drv-darwin.cpp work with 10.8 preview 3.
(edit) @41031   13 years vboxsync RT_MIN evaluates one of its parameters twice
(edit) @41001   13 years vboxsync tstSemXRoads: warning
(edit) @40988   13 years vboxsync Runtime/Uuid: Treat UUIDs the same on little and big endian architectures
(edit) @40979   13 years vboxsync Corrected two really old sins.
(edit) @40978   13 years vboxsync Runtime/r0drv/solaris: unused global variable.
(edit) @40977   13 years vboxsync Runtime/r0drv/solaris: minor cleanup.
(edit) @40972   13 years vboxsync Runtime/r0drv/solaris: use page.h's PG_KFLT define.
(edit) @40971   13 years vboxsync Runtime/r0drv/solaris: remove temporary debug prints.
(edit) @40970   13 years vboxsync Runtime/r0drv/solaris: Finally delete vbi subdir.
(edit) @40969   13 years vboxsync Runtime/r0drv/solaris: dbg -> dbgkrnlinfo.
(edit) @40968   13 years vboxsync Runtime/r0drv/solaris: VBI integrate, move files.
(edit) @40967   13 years vboxsync Runtime/r0drv/solaris: spaces and remove debug printfs.
(edit) @40966   13 years vboxsync Runtime/r0drv/solaris: Dissolve VBI into IPRT.
(edit) @40959   13 years vboxsync Runtime/asm-fake: Update to make it work on SPARC
(edit) @40951   13 years vboxsync Runtime/spinlock-generic: Fix building on SPARC
(edit) @40949   13 years vboxsync Runtime/Dvm: Include asm.h for ASMByteSwapU32 used when converting …
(edit) @40938   13 years vboxsync runtime: backed out r77481,r77482,r77483,r77484,r77485
(edit) @40934   13 years vboxsync Runtime: linux 3.4-rc3 build fix [-fpermissive]
(edit) @40933   13 years vboxsync Runtime/log: 3.4-rc3 build fix [-fpermissive]
(edit) @40932   13 years vboxsync Runtime: linux 3.4-rc3 build fix [-fpermissive]
(edit) @40930   13 years vboxsync linux: build fix 3.4-rc3 [-fpermissive]
(edit) @40916   13 years vboxsync FreeBSD/MemObjR0: Bug fixes (Thanks to Andriy Gapon and Bernhard Froehlich)
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