VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50765   11 years vboxsync include/iprt, Runtime/common: Added defines for newer Intel CPU …
(edit) @50745   11 years vboxsync IPRT/process-win: Fixed overwriting of existing environment variables …
(edit) @50705   11 years vboxsync Runtime/r3/linux: rewrite device node walking code to use less stack.
(edit) @50694   11 years vboxsync a few unimportant format string fixes
(edit) @50685   11 years vboxsync symdbdata.h: Added windows 8.1 info and fixed the 8.0 entries.
(edit) @50682   11 years vboxsync windows 8.1.
(edit) @50667   11 years vboxsync Runtime/r0drv/solaris: Parameter comment.
(edit) @50661   11 years vboxsync GCC:/MSC: => gcc:/msc: like everywhere
(edit) @50660   11 years vboxsync iprt: three register parmaeter fixes in unused code (64-bit gcc).
(edit) @50658   11 years vboxsync ASMCpuIdExSlow.asm: mixed rcx and rdx inputs on gcc. bad
(edit) @50649   11 years vboxsync Runtime/r0drv/solaris: 32-bit build, shut up gcc.
(edit) @50644   11 years vboxsync env-generic.cpp: Workaround for lazy _wenviron initialization in the CRT.
(edit) @50642   11 years vboxsync iprt/env.h: Added RTEnvCountEx and RTEnvGetByIndexEx for enumerating …
(edit) @50641   11 years vboxsync RTMpGetDescription: Made it accept NIL_RTCPUID as indicating the …
(edit) @50615   11 years vboxsync RTDbgSymCache.cpp: Added -o option for overwriting existing cache …
(edit) @50530   11 years vboxsync USB: Split dev_usb logging group into dev_ehci and dev_ohci so the …
(edit) @50526   11 years vboxsync Storage/VHDX: Finally commit and enable CRC-32c checksum validation …
(edit) @50508   11 years vboxsync DnD: Update.
(edit) @50503   11 years vboxsync IPRT/ministring: Added RTCString::joinEx().
(edit) @50458   11 years vboxsync G/c now unused common/net/netaddrstr.cpp from RuntimeR3_SOURCES.
(edit) @50457   11 years vboxsync RTSocketQueryAddressStr: don't reinvent %RTnaipv4 and %RTnaipv6. This …
(edit) @50456   11 years vboxsync RTNetStrToIPv6Addr: first cut at IPv6 address parsing. I'm still not …
(edit) @50446   11 years vboxsync Runtime/common/checksum/manifest.cpp: remove leftover printf debugging
(edit) @50424   11 years vboxsync ASMSetIDTR and ASMSetGDTR.
(edit) @50418   11 years vboxsync Add RTNetStrToIPv4AddrEx - a variant of IPv4 dotted-decimal parsing …
(edit) @50415   11 years vboxsync tstRTNetIPv4: add some tests for RTNetStrToIPv4Addr.
(edit) @50408   11 years vboxsync RTEnv: Use the unicode CRT APIs on windows to avoid …
(edit) @50404   11 years vboxsync 6813 - src-client/USBDeviceImpl.cpp vn 2
(edit) @50403   11 years vboxsync 6813 - src-client/USBDeviceImpl.cpp
(edit) @50392   11 years vboxsync More test cases for %RTnaipv6 and IPv6 %RTnaddr.
(edit) @50377   11 years vboxsync fix tstRTStrFormat
(edit) @50367   11 years vboxsync Make %RTnaipv6 and %RTnaddr format IPv6 addresses according to RFC …
(edit) @50292   11 years vboxsync r3/process-creation-posix: snprintf format-specifier warning.
(edit) @50273   11 years vboxsync Provide LWIP_DEBUGF definition that uses VBox logging facilities. …
(edit) @50226   11 years vboxsync Runtime/r3/darwin/rtProcInitExePath: use realpath when determining the …
(edit) @50206   11 years vboxsync tar.cpp: hVfsIos init bug.
(edit) @50205   11 years vboxsync tar.cpp: Drop the TAR file reading code.
(edit) @50201   11 years vboxsync rtZipTarReaderIsAtEnd: Hack for our tar.cpp writer code.
(edit) @50194   11 years vboxsync tar.cpp: Stripped it futher down and documented what …
(edit) @50180   11 years vboxsync fix
(edit) @50154   11 years vboxsync Reduce the TAR API to what's currently used.
(edit) @50153   11 years vboxsync tar.cpp: Made RT_USE_TAR_VFS_FOR_ALL_READS default.
(edit) @50147   11 years vboxsync tar.cpp: Prepared for dropping all the TAR reading code and use the …
(edit) @50146   11 years vboxsync gzipvfs.cpp,tarvfs.cpp: Allow the pfnRead off parameter to be the …
(edit) @50139   11 years vboxsync tar.cpp: Fixed wrong checksum calculation (should be unsigned) and …
(edit) @50086   11 years vboxsync tarvfs.cpp: Fix for VMWare header with non-posix version field content.
(edit) @50077   11 years vboxsync Runtime/r0drv/linux: Use GFP_NOWARN for our memory allocations as …
(edit) @50062   11 years vboxsync IPRT/process-win.cpp: Fixed environment creation for RTProcCreateEx(), …
(edit) @50059   11 years vboxsync Runtime/r3/linux: when determining the number of physical cores, also …
(edit) @50041   11 years vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
(edit) @50008   11 years vboxsync supdrv,iprt: Added VBOX_WITH_TEXT_MODMEM_HACK for getting VMMR0.r0
(edit) @49997   11 years vboxsync oops
(edit) @49996   11 years vboxsync Runtime/uri.cpp: warning [-Wunsequenced] char szNum[] = { …
(edit) @49942   11 years vboxsync Runtime/common/log/log.cpp: fix getting the log destination (reversed …
(edit) @49939   11 years vboxsync Runtime/common/log/log.cpp: fix signed/unsigned issue
(edit) @49938   11 years vboxsync Main/src-server/win/HostPowerWin.cpp: fix long standing bug which …
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
(edit) @49848   11 years vboxsync duh!
(edit) @49845   11 years vboxsync Adding ASMWrMsrEx and ASMRdMSrEx.
(edit) @49788   11 years vboxsync Runtime: AVL callback functions return an IPRT status code and so do …
(edit) @49768   11 years vboxsync rtDbgModExportsAddSegmentsCallback: Tweak.
(edit) @49724   11 years vboxsync Added ASMAtomicUo[And|Or]U[32|64].
(edit) @49723   11 years vboxsync ASMCpuIdExSlow.asm in RuntimeR0.
(edit) @49718   11 years vboxsync Various FreeBSD fixes submitted Bernhard Froehlich
(edit) @49651   11 years vboxsync r0drv/linux/memobj: Linux 3.13 fix
(edit) @49643   11 years vboxsync Additions/linux: back out single bit-count Additions package experiment.
(edit) @49634   11 years vboxsync SUPDrv: Added an interface for probing MSRs.
(edit) @49575   11 years vboxsync Runtime: allow to compile with VBOX_WITH_LIBCURL disabled
(edit) @49547   11 years vboxsync Runtime+Main: the x86 directory is only used for Windows, Solaris …
(edit) @49537   11 years vboxsync Main/VBoxClient-x86: attempt to fix packaging, needs VBoxRT-x86.dll, …
(edit) @49530   11 years vboxsync Runtime/posix/process-creation: handle supplemental groups properly
(edit) @49480   11 years vboxsync Runtime, Devices, Disassembler R0: warnings.
(edit) @49343   11 years vboxsync tstRTGetOpt.cpp: Extended options first test a little.
(edit) @49329   11 years vboxsync Occasional commit of xcode5 dependendence in r90311.
(edit) @49326   11 years vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @49320   11 years vboxsync RTGZip.cpp: Accept zlib headers. Don't complain about EINVAL on flush …
(edit) @49318   11 years vboxsync Runtime/testcase: adapted tstRTSymlink to r89826
(edit) @49287   11 years vboxsync thread-r0drv-nt.cpp: Changed RTThreadPreemptIsPendingTrusty to always …
(edit) @49281   11 years vboxsync cpuid experiment.
(edit) @49233   11 years vboxsync RTZipBlockDecompress: Fixed pcbSrcActual for zlib case.
(edit) @49232   11 years vboxsync Added tstRTZip.cpp
(edit) @49229   11 years vboxsync win.x86 build fix
(edit) @49194   11 years vboxsync build fix, bug fix, testcase.
(edit) @49193   11 years vboxsync Correct copy&past fix.
(edit) @49192   11 years vboxsync Reverted r90068: wrong fix - don't writing 64-bit values to 32-bit …
(edit) @49191   11 years vboxsync Runtime: copy and paste
(edit) @49185   11 years vboxsync ASMCpuIdExSlow burn fix.
(edit) @49182   11 years vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49157   11 years vboxsync IPRT: Try use r3/nt/direnum-r3-nt.cpp.
(edit) @49150   11 years vboxsync SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid …
(edit) @49135   11 years vboxsync Runtime: Minor nit. Coding style.
(edit) @49118   11 years vboxsync kext plugins.
(edit) @49116   11 years vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
(edit) @49084   11 years vboxsync tstRTPath.cpp: RTPathStripSuffix works more sensibly now, lone dot …
(edit) @49082   11 years vboxsync IPRT: darwin debugging fixes.
(edit) @49080   11 years vboxsync baka fixes.
(edit) @49078   11 years vboxsync dir-win.cpp/RTDirCreate: Aaaaaaaaaaaaaaaaarg!!!!!!!!!!
(edit) @49077   11 years vboxsync RTDbgSymCache: flat kext hack.
(edit) @49076   11 years vboxsync IPRT: DWARF reader, enum the image symbols and add what's missing (or …
(edit) @49061   11 years vboxsync More Mach-O symbol hacking.
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